/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/


* {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
}

html, body {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
	font-size: 100%;
}



h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, li, dl, dt, dd, hr {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}


table, caption, th, td {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
}

a{
	color:#8E6513;
	font-weight:bold;
}

a:hover ,a:active{
	color:#8E6513;
	font-weight:bold;
	text-decoration:underline;
}

/*--------------------------------------------------------------------
common
ページ共通部分
--------------------------------------------------------------------*/

/*bodyのスタイル*/

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/commonimg/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #9C8881;
}
p {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

h1 {
	color: #FFFFFF;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 0.8em;
}
h2 {
	margin: 0px;
}


/*containerのスタイル*/

#container {
	font-size: 14px;
	line-height: 1.5em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 760px;
	text-align: center;
}

/*headerのスタイル*/


#header {
	width: 760px;
	background-image: url(../img/commonimg/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: right;
	text-align: left;
}


/*contentのスタイル*/

#content {
	width: 760px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*maincontentのスタイル*/

#maincontent {
	width: 735px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#maincontent p {
}

#maincontent ul {
	list-style-type: none;
}

#maincontent .sub_b table {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#maincontent .sub_b .w680 li {
	text-align: left;
}

/*topbtnのスタイル*/


#topbtn {
	margin-top: 10px;
	margin-bottom: 10px;
}

#topbtn ul {
	list-style-type:none;
	list-style-image: none;
	width: 735px;
	margin: 0px;
	padding: 0px;
}


#topbtn ul li {
	margin: 0px;
	padding: 0px;
	float: left;
}


/*footerのスタイル*/

#footer {
	background-image: url(../img/commonimg/bg_footer.jpg);
	background-repeat: no-repeat;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.75em;
	width: 760px;
	height: 70px;
}

#footer li {
	display: inline;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
}
#footer ul {
	list-style-image: none;
	list-style-type: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer p {
	text-align: right;
	margin-top: 10px;
	margin-right: 20px;
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #F0D8C0;
}

#footer a {
	text-decoration: none;
	color: #F0D8C0;
}
#footer a:hover {
	color: #F0D8C0;
	text-decoration: underline;
}
#footer a:visited {
	color: #F0D8C0;
}

#footer .noline {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*flowのスタイル*/

.flow01 {
	background-image: url(../img/flow/bg1.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	margin-right: auto;
	margin-left: auto;
	height: 125px;
}
.flow02 {
	background-image: url(../img/flow/bg2.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	margin-right: auto;
	margin-left: auto;
	height: 96px;
}
.flow03 {
	background-image: url(../img/flow/bg3.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	margin-right: auto;
	margin-left: auto;
	height: 96px;
}
.flow {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
}
.flow .flow01 p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.flow .flow02 p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.flow .flow02 p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*bg_flower のスタイル*/

.bg_flower {
	background-image: url(../img/commonimg/bg_flower.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-left: 20px;
	text-align: left;
}
.bg_flower li {
	background-image: url(../img/commonimg/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	list-style-type: none;
}

.bg_flower02 {
	background-image: url(../img/commonimg/bg_flower.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-left: 20px;
	text-align: left;
}

.bg_flower02 li {
	background-image: url(../img/commonimg/maru.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	list-style-type: none;
}

.sub_b {
	background-image: url(../img/commonimg/sub_b.gif);
	background-repeat: repeat-y;
	width: 735px;
}

.maru {
	background-image: url(../img/commonimg/maru.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	color: #BD725A;
	padding-left: 15px;
}

/*width のスタイル*/

.w720 {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.w680 {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
}
.w680 a {
	color: #BF915F;
	text-decoration: none;
}

.topbn {
	background-image: url(../img/commonimg/bg_bnr.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 230px;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

/*wide useのスタイル*/

.clear {
	clear: both;
}

.fleft {
	float: left;

}
.fleft5 {
	float: left;
	margin-right: 10px;
}
.fleft20 {
	float: left;
	width: 220px;
	margin-right: 20px;
}

.fright {
	float: right;
}

.fright30 {
	float: right;
	margin-left: 30px;
}

.mu10 {
	margin-bottom: 10px;
}

.mtu10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.mu20 {
	margin-bottom: 20px;
}
.mu200 {
	margin-bottom: 200px;
}


.mt10 {

	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}
.mtu20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.txtb {
	font-weight: bold;
	color: #000000;
}
.txtbb {
	font-weight: bold;
	color: #936458;
}
.txtbb2 {
	font-weight: bold;
	color: #5B2F24;
}
.txtbb3 {
	color: #BD725A;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
}
.txtred {
	color: #FF0000;
}

.txto {
	color: #BF915F;
}
.txtbore {
	font-weight: bold;
	color: #FF6600;
        text-align: left;
}
.tbnr {
	text-align: center;
	width: 735px;
	display: inline;
}

.t01 {
	background-color: #5B2F24;
	width: 170px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
}
.t02 {
	background-color: #EFDCD8;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.t02 a {
	color: #BF915F;
	text-decoration: none;
}

.t03 {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
