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

@import url(rayout.css);

/*共通-----------*/
body {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	/*font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";*/
	line-height: 1.6;
}

body#top {
	background: url(../home/top_img_bg.jpg) repeat-x center top;
}



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

h1 {
	width: 830px;
	padding: 0 0 5px 30px;
	border-bottom: 1px solid #000;
	margin: 0 0 15px 50px;
}


h2 {
	width: 100%;
	padding: 9px 0 6px 0;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-indent: 14px;
	background: #87A9AE;
	margin: 0 0 18px 0;
}

h3, h4, h5 {
	padding: 0;
	margin: 0;
}

#wrapper {
	width: 960px;
	padding: 0 0 40px 0;
	margin: 0 auto;
	background-image: url(../common/page_btm_grd.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #EDEDED;
}

#wrapper.center {
	text-align: center;
}

#wrap_top {
	width: 100%;
	height: 3px;
	background: #34B3D1;
	margin: 0 0 20px 0;
	padding: 0;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

.point01 {
	color: #F00;
}

.point_b {
	font-weight: bold;
}

point02 {
	color: #00F;
}

point02b {
	color: #00F;
	font-weight: bold;
}

#reset {
	clear: both;
	padding: 0;
	margin: 0;
	height: 0;
}

.mg5 {
	height:5px;
	margin: 0;
	padding: 0;
}


.mg10 {
	height: 10px;
	margin: 0;
	padding: 0;
}

.mg15 {
	height: 15px;
	margin: 0;
	padding: 0;
}


#error {
	padding: 10px 0 5px 10px;
	background: #FF0;
	border: 1px solid #F00;
	color: #F00;
	margin: 10px 0;
}

.txt14 {
	font-size: 14px;
}





/*ヘッダー
------------------------------------*/
#header {
	width: 100%;
	height: 135px;
	background: url(../common/header_bg.gif) repeat-x center top;
}

#header_box {
	position: relative;
	width: 960px;
	margin: 0 auto;
	height: 200px;
}

#header_box .logo {
	position: absolute;
	top: 42px;
	left: 0px;
	z-index: 3;
}

#header_box .call {
	position: absolute;
	top: 47px;
	right: 0px;
	z-index: 2;
}



/*ナビ-
------------------------------------*/
#header_box ul#navi {
	position: absolute;
	top: 94px;
	right: 0;
	z-index: 5;
	
}

#header_box ul#navi li {
	float: right;
	margin: 0 0 0 2px;
	height: 36px;
	
}



/*メイン
-------------------------------------------*/



/*フッター
------------------------------------*/
#footer {
	position: relative;
	width: 100%;
	height: 75px;
	padding: 10px 0 0 0;
	background: #577AA9;
}

#footer .grad {
	position: absolute;
	width: 100%;
	height: 20px;
	background: url(../common/footer_grad.png) repeat-x center bottom;
	top: -20px;
	z-index: 2;
}

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

#footer_box p.link {
	float: left;
	margin: 0;
	padding: 0;
	height: 30px;
}


/*コピーライト
------------------------------------*/
#copyright {
	width: 960px;
	margin: 0 auto;
}










