@charset "UTF-8";
/* CSS Document */

/* 
Theme Name: Sample Theme
Theme URI: http://www.www.www/
Description: This is my sample theme.
 */


*    {
margin:0;
padding:0;
border:none;
font-size:100%;
font-weight:normal;
font-style:normal;
text-decoration:none;
line-height:1.0;
}


a:link {
	color: #999999;
	text-decoration: none;
	}

a:visited {
	color: #999999;
	text-decoration: none;
	}

a:active {
	color: #333333;
	text-decoration: none;
	}

a:hover {
	color: #333333;
	text-decoration: none;
	}

img {
padding:8px 0px 8px 0px;
border:none;
}


/* コンテナ */
#container  {
width:770px;
margin:0 auto;
font-family: Verdana, Arial, sans-serif;
}


/* ヘッダー */
#header  {
padding-bottom:30px;
}


/* コンテンツ */
#content  {
width:500px;
float:left;
padding-left:30px;
}

#category_title    {
color:#7b7b7b;
}

#month_title      {
color:#7b7b7b;
font-size:13px;
}




.post_title  {
font-family:Verdana, Arial, sans-serif;
padding:10px 0 35px;
}


.post_title p.blog_ttl   {
color:#333333;
font-size:14px;
font-weight:bold;
float:right;
width:420px;
line-height:1.5;
}

.post_title p.date  {
font-size:12px;
color:#a9a9a9;
padding-right:5px;
float:left;
padding-top:5px;
}

.the_content  {
clear:both;
}


.the_content p {
color:#333333;
font-family:Verdana, Arial, sans-serif;
font-size:12px;
line-height:1.5;
}

.the_content p a:link {
	color: #d7a877;
	text-decoration: none;
	}

.the_content p a:visited {
	color: #d7a877;
	text-decoration: none;
font-weight:bold;
	}

.the_content p a:active {
	color:#d7a877;
	text-decoration:underline;
	}

.the_content p a:hover {
	color: #d7a877;
	text-decoration:underline;
	}


p.post_author  {
color: #333333;
font-family: Verdana, Arial, sans-serif;
font-size: x-small;
border-top: 1px solid #C7C8CA;
text-align: left;
margin-top:10px;
margin-bottom: 50px;
line-height: normal;
padding: 3px;
}

.pagelink  {
font-size:12px;
text-align:center;
margin:50px;
color:#999999;
}


/* サイドバー */
#sidebar  {
width:180px;
float:right;
padding-right:10px;
}

.yamada  {
width:100px;
font-size:13px;
text-align:center;
padding:10px 0 0 20px;
}



h2  {
color:#333333;
font-size:14px;
}

.prof  {
color:#333333;
font-size:10px;
width:150px;
padding:10px 0 40px;
line-height:1.4;
text-align:left;
}

#sidebar ul  {
margin:50px 0;
}

#sidebar li  {
font-size:18px;
color:#7b7b7b;
list-style:none;
line-height:1.7;
}

input#s  {
width:130px;
margin-bottom:5px;
border:solid 1px;
border-color:#a9a9a9 #d3d3d3 #d3d3d3 #a9a9a9;
}

#search  {
margin-bottom:40px;
}


#wp-calendar  {
width:90%;
height:140px;
margin-bottom:40px;
font-size:10px;
}

#wp-calendar caption  {
margin-bottom:10px;
}

#wp-calendar td, #wp-calendar th  {
text-align:center;
}

#wp-calendar a:link  {
color:#ffffff;
background-color:#d7a877;
text-decoration:none;
padding:0 2px;
}
#wp-calendar a:visited  {
color:#ffffff;
background-color:#d7a877;
text-decoration:none;
padding:0 2px;
}
#wp-calendar a:hover  {
background-color:#7b7b7b;
color: #ffffff;
text-decoration:none;
}
#wp-calendar a:active  {
background-color:#7b7b7b;
color: #ffffff;
text-decoration:none;
}


h3  {
color:#d7a877;
font-size:14px;
font-weight:bold;
}

#article ul  {
margin:5px 0 30px;
}


#article li  {
font-size:10px;
color:#7b7b7b;
list-style:none;
line-height:2;
}


/* フッター */
#footer {
line-height:140%;
margin:0 auto;
padding-bottom:10px;
text-align:right;
width:770px;
float:right;
background-color:#FFFFFF;
}


