﻿@charset "utf-8";

/*------------------------------------
ベース設定
------------------------------------*/
*{
	padding:0px;
	margin:0px;}

body{
	color:#778899;
	font-size:13px;
	line-height:1.5em;
	background-color:#ffffff;
	background-image:url("img/back.jpg");
	background-repeat:repeat;}

a:link{color:#7b0f0d; text-decoration:none;}
a:visited{color:#a6a300; text-decoration:none;}
a:hover{color:#d40000; text-decoration:underline;}
a:active{color:#d40000; text-decoration:underline;
	position:relative; top:1px; left:1px;}

#layout{
	width:800px;
	margin:auto;
	background-color:#e6e6e6;}


/*------------------------------------
ヘッダ設定
------------------------------------*/
#head{
	width:800px;
	height:73px;
	background-image:url("img/head.jpg");}
	
#title{
	font-size:40px;
	color:#ffffff;
	padding:20px 0px 0px 20px;}

#sub-title{
	font-size:12px;
	color:#a6a300;
	padding:15px 0px 0px 20px;}

#head-line{
	width:800px;
	height:28px;
	text-align:right;
	background-image:url("img/head-line.gif");
	background-repeat:repeat-x;}

#head-line .text{
	color:#ce8686;
	padding:5px 10px 0px 0px;}

#head-line-s1{
	width:200px;
	height:16px;
	float:left;
	background-image:url("img/head-line-s1.gif");
	background-repeat:repeat;
	padding:0px;
	margin:0px;}

#head-line-s2{
	width:600px;
	height:16px;
	float:left;
	background-image:url("img/head-line-s2.jpg");
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;}

#title a:link{color:#ffffff; text-decoration:none;}
#title a:visited{color:#ffffff; text-decoration:none;}
#title a:hover{color:#efefef; text-decoration:none;}
#title a:active{color:#efefef; text-decoration:none;
	position:relative; top:1px; left:1px;}

#head-line a:link{color:#ffffff; text-decoration:none;}
#head-line a:visited{color:#a6a300; text-decoration:none;}
#head-line a:hover{color:#d40000; text-decoration:underline;}
#head-line a:active{color:#d40000; text-decoration:underline;
	position:relative; top:1px; left:1px;}


/*------------------------------------
左メニュー設定
------------------------------------*/
#menu{
	width:200px;
	background-color:#58201f;
	float:left;}

#menu .title{
	width:200px;
	height:30px;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	background-color:#58201f;}

#navi{
	width:200px;
	background-color:#e6e6e6;}

#navi ul{
	list-style-type:none;
	padding-top:5px;}

#navi li{
	width:180px;
	height:30px;
	font-size:14px;
	text-indent:15px;}

#navi a{padding-top:5px;}

#navi a:link{
	color:#7b0f0d;
	text-decoration:none;
	background:url(img/menu.gif) no-repeat;
	display:block;
	width:200px;
	height:30px;}

#navi a:visited{
	color:#d40000;
	text-decoration:none;
	background:url(img/menu.gif) no-repeat;
	display:block;
	width:200px;
	height:30px;}

#navi a:hover{
	color:#a6a300;
	text-decoration:underline;
	background:url(img/menu-over.gif) no-repeat;
	display:block;
	width:200px;
	height:30px;}

#navi a:active{
	color:#a6a300;
	text-decoration:underline;
	background:url(img/menu-over.gif) no-repeat;
	display:block;
	width:200px;
	height:30px;
	padding-left:0px;
	position:relative;
	top:1px;
	left:1px;}


/*------------------------------------
メイン設定
------------------------------------*/
#main{
	width:600px;
	background-color:#ffffff;
	margin-top:0px;
	float:left;}

#main p{
	width:500px;
	margin-left:50px;
	padding:5px 0px 20px 0px;}

.main-photo{
	text-align:center;
	margin:5px 0px 10px 0px;}

#sp{
	height:20px;}


/*------------------------------------
見出し設定
------------------------------------*/
h2{
	width:540px;
	height:29px;
	font-size:20px;
	color:#ffffff;
	background-image:url("img/h2.jpg");
	background-repeat:no-repeat;
	margin-left:15px;
	padding-top:5px;
	padding-left:30px;}

h3{
	width:540px;
	height:29px;
	font-size:20px;
	color:#7b0f0d;
	background-image:url("img/h3.jpg");
	background-repeat:no-repeat;
	margin-left:15px;
	padding-top:7px;
	padding-left:30px;}

h4{
	width:540px;
	height:33px;
	font-size:14px;
	color:#7b0f0d;
	background-image:url("img/h4.jpg");
	background-repeat:no-repeat;
	margin-left:15px;
	padding-top:7px;
	padding-left:30px;}


/*------------------------------------
フッタ設定
------------------------------------*/
#footer-line{
	clear:both;
	width:800px;
	height:10px;
	background-image:url("img/footer-line.gif");
	background-repeat:repeat-x;}

#footer{
	width:800px;
	height:28px;
	background-image:url("img/footer.jpg");
	background-repeat:no-repeat;
	margin-top:-4px;}

address{
	font-style:normal;
	text-align:center;
	color:#ffffff;
	padding-top:3px;}

