@charset "Shift_JIS";

/*
########################################################
     サイト共通　スタイル
########################################################
*/

body {
	text-align: center; /* テキストを中央揃えに指定 */
	font-size: 16px; /* 全体のテキストサイズ指定 */
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sansa-serif;
	line-height: 1.5;
	color: #333333;
}

img {
	border: 0px;
}
.left {
	float: left;
	margin: 0px 20px 0px 0px;
}
.right {
	float: right;
	margin: 0px 0px 0px 20px;
}
.red {
	color: #ff0033 ;
}
.red10 {
	color: #ff0033 ;
	font-size:10px;
}
.blue {
	color: #000099 ;
}
.align-right {
	text-align: right ;
}
.align-left {
	text-align: left ;
}
.align-center {
	text-align: center;
}


.clear { clear:both; }  
.clear hr { display:none; }  

/*
########################################################
    サイト共通レイアウト　大枠
########################################################
*/

#wrapper {
	width: 1000px; /* レイアウト全体の幅を指定 */
	margin: 0 auto; /* 左右方向のマージンをautoに指定 */
	text-align: left; /* テキスト方向を左揃えに指定 */
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	background-color: #FFFFFF;
}

/*
########################################################
    サイト共通レイアウト　ヘッド部
########################################################
*/

#header-top-index {
	width: 1000px;
	height: 150px;
	background: url('../image/header-top_back01.gif') no-repeat ;
}
	#header-top-index01 {
		width: 1000px;
		height: 105px;
	}
		#header-top-index01 h1 {
			padding-top: 5px;
			padding-left: 10px;
			font-size: 16px;
			font-weight: normal;
		}
	#header-top-index02 {
		height: 45px;
		text-align: right;
		padding-right: 20px;
		font-size: 12px;
	}



#header-menu {
	width: 1000px;
	height: 40px;
	background-color: #000000;
	background: url('../image/header-menu_back.gif') right top;
}
	#header-menu a {
		width: 142.5px ;
		height: 40px ;
		background: url('../image/header-menu_back.gif') no-repeat right top;
		display: block; /* ブロックレベル要素として表示されるように指定 */
		font-size: 12px;
		float: left;
		text-decoration: none; /* リンクの下線を表示させないように指定 */
		text-align: center;
		line-height: 40px;
		color: #ffffff;
	}
	#header-menu a:hover {
		color: #ff0000;
	}

/*
########################################################
    サイト共通レイアウト　本体部
########################################################
*/

#container {
	width: 1000px; /* レイアウト全体の幅を指定 */
	text-align: left; /* テキスト方向を左揃えに指定 */
}

#container-box1 {
	width: 700px;
	margin-top: 20px;
	padding-left: 10px;
	float: left;
}
#container-box2 {
	width: 270px;
	margin-top: 20px;
	padding-left: 10px;
	float: right;
}

#container-box3 {
	width: 700px;
	height: 150px;
	margin-top: 10px;
	border: solid 1px #6c6a6a;
	background: url('../image/index-42.gif') no-repeat;
}
	#container-box3 p {
		font-size: 16px;
		margin-top: 50px;
		margin-left: 24px;
		margin-right: 250px;
	}
#container-box4 {
	width: 700px;
	height: 150px;
	margin-top: 10px;
	border: solid 1px #6c6a6a;
	background: url('../image/index-43.gif') no-repeat;
}
	#container-box4 p {
		font-size: 16px;
		margin-top: 50px;
		margin-left: 24px;
		margin-right: 250px;
	}
#container-box5 {
	width: 700px;
	height: 210px;
	border: solid 1px #6c6a6a;
	background: url('../image/index-73.gif') no-repeat;
	background-color: #F4F7E3;
}
	#container-box5 h2 {
		font-size: 20px;
		margin-top: 5px;
		margin-left: 10px;
		margin-right: 290px;
	}

	#container-box5 p {
		font-size: 16px;
		margin-top: 5px;
		margin-left: 10px;
		margin-right: 290px;
	}



/*
########################################################
    サイト共通レイアウト　フット部
########################################################
*/

#footer {
	clear:both;
	width: 1000px;
	height: 60px;
	background-color: #fff2eb;
	margin-top: 50px;
	clear: both;
}

	#footer table {
		margin-top: 20px;
		margin-left: 20px;
		font-size: 10px;
	}

	#footer a:link,
	#footer a:visited {
		text-decoration: none;
	}

	#footer a:hover,
	#footer a:active {
		text-decoration: underline;
}

	#footer ul {
		margin:0pt 1px;
		padding:2px 0pt;
		text-align:center;
	}

	#footer li {
		display:inline;
		font-size:12px;
		margin-right:0.7em;
	}

	#footer address {
		font-size: 10px ;
		text-align: center ;
		font-style: normal ;
	}

/*
########################################################
    サイト共通レイアウト　サイド部
########################################################
*/

#side-01 {
	width: 260px;
	height: 183px;
	border-top: solid 1px #6c6a6a ;
	border-right: solid 1px #6c6a6a ;
	border-left: solid 1px #6c6a6a ;
}
#side-02 {
	width: 260px;
	height: 38px;
	border-right: solid 1px #6c6a6a ;
	border-left: solid 1px #6c6a6a ;
}
#side-03 {
	width: 260px;
	height: 93px;
	border-right: solid 1px #6c6a6a ;
	border-left: solid 1px #6c6a6a ;
	border-bottom: solid 1px #6c6a6a ;
}
#side-04 {
	width: 260px;
	height: 80px;
	margin-top: 10px;
	border: solid 1px #6c6a6a;
}
#side-05 {
	width: 260px;
	height: 80px;
	margin-top: 10px;
	border: solid 1px #6c6a6a;
}
#side-06 {
	width: 260px;
	height: 80px;
	margin-top: 10px;
	border: solid 1px #6c6a6a;
}
#side-07 {
	width: 240px;
	height: 650px;
	margin-top: 10px;
	padding-left: 20px;
	text-align; center;
	border: solid 1px #6c6a6a;
}
#side-08 {
	width: 240px;
	height: 150px;
	margin-top: 10px;
	padding-left: 20px;
	text-align; center;
	border: solid 1px #6c6a6a;
}

#side-10 {
	width: 260px;
	height: 80px;
	margin-top: 10px;
	border: solid 1px #6c6a6a;
}
#side-11 {
	width: 260px;
	height: 100px;
	margin-top: 10px;
	border: solid 1px #6c6a6a;
}
#side-12 {
	width: 260px;
	height: 80px;
	margin-top: 10px;
	border: solid 1px #6c6a6a;
}
#side-13 {
	width: 260px;
	height: 200px;
	margin-top: 10px;
	border: solid 1px #6c6a6a;
}

#side-14 {
	width: 260px;
	height: 115px;
	margin-top: 10px;
	border: none;
}

#gsl-02 {
	width: 260px;
	height: 100px;
	text-align: center !important;
	text-align: center;
	margin-top: 10px;
}


.style_02 {
	width: 982px;
	height: 30px;
	margin-top:5px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color : #0068b7;;
	color: #ffffff;
	text-align: center;
	clear: both;
}
	.style_02 h2 {
		font-size: 16px;
		font-weight: normal;
		line-height: 30px;
	}

.style_01 {
	width: 980px;
	height: 200px;
	color : 9fa0a0;
	font-size: 14px;
	margin-top: 0px;
	margin-left: 10px;
	overflow-y: scroll;
	clear: both;
}
	.style_01 p {
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 10px;
		margin-right: 10px;
	}

/*
########################################################
    サイト共通レイアウト　お問合せ
########################################################
*/

#otoiawase_01	{
	width: 700px;
	height: 200px;
	border: solid 1px #000000;
	margin-top: 100px;
}
/*
########################################################
    サイト共通レイアウト　ｼﾘｺﾝ道場
########################################################
*/

#sidoujyou_main-titl	{
	width: 980px;
	height: 150px;
	border: solid 1px #000000;
	margin: 10px;
}
