@import url(reset.css);
@import url(navi-action.css);
body {
	background:url(../img/bg.jpg);
	text-align:center;
	font-size:80%;
	color:#444444;
	font-family:Arial,Verdana,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;
}
#container {
	width:800px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
#header {
	height:80px;
	background:url(../img/headbg.jpg) repeat-x;
}
#header-inner{
	width:800px;
	height:80px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
#contents-left {
	width:120px;
	float:left;
}
#contents-right {
	width:680px;
	float:left;
}

#right-top{
	width:670px;
	height:25px;
	background:url(../img/topbg.jpg) no-repeat;
	background-position:left bottom;
}
#right-main{
	width:620px;
	padding:0 30px 10px 20px;
	background:url(../img/bgmain.jpg) repeat-y;
}
html>body #right-main{
	min-height:300px;
}
*html #right-main{
height:300px;
}

#photo_index{
	min-height:300px;
	_height:300px;
	background:url(../img/photo2.jpg) no-repeat right bottom;
}

#right-bottom{
	width:670px;
	height:20px;
	background:url(../img/footbg.jpg) no-repeat;
	background-position:top left;
}

#footer {
	width:800px;
	clear:both;
	color:#ffffff;
	font-size:80%;
}
#footer p{
	text-indent:120px;
}


h1{
	width:220px;
	height:60px;
	text-indent:-9999px;
	position:absolute;
	top:10px;
	left:0px;
}
h1 a{
	text-decoration:none;
	display:block;
	width:220px;
	height:60px;
	background:url(../img/logo.jpg) no-repeat;
}

h2{
	width:620px;
	font-size:16px;
	padding:5px 0;
	background:url(../img/title.jpg) no-repeat;
	background-position:bottom left;
}
h3{
	text-indent:20px;
	background:url(../img/subtitle.jpg) no-repeat;
	height:20px;
	line-height:20px;
}
#contents p{
	margin-left:25px;
	padding-bottom:1em;
}

#right-main li{
	list-style:disc;
	margin-left:30px;
	
}

/*メニュー*/
ul#menu{
	width:100px;
	height:200px;
	margin-left:20px;
	margin-top:15px;
}

#contents-right a {
	color:#666666;
	text-decoration:underline;
}
#contents-right a:hover{
color:#ffffff;
background:#666666;
}

#hmenu{
	position:absolute;
	top:40px;
	left:650px;
}

#hmenu li{
	text-indent:-9999px;
	float:left;
}

#hmenu li#hmenu1 a{
	display:block;
	text-decoration:none;
	width:140px;
	height:20px;
}

#hmenu li#hmenu2 a{
	display:block;
	text-decoration:none;
	width:90px;
	height:20px;
}

#hmenu1 a{
	background:url(../img/hmenu1.jpg) no-repeat;
}
#hmenu1 a:hover,#hmenu1 a#current{
	background:url(../img/hmenu1a.jpg) no-repeat;
}
#hmenu2 a{
	background:url(../img/hmenu2.jpg) no-repeat;
}
#hmenu2 a:hover,#hmenu2 a#current{
	background:url(../img/hmenu2a.jpg) no-repeat;
}

p.photo img{
	margin:2px;
}

p.photo a{
	text-decoration:none;
}
p.photo a:hover{
	background:#ffffff;
}

.tdftad a{
	color:#999999;
}