@charset "UTF-8";

/* ========BASIC======== */
* {
   font-family:Verdana, Helvetica, sans-serif;
   color:#333;
}

body {
	margin:0;
	letter-spacing:1px;
	background-image: url(images/back_body.jpg);
	background-repeat: repeat;
}

br {
   letter-spacing:normal;
}

a {
	color:#333333;
	text-decoration:underline;
}

a:hover {
	color:#660000;
	text-decoration:none;
}
p {
	color:#333333;
	text-decoration:none;
	letter-spacing: 1px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

img {
   border:0;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

/* ========TEMPLATE LAYOUT======== */
div#top {
	width:800px;
	background-image: url(images/back_page2.jpg);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

div#header {
	width:760px;
	margin-left: 20px;
	margin-right: 20px;
	background-position: center;
}
div#header-left  {
	width:160px;
	float: left;
}
div#header-right  {
	width:600px;
	float: left;
}

div#menu {
	width:760px;
	margin-bottom:10px;
	padding-left: 20px;
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #330000;
}

div#contents {
	width:760px;
	padding-left: 20px;
}
div#contents2 {
	width:760px;
}

div#headImage {
	width:760px;
	background-image: url(images/flash-back.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 5px;
}
div#headImage2 {
	width:760px;
	background-repeat: no-repeat;
	padding-bottom: 10px;
}

div#main {
	float:left;
	width:570px;
	margin-top:0px;
}
div#main2 {
	float:left;
	width:570px;
	background-image: url(images/back_body_w560.jpg);
	background-repeat: repeat-y;
	padding-top: 10px;
}
div#main3 {
	float:left;
	width:500px;
	padding-left: 30px;
}
div#main  .section {
	float:left;
	width:540px;
	margin-top:0px;
	padding-left: 30px;
}
div#menu_d_h2 {
	margin-top:0px;
	background-image: url(images/h2_back.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 35px;
	height: 39px;
	padding-top: 11px;
	padding-right: 2px;
	padding-bottom: 2px;
}
div#menu_l {
	float: left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	width: 400px;
}
div#menu_r {
	float: right;
	width: 170px;
}
div#menu_l    dl {
	margin-top: 0px;
}
div#menu_l   dt {
	font-size: small;
	font-weight: bold;
	color: #333333;
	width: 380px;
}

div#menu_l dd {
	font-size: x-small;
	color: #993300;
	margin-bottom: 10px;
	float: left;
	width: 200px;
	padding-left: 10px;
}
div#dt_l {
	float: left;
	width: 230px;
	padding-left: 20px;
}
div#dt_r {
	float: right;
	text-align: right;
	width: 120px;
}
div#dt_l_c {
	float: left;
	width: 160px;
	padding-left: 20px;
}
div#dt_r_c {
	float: right;
	width: 175px;
}


div#sub {
	float:right;
	width:180px;
	margin-top:0px;
	padding-left: 3px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #999999;
}

div#footer {
	position:relative;
	width:760px;
	float: left;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
}

/* 回り込み解除 */
div#contents:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}

/* ========HEADER CUSTOMIZE======== */
div#header h1 {
	margin:0;
	font-size:10px;
	color:#333333;
	line-height:130%;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 130px;
}

div#header h1 a {
   color:#000;
}

div#header h1 a:hover {
   color:#535D57;
}


/* ========MENU CUSTOMIZE======== */
div#menu ul {
	width:760px;
	margin:0;
	padding:1px 0 1px 1px;
	background:#000;
}

div#menu li {
   float:left;
   font-size:0.75em;
   color:#333;
   text-align:center;
   list-style-type:none;
}

div#menu li a{
   display:block;
   width:125px;
   margin-right:1px;
   padding:5px 0;
   color:#fff;
   background:url(images/bg_menu_off.gif);

}

div#menu li a:hover{
   color:#fff;
   background:url(images/bg_menu_on.gif);
}

/* 回り込み解除 */
div#menu ul:after{
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}

/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main a {
	color:#0000FF;
	text-decoration: underline;
}

div#main a:hover {
	color:#660000;
	text-decoration: underline;
}

div#main h2 {
	font-size:0.94em;
	font-weight:bold;
	line-height:34px;
	background-image: url(images/h2-back.jpg);
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 35px;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

div#main h3 {
	font-size:0.88em;
	color: #333333;
	padding-top: 10px;
	text-decoration: underline;
	padding-bottom: 10px;
}

div#main h4 {
	margin-bottom:2px;
	font-size:0.75em;
	line-height:1.4;
	color: #333333;
}
div#main h5 {
   margin-bottom:2px;
   font-size:0.75em;
   line-height:1.4;
}
div#main h6 {
   margin-bottom:2px;
   font-size:0.75em;
   line-height:1.4;
}

div#main p{
   margin:0 10px 1em 0;
   font-size:0.75em;
   line-height:1.4;
}

div#main ul,ol,dl{
   margin-right:10px;
   font-size:0.75em;
}

div#main dt{

}

div#main li{
	list-style-image: url(images/bg_list.gif);
	margin-top: 2px;
	margin-bottom: 1px;

}

/* ========sub CONTENTS CUSTOMIZE======== */
div#sub .section {
	margin-left: 10px;


}

div#sub h2 {
   padding:3px;
   font-size:0.88em;
   font-weight:bold;
   color:#fff;
   background:#31001D url(images/bg_sub_h2.gif) 0 0 repeat-x;
}
div#sub  h4 {
   margin-bottom:2px;
   font-size:0.75em;
   line-height:1.4;
}

div#sub ul {
   margin:0;
   padding:5px 0 1em 0;
}

div#sub li {
	margin:0;
	padding-left:18px;
	font-size:0.75em;
	line-height:1.8;
	list-style:none;
	background-color: #fff;
	background-image: url(images/bg_list3.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}
div#sub  p{
	margin:0 10px 1em 0;
	font-size:0.75em;
	line-height:1.4;
	letter-spacing: 0px;
	color: #333333;
}

address{
	font-size:0.63em;
	color:#333333;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
