/* +++++++++++++++++++++ ベース設定 +++++++++++++++++++++ */

/* ++++++ ブログの横幅 ++++++ */

	#container	{
		width: 742px;
		}


/* ++++++ ２段組の横幅設定 ++++++ */

	/* コンテンツ部分の横幅 */
	#center	{
		width: 540px;
		}

	/* サイドバーの横幅 */
	#left, #right	{
		width: 200px;
		}




/* ++++++ その他設定 ++++++ */

body {
       	text-align: center;
	}

#container {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	}

#left {
	float: left;
	}

#center {
	float: left;
	}

#right {
	float: right;
	}

#footer	{
	clear: both;
	}

/* リンク設定部 */

/* 指定が無い時のリンクの下線の有無 */
a {
	text-decoration:underline ;	
	}

/* 指定が無い時の未読リンクの色 */
a:link {
	color: #0000ff;
	}

/* 指定が無い時の既読リンクの色 */
a:visited {
	color: #0000ff;
	}

/* 指定無い時のリンク部分のクリック時 */
a:active {
	color: #0000ff;
	}

/* マウスカーソルがリンクにかさなった時 */
a:hover {
	color: #CC0000;
	text-decoration: underline;
	}

h1, h2, h3 {
	font-weight: bold;
                text-decoration: none;
	}

.content h2 a {
	font-weight: bold;
                text-decoration: none;
                color: #2c5e8a; 
	}

.content h2 a:visited {
	color: #2c5e8a;
	}

.content h3 a {
	font-weight: bold;
                text-decoration: none;
                color: #2c5e8a; 
	}

.content h3 a:visited {
	color: #2c5e8a;
	}


#footer a	{
	font-weight: bold;
                text-decoration: none;
                color: #2c5e8a; 
	}


#footer a:visited {
	color: #2c5e8a;
	}

/* +++++++++++++++++++++ レイアウトのデザイン設定 +++++++++++++++++++++ */

body	{
	margin: 0;
	padding:0;
                background-color : #ffffff; 
                color: #333333;
	}

#container	{
	border-left: solid;
	border-right: solid;
	border-width: 1px;
	border-color: #999999;
                background-color:#FFFFFF;
	}





/* ++++++ 段の間隔 ++++++ */

	/* 左サイドバーの左右の余白 */
	#left div {
		margin-left: 15px;
		margin-right: 15px;
		}

	/* コンテンツ部分の左右の余白 */
	.content div	{
		margin-left: 20px;
		margin-right: 10px;
		}

	/* 右サイドバーの左右の余白 */
	#right div	{
		margin-left: 10px;
		margin-right: 10px;
		}

	#left div div, .content div div, #right div div {
		margin-left: 0;
		margin-right: 0;
		}


/* ++++++ ヘッダー部分のデザイン ++++++ */

#title	{
	background-image: url(images/w_hd.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	padding: 15px 50px 20px;
	}

#title h1	{
	font-size: 20px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	margin-bottom: 0;
	}

#title h1 a	{
	text-decoration: none;
	color: #cc3359;
	}

#title h2	{
	font-size: 12px;
	margin-top: 6px;
	color: #333333;
	}



/* +++++++++++++++++++++ パーツのデザイン設定 +++++++++++++++++++++ */

img {
                border:0;
                 }

strong {
              color : #ff6600; 
              font-size: 12px;
                } 

blockquote {
              background-color : #ffffff; 
              margin-top : 0px; 
              border: 1px dotted #4e87b9; 
              padding : 5px; 
                 } 


.info dt {
	font-family: Verdana, Arial, sans-serif;
	width: 300px;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	margin-top: 20px;
                margin-left: 10px;
	margin-bottom: 15px;
	padding: 5px;
	border-left: solid 10px;
	border-color: #f385a2;
                background-color: #f9f7ee;
                color:#333333;
}


.info dd {
	font-size: 12px;
                line-height: 155%;
                margin-left: 15px;
                margin-bottom: 20px;
}


/* ++++++ テーブル部分のデザイン ++++++ */


table {
                width:94%;
	border-collapse: collapse;
	border: 2px;
                margin-top:5px;
          }

td, th {
                vertical-align:top;
                padding: 3px;
                font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
          }




/* ++++++ コンテンツ部分のデザイン ++++++ */

p {
               font-size: 12px;
               padding-bottom: 5px;
               padding-left: 15px;
               margin:0px;
               font-family: Verdana, Arial, sans-serif;
               }

.top-free{
                font-size: 12px;
	color: #333333;
	line-height: 150%;
                font-family: Verdana, Arial, sans-serif;
                background-image: url(images/w_top.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	padding: 25px 5px 40px 160px;
                margin: 0px;
               }


.entry	{
	margin-bottom: 40px;
                margin-left: 10px;
                font-size: 12px;
	line-height: 150%;  
                font-family: Verdana, Arial, sans-serif;    
	}

.entry p	{
	font-size: 12px;
	color: #333333;
	line-height: 150%;
                font-family: Verdana, Arial, sans-serif;
                margin: 5px 0px 5px 0px;
	}




.content h2	{
	font-size: 14px;
	color: #ffffff;
                text-align: left;
	font-weight: bold;
                margin-left: 15px;
                margin-bottom: 5px;
                background-color: #f385a2;	
	border: 3px solid #fbd9d8;
                padding: 5px 10px;
	}


.content h3	{
                color: #2c5e8a; 
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
                border-top: 5px solid #f385a2;
	border-bottom: 3px double #f385a2;
                margin: 3px 0px 3px 0px;      
                padding: 3px 10px;
	}




.content h4	{
                text-align: left;
	font-weight: bold;
	font-size: 12px;
                color: #2c5e8a;
                margin:0;
	}


.entry p.entry-more-link {
           font-size: 12px;
           margin: 10px 10px;
           text-align: right;
           }



/* ++++++ サイドバー部分のデザイン ++++++ */

/* カテゴリーメニュー */
/* メニュー枠内でulタグを使用した時の設定 */
.sidebar ul {
                padding: 3px 0px;
               	margin: 0px;
                border-left: 1px solid #fbd9d8;
	border-right: 1px solid #fbd9d8;
	border-bottom: 1px solid #fbd9d8;
	}

/* メニュー枠内でul ulタグを使用した時の設定 */
.sidebar ul ul {
	margin-bottom: 0px;
	}



/* メニュー枠内でliタグを使用した時の設定 */
.sidebar li {
	background: url(images/lir.gif) no-repeat 5px 0.5em;
                 margin: 0px;
                 padding: 0px 0px 5px 16px;
                 list-style: none;
	}

/* link-note ではさまれた範囲の文字の設定 */
.link-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	padding: 0;
	margin: 0px 0px 20px 0px;
	}

.link-note h2	{
	font-size: 12px;
	margin: 0px;
	color: #333333;
	padding: 5px 0 5px 23px;
                background-image: url(images/w_side_fr.jpg);
	background-repeat: no-repeat;
                background-position:top left;
	}



.link-note p	{
	font-size: 12px;
	color: #333333;
	line-height: 150%;
                font-family: Verdana, Arial, sans-serif;
                margin: 5px 0px 5px 0px;
	}

/* free ではさまれた範囲の文字の設定 */
.free {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	padding: 3px;
	margin: 0px 0px 10px 0px;
	border-right: 1px solid #fbd9d8;
                border-left: 1px solid #fbd9d8;
                border-bottom: 1px solid #fbd9d8;
                border-top: 5px solid #fbd9d8;          
	}

.free p	{
	font-size: 12px;
	color: #333333;
	line-height: 150%;
                font-family: Verdana, Arial, sans-serif; 
                margin: 5px 0px 5px 0px;
                padding: 3px;
	}



/* フィード情報 */
#feed	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-top: 30px;
	border-top: dotted 1px #4e87b9;
	}



/* Movable Type情報 */
#powered	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-top: 10px;
                margin-bottom: 10px;
	}





/* ++++++ フッター部分のデザイン ++++++ */

#footer	{
	border-top: solid;
	border-bottom: solid;
	border-width: 1px;
	border-color: #f0a8b7;
	padding: 5px;
                background-color:#ffe8ea;
                font-size: 12px;
                text-align:center;
                clear: both;
	}



/* コピーライト情報 */

#copyright address	{
	font-size: 12px;
	font-style: normal;
	text-align: center;
	}


/* 前後のエントリーへリンクするプラグイン */
p.pan {
          margin: 20px 0px 0px 0px;
         }

/* 画面上へ戻るリンク */
.jampbox {
font-size: 11px;
color: #006699;
text-align: right;
padding: 5px 0px 5px 0px;
margin: 5px 0px 0px 0px;
border-top: 1px dashed #000000;
	}
