@charset "shift_jis";

/********** CSS読み込み **********/
@import "text.css";
@import "position.css";
@import "padding.css";
@import "margin.css";
@import "link.css";
@import "color.css";
@import "page.css";
@import "page02.css";
@import "back.css";
@import "page03.css";

/********** 基本設定 **********/
body {
	padding: 0px;
	color: #555555;
	font-size: 12px;
	line-height: 1.7em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	background-color: #FFFFFF;
}
/********** コンテンツBOX **********/

/*外枠BOX*/
.box-out {
	height: 100%;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/*内枠BOX*/
.box-in {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	text-align: left;
	background-image: url(../image/common/back.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: center top;
}
/********** 画像設定 **********/
img { border: none; }
.img_border{
	border: 1px solid #E4E4E4;
	padding: 3px;
	background-color: #FFFFFF;
}
/********** ヘッド設定 **********/
.head{
	width: 100%;
	text-align: center;
	background-attachment: scroll;
	background-image: url(../image/common/back_head.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
/********** フッター設定 **********/
.footer{
	height: 100%;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	color: #555555;
	text-align: center;
	line-height: 1.5em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 15px;
	padding-bottom: 15px;
}
.footer ul li{
	list-style-type: none;
	display: inline;
}
.footer_in {
	display: block;
	width: 900px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
/********** コピーライト **********/
.copyright{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #888888;
	width: 100%;
	text-align: right;
	padding-top: 5px;
	float: right;
	padding-bottom: 40px;
}

.copyright_box{
	background-attachment: scroll;
	background-image: url(../image/common/copyright.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 100px;
	width: 100%;
	background-color: #F1F5F6;

}
/********** 見出し**********/
h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul{/*見出しの余白*/
	display: block;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h1 {/*見出し1*/
	font-size: 11px;
	font-weight: normal;
	color: #555555;
	text-align: right;
	padding-top: 10px;
	padding-right: 5px;
	width: 900px;
	padding-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}
h2 {/*見出し2*/
	font-size: 16px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #FFFFFF;
	font-weight: bold;
	height: 22px;
	width: 100%;
	padding-left: 8px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 1px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
h3 {/*見出し3*/
	color: #333333;
	font-size: 15px;
	margin-bottom: 30px;
	margin-top: 30px;
}
h4 {/*見出し4*/
	color: #333333;
	font-size: 20px;
}
/**********ボーダー**********/
hr {
	height: 1px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
    }
