@charset "utf-8";


/* =import 
----------------------------------------------*/
@import url(reset.css);
@import url(layout.css);



/* hn
------------------------------------------- */
h1{
	font-weight: normal;
	color: #FFF;
	font-size: 85%;
}

h2{}

h3{}

h4{
	padding-bottom: 10px;
	padding-top: 30px;
}


/* link
------------------------------------------- */
a:link{
	color: #333333;
	text-decoration: none;
}

a:visited{ color:#333333; text-decoration:none; }

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

a.line:link {
	text-decoration: underline;
	color: #333;
}

a.line:visited {
	text-decoration: underline;
	color: #333;
}

a.line:hover {
	color: #980000;
	text-decoration: underline;
}

/* common
------------------------------------------- */
.info{
	padding-left: 20px;
}

.section{
width:100%;
height:auto;
overflow:hidden;
margin-bottom:20px;
}
.section p{
margin-bottom:20px;
}

.red{
	font-size: 120%;
	font-weight: bold;
	color: #980000;
}

.medium{
	font-weight: bold;
	font-size: 16px;
}

.clear { clear:both; }   

.clear hr { display:none; }  

hr {
   border-width: 1px 0px 0px 0px; 
   border-style: dashed; 
   border-color: #666;   
   height: 1px;         /* 高さ(※古いIE用) */
}

/* 画像リンクのマウスオーバーに透かし */
a:hover img {
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/*
Back to top button 
*/
#back-top {
	float: right;
}

/* subMenu
------------------------------------------- */
#menu{
	float: left;
	width: 769px;
	padding-top: 80px;
}

#menu > ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#menu > ul:after {
	content: '';
	clear: both;
	display: block;
}
#menu > ul > li {
	float: left;
}

#menu > ul > li > a {
	display: block;
	cursor: pointer;
}

#menu > ul > li > div {
	height: 0px;
	visibility: hidden;
	opacity: 0;
	transition: .5s;
	position: absolute;
	top: 25px;
	left: -225px;
}

#menu > ul > li:hover > div {
	visibility: visible;
	opacity: 1;
	transition: .5s;
}

#menu .subMenu1 {
	width: auto;
	background-image: url(../header/fukidashi.png);
	background-repeat: no-repeat;
	text-align: left;
	background-position: center top;
	height: auto;
}

#menu .subMenu1 ul {
	overflow: auto;
	background-color: #980000;
	width: 850px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#menu .subMenu1 ul li {
	float: left;
	width: 200px;
	margin-bottom: 10px;
}

.pd20{padding-top: 20px;}


@media print{
#body{display:none;}
}
