@charset "utf-8";

html {
    color:#000000;
    overflow-y:scroll;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	width: 100%;
	height: 100%;
}

body {
    margin:0;
    padding:0;
	background-color:#000;
	width: 100%;height: 100%;
}
p{
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-size: 100%;
	vertical-align: bottom;
}

#header {
	height:105px;
	width:960px;
	margin:0 auto;
	text-align:left;
	color:#FFF;

	
}

#header .head_logo{
	float:left;
}

#header h1{
	width:570px;
	float:left;
	font-size:14px;
	padding:0px;
	margin:25px 0px 0px 0px;
	font-weight:normal;
	line-height:30px;
}

#header .excampany{
	width:570px;
	float:left;
	font-size:40px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#header .excampanys{
	font-size:18px;
}


#header .header_telmail img {
	transition: 0.6s ;
}

#header .header_telmail img:hover {
	opacity: 0.5 ;
}


#footer {
	height:305px;
	margin:0px auto;
	background:#000 url(../images/footer_bg.jpg) no-repeat center;
	text-align:center;
	
}
#footer_area {
	width:771px;
	margin:45px auto 0px auto;
	color:#FFF;
	padding:0px;
}

#footer .telimg{
	float:left;
	margin-top:12px;
}
#footer .mailimg{
	float:left;
	margin-top:12px;
}

#footer .mailimg{
	transition: 0.6s ;
}

#footer .mailimg:hover {
	opacity: 0.5 ;
}



#footer .footer_logo{
	float:left;
	margin-top:18px;
}

#footer .footer_text{

	float:left;
	font-size:13px;
	padding:0;
	text-align:left;
	line-height:15px;
	margin-top:18px;
}
#footer .copy{
	font-size:13px;
	margin-top:18px;
	text-align:right;
	padding-top:15px;
}


ul,li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
p {
	margin:0;padding:0;
}


#menu {
		width:960px;
	margin:0px auto;
			text-align:center;
			overflow:hidden;
}


#menu ul{
	width:960px;
	list-style:none;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

#menu li{
	background-image:url(../images/menu_line.jpg);
	background-repeat:no-repeat;
	float:left;
	padding:0 12px;
	height:30px;
	color:#FFF;
	font-size:15px;

}

#menu a {
	transition: 0.6s ;
}

#menu a:hover {
	opacity: 0.5 ;
}


a:link { color: #FFF; }
a:visited { color: #FFF; }
a:hover { color: #FFF; }
a:active { color: #FFF; }
a {
text-decoration: none;
}
a img {
    border-style:none;
}


.clear_b {
	clear: both;
}
