/*------------------------*/
/* 画面全体の基本的な設定      */
/*------------------------*/
* {
    /* 全体のパディングとマージンをクリアする */
    margin : 0;
    padding : 0;
    word-wrap : break-word;
    word-break : break-all;
}


#content_wrapper {
    /* 画面全体の背景や色、フォントの設定(ブログコンテンツ外側も含む) */
    font : 10px/1.5em "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka";
  /*  color : #666;  ブログ本文の色*/
  color : blue;
  

/*  background : #fffaf0;  これも削除するよ壁紙のために 20120128*/
  

/*↓の行を一行追加しました20120128　壁紙を一新  */
  background : url(" https://lh3.googleusercontent.com/-KGFM68Ki56Q/TyP-UPNrpnI/AAAAAAAAAcs/fHCEpmj-BJ8/s128/fankabe2.PNG");

}

#content_wrapper #content {
    /* ブログコンテンツ全体の設定 */
    /*width :760px ;*/
    /*タイトルの絵柄サイズを決める*/
    width : 820px ;
    margin : 0 auto;
}


/*------------------------------*/
/* ヘッダータイトルに関する指定*/
/*------------------------------*/
#content #header {
    height : 220px;


background : url("http://fanblogs.jp/dounarukotoka/file/85/glGMju6l.PNG") no-repeat center top;

/*クリスマス　background : url("http://fanblogs.jp/dounarukotoka/file/1065/g06DioNYg32DWGRpZXRA7Q.gif") no-repeat center top;*/
/*運動会パン食い競争偏　background : url("http://fanblogs.jp/dounarukotoka/file/1004/kFaLS72n.gif") no-repeat center top;*/
/*並木道　background : url("http://fanblogs.jp/dounarukotoka/file/993/lcCW2JO5glDlhg.PNG") no-repeat center top;*/
/*Tさん　rさん　被り物　background : url("http://fanblogs.jp/dounarukotoka/file/993/j42U7YLolahJFQ.PNG") no-repeat center top;*/
/*Tさん　rさん　background : url("http://fanblogs.jp/dounarukotoka/file/993/lrOR6MSB.PNG") no-repeat center top;*/     
/*t さん　background : url("http://fanblogs.jp/dounarukotoka/file/988/kFaLS72n.gif") no-repeat center top; */ 
/*渚　　background : url("http://fanblogs.jp/dounarukotoka/file/988/c2FubnB1cnV_gA.PNG") no-repeat center top;  */
/*谷瀬の吊り橋　background : url("http://fanblogs.jp/dounarukotoka/file/10/kt2C6Iu0MjAwOEUs4w.JPG") no-repeat center top;*/
/*レンゲ　background : url("http://fanblogs.jp/dounarukotoka/file/85/mECJ2GV0MDkwMzE1SHQ.JPG") no-repeat center top;*/
/*アジサイ　background : url("http://fanblogs.jp/dounarukotoka/file/10/g16DQ4Nng4tidIKggraCs4KiMDkwNzAzMDHG2Q.JPG") no-repeat center top;*/
/*蛙とハエとケーキ　background : url("http://fanblogs.jp/dounarukotoka/file/85/g16DQ4Nng4uBRoNQgVuDTDMeKg.gif") no-repeat center top;*/
/*カーリング　background : url("http://coffee-home.img.jugem.jp/20100220_1534173.gif") no-repeat center top;*/
/*１月　　background : url("http://fanblogs.jp/dounarukotoka/file/85/gqiQs4yOil8.PNG") no-repeat center top;*/
/* 3月-４月 background : url("http://coffee-home.img.jugem.jp/20100327_1610947.gif") no-repeat center top;*/
/*5月　　background : url("http://fanblogs.jp/dounarukotoka/file/482/glSMjoKxgqKCzILaguhjmA.PNG") no-repeat center top;*/
/*6月　　background : url("http://fanblogs.jp/dounarukotoka/file/517/NoyOg16DQ4Nng4vzwQ.PNG") no-repeat center top;*/
/*8月　　background : url("http://coffee-home.img.jugem.jp/20100807_1828658.gif") no-repeat center top;　　　　　*/
/*10月　background : url("http://fanblogs.jp/dounarukotoka/file/629/iV6TronvglB2Cw.gif") no-repeat center top;*/
/*11月　background : url("http://coffee-home.img.jugem.jp/20101105_1940512.gif") no-repeat center top;　　　　　*/
/*12月　background : url("http://coffee-home.img.jugem.jp/20101212_1982161.gif") no-repeat center top;*/
/*大晦日background : url("http://fanblogs.jp/dounarukotoka/file/85/glCMjoNeg0ODZ4OLkP4.PNG") no-repeat center top;*/
/*2月　background : url("http://fanblogs.jp/dounarukotoka/file/85/glGMju6l.PNG") no-repeat center top;*/
/*3月　background : url("http://fanblogs.jp/dounarukotoka/file/35/lH4yNTawGA.gif") no-repeat center top;*/
/*震災background : url("http://fanblogs.jp/dounarukotoka/file/35/i0aC6INeg0ODZ4OL38U.PNG") no-repeat center top;*/
/*白アジサイbackground : url("http://coffee-home.img.jugem.jp/20110703_2171218.jpg") no-repeat center top;*/
/*9月　　background : url("http://fanblogs.jp/dounarukotoka/file/0/OYyOVFM.PNG") no-repeat center top;*/
/*夕暮れのなぎさ　background : url("http://fanblogs.jp/dounarukotoka/file/988/OYyOVFM.PNG") no-repeat center top;*/

    /* Firefox対応（色は背景に合わせてください） */
    border-top : 1px solid #060;
    /*color : cyan;*/
    color : red;
    
    /* 折り返しの対応 */
    line-height : 4px;
    position : relative;
    overflow : hidden;
}

#header #blogname {
/*タイトルの表示位置をずらせる*/
    margin : 10px 150px 0px;
/*    margin : 30px 45px 0px ;*/
    line-height : 24px;
    font-size : 24px;
    font-weight : bold;
    overflow : hidden;
}

#header #description {
    margin : 0px 40px 0px ;
    line-height : 14px;
    font-size : 14px;
    overflow : hidden;
}

#header #navigator {
    font-size : 12px;
    line-height : 12px;
  /*  <!--width : 760px; height : auto;  20090501変更しました-->*/
    width : 760px; height : 100px;
    font-weight : bold;
    text-align : center;
    /* 一番下に貼り付ける記述 */
    position : absolute;
  /*  bottom : 10px;*/
    bottom : 0px;
}

#header a         { color : white; text-decoration : none; background : none; }
#header a:link    { color : white; text-decoration : none; background : none; }
#header a:visited { color : white; text-decoration : none; background : none; }
#header a:active  { color : white; text-decoration : none; background : none; }
#header a:hover   { color : white; text-decoration : none; background : none; }


/*----------------------------*/
/* メニュー・記事に関する設定 */
/*----------------------------*/
#content #main {
    /* ブログ記事の表示位置の調整 */
    margin-top : 5px;
    overflow-: hidden;
}

#main .left {
    /* サイドメニュー(左)の大きさ、背景の調整 */
    /*width : 200px;*/
    width : 230px;
    padding-right : 10px;
    overflow : hidden;
}

#main .middle {
    /* 記事の幅(予定幅 - マージン左右 - パディング左右) */
    width : 420px;

    
    /*background-color : #E1E9C7;記事中央の色　これを外すと透明になります*/
   /*background-color : #E1E9C7;*/
    
    overflow : hidden;
}

#main .right {
    /* サイドメニュー(右)の大きさ、背景の調整 */
   /* width : 160px;*/
   width : 200px;
    padding-left : 10px;
    overflow-x : hidden;
}


/*--------------*/
/* メニュー設定      */
/*--------------*/
#content .side {
    /* サイドの一項目（カレンダー・最新記事など）*/
    
    /* 項目と項目の隙間は、ここで指定します */
    padding-bottom : 15px;
}

.side .side_title {
    /* サイドメニューのタイトル */
    height : 24px;
    
    /* 文字位置の調整 */
    padding-top  : 6px;
    padding-left : 32px;
    font-size : 12px;
    font-weight : bold;
    color : #060;
    background : url("/template/3003/img/header_side.png") no-repeat;
}

.side .calendar_bg {
    /* カレンダー全体 */
    padding : 0px;
}

.side .calendar_bg th.calendar {
    /* 曜日 */
    padding : 0 3px;
    text-align : center;
    vertical-align : center;
}

.side .calendar_bg td.calendar {
    /* 日付 */
    padding : 0 3px;
    text-align : center;
}

.side .side_text, .side .profile_name_text {
    width : 142px;
    padding : 3px 9px;
    white-space : normal;
    overflow-x : hidden;
}

/* ぷろふのテキストは横パディングしない */
.side .profile_name_text .side_text, .side .side_text .side_text {
    padding : 3px 0px;
}


/*------------*/
/* 記事の設定 */
/*------------*/
#content_wrapper #content #main .middle .entry {
    height : 100%;
    padding-bottom : 15px;
}

#content #main .middle .entry_header {
    /* 記事のタイトル */
    padding : 25px 10px 3px;
    margin-bottom : 3px;
    font-weight : bold;
    color : #300;
    background : url("/template/3003/img/uline_main.png") no-repeat center bottom;
}

#main .middle .title {
    /* 記事投稿日 */
    padding : 12px 10px;
    font-size : 12px;
    font-weight : bold;
    color : #600;
}

#main .middle .entry div.text, .comment_layer {
    /* 本文 */
    width : 380px;
    font-size : 12px;
    margin : 0px 10px;
    padding : 0px 10px;
    line-height : 18px;
    white-space : normal;
    overflow-x : hidden;
}

#main .middle .continue {
    /* 続きを読む */
    font-size : 12px;
    padding : 10px;
}

#main .middle .posted {
    /* 記事の投稿者 */
    padding : 10px;
    font-size : 10px;
    
    /* 記事と記事の間隔はここで指定 */
    margin-bottom : 10px;
}

#main .middle .posted2 {
    /* 記事の投稿者 */
    padding-top : 5px;
    font-size : 10px;
    text-align : right;
}

#content #footer {
    margin : 0px auto;
    text-align : center;
}

ul {
    list-style-type : none;
}


/* -------------- */
/* リンク色の設定 */
/* -------------- */
a         { color : #666; text-decoration : none; background : none; }
a:link    { color : #666; text-decoration : none; background : none; }
a:visited { color : #666; text-decoration : none; background : none; }
a:active  { color : #666; text-decoration : none; background : none; }
a:hover   { color : #FFF; text-decoration : none; background : #998; }

.side a         { color : #666; text-decoration : underline; background : none; }
.side a:link    { color : #666; text-decoration : underline; background : none; }
.side a:visited { color : #666; text-decoration : underline; background : none; }
.side a:active  { color : #666; text-decoration : underline; background : none; }
.side a:hover   { color : #FFF; text-decoration : underline; background : #998; }

.side .side_title a         { color : #060; text-decoration : none; background : none; }
.side .side_title a:link    { color : #060; text-decoration : none; background : none; }
.side .side_title a:visited { color : #060; text-decoration : none; background : none; }
.side .side_title a:active  { color : #060; text-decoration : none; background : none; }
.side .side_title a:hover   { color : #FFF; text-decoration : none; background : #998; }


/*----------------------*/
/* マイポータル共通記述       */
/*----------------------*/
#portal_left {
    /* サイドメニュー(左)の大きさ、背景の調整 */
    width : 160px;
    float : left;
    overflow-x : hidden;
}

#portal_left .side_title {
    /* サイドメニュー(左)のタイトル部 */
    height : 30px;
    
   text-align : left;
    /* 文字位置の調整 */
    padding-top  : 5px;
    padding-left : 32px;   
    font-weight : bold;
    color : #060;
    background : white url("/template/3003/img/header_side.png") no-repeat;
}

#portal_left .side_text {
    text-align : left;
}

#portal_right {
    /* ポータル(右)の大きさ、背景の調整 */
    width : 540px;
    margin : 0px 10px;
    padding : 10px;
    float : right;
    /*background-color : #E1E9C7;壁紙を記事後に回りこませるため、これを削除*/
    /*20120128 ↑を削除*/ 
}

#portal_right .portal_title_box {
    /* ポータルのタイトル部(外側) */
    padding : 10px 10px 5px;
    font-weight : bold;
    text-align : left;
    color : #300;
    background : url("/template/3003/img/uline_main.png") repeat-x left bottom;
}

#portal_right .portal_title {
    /* ポータルのタイトル部(内側) */
    color : #060;
}

#portal_right th.portal_text {
    /* ヘッダ行(フォントの色のみ指定) */
    color : #300;
}

#portal_right .portal_text {
    /* 本文 */
    font-size : 12px;
    padding : 5px;
    text-align : left;
}

.cl{ clear : both; padding : 0px; }

.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; }
