/* --- htmlタグの再定義 --- */
* {margin: 0;padding: 0;}

body {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #BBB2AF;
	background-image: url(img/bg.gif);
	background-repeat: repeat;
}
body div {
	text-align: left;
	margin: 0 auto;
}
h1,h2,h3,h4,h5 {
	text-align: left;
	margin: 0;
	padding: 0;
}
h2{
	padding: 0 0 10px 0;
}
p {
	font-size:80%;
	line-height:140%;
	letter-spacing:150%;
	margin: 0;
	padding: 0;
}

/* --- リンクカラー--- */
a {
	text-decoration:underline;
	color: #333;
}
a:visited {color:#000000;text-decoration:underline;}
a:hover {color:#969696;text-decoration:underline;}

p.top a {margin:0 auto 0 auto;color:#F36391;text-decoration:underline;}
p.top a a:visited {margin:0 auto 0 auto;color:#F36391;text-decoration:underline;}
p.top a:hover {color:#F6BCBC;text-decoration:underline;}

.link1 a {color:#0440A8;text-decoration:underline;}
.link1 a:visited {color:#163389;text-decoration:underline;}
.link1 a:hover {color:#507CD7;text-decoration:underline;}

/* --- 画像 --- */
.ph-r {float:right;margin: 0 0 10px 10px;}
.ph-l {float:left;margin:0 10px 10px 0}

/*マージン*/
.m-l10 {
	margin-left: 10px;
}
/*フロートクリア*/
.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}

/* --- 背景 --- */
#bg {
	width: 702px;
	height: auto;
	background: url(img/bg2.gif) repeat-y;
}

/*ヘッダメニュー*/
#headm {
	width: 700px;
	height: 77px;
	margin: 0 1px;
}
#headm ul, #headm li {
	list-style-type: none;
	height: 19px;
	display: inline;
}
#headm li {
	float: left;
}
/*WinIE5-6、MacIE5xだけに適用*/
*html #headm img {
border: none;
vertical-align: bottom;
}



#headbar {
	clear: both;
	background-color: #4F331C;
	height: 1px;
}

/*左メニュー*/
#leftm {
	text-align: center;
	float: left;
	width: 150px;
	height: auto;
	padding: 0 0 10px;
	font-size: 10px;
	margin: 0 0 0 1px;
	display: inline;
}
/*WinIE5-6、MacIE5xだけに適用*/
*html #leftm img {
border: none;
vertical-align: bottom;
}
#leftm ul,#leftm li {
	list-style-type: none;
	display: inline;
}
/*右コンテンツ*/
#ri {
	zwidth: 550px;
	float: left;
	text-align: left;
	color: #333;
	background-color: #FFFFFF;
	height: auto;
	padding-bottom: 10px;
	width: 550px;
	margin: 0 1px 0 0;
	display: inline;
}
#contents {
	text-align: left;
	margin: 0 0 0 10px;
	width: 530px;
}
#contents ul {
	font-size: 80%;
	list-style-position: outside;
}
#contents li {
	margin: 0 0 5px 20px;
}

#ri ul {
	font-size:80%;
}

#ri ul,#ri li {
	list-style-position: outside;
	list-style-type: square;
}

/*フッタ*/
#foot {
	border-top: 1px solid #856D39;
	background-image: url(img/foot_bg.gif);
	background-repeat: repeat-x;
	background-color: #FEFEFD;
	width: 700px;
	border-bottom: 1px solid #908D8D;
	margin: 0 1px;
	clear: both;
}
#foot p {
	color: #856D39;
	text-align: center;
	line-height: 200%;
}
#inquiry{
	clear: both;
	width: 530px;
	margin: 0 10px;
	padding: 10px 0;
}
#inquiry .button{
	float: left;
	width: 138px;
}
#inquiry .pagetop{
	float: left;
	margin: 15px 0 0 311px;
	width: 81px;
	display: inline;
}

.m-t10 {
	margin-top: 10px;
}
.redB {
	color: #CC0000;
	font-weight: bold;
}
#popup {
	text-align: center;
	
}
#popup img {
	border: 1px solid #C1BEBD;
	margin: 10px auto;
}
#bottom .close {
	width: 95px;
	margin: 0 0 0 5px;
	float: left;
	text-align: center;
}
#bottom .close a {
	color:#333333;
	text-decoration:none;
	display: block;
	border: 1px solid #C1BEBD;
}
#bottom .close a:visited {
	color:#535353;
	text-decoration:none;
}
#bottom .close a:hover {
	color:#333;
	text-decoration:none;
	border: 1px solid #C1BEBD;
	background-color: #FFFFFF;
}
#bottom .name {
	width: 300px;
	float: left;
	border: 1px solid #C1BEBD;
}
#bottom {
	width: 402px;
	padding: 0 0 10px 0;
}
.txt110 {
	font-size: 110%;
}
.strong {
	font-weight: bold;
	font-size: 110%;
}
