@charset "utf-8";
/*   
Theme Name:Yamaten Themes 02
Theme URI:http://blog.yamatenstyle.com
Description: YamatenStyle.のオリジナルテーマその２です。
Author:Yamaten
Author URI:http://www.yamatenstyle.com/
Version:1.0
*/

body	{
	margin: 0;
	padding: 0;
	font-family: verdana, sans-serif;
	background: #d5d6d7 url('images/main_bgcolor_01.jpg');
	}

a { text-decoration:none; }
a:link { color:#2d5c99; }
a:visited { color:#3366aa; }
a:hover { color:#ff8c00; }
a:active { color:#D7FA99; }

#container{
         width : 740px;
         background-image:url(images/bak_image_02.gif);
         background-repeat: repeat-y;
         padding-left: 5px ;
         padding-right: 5px ;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#header, #main, #footer	{
	margin: 0 7px;
	}

#content	{
	width: 480px;
	float: left;
         padding-left: 20px ;
	}

#sidebar	{
	width: 180px;
	float: left;
	margin-left: 40px;
	}

#footer	{
	clear: both;
	}


/* ++++++ ヘッダー部分のデザイン ++++++ */

#header	{
	background-image:url(images/header_blog2_08.jpg);
         background-repeat: no-repeat ;
	padding:30px 120px 40px 30px;
	margin-bottom: 10px;
	}

#header h1 {
	font-family:georgia, serif;
	font-size:1.5em;
	margin-bottom: 0;
	}

div#header h1 a:link, div#header h1 a:visited { color:#696969; }
div#header h1 a:hover, div#header h1 a:active { color:#999; }

#header p {
	color:#666;
	font-size:0.8em;
	margin-top: 4px;
	}

/* ++++++ コンテンツ部分のデザイン ++++++ */

.post h2	{
	font-size: 1em;
	color: #3366aa;
	border-bottom: solid 0px #538ad8;
         background-color: #C6E2FF;
	background-image: url(images/mark_02.gif);
	background-repeat: no-repeat;
	padding: 3px 0 1px 40px;
	}

.post h2 a	{
	text-decoration: none;
	}

.post p	{
	font-size: 0.9em;
	color: #666666;
	line-height: 150%;
	}

p.metadata	{
         padding-left: 10px;
	font-size: 0.75em;
	}

.post	{
	margin-bottom: 20px;
	}

.pagenav	{
	font-size: 0.75em;
	}

/*ページテンプレート02用（追加）*/

#link	{
	color: #696969;
	border-collapse: collapse;
	margin-bottom: 20px;
	font-size: 0.75em;
	}

#link th, #link td	{
	text-align: left;
	padding: 10px 5px;
	border: solid 1px #00a0c6;
	}

#link th	{
	width: 100px;
	background-color:  #C6E2FF;
	}

#link a	{
	text-decoration: none;
	color: #3366aa;
	}

#link a:hover	{
	color: #ff8c00;
	}

/*404ページ*/

.post ul li {
	font-size: 0.8em;
	color: #666666;
	}

/* ++++++ サイドバー部分のデザイン ++++++ */

#sidebar	{
	font-size: 0.9em;
	}

#sidebar li, #sidebar li li{
	list-style:none;
         }

#sidebar ul	{
	color: #66aaff;
	list-style-type: disc;
	margin: 3px 0 20px 20px;
	padding: 0;
	}

#sidebar ul ul	{
	color: #88ccff;
	margin-bottom: 3px;
	}

#sidebar h2	{
	font-size: 1.2em;
	background-color: #ffffff;
	background-image: url(images/mark_02.gif);
	background-repeat: no-repeat;
	color: #696969;
	text-align:left;
	margin: 0;
	padding: 10px 0 15px 40px;
	}

#searchform ul {
	margin-left:0;
}

#searchform ul li{
	line-height:1em;
}

#searchform ul li input#s {
	width:120px;
	margin-top:2px;
}
#searchform ul li input#searchsubmit {
	width:3em;
}


/* フッターテンプレート */
#footer {
	clear:both;
	padding:10px;
	background-color: #f5f5f5;
}
p#copyright {
	text-align:center;
	font-size:0.75em;
}


/* コメントテンプレート */
h3 {
	font-size:1em;
	padding:10px 0 0.6em 0;
}
h4 {
	font-size:0.8em;
	padding:0 0 0.4em 0;
	color:#666;
}

input#trackbackurl {
	width:400px;
	font-size:0.75em;
	margin-bottom:1em;
	color:#666;
}

ol#commentlist {
	margin:0 0 15px 0;
	font-size:0.9em;
}
ol#commentlist li.commentcontent {
	display:block;
	list-style:none;
	margin-bottom:1em;
	padding:20px 15px 10px 15px;
	border:1px solid;
	border-color:#efefef #ccc #ccc #efefef;
}

ol#commentlist li dl.metadata dt,
ol#commentlist li dl.metadata dd {
	font-size:0.6em
}

ol#commentlist li, ol#commentlist p {
	font-size:1em;
}

p.note {
	background:#f5f5dc;
	padding:5px 8px;
	color:#666;
	border:1px solid #bdb76b
}

form#commentform label {
	font-size:1em;
	width:190px;
	float:left;
	margin:0.25em 10px 0 0;
	font-weight:bold;
}

form#commentform p {
	clear:both;
}

form#commentform sub {
	display:block;
	padding-top:3px;
}

input#author, input#email, input#url {
	width:300px;
	padding:1px 3px;
}

textarea {
	font-size:0.9em;
	width:450px;
}

p.submitbutton {
	text-align:center;
}
p.submitbutton input {
	padding:3px 1em;
	font-weight:bold;
	color:#555;
}
