@import url("VeryCommon.css");
@import url("MainContents.css");

body{
	text-align:center;
	margin:0px;
	background-image: url(/images/common/bg_header.png);
	background-repeat:repeat-x;
}
#Wrapper{
	width:770px;
	margin:0px auto;
	text-align:left;
}
/*==========================================================
ヘッダー
==========================================================*/
#Header{
	position:relative;
	width:770px;
	background-image: url(/images/common/illust_header.png);
	height:90px;
	background-repeat:no-repeat;
	margin-bottom:25px;
}
h1{
	position:absolute;
	left:0px;
	top:15px;
	width:370px;
	height:70px;
	font-size:16px;
	text-indent:-2000px;
}
h1 a{
	display:block;
	width:370px;
	height:70px;
	outline:0px;}


/*========== 文字サイズ変更 ==========*/
#FontSizeChanger{
	position:absolute;
	left:475px;
	top:15px;
}
#FontSizeChanger p{
	float:left;
	width:85px;
	text-indent:-2000px;
	overflow:hidden;
}

#FontSizeChanger a{
	display:block;
	width:28px;
	margin:0px 1px;
	height:20px;
	text-indent:-2000px;
	float:left;
	outline:0px;
	overflow:hidden;
}

/*========== ホームへ戻るボタン ==========*/
#HeaderButtonHome{
	display:block;
	position:absolute;
	width:100px;
	height:30px;
	left:670px;
	top:10px;
	text-indent:-2000px;
	overflow:hidden;
	outline:0px;
}


/*========== 検索フォーム ==========*/
#Header form{
	margin:0px;
	position:absolute;
	left:530px;
	top:60px;
}
#Header form input#search{
	margin-top:3px;
	border:0px;
	font-size:16px;
	width:170px;
	background-color:transparent;
	float:left;
}

#Header form a{
	width:50px;
	height:25px;
	display:block;
	float:right;
	margin-right:2px;
	text-indent:-2000px;
	overflow:hidden;
	outline:0px;
}




/*==========================================================
メインコンテンツ
段組の指定以外の記述はすべてMainContents.cssに記述
==========================================================*/

#MainContents{
	float:right;
	width:530px;
}
/*==========================================================
メニュー
==========================================================*/

#MenuColumn{
	float:left;
	width:220px;
}

#TitleMenu{
	width:220px;
	height:32px;
	margin:0px;
	background-image: url(/images/common/title_menu.png);
	text-indent:-2000px;
}

#MenuOuter1{
	width:218px;
	border:solid 1px #BDBABD;
	border-top:0px;/*上は枠線を消す*/

}
#MenuOuter2{
	width:210px;
	border:solid 4px #D0F4BE;
	border-top:0px;/*上は枠線を消す*/
	padding-top:10px;
	padding-bottom:20px;
}

#MenuOuter2 ul{
	margin:0px 0px 0px 8px;
	padding:0px;
}
#MenuOuter2 ul li{
	margin:0px;
	padding:0px 0px 0px 15px;
	list-style-type:none;
	background-image: url(/images/common/icon_li_orange-underline.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	line-height:32px;
}

#MenuOuter2 ul li ul li{
	background-image: url(/images/common/icon_li_orange.png);
	background-repeat:no-repeat;
	background-position:0px 10px;
	background-repeat:no-repeat;
}

#MenuOuter2 ul li a{
	color:#6C5739;
	font-weight:bold;
	text-decoration:none;
}
#MenuOuter2 ul li a:hover{
	text-decoration:underline;
	color:#f60;
}

/*==========================================================
メニューの下
==========================================================*/
#PrivacyAlert{
	margin-top:25px;
	width:200px;
	height:220px;
	padding:50px 10px 10px 10px;
	overflow:hidden;
	background-image: url(/images/common/bg_privacy-alert.png);
	background-repeat:repeat-x;
}
#PrivacyAlert h2{
	font-size:16px;
	line-height:120%;
	font-weight:bold;
	color:#c00;
	margin:0px;
}
#PrivacyAlert p{
	font-size:16px;
	line-height:150%;
	margin:5px 0px;
}
h2#TitleContactInfo{
	background-image: url(/images/common/title_contact.png);
	text-indent:-2000px;
	width:220px;
	height:32px;
	background-repeat:no-repeat;
	overflow:hidden;
	margin:50px 0px 0px 0px;
}

#ContactInfo{
	width:210px;
	padding:4px;
	border:solid 1px #ccc;
	border-top:0px;
	font-size:16px;
	line-height:150%;
}

#ButtonEnquiry{
	width:152px;
	height:32px;
	display:block;
	background-image: url(/images/common/button_enquiry.png);
	background-repeat:no-repeat;
	text-indent:-2000px;
	overflow:hidden;
	margin:10px 24px;
}

#IllustPatchie{
	width:220px;
	height:150px;
	margin-top:25px;
	text-align:center;
}


/*==========================================================
フッター
==========================================================*/
#Footer{
width:100%;
height:50px;
	background-image: url(/images/common/bg_footer.png);
	background-repeat:repeat-x;
}
#FooterOuter{
	width:770px;
	height:50px;
	margin:0px auto 0px auto;
	text-align:left;
	background-image: url(/images/common/illust_footer.png);
	background-position:center center;
	background-repeat:no-repeat;
	text-indent:-2000px;
}
