@charset "utf-8";

/*==================================================== 

エンガアート
	
======================================================*/


/*初期設定*/
* {
	margin: 0;
	padding: 0;
	text-align: left;
}
html{
	height:100%;
}
body{
	background:url(../images/back.gif);
	height:100%;
}
a{
	text-decoration:none;
}
li{
	list-style:none;
}

#container{
	background:url(../images/back02.gif);
	width:952px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	min-height:100%;
}
body > #container {
        height: auto;
}
a:link { color: #000000; }
a:visited { color: #000000; }
a:hover { color: #ff8c00; }
a:active { color: #000000; } 
/*==================================================== 
ヘッダー
======================================================*/

#menu-g{
	width:320px;
	margin-left: 31px;
	float:left;

}
#menu-g h1 a{
	display:block;
	width:320px;
	height:61px;
	margin-top:40px;
	margin-bottom:40px;
	text-indent:-9999px;
	background:url(../images/logo.png) 0px 0px no-repeat;
}
#menu-g #navi h4{
	font-size:16px;
	line-height:30px;
}
#twitter a{
	display:block;
	margin-top:30px;/*290*/
	width:120px;
	height:28px;
	text-indent:-9999px;
	background:url(../images/twitter.png) 0px 0px no-repeat;
}

#flickr a{
	display:block;
	margin-top:8px;
	width:77px;
	height:30px;	
	text-indent:-9999px;
	background:url(../images/flickr.png) 0px 0px no-repeat;
}
#archives{margin-top:30px;}
#categories{margin-top:30px;}
#list{margin-top:30px;}
#menu-g ul{
	font-size:14px;
	line-height:22px;
}
#menu-g h4{
	font-size:14px;
	line-height:22px;
}
/*==================================================== 
メイン
======================================================*/
#main{
	width:510px;
	margin-left:411px;
	padding-top:40px;
	padding-bottom:75px;
}
#main h2 {
	display:block;
	font-size:30px;
	padding-top:30px;
}
#main h3 {
	display:block;
	font-size:20px;
	font-weight:bold;
	padding-top:30px;
}
#main p#cate{
	display:block;
	height:14px;
	font-size:14px;
	margin-top:16px;
	color:#b8b8b8;
}
#main p#cate2{
	display:block;
	height:14px;
	font-size:14px;
	margin-top:8px;
	color:#b8b8b8;
}
#honbun{
	margin-top:25px;
	margin-bottom:20px;
}

#honbun p{
	font-size:16px;
	line-height:30px;
	margin-bottom:32px;
}
#honbun p.gazo{
	line-height:0px;
	margin-top:5px;
	margin-bottom:0px;
}


/*==================================================== 
フッター
======================================================*/

#footer{
	clear:both;
	background:#ffffff;
	width:950px;
	height:75px;
	margin-left:1px;
	margin-bottom:0px;
}
#footer p{
	width:80px;
	height:50px;
	margin-top:0px;
	float:right;
}
#footer p a{
	display:block;
	width:50px;
	height:50px;
	margin-right:30px;
	text-indent:-9999px;
	background:url(../images/pagetop.png) 0px 0px no-repeat;
}
#footer p a:hover{
	background:url(../images/pagetop.png) 0px -50px no-repeat;
}
/*==================================================== 
ツイート
======================================================*/
.honbun p{
	font-size:10px;
	color:#deb887;
	padding:10px 20px 20px;
}
.tl-tweet{
	width:460px;
	padding:10px 20px 10px;
	margin-top:1px;
	margin-bottom:5px;
	background:#fffaf0;
	border:solid 1px #dcdcdc;
	float:left;
}
.t2b{
	width:460px;
	padding:10px 20px 10px;
	margin-top:1px;
	margin-bottom:5px;
	background:#fffaf0;
	border:solid 1px #dcdcdc;
	float:left;
}
.topfooter{
	font-size:10px;
	color:#deb887;
	padding:10px 20px 20px;
}
#honbun .tl-tweet p{
	margin-bottom:0px;
}
#honbun p.tl-text{
	margin-bottom:0px;
	line-height:30px;
}
#honbun p.tl-posted{
	margin:0px;
	font-size:6px;
	line-height:12px;
	margin-top:10px;
	margin-bottom:0px;
	color:#deb887;
}
.t2b span.meta{
	margin:0px;
	font-size:6px;
	line-height:12px;
	margin-top:10px;
	margin-bottom:0px;
	color:#deb887;
	display:block;
}

