@charset "utf-8";

/* CSS Document */

/*****************************

	common layout css

*****************************/

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

#header{
	width: 100%;
	height: 82px;
	background-color: #FFF;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #0198ff;
}

#header .headerInner{
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow:hidden;
}

.logo{
	margin-top:17px;
	float:left;
}

.logo02{
	margin-top:15px;
	float:right;
}


#wrap h1 img {
	margin-top: 20px;
}

#contwrap{
	background-image: url(../images/header_bottom_bg_repeat.jpg);
	background-repeat: repeat-x;
	height: 482px;
}

#wrap{
	width:960px;
	margin:0 auto;
}


#pageTop{
	width: 960px;
	margin:20px auto;
	text-align:right;
}

#footer{
	width: 100%;
	height: 34px;
	background-image: url(../images/footer_bg_repeat.gif);
	background-repeat: repeat-x;
}

#footer .footInner{
	width:960px;
	margin:0 auto;
	overflow:hidden;
}

.text01{
	font-size: 12px;
	color: #0198ff;
}
	
.text02{
	font-size: 12px;
	color: #666666;	
}
#bottomText {
	height: auto;
	width: 940px;
	margin:20 auto;
}

.footerText {
	overflow:hidden;
}

.text03{
	float:left;
	margin-top:15px;
	margin-right:10px;
	}

.text04{
	float:left;
	margin-top:15px;
}

.copyright{
	float:right;
	margin-top:15px;
}
