/* common.css */

/*初期化
////////////////////////////////////////////////////*/
* {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
img {
	border: none;
	vertical-align: top;
}
hr {
	display: none;
}
p {
	line-height: 1.4;
}
/*clear fix
////////////////////////////////////////////////////*/
.clear:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clear{
display:inline-block;
}
/*Hides from IE-mac \*/
*html .clear{
height:1%;
}
.clear{
display:block;
}
/*End hide from IE-mac*/

/*デフォルトリンクカラー
////////////////////////////////////////////////////*/
A:link {
	color: #FFFFFF;
}
A:visited {
	color: #FFFFFF;
}
A:hover {
	color: #1B9DDC;
}

/*レイアウト
////////////////////////////////////////////////////*/

body {
	text-align: center;
	background-color: #000000;
}
#web {
	width: 980px;
	margin: 0 auto;
	text-align: center;
	background: url(../img_cmn/bg_web_hao.jpg) no-repeat;
}
#webContainer {
	width: 870px;
	margin: 0 auto;
}
#header {
	height: 124px;
}
#logoArea {
	width: 300px;
	text-indent: -9999px;
	float: left;
}
#logoArea a {
	width: 300px;
	height: 124px;
	display: block;
	overflow: hidden;
}
#grandNavi {
	width: 549px;
	float: right;
}
.mainContainer {
	width: 870px;
	margin-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	clear: both;
	background-color: #000000;
}
.lowerPage {
	text-align: left;
	border: solid 1px #111111;
	background-image: url(../img_cmn/bg_lower_contentarea.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
.topPage {
	height: 611px;
	background: url(../img/bg_top_main.jpg) no-repeat;
}
.topPage p {
	text-indent: -9999px;
}
.mainContainer .contentCol {
	width: 826px;
	margin-left: 22px;
}
#footer {
	width: 870px;
	height: 33px;
	margin-top: 4px;
	margin-bottom: 10px;
	background: url(../img_cmn/bg_footer_txt.gif) no-repeat;
}
#footer p,
#footer address {
	text-indent: -9999px;
}


