@charset "utf-8";

body
{
	background-color	: #F4D2D6;
	margin				: 0px;
	padding				: 0px;
	text-align			: center;
	font-size			: 12px;
	line-height			: 160%;
	color				: #666666;
	font-family			: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
img {
	border : none;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5,h6,p,dl,dt,dd{
	margin: 0px;
}
h1 {
	font-size: 10px;
	font-weight: normal;
	line-height: 120%;
	padding-left: 7px;
}
a:link,
a:visited,
a:active {
	color: #666666;
}
a:hover {
	color: #0B9DFF;
}
/*--------------------------------------
テンプレート設定
--------------------------------------*/
#comment {
	background-image: url(../img/header_bg.gif);
	background-repeat: repeat;
	width: 774px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container{
	width: 770px;
	margin: 0px auto;
	padding: 0px 7px;
	background-color: #FFFFFF;
	text-align: left;
}
#header {
	width: 770px;
	height: 70px;
}
#logo {
	width: 190px;
	float: left;
	margin-top: 5px;
	height: 60px;
	margin-bottom: 5px;
}
#cm {
	width: 500px;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: right;
}
#content{
	margin: 0px;
	text-align: left;
	clear: both;
	width: 760px;
	background-image: url(../img/ad_bg.gif);
	background-repeat: repeat-y;
}
/*---回り込み解除---*/
#content:after{
	content:".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#content{
	display: inline-table;
}
/* Hides from IE-mac \*/
* html #Content{height: 1%;}
#content{display: block;}
/* End hide from IE-mac */
/*---回り込み解除 End---*/

/*---ナビ設定---*/
#nav {
	width: 760px;
	clear: both;
}
#nav ul {
	list-style-type: none;
}
#nav li {
	float: left;
	padding-bottom: 10px;
}
/*---ナビ設定END---*/

#main {
	float: left;
	width: 550px;
	margin-right: 10px;
}
#ad {
	float: left;
	width: 200px;
	text-align: center;
	padding-bottom: 15px;
}
#ad_btn {
	background-image: url(../img/ad_btn_bg.jpg);
	background-repeat: no-repeat;
	width: 190px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 70px;
	padding-bottom: 5px;
}


/*---フッター---*/
#footer {
	width: 760px;
	margin: 0px;
	background-image: url(../img/footer_bg.gif);
	background-repeat: repeat-x;
	clear: both;
	padding-top: 20px;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 10px;
}
#footer ul {
	text-align: center;
}
#footer li {
	display: inline;
}
#footer_ad {
	width: 760px;
	clear: both;
	text-align: right;
	background-color: #FFFFFF;
	padding-bottom: 7px;
}
/*--------------------------------------
テンプレート設定END
--------------------------------------*/
/*--------------------------------------
パンクズ設定
--------------------------------------*/
#pankuzu {
	margin-bottom: 10px;
	font-size: 10px;
}
#pankuzu a:link,
#pankuzu a:visited,
#pankuzu a:active {
	color: #0B9DFF;
}
#pankuzu a:hover {
	color: #75C8FF;
}
/*--------------------------------------
パンクズ設定END
--------------------------------------*/
/*--------------------------------------
マージン設定
--------------------------------------*/
.margin_T5 {
	margin-top: 5px;
}
.margin_T10 {
	margin-top: 10px;
}
.margin_T20 {
	margin-top: 20px;
}
.margin_B5 {
	margin-bottom: 5px;
}
.margin_B10 {
	margin-bottom: 10px;
}
.margin_B20 {
	margin-bottom: 20px;
}
.R5 {
	margin-right: 5px;
}
.left_R10 {
	float: left;
	margin-right: 10px;
}

/*--------------------------------------
マージン設定END
--------------------------------------*/

.text_red {
	color: #990000;
}
.text_or_B {
	color: #FF9900;
	font-weight: bold;
}


