﻿@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; } 
/*==================================================== 
ヘッダー
======================================================*/
#photo{
	width:950px;
	height:500px;
	margin-left:1px;
}
#menu-g{
	width:320px;
	margin-left: 31px;
	position:absolute;
	top:515px;
	left:1px;
}

#menu-g ul#navig{
	width:320px;
	height:22px;
}
#menu-g ul#navig li{float:left;}
#menu-g ul#navig li a{
	display:block;
	width:90px;
	height:22px;
	text-indent:-9999px;
}
#menu-g ul#navig li#gd a{background:url(../images/navi-g.png) 0px 0px no-repeat;}
#menu-g ul#navig li#tp a{background:url(../images/navi-g.png) -90px 0px no-repeat;}

#menu-g ul#navig li#gd a:hover{background:url(../images/navi-g.png) 0px -30px no-repeat;}
#menu-g ul#navig li#tp a:hover{background:url(../images/navi-g.png) -90px -30px no-repeat;}

#archives{margin-top:75px;}
#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;
}

#setsumei{
	width:245px;
	height:138px;
	margin-left: 31px;
	position:absolute;
	top:580px;
	left:1px;
}
/*==================================================== 
メイン
======================================================*/
#main{
	width:510px;
	margin-left:411px;
	padding-bottom:75px;
}
#main h2 {
	display:block;
	font-size:30px;
	padding-top:30px;
}
#main h3 {
	display:block;
	font-size:16px;
	padding-top:15px;
}
#main p#cate{
	display:block;
	height:14px;
	font-size:12px;
	margin-top:5px;
	color:#b8b8b8;
}
#main p#cate2{
	display:block;
	height:14px;
	font-size:12px;
	margin-top:5px;
	color:#b8b8b8;
}
#honbun{
	margin-top:45px;
}

#honbun p{
	font-size:16px;
	line-height:30px;
}
/*==================================================== 
フッター
======================================================*/

#footer{
	position:absolute;
	bottom:0;
	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;
}