/* CSS Document */

/*----------- ページタイトル -----------*/
h1#pagetitle{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	letter-spacing: 1px;
	font-size: 18px;
	color: #643002;
	margin: 0px;
	padding: 0 0 4px 0;
}

h1#pagetitle span{
	font-size: 12px;
	color: #643002;
	letter-spacing: 0px;
}

h2.subtitle{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	letter-spacing: 1px;
	font-size: 16px;
	color: #946525;
	background-color: #F4F1D1;
	border-top: 1px solid #A47D40;
	border-bottom: 1px solid #A47D40;
	padding: 5px 0 2px 10px;
	margin: 0;
}

h2#subtitle01{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	letter-spacing: 1px;
	font-size: 16px;
	color: #946525;
	background-color: #F4F1D1;
	border-top: 1px solid #A47D40;
	border-bottom: 1px solid #A47D40;
	padding: 5px 0 2px 10px;
	margin: 0 0 8px 0;
}

h2#subtitle02{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	letter-spacing: 1px;
	font-size: 16px;
	color: #946525;
	background-color: #F4F1D1;
	border-top: 1px solid #A47D40;
	border-bottom: 1px solid #A47D40;
	padding: 5px 0 2px 10px;
	margin: 0 0 10px 0;
}

h2#subtitle03{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	letter-spacing: 1px;
	font-size: 16px;
	color: #946525;
	background-color: #F4F1D1;
	border-top: 1px solid #A47D40;
	border-bottom: 1px solid #A47D40;
	padding: 5px 0 2px 10px;
	margin: 0 0 3px 0;
}

h2#subtitle04{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	letter-spacing: 1px;
	font-size: 16px;
	color: #946525;
	background-color: #F4F1D1;
	border-top: 1px solid #A47D40;
	border-bottom: 1px solid #A47D40;
	padding: 5px 0 2px 10px;
	margin: 0 0 15px 0;
}
/*-------------------------------------*/

/*----------- リンク -----------*/
a:link{
	text-decoration: underline; color: #0155AB
}

a:visited{
	text-decoration: underline; color: #0155AB
}

a:active{
	text-decoration: underline; color: #0155AB
}

a:hover{
	text-decoration: none; color: #CE2004
}
/*-------------------------------*/

/*----------- タグ調整 -----------*/
body{
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	background: #F3F4F2 url(../common_img/back_ground.gif) repeat-y;
	margin: 0px 20px;
}

p{
	margin: 0;
}

span{
	color: #F15306;
}

img{
	border: 0;
}

table{
	border: 0;
}

form{
	margin: 0;
}
/*--------------------------------*/

/*----------- ヘッダー -----------*/
/*--- トップページ用 ---*/
#header{
	width: 760px;
	margin-bottom: 10px;
}

/*--- 他のページ用 ---*/
#headerbox{
	width: 760px;
	margin-bottom: 15px;
}

/*--- 以下共通 ---*/
#headertop{
	background: url(../common_img/header_topline.gif) repeat-x top;
	padding-top: 5px;
}

ul#headerbottom{
	background: url(../common_img/header_bottomline.gif) repeat-x bottom;
	margin: 0;
	padding: 0 0 5px 0;
}

ul#headerbottom li{
	display: inline;
	margin: 0;
	padding: 0;
}
/*--------------------------------*/

/*----------- フッター -----------*/
#footer{
	width: 760px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BABABA;
	padding-bottom: 36px;
}

#copyright{
	vertical-align: bottom;
}

#footernavi{
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	text-align: right;
	padding-top: 8px;
}

#pagetop{
	text-align: right;
	margin-bottom: 20px;
	width: 760px;
}
/*--------------------------------*/

/*----------- マージン -----------*/
.margin10{
	margin-bottom: 10px;
}

.margin15{
	margin-bottom: 15px;
}
/*--------------------------------*/

/*----------- テキスト -----------*/
.fontlarge{
	font-size: 14px;
	line-height: 140%;
}
/*--------------------------------*/

/*----------- タイトル -----------*/
/*--- テキストページ用 ---*/
#maintitletext{
	margin-bottom: 13px;
	width: 760px;
}

#maintitletext td{
	background: url(../common_img/maintitle_line.gif) repeat-x bottom;
	padding-bottom: 3px;
}

/*--- 画像ページ用 ---*/
#maintitleimg{
	margin-bottom: 15px;
	width: 760px;
}

#maintitleimg td{
	background: url(../common_img/maintitle_line.gif) repeat-x bottom;
	padding-bottom: 3px;
}

/*--- 以下共通 ---*/
#backbox{
	text-align: right;
	vertical-align: top;
}

#backimg{
	float: right;
}

#reselection{
	font-size: 12px;
	color: #F15306;
	text-align: left;
	width: 740px;
	border: 1px dotted #A2A2A2;
	padding: 7px 9px;
	margin-bottom: 15px;
	margin-right: 10px;
	margin-left: 10px;
}

img.reselection_margin01{
	margin-top: 9px;
	margin-right: 9px;
}

img.reselection_margin02{
	margin-right: 9px;
	margin-left: 18px;
}
/*--------------------------------*/
