@charset "utf-8";
/*
Theme Name: yasugi-design
Description: customized Misty-look
Version: 1.0
Author: h.yasugi
Modify: t_sugita
*/
/*http://css.maxdesign.com.au/listamatic/vertical08.htm#*/
/*
ユニバサルセレクタ
-------------------------------------------------------------------------------*/
*{
	margin:0;
	padding:0;
}

/*
タグ定義
-------------------------------------------------------------------------------*/
body{
	background:#FFFFFF;
	color: #333333; 
	text-align: center;
}
a{
	color:#4C0002:
}
a:link, a:visited {
	color: #9F6060;
}
a:hover, a:active {
	color:#990000;
}
img{
	border:0;
}
h2,h3,h4,h5{
	font-size:90%;
}
p,li{
	font-size:small; /* とりあえず構造がおかしいのでsmall */
}


/*
レイアウト
-------------------------------------------------------------------------------*/
/*==== 背景つき全体 ====*/
#wrapper{
	margin:0 auto;
	width:1000px;
	background:url(img/bg_wrapper.jpg) no-repeat left top;
	text-align:center;
}
/*==== コンテンツ全体 ====*/
#container {
	background:#FFFFFF; 
	margin: 0 auto; 
	width: 800px; 	
	text-align: left;
}
/*==== ヘッダ ====*/
#header{
	position:relative;
	width:800px;
	background:url(img/bg_header.jpg) no-repeat right top;
	border-bottom:#000000 solid 3px;
}
#header h1{
	position:absolute;
	top:15px;
	left:15px;
	text-indent:-9999px;
}
#header h1 a{
	display:block;
	text-decoration:none;
	width:155px;
	height:47px;
	overflow:hidden;
	background:url(img/logo.gif) no-repeat left top;
}
#header h2{
	padding:30px 20px 20px 0;
	/*font-weight:normal;*/
	font-size:80%;
	text-align:right;
}
/*==== ナビゲーション ====*/
#navigation ul:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#navigation ul {display: inline-block;}
/* Hides from IE-mac \*/
* html #navigation ul {height: 1%;}
#navigation ul {display: block;}
/* End hide from IE-mac */

#navigation ul{
	padding:0 10px;
}
#navigation ul li {
	float: left;
	font-size:12px;
	list-style-type: none;
}
#navigation ul li a {
	display:block;
	padding:5px 10px 3px;
	text-decoration:none;
	color: #666666;	
}
#navigation ul li.current_page_item a {
	display:block;
	font-weight:bold;
	padding:5px 10px 3px;
	text-decoration:none;
	color:#FFFFFF;
	background:#181616; /* 適当な色 あとで修正 */
}
/*
#navigation ul li.page_item a {
	display:block;
	padding:5px 10px 3px;
	text-decoration:none;
	color: #666666;	
}
*/

/*==== ヘッダ下コンテンツ部 ====*/
#content {
	padding:10px 20px;
}
#content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#content {display: inline-block;}
/* Hides from IE-mac \*/
* html #content {height: 1%;}
#content {display: block;}
/* End hide from IE-mac */
#content-main {
	float: left; 
	width: 500px; 
}

/*見出し*/
.subtitle h3 {
	font-weight:normal;
	font-size:12pt;
	color:#935757;
	text-shadow: #FFFFFF;
	text-align: left;
	font-weight: bold;
	background-image: url(/img/line1.gif);
	background-repeat: no-repeat;

	background-attachment: scroll;
	background-position: left bottom;
	background-color:#white;
}



/*
サイドバー
-------------------------------------------------------------------------------*/
#sidebar {
	float: right; 
	width: 250px;
}
#sidebar div.sidebox {
	margin-bottom:15px;
}
#sidebar div.sidebox ul{

}
#sidebar div.sidebox li{
	list-style:none;
}

/*
フッタ
-------------------------------------------------------------------------------*/
#footer p{
	margin:1em 0;
}
#footer li{
	float:left;
	padding:5px;
}
address{
	width:800px;
	height:27px;
	margin:0 auto;
	text-align:center;
	font-size:12px;
	font-style:normal;
	line-height:200%;
	background:url(img/copyright.gif) no-repeat left top;
}

/*
top
-------------------------------------------------------------------------------*/


/*
もともとのCSS
-------------------------------------------------------------------------------*/
#feedarea {
	padding:10px 10px 0 0; 
	#float: right; 	
float: left; 
	text-align: left;
}
html #feedarea {
	padding-top: 10px;
}
#feedarea dl dt {
	display: inline; 
	margin-right: 5px; 
	height: 45px;
}
#feedarea dl dd {
	display: inline; 
	margin-right: 5px; 
	height: 45px;
	background:url(img/feed.png) no-repeat left center;
	padding-left:16px;
}
#headerimage {
	clear: both; 
	background: #fff url(img/misty.jpg) no-repeat 0 0;

	margin: 10px; 
	color: #fff; 
	height: 200px;
}
 html #headerimage {
	margin-top: 0;
}
#comments, #respond{
	margin: 2em 0 0 5px;
}
#commentform 
{
	margin:10px 0;	
	padding:10px;
	background:#f9fcfc;
	border-top: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
}
.commentnum 
{
	font-size:1.5em;
}
#container .commentlist {
	margin: 0;
	padding: 0;	
}
.commentlist li 
{
	list-style:none;
	margin: 1em 0;
	padding: 0.5em;	
	background:#f9fcfc;
	border-top: #eee 1px solid;
	border-bottom: #eee 1px solid;
}
.commentlist li.alt 
{
    background:#f9fcf9;
}
.commentlist li .cmtinfo 
{
	font-size:1em;		
}
.commentlist li cite 
{
	font-style:normal;
	font-weight:bold;
}
.commentlist li .cmtinfo em 
{
	float:right;
	margin:0;
	padding:0;
	font-style:normal;
	font-size:0.9em;
	color:#999;
}
textarea, input.textbox {
	padding:5px;
	border: 1px solid #ccc;		
	padding:3px;
	font:1em Verdana, Arial, Serif;
	background:#f9f8f4;
}
textarea 
{
	height:20em;
	width:80%;	
}
textarea:focus, input.textbox:focus 
{
	border: 1px solid #999;	
	background:#fff;
}
.post h4 
{
	font-size:1em;
	font-weight:normal;
	font-family:Verdana, Tahoma, Arial, Serif;
}
.post h4 em
{
	font-style:normal;
	float:right;
	font-weight:normal;
}
#header, #content, #sidebar, #footer, .widget {
    overflow: hidden;
}

img#photoAlbum {
	filter:alpha(opacity=50);
	opacity:0.5;
}
body#photoAlbum {
	background-color:#fff;
	color:#333;
	font-size:80%;
	line-height:1.8;
}
h1#photoAlbum {
	font-size:14pt;
	color:#777;
	padding:0;
	margin:0;
}
/*box agniue.k*/
.clear-both{
	clear:both;
}
#contents_box{
	display: block;
	clear:right;
	padding-top: 30px;
	width:360px;
}
.box{
	padding: 3px 0px 0px;
	margin:10px 0;
	display: block;
	width:350px;
	color:#666666;
}
.box img{
border:none;
}
.box_left{
	width: 140px;
	float: left;
	display: block;
}
.box_right{
	width: 200px;
	float:right;
	margin:15px 0 0 10px;
	display: block;
}
.box_right a{
	text-decoration: none;
	color: #666;
	font-size: 10px;
}
.box_right a:visited {
    color: #666;
	text-decoration: none;
}
.box_right a:hover{
    color: #000;
	text-decoration:underline;
}}