/*********************************************************************************　共通　*/

* {
	margin: 0px;
	padding: 0px;
	font-family: /*"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", */"メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", Helvetica, Arial, sans-serif;
	/*font-size: small;*/
}

body {
	margin: 0px auto;
	padding: 0px;
	background-color: #fff;
	background-image: url(../images/share/body_bg.jpg);
	background-repeat: repeat-x;
}

a:link {background-color: #fff;}
a:visited {background-color: #fff;}
a:hover {background-color: #fff;}
a:active {background-color: #fff;}

.right {text-align: right;}
.left {text-align: left;}
.center {text-align: center;}

h1,h2,h3,h4,h5,h6,p,address,li,dt,dd {
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 130%;
	/*font-size: small;*/
}

img{
	border:none;
	vertical-align:text-bottom; 
}

.img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.price {
	font-weight: bold;
	color: red;
}

.bigprice {
	font-size: x-large;
	font-weight: bold;
	color: red;
}

.clr{
	clear: both;
}
/*********************************************************************************　コンテナ（全体）　*/

#container {
	width: 800px;
	margin: 0px auto;
	text-align: center;
	background-color: #fff;
}

/*********************************************************************************　SEOテキスト　*/

#seo {
	background-color: #A20000;
	margin: 0px;
	padding: 2px 0px;
	border-bottom: 2px solid #ccc;
	color: #fff;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	height:20px;
}

/*********************************************************************************　ヘッダー　*/

#header {
	width:800px;
	height:400px;
	margin: 0 auto;
	padding: 0px;
}
#header p {
	margin:0px;
	padding:0px;
}

/*********************************************************************************　ナビゲーション　*/

#gnav {
	display:block;
	width:800px;
	height:80px;
	margin:0 auto;
}

#gnav ul{
	margin:0;
	padding:0;
}

#gnav li{
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}





/*********************************************************************************　コンテンツ　*/

#contents {
	margin: 0px;
	padding: 0px;
	clear:both;
}

#contents h2,h3,p,ul {
	margin-bottom: 1em;
}

#contents li {
	margin-left: 2em;
}

#contents p.setsumei {
	margin: 20px;
	padding: 10px;
	border: 1px dotted #999;
}

/*********************************************************************************　トピックス　*/

#contents #topics {
	float:left;
	width: 320px;
	height: 320px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/share/info_bg.jpg);
	/*background-attachment: scroll;*/
	background-position: 0px 0px;
	overflow: auto;
}
#contents #topics p{
	margin:40px 20px 20px;
}


#contents #info{
	float:left;
	width: 800px;
	height: 320px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/share/info_bg.jpg);
	background-position: 0px 0px;
	/*background-attachment: fixed;*/
}

#contents #infotext{
	width: 760px;
	height: 250px;
	margin: 50px 20px 20px;
	padding: 0px;
	overflow: auto;
}

#contents #info #infotext p {
	margin: 0px 10px 0px 0.1em;
	line-height:1.2em;
	margin-bottom: 0.5em;
	padding: 0px;
	/*font-size: small;*/
	
}

/*********************************************************************************　フッターバナー　*/
#footerbnr {
	margin: 0px 0px;
	padding: 0px;
	border: none;
	text-align: center;
	clear: both;
}

/*********************************************************************************　フッター　*/

#footer {
	margin: 10px 0px 0px;
	padding: 0px;
	border-top: 1px solid #A20000;
}

#footer p {
	font-size: 11px;
	margin: 10px 0px;
	padding: 0px;
	text-align: center;
}

