﻿/* ===== ▽全体のコンテナ類▽ ===== */
body {
	margin:0px auto;	/* 中央揃えの場合 */
	text-align:center;	/* お馬鹿なIEでもセンタリングさせる方法 */
	/* 左揃えの場合 margin : 0px; text-align: left; */
	padding:0px;
	width:720px;	/* 全体の幅を決定（body,header,container,footerも同時に変更のこと） */
	text-decoration:none;
	background:#ffffff;
	font-size:12pt;
	color:#cc6633;
	line-height:150%;
	font-family:"MS UI Gothic", Verdana, Tahoma, sans-serif;
}
#header {
	margin : 0px 0px 15px 0px;
	padding : 0px;
	width : 720px;	/* 全体の幅を決定（body,header,container,footerも同時に変更のこと） */
}
#menu {
	text-align: center;
}
#contents {
	margin : 0px;
	padding : 0px;
	width : 720px;
	height : 100%;
	text-align: left;
	background-color : #ffffff;
}

#footer {
	margin : 0px;
	padding : 0px;
	width : 780px;	/* 全体の幅を決定（body,header,container,footerも同時に変更のこと） */
	text-align: left;
	background-color : #ffffff;
}
#copyright {
	text-align : center;
	margin : 0px;	/* -5pxにすると線が文字に近づく */
	font-size : 10px;
	font-style : normal;
	font-family : Verdana, Tahoma, sans-serif;
	color : #333333;
}
/* ===== △全体のコンテナ類△ ===== */
.hr {
	/* IEでは<hr>では縁が残るためこうするしかない */
	margin:10px auto 10px auto;
	background-image:url("./img/bou02.gif");
	text-align:center;
	width:650px;
	height:30px;
}
h1 {
	display:none;
}
h2{
	margin:10px 0px 10px 0px;
	padding:5px 20px 4px 10px;
	border-top:#cc6 1px solid;
	border-right:#cc6 1px solid;
	border-bottom:#cc6 1px solid;
	border-left:#cc6 1px solid;
	font-size:12pt;
	font-weight:bold;
	color:#969;
}
h3{
	margin:0px 0px 10px 20px;
/*	border-bottom:1px #c9f dotted;*/
	font-size:12pt;
	font-weight:bold;
	color:#969;
}
.h3contents {
	margin:0px 0px 20px 40px;
	font-size:12pt;
	font-weight:normal;
	color:#c63;
}

a {
	text-decoration	: underline;
	font-size	: 12pt;
	color		: #b55a00;
	line-height	: 100%;
	font-family	: "MS UI Gothic";
}
a.topmenu:hover {
	color		: #996633;
}
a.topmenu {
	text-decoration	: none;
	font-size	: 12pt;
	color		: #b55a00;
	line-height	: 100%;
	font-family	: "MS UI Gothic";
}


.no {
	display : none;
}
.a1 {
	text-decoration	: none;
	font-size	: 12pt;
	color		: #b55a00;
	line-height	: 125%;
	font-family	: "MS UI Gothic";
}

div.underline {
	border-bottom		: 1px #b55a00 dotted;
	font-size				: 12pt;
	font-weight			: bold;
	color						: #b55a00;
	width:auto;
}
