@charset "utf-8";
/* CSS Document */

* {
	font-size: 14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#group {
	width: 100%;
	border-top: 3px solid #e60021;
	border-bottom: 1px solid #d7d7d7;
}

#group #group_style {
	width: 1000px;
	margin: 0 auto;
}

#group p {
	padding-top: 10px;
	padding-bottom: 10px;
}

#lang {
	width: 1000px;
}

#lang h1 {
	width: 400px;
	/*float: left;*/
}

#lang #lang_right {
	width: 250px;
	float: right;
}

#lang #lang_right ul li {
	float: left;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

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

#wrapper header h1 {
	font-size: 12px;
	color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
}

#wrapper header h2 {
	padding-bottom: 20px;
}


#wrapper nav ul li {
	width: 125px;
	float: left;
	margin-top: -5px;
}

#wrapper nav ul li a:hover {
	opacity: 0.8;
}

#wrapper nav ul li.on {
	opacity: 0.8;
}

/* スペック */

#wrapper table {
	width: 960px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 150px;
}

#wrapper table tr td {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.8;
}

#wrapper table tr td.bg_col {
	background-color: #e5e5e5;
}


footer {
	width: 100%;
	background-color: #90ce0d;
}

footer ul#footer_nav {
	display: block;
	width: 760px;
	margin: 0 auto;
}

footer ul#footer_nav li {
	width: 93px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	border-left: 1px solid #fff;
	text-align: center;
}

footer ul#footer_nav li a {
	color: #fff;
	border: none;
}

footer p {
	text-align: center;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}




.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */