html{
    height: 100%;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック" "Helvetica" "sans-serif";
	background-color:#FFF;
	margin: 0px;
	padding: 0px;
	line-height: 1.8em;
	font-size: 12px;
	background-attachment: fixed;
	color:#000000;
}

/*ボックス枠
input,select{
	border:1px solid #131011;
}
*/


/*リンク色*/
a {
	color: #900;
	
}

a:hover {
	color: #362e2b;
}

/*  ///index.html用////////////////////////////////////////////////////////////////   */


/*   メインcontents    */
#header {
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	height: 364px;
	background-position:center;
}


#main {
	margin-right: auto;
	margin-left: auto;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
	width: 850px;
	background-position: center;
	height: 5350px;
}


#footer {
	text-align: center;
	color: #000;
	padding-bottom: 20px;
	border-top-width: 3px;
	border-top-color: #FFF;
	background-image: url(../img/bg.gif);
	background-position:center;
	width:850px;
	margin-right: auto;
	margin-left: auto;
	
}

#footer a {
	color: #03F;
	font-weight: bold;
}






.clear {
	clear: left;
}
.left {
	float: left;
}
.right {
	float: right;
}


p {
	padding: 10px;
}


.h1_txt {
	padding-bottom: 15px;
	width: 750px;
}
.left_30px {
	float: left;
	padding-left: 170px;
	font-weight: bold;
	margin-right:10px;
	color: #33F;
}
.center_txt {
	text-align: center;
	clear: left;
}
.img_yohaku {
	padding: 5px;
	clear: left;
}

.kakomi200 {
	border: 2px solid #d3d3d3;
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: center;
	background-image: url(../img/h_200x40.png);
	background-repeat: no-repeat;
	background-position: right top;
	clear: left;
	margin-bottom: 30px;
	margin-left: 55px;
	width: 740px;
}
.kakomi180 {
	border: 2px solid #d3d3d3;
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: center;
	background-image: url(../img/h_180x150.png);
	background-repeat: no-repeat;
	background-position: right top;
	clear: left;
	margin-bottom: 30px;
	width: 740px;
	margin-left: 55px;
}

.kakomi728 {
	border: 2px solid #d3d3d3;
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: center;
	background-image: url(../img/h_728x90.png);
	background-repeat: no-repeat;
	background-position: right top;
	clear: left;
	margin-bottom: 30px;
	margin-left: 55px;
	width: 740px;
}

.kakomi160 {
	border: 2px solid #d3d3d3;
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: center;
	background-image: url(../img/h_160x600.png);
	background-repeat: no-repeat;
	background-position: right top;
	clear: left;
	margin-bottom: 50px;
	margin-left: 55px;
	width: 740px;
}
/*  ///////////////////////////////////////////////////////////////////   */



h1{
	font-size: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 22px;
	margin-left: 0px;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;

}
h2 {
	font-size: 14px;
	margin-top: 45px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	text-align: center;
	font-weight: normal;
}
h3 {
	text-align: center;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #362e2b;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #745E52;
	border-right-color: #745E52;
	border-bottom-color: #745E52;
	border-left-color: #745E52;
}
