@charset "Shift_JIS";

/*インポートファイル*/
@import"mainwindow.css";
@import"sidemenu.css";
@import"inheader.css";

/* マージン初期化 */
* {
	margin: 0;
	padding: 0;
}

body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}


/* imgボーダー初期化 */
img {
	border:none;
}


/*全体枠（コンテナボックス）*/
.containerbox{
	width:100%;
	height:100%;
	margin:0 0 0 0;
	padding:0 0 0 0;
	background-color:#FFFFFF;
}

/*ヘッダ部分*/
.headder{
	width: 100%;
	height: 70px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	background-color:#FFFFFF;
	font-size:12px;
	border-bottom:5px solid #847264;
}


/*main背景用コンテナ*/
.mainBackContainer{
	width:944px;
	height:100%;
	margin: 0 auto; /*位置を中央指定*/
	padding:0 0 0 10px;
	background-position:left; /*画像位置指定左側のみ*/
	background-repeat:repeat-y; /*縦方向のみリピート*/
	background-image:url(../images/side_back.jpg);
}


/*mainコンテナ部分*/
.maincontainer{
	width:944px;
	height:100%;
	margin:0 0 0 0;
	padding:0 0 0 0;
	background-color:#FFFFFF;
}


/*2段組レイアウト左側*/
.maintwin_left{
	width:212px; /*"sidemenu.css"の"side"と関係*/
	height:100%;
	margin:0 0 0 0;
	padding:0 0 0 0;
	float:left;
}

/*2段組レイアウト右側*/
.maintwin_right{
	width:732px; /*"sidemenu.css"の"side"と関係*/
	height:100%;
	margin:0 0 0 0;
	padding:0 0 0 0;
	float:left;
	background-position:right top;
	background-repeat: no-repeat;
	background-image:url(../images/main_back_shadow.jpg);
}


/*フッター部分*/
.footer{
	width:100%;
	height:19px;
	margin:0 0 0 0;
	padding:15px 0 0 0;
	text-align:right;
	background-color:#FFFFFF;
	font-size:12px;
	background-position:top;
	background-repeat:repeat-x;
	background-image:url(../images/footer_line.jpg);
	clear:left;
}

.footer_text {
	width:944px;
	margin:0 auto;
	padding:0;
}

.footer_copyright {
	width:490px;
	margin:0 auto;
	padding:0 10px 0 0;
	text-align:right;
	float:right;
}

.footer_privacy {
	width:414px;
	margin:0 auto;
	padding:0 0 0 30px;
	float:left;
	text-align:left;
}

.footer_text a:link {
	text-decoration:none;
	color:#0000FF;
}

.footer_text a:visited {
	text-decoration:none;
	color:#0000FF;
}

.footer_text a:hover {
	text-decoration:underline;
	color:#0000FF;
}


.footer_information {
	width:auto;
	float:none;
	text-align:justify;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	color: #999;
}
