  /************/
 /* 初期設定 */
/************/

body{
	font-size:13px;
	line-height:150%;
	margin:0px;
	padding:0px;
	font-family:メイリオ,sans-serif;
}

  /********************/
 /* 段組み＆フレーム */
/********************/

#base{
	width:900px;
	margin:0px auto;
}
#header{
	width:900px;
	height:70px;
}
#header-left{
	width:290px;
	float:left;
}
#header-right{
	width:610px;
	float:right;
}
#contents{
	width:600px;
	float:left;
	background:url("./img/contents-mains.png") no-repeat;
}
#contents-header{
	background:url("./img/contents-header.png") no-repeat;
	height:30px;
}
#contents-main{
	padding:10px 15px;
	background:url("./img/contents-main.png");
}
#contents-footer{
	background:url("./img/contents-footer.png") no-repeat;
	height:30px;
}
#right{
	width:285px;
	float:right;
	padding:0px 0px 0px 15px;
}
.right-header{
	padding:20px 0px 0px 0px;
	background:url(./img/right-header.png) no-repeat;
	height:30px;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
}
.right-main{
	padding:3px 7px 0px 7px;
	background:url(./img/right.png);
}
.right-footer{
	background:url(./img/right-footer.png) no-repeat;
	height:30px;
}
#footer{
	background:url("./img/footer.png") no-repeat;
	height:70px;
	color:#ffffff;
	text-align:center;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 0px;
}

#footer-left{
	float:left;
	width:495px;
	margin:7px 0px 0px 0px;
	padding:0px 0px 0px 5px;
}
#footer-right{
	float:right;
	width:395px;
	padding:0px 5px 0px 0px;
}

  /************/
 /* メニュー */
/************/

#nav{
	width:900px;
	height:34px;
	margin:7px 0px 0px 0px;
	padding:0px 0px 15px 0px;
	background:url("./img/menu-bg.png") no-repeat;
}
#nav ul{
	list-style:none;
	margin:0px 25px 0px 25px;
	padding:0px;
	font-size:13px;
	font-weight:bold;
}
#nav ul li{
	width:170px;
	margin:0px;
	float:left;
	text-align:center;
}
#nav ul li a{
	display:block;
	width:170px;
	height:27px;
	padding:7px 0px 0px 0px;
	text-decoration:none;
	background:url("./img/menu170.png") no-repeat;
	color:#cccccc;
}
#nav ul li a:hover{
	background:url("./img/menu170.png") no-repeat;
	color:#ffffff;
}

  /****************/
 /* トップページ */
/****************/

#photodiv{
	width:900px;
	height:363px;
	margin:0px 0px 15px 0px;
	background-repeat:no-repeat;
}
#top{
	width:900px;
	height:370px;
	background:url("./img/top-main.png")
}
#top-header{
	background:url("./img/top-header.png") no-repeat;
	height:30px;
}
#top-footer{
	background:url("./img/top-footer.png") no-repeat;
	height:30px;
}
#top-left{
	width:280px;
	float:left;
	padding:0px 10px;
}
#top-right{
	width:580px;
	float:right;
	padding:0px 10px;
}

  /************/
 /* 各ページ */
/************/

#pankuzu-top{
	color:#808080;
	float:right;
	margin:0px;
	padding:5px 0px 0px 3px;
}
#pankuzu-bottom{
	color:#808080;
	margin:15px 0px 0px 0px;
	padding:0px 3px;
	border-top:1px solid #b2b2b2;
}
#top ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
#top li{
	background:url(./img/catch.png) no-repeat 5px 5px;
	padding:0px 0px 5px 20px;
}
#contents ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
#contents li{
	background:url(./img/catch.png) no-repeat 5px 5px;
	padding:0px 0px 5px 20px;
}
.right{
	text-align:right;
}
p.p-catch{
	background:url(./img/catch.png) no-repeat 5px 5px;
	padding:0px 0px 5px 20px;
}
div.space{
	height:500px;
}
div.line{
	border-top:1px dashed #b2b2b2;
}
.clear{
	clear:both;
}
#enjoycell img{
	padding:0px 0px 5px 0px;
}
.cell{
	width:110px;
	text-align:center;
	vertical-align:top; 
}

  /********/
 /* 文字 */
/********/

#contents h1{
	margin:0px 0px 0px 3px;
	padding:0px 0px 5px 0px;
	font-size:19px;
	border-bottom:1px dashed #b2b2b2;
}
#contents h2{
	padding:0px 0px 0px 3px;
	font-size:15px;
}
#contents h3{
	color:#a6a6a6;
	font-size:13px;
	margin:0px;
	padding:0px;
}
#contents strong{
	color:#ff0000;
}
#contents strong.black{
	color:#000000;
}
#contents strong.bigred{
	color:#ff0000;
	font-size:40px;
	font-weight:bold;
}
#contents strong.bigblack{
	color:#000000;
	font-size:40px;
	font-weight:bold;
}
.a6{
	color:#a6a6a6;
	font-weight:bold;
}
.date{
	color:#999999;
	font-weight:bold;
	text-align:right;

}

  /**************/
 /* リンク関係 */
/**************/

#contents a:hover{
	background-color:#ffcc99;
	color:#ff0000;
	text-decoration:none;
}
#right a:hover{
	background-color:#ffcc99;
	color:#ff0000;
	text-decoration:none;
}
#footer a{
	color:#ffffff;
	text-decoration:none;
}
#footer a:hover{
	color:#ffffff;
	text-decoration:underline;
}

  /********/
 /* 画像 */
/********/

img{
	border:0px;
}
img.left{
	float:left;
	margin:2px 10px 10px 0px;
}
img.right{
	float:right;
	margin:2px 0px 10px 10px;
}
.clear{
	clear:both;
}