@charset   "UTF-8";

/* サイトのベース */

*{
	padding: 0px;
	margin: 0px;
	color: #333333;
}

body {
	padding: 0px;
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #eeeeee;
	background-image: url("../img/bg.jpg");
	background-repeat: repeat-x;
	text-align: center;
}

a {  
	color: #0000ff;
}

a:hover {  
	color: #FF6600;
}

img {  
	border: 0px;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
#contents {
	clear: both;
	width: 896px;
	margin: 0 2px;
}

/*\*/

* html #contents {  
	height: 1em;
	overflow: visible;
}

/**/

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

#pagebody {  
	width: 920px;
	background-image: url(../img/bodybg.gif);
	background-repeat: repeat-y;
	margin: 0px auto 0px;
	text-align: center;
}

#pagebody:after {  
	content: "";
	display: block;
	clear: both;
}

/*\*/

* html #pagebody {  
	height: 1em;
	overflow: visible;
}

/**/

#contents_body {
	width: 900px;
	margin: 0 10px;
	text-align: left;
}

/*\*/

* html #contents_body {  
	height: 1em;
	overflow: visible;
}

/**/

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* フッター */


#copyright {
	clear: both;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-color: #666666;
	text-align: right;
	font-size: 70%;
	color: #ffffff;
	line-height: 120%;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.ad {
	margin: 15px auto;
}
.w728 {
	width: 728px;
}
.w468 {
	width: 468px;
}
.w336 {
	width: 336px;
}
.w250 {
	width: 250px;
}
.w200 {
	width: 200px;
}
.w120 {
	width: 120px;
}