@charset "UTF-8";
/* CSS Document */
		
*{
	margin:0;
	padding:0;
	}

html {
	overflow-y:auto;
}

/* ホバー */
a:hover img
{
    opacity: .7;

        filter: body(opacity=70);
    -ms-filter: 'body(opacity=70)';
}
a
{
    text-decoration: none;
}


iframe {
	overflow:hidden;
}

address, caption, cite, code, dfn, em, strong, th, var	{
	font-style: normal;
}
table	{
	border-collapse: collapse;	border-spacing: 0;
}
caption, th	{
	text-align: left;
}
q:before ,q:after	{
	content: '';
}
hr, legend	{
	display: none;
}
h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
}
img, abbr, acronym, fieldset	{
	border: 0;
}

img{
	border:none;
	vertical-align:bottom;
}	
	
li	{
	list-style-type: none;
}
p, dd, blockquote	{
	text-align: justify;
	text-justify: inter-ideograph;
	line-height:18px;
}

/* ----------------------- Basic Style */
/* ------------ Font Style */
body {
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color:#fff;
	line-height: 130%;
	font-size:12px;
	overflow-y:hidden;
	background-color:#152354;
}

html>/**/body {
	font-size: 12px;
}

* + html body {
	font-family: "メイリオ","Meiryo";
}

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

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

a:hover img {
	opacity:0.8;
	filter: alpha(opacity=50);
}

.reset {
	margin:0 !important;
}

/* ------------ A Style */

/* .clearfix
=======================================*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	font-size: 0.1em;
}

.clearfix {
	display: inline-block;
}

/*\*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/**/


#wrapper {
	width:950px;
	margin:0px auto;
}


#header {
	width:890px;
	background-color:#7a1f00;
	margin:0px auto;
	
	padding:0px 30px 30px 30px;
}

#head-top {
	padding-top:13px;
	margin-bottom:10px;
}

#head-top h1 {
	float:left;
}

#head-top .head-info {
	float:right;
}

#head-top ul li {
	float:left;
}

#head-top ul .tel {
	margin-left:33px;
}


#head-top .head-navi li a {
	color:#152354;
}

#head-bottom {
	
	margin:0px auto;
	background:#fff;
}

#head-bottom ul li {
	float:left;
}

#head-bottom .form {
	padding:5px 0px 0px 13px;
}

#head-bottom .form .form1 {
	margin-left:10px;
}

#head-bottom .form span {
	border-left:1px dotted #333;
	margin-left:15px;
	padding-left:15px;
}

#head-bottom .form .form3 {
	margin-left:15px;
	position:relative;
	top:5px;
}


.fadein {
	position:relative;
	height:551px;
	width:950px;
}

.fadein img {
	position:absolute;
	left:0;
	top:0;
}

#main-menu {
	width:950px;
	margin:0px auto;
	
}

#main-menu .menu1 li {
	float:left;
}

.menu3 li {
	float:left;
	margin-left:10px;
}


#main-wrapper {
	width:890px;
	margin:0px auto;
	position:relative;
	background-color:#7a1f00;
	padding:0px 30px 30px 30px;
}


#main-contents {
	width:840px;
	padding:25px;
	background:#152354;
}


/*top*/

#index{
	margin-bottom:50px;
}


#index h3{
	margin:25px 0px;
}


#index ul li{
	float:left;
	width:415px;
	margin-left:10px;
	margin-bottom:35px;
}

#index ul li dt{
	margin-bottom:10px;
}

.index-text{
	height:136px;
	line-height:20px;
}
