/*------------------------*/
/* 画面全体の基本的な設定 */
/*------------------------*/
* {
    /* 全体のパディングとマージンをクリアする */
    margin  : 0px;
    padding : 0px;
    word-wrap : break-word;
    word-break : break-all;
}

#content_wrapper {
   /* 画面全体の背景や色、フォントの設定(ブログコンテンツ外側も含む) */
    font : 10px/1.5em "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", "Verdana", sans-serif;
    color : #333;
}

#content_wrapper #content {
    /* ブログコンテンツ全体の設定 */
    width  : 760px;
    margin : 0px auto;
}


/*------------------------------*/
/* ヘッダータイトルに関する指定 */
/*------------------------------*/
#content #header {
    /* タイトルの大きさや背景画像、文字色を定義する */
    height : 278px;
    margin : 0px auto;
    background : url("/template/2005/img/header.png") no-repeat center top;
    margin-bottom : 11px;
    color : #FFFFFF;
    /* 折り返しの対応 */
    top : 11px;
    position : relative;
    overflow : hidden;
}
 
#header #blogname {
    margin : 95px 400px 0px 70px;
    line-height : 24px;
    
    font-size : 24px;
    overflow : hidden;
}

#header #description {
    margin : 0px 40px 0px 70px;
    line-height : 14px;

    height: 45px;
    font-size : 14px;
    overflow : hidden;
}

#header #navigator {
    width : 760px; height : auto;
    text-align : center;
    font-size : 12px;
    font-weight : bold;
    line-height : 12px;
    
    /* 一番下に貼り付ける記述 */
    position : absolute;
    bottom : 25px;
}

#header a         { color : #FFF; text-decoration : none; background : none; }
#header a:link    { color : #FFF; text-decoration : none; background : none; }
#header a:visited { color : #FFF; text-decoration : none; background : none; }
#header a:active  { color : #FFF; text-decoration : none; background : none; }
#header a:hover   { color : #FFF; text-decoration : none; background : none; }


/*----------------------------*/
/* メニュー・記事に関する設定 */
/*----------------------------*/
#content #main {
    /* ブログ記事の表示位置の調整 */
    margin-top : 10px;
    background-color : #FFF;
    overflow : hidden;
}

#main .left {
    /* サイドメニュー(左)の大きさ、背景の調整 */
    width : 157px;
    
    /* サイドメニュースペースと見出しの隙間は、ここで調整*/
    padding : 9px;
    float : left;
    color : #030;
    background-color : #BFDDA7;
    overflow : hidden;
}

#main .middle {
    /* 記事の幅(予定幅 - マージン左右 - パディング左右) */
    width : 555px;
    padding-left : 25px;
    float : right;
    overflow : hidden;
}

/*--------------*/
/* メニュー設定 */
/*--------------*/
#content_wrapper #content .side {
    /* サイドの一項目（カレンダー・最新記事など）*/
    
    /* 項目と項目の隙間は、ここで指定します */
    margin-top : 10px;
    padding-bottom : 15px;
}

.side .side_title {
    /*サイドメニューのタイトル */
    /* 高さは、画像のトータルサイズから、ボーダー・パディング分を引きます（基本値24px） */
    width : 157px;
    height : 26px;
    text-align : center;
    font-weight : bold;
    background : url("/template/2005/img/header_side.png") no-repeat;
}

.side .calendar_bg {
    /* カレンダー全体 */
    padding : 0px;
}

.side .calendar_bg th.calendar {
    /* 曜日 */
    padding : 0 3px;
    text-align : center;
}

.side .calendar_bg td.calendar {
    /* 日付 */
    padding : 0 3px;
    text-align : center;
}

.side .side_text, .side .profile_name_text {
    width : 141px;
    padding : 2px 8px;
    white-space : normal;
    overflow-x : hidden;
}

/* ぷろふのテキストは横パディングしない */
.side .profile_name_text .side_text, .side .side_text .side_text {
    padding : 2px 0px;
}

/*------------*/
/* 記事の設定 */
/*------------*/
#content_wrapper #content #main .middle .entry {
    height : 100%;
    width : 551px;
    margin-top : 10px;
    margin-bottom : 10px;
    border : 2px solid #BFDDA7;
    overflow : hidden;
}

#content #main .middle .entry .entry_header {
    /* 記事投稿日 */
    padding : 3px 13px;
    font-weight : bold;
    color : #999;
}

#main .middle .title {
    /* 記事のタイトル */
    padding : 10px;
    font-size : 12px;
    font-weight : bold;
    color : #030;
}

#main .middle .entry_text {
    font-size : 12px;
}

#main .middle .entry div.text, .comment_layer {
    /* 本文 */
    width : 511px;
    font-size : 12px;
    padding : 10px;
    line-height : 18px;
    white-space : normal;
    overflow-x : hidden;
}

#main .middle .continue {
    /* 続きを読む */
    font-size : 12px;
    padding : 0px 10px;
}

#main .middle .posted {
    /* 記事の投稿者 */
    padding : 10px 10px 5px;
    font-size : 10px;
    color : #666;
}

#main .middle .posted2 {
    /* 記事の投稿者 */
    padding-top : 10px;
    font-size : 10px;
    text-align : right;
}

#content #footer {
    margin : 0px auto;
    text-align : center;
}

ul {
    list-style-type : none;
}


/* -------------- */
/* リンク色の設定     */
/* -------------- */
a         { color : #999; text-decoration : underline; background : none; }
a:link    { color : #999; text-decoration : underline; background : none; }
a:visited { color : #999; text-decoration : underline; background : none; }
a:active  { color : #999; text-decoration : underline; background : none; }
a:hover   { color : #999; text-decoration : underline; background : #998; }

.side a         { color : #030; text-decoration : underline; background : none; }
.side a:link    { color : #030; text-decoration : underline; background : none; }
.side a:visited { color : #030; text-decoration : underline; background : none; }
.side a:active  { color : #030; text-decoration : underline; background : none; }
.side a:hover   { color : #030; text-decoration : underline; background : #998; }

.side .side_title a         { color : #030; text-decoration : none; background : none; }
.side .side_title a:link    { color : #030; text-decoration : none; background : none; }
.side .side_title a:visited { color : #030; text-decoration : none; background : none; }
.side .side_title a:active  { color : #030; text-decoration : none; background : none; }
.side .side_title a:hover   { color : #030; text-decoration : none; background : #998; }


/*----------------------*/
/* マイポータル共通記述       */
/*----------------------*/
#portal_left {
    /* サイドメニュー(左)の大きさ、背景の調整 */
    width : 157px;
    padding : 15px 9px;
    float : left;
    color : #003300;
    background-color : #BFDDA7;
    overflow-x : hidden;
}

#portal_left .side_title {
    /* サイドメニュー(左)のタイトル部 */
    width : 157px;
    height : 28px;
    padding-top : 4px;
    text-align : center;
    color : #003300;
    font-weight : bold;
}

#portal_left .side_text {
    /* サイドメニュー(左)のテキスト部 */
    text-align : left;
}

#portal_right {
    /* ポータル(右)の大きさ、背景の調整 */
    width : 556px;
    border : 2px solid #BFDDA7;
    margin-top : 15px;
    float : right;
}

#portal_right .portal_title_box {
    /* ポータルのタイトル部(外側) */
    height : 35px;
    padding : 3px 35px;
    font-weight : bold;
    color : #003300;
    
    /* ヘッダ画像の指定はここ */
    /* background : url("/template/3001/img/header_main.png") no-repeat center; */
}

#portal_right .portal_title {
    /* ポータルのタイトル部(内側) */
    ;
}

#portal_right .portal_text {
    /* 本文 */
    font-size : 12px;
    padding : 3px 10px;
    line-height : 18px;
    text-align : left;
    /* border : 2px solid #BFDDA7; */
}

.cl { clear : both; padding : 0px; }

.head {
    font : 28px bold;
    padding-left: 80px;
}

.head a         { font : 28px bold; color : white; text-decoration : none; background : none; padding-right: 10px; }
.head a:link    { font : 28px bold; color : white; text-decoration : none; background : none; padding-right: 10px; }
.head a:visited { font : 28px bold; color : white; text-decoration : none; background : none; padding-right: 10px; }
.head a:active  { font : 28px bold; color : white; text-decoration : none; background : none; padding-right: 10px; }
.head a:hover   { font : 28px bold; color : white; text-decoration : none; background : #998; padding-right: 10px; }
