* {
    margin: 0;
    padding: 0;
}

body {
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:0.8em;
	line-height:1.8em;
	text-align: center;
	color: #333;
	background: White url(images/bg.gif) repeat-x top;
}

h1 {
    padding: 18px 0 0 25px;
	line-height: 100%;
    height: 90px;
    font-weight: normal;
    font-size: 35px;
    color: #E0A66A;
}

h1 a {
	font-weight: bold;
	text-decoration: none;
	color: #6F9;
}

h1 a:hover {
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

h1 p {
    padding-left: 5px;
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
}

h2 {
	font-size: 14px;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 26px;
	color: #8C3307;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E1CCB6;
	background-image:url(images/tri.gif);
	background-repeat:no-repeat;
	background-position: 0px 7px;
}

p {
    padding: 8px 0;
    text-align: justify;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
	color: #000;
}

img {
    padding: 5px;
    background: #E5E5E5;
    border: 1px solid #E1CCB6;
}

#main {
    position: relative;
    margin: 0 auto;
    width: 970px;
    text-align: left;
    background: url(images/main.gif) repeat-y;
}

#corner1 {
    position: absolute;
    top: 152px;
    left: 0;
    width: 65px;
    height: 65px;
    background: url(images/corner1.jpg) no-repeat;
}

#corner2 {
    position: absolute;
    top: 152px;
    left: 905px;
    width: 65px;
    height: 65px;
    background: url(images/corner2.jpg) no-repeat;
}

#header {
    padding: 0 65px;
    background: #652D01 url(images/bg.gif) repeat-x top;
}

#header2 {
    height: 152px;
    background: url(images/header.jpg) no-repeat;
}

#menu {
    padding-left: 0px;
    height: 42px;
}

#menu ul {
    padding: 0;
    list-style: none;
}

#menu ul li {
	display: block;
	float: left;
	padding: 0;
	width: 139px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0C6;
}

#menu ul li a {
	display: block;
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 13px;
	line-height: 42px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background: #9B4816 url(images/menu.jpg) no-repeat;
}

#menu ul li a.active{
	border-left: 1px solid #0C6;
	text-decoration: none;
	color: black;
	background: #FF8E1D url(images/menu_over.jpg) no-repeat;
}

#menu ul li a:hover {
    text-decoration: none;
    color: black;
    background: #FF8E1D url(images/menu_over.jpg) no-repeat;
}

#middle {
    padding: 18px 85px 0 85px;
}

#left {
	float: left;
	width: 600px;
}

#left .box {
    padding-bottom: 20px;
}

#left ul {
    padding: 8px 0 8px 25px;
}

#left ul li {
    padding: 0;
    text-align: justify;
}

#left img {
    float: left;
    display: block;
    margin: 10px 20px 5px 0;
}

#left h2{
	font-size: 16px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 26px;
	color: #063;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0C6;
	background-image:url(images/tri.gif);
	background-repeat:no-repeat;
	background-position: 0px 7px;
}

#left h3{
	font-size: 12px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 24px;
	color: #063;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0C6;
	background-image:url(images/tri.gif);
	background-repeat:no-repeat;
	background-position: 0px 7px;
}


#right {
	float: right;
	width: 180px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
}

#right h2 {
	padding: 0px 0px 0px 10px;
	color: #063;
	border-bottom: 1px solid #E5E5E5;
	background-image:url(images/tri.gif);
	background-repeat:no-repeat;
	background-position: 0px 9px;
}

#right ul {
    list-style: none;
	margin-bottom: 25px;
}

#right ul li {
    padding: 0 0 0 0px;
    border-bottom: 1px solid #E5E5E5;
	display:block;
}

#right ul li a {
	display:block;
	padding: 0 0 0 10px;
	font-weight: normal;
	text-decoration: none;
	line-height: 24px;
	color:#000;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #096;
}

#right ul li a:hover {
	text-decoration: none;
	background-color: #dadada;
	border-left: 3px solid #306;
}

#footer {
    clear: both;
    padding: 0px 85px;
    background: url(images/footer.jpg) repeat-x top;
}

#footer p {
	padding: 20px 0px;
	font-size: 12px;
	line-height: 1.8em;
	text-align: center;
	background-color:#6C9;
	border-top: 1px solid #E1CCB6;
}

.pan {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 1px 0px;
	font-size: 85%;
	border-bottom: 1px dotted #A0DAFC;
	}

.pan a {
	color: #333;
	text-decoration: none;
}

.pan a:hover {
	color: #000;
}

.cm {
	border-top: 1px solid #ccc;
	margin: 10px 0px 0px 0px;
	padding: 3px 0px 0px 0px ;
	font-size: 85%;
}
