﻿@font-face {
	font-family:"Rounded M+";
	src:url(../../Font/rounded-mplus.ttf);
}

html {
	height:100%;
}

body {
	height:100%;
	margin:0px;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.backgroundImage {
	position:relative;
	/*background-image:url("../image/Backgroung_Image.png");
	background-repeat:no-repeat;
	background-position: top center;
	-moz-background-size:cover;
	background-size:cover; 	
	background-size:100%;*/
	height:auto !important; /*IE6対策*/
	height:100%; /*IE6対策*/
	min-height:100%;
}
/*******************************
ヘッダー
*******************************/
header {
	margin:0px;
	padding-top:20px;
}
/*******************************
ヘッダートップ
*******************************/
#top-Area {
	max-width:980px;
	height:65px;
	margin:auto;
	font-family:"Rounded M+";
}

.h-Logo {
	width:40%;
	height:70%;
	margin:0px;
	float:left;
}

.h-Logo img {
	width:100%;
	height:100%;
}

.contact-Info {
	margin:auto;
	width:40%;
	height:100%;
	text-align:right;
	float:right;
}

.contact-Info p {
	margin:0px;
	font-size:2.5ex;
	font-weight:bold;
	color:#000C41;
}

.contact-Info p.add {
	font-size:2.2ex;
}

span.red {
	color:#AF0000;
}

.header-bottomLine {
	margin:0px;
	border-top:10px solid #AF0000;
	border-bottom:35px solid #000C41;
}

#top-Area:after {
	content:"";
	clear:both;
}
/*******************************
ヘッダーメニュー
*******************************/
#top-Menu {
	width:100%;
	height:60px;
	margin:0px;
	border-top:1px solid #DCDCDC;
	border-bottom:1px solid #DCDCDC;
	border-collapse:collapse;
	background-image:linear-gradient(to bottom,#F7F7F7,#DCDCE7)
}

.menu-Bar {
	width:980px;
	height:100%;
	margin:auto;
}

.menu-Bar ul {
	padding:0px;
	margin:0px;
	width:100%;
	height:100%;
	list-style:none;
}

.menu-Bar ul li {
	display:inline-block;
	font-size:2.0ex;
	font-weight:100;
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ;
	text-shadow:-0.08ex -0.08ex 0.08ex #000000, 0.08ex 0.08ex #FFFFFF;
	color:#777788;
	letter-spacing:0.5ex;
	width:12.29%;
	height:100%;
	border:1px solid #C9C9C9;
	border-top:none;
	border-bottom:none;
	border-collapse:collapse;
	text-align:center;
	cursor:pointer;
	float:left;
}

.menu-Bar ul li a {
	width:100%;
	height:100%;
	text-decoration:none;
	color:#777788;
	float:left;
}

.menu-Bar ul li p {
	margin-top:10%;
	margin-bottom:0px;
}

.small-size {
	font-size:1ex;
}

.menu-Bar ul li a:hover {
	color:#FFFFFF;
}

.menu-Bar ul li:hover {
	background-image:linear-gradient(to bottom,#BBBBBB,#323245);
}

.menu-Bar ul li:active {
	background-image:linear-gradient(to bottom,#7B7B7B,#0D0D1C);
}

#top-Menu:after {
	content:"";
	clear:both;
}