@charset "utf-8";
/* ==================================================================
CSS information
 style info :コンテンツ関係 他
================================================================== */

/* --------------------------------------------------------
	default.css上書き、リンク
-------------------------------------------------------- */
body{
	color:#ccc;
	background:#c00;
	text-align:center;
}
img{
	vertical-align: bottom;
}
a{
	color:#ff0;
	text-decoration: underline;
	/*\*/overflow: hidden;/**/
}
a:hover {
	color:#fc0;
	text-decoration:underline;
}

/* --------------------------------------------------------
	#page
-------------------------------------------------------- */
#page{
	width:850px;
	margin:0 auto;
	text-align:left;
}

/* --------------------------------------------------------
	#ttl（タイトル）
-------------------------------------------------------- */
#ttl{
	width:850px;
	height:320px;
	background:url(../image/img_ttl.jpg) no-repeat;
}
#ttl .box{
	height:265px;
	text-indent:-9999px;
}
#ttl img{
	float:right;
}
/* --------------------------------------------------------
	#contents #about（共通）
-------------------------------------------------------- */
#contents,#about{
	width:850px;
	margin-bottom:20px;
}
.bg_header{
	width:850px;
	background:url(../image/img_header.gif) no-repeat left top;
	padding-top:15px;
}
.bg_footer{
	width:850px;
	background:url(../image/img_footer.gif) no-repeat left bottom;
	padding-bottom:15px;
}
.bg_inner{
	width:820px;
	background:#000;
	padding:0 15px;
}
.caution{
	font-size:10px;
	color:#000;
	margin-top:5px;
}
.caution2{
	font-size:10px;
	color:#ff0033;
	margin-top:5px;
}


/* --------------------------------------------------------
	#contents
-------------------------------------------------------- */
#contents #radio{
	float:left;
	width:460px;
}
#contents #radio h4{
	width:460px;
	height:45px;
	background:url(../image/act_ttl.gif) no-repeat;
	text-indent:-9999px;
}
#contents #radio .box{
	width:460px;
	background:url(../image/dot.gif) repeat-x left bottom;
	margin-bottom:1px;
	padding-bottom:1px;
}
#contents #radio .box img{
	float:right;
	width:80px;
	margin-top:10px;
}
#contents #radio h5{
	float:left;
	width:380px;
	height:44px;
	text-indent:-9999px;
}
#contents #radio h5.act_01{
	background:url(../image/act_01.gif) no-repeat;
}
#contents #radio h5.act_02{
	background:url(../image/act_02.gif) no-repeat;
}
#contents #radio h5.act_03{
	background:url(../image/act_03.gif) no-repeat;
}
#contents #radio h5.act_04{
	background:url(../image/act_04.gif) no-repeat;
}
#contents #radio h5.act_05{
	background:url(../image/act_05.gif) no-repeat;
}
#contents #radio .caution{
	color:#ccc;
}
#contents #gothic{
	float:right;
	width:320px;
}
#contents #gothic h4{
	width:320px;
	height:70px;
	background:url(../image/gothic_ttl.gif) no-repeat;
	text-indent:-9999px;
}
#contents #gothic p{
	margin:10px 0;
}
#contents #gothic img.btn{
	margin:0 0 10px 115px;
}
#contents #gothic .box{
	background:url(../image/dot.gif) repeat-x left top;
	padding-top:10px;
}
#contents #gothic .box p{
	color:#ff0;
	margin:0;
	margin-top:5px;
}
/* --------------------------------------------------------
	#about
-------------------------------------------------------- */
#about .left_box{
	float:left;
	width:410px;
}
#about .left_box h4{
	font-size:18px;
	line-height:120%;
	color:#c00;
	margin-bottom:10px;
}
#about .left_box li span{
	font-size:10px;
}
#about .left_box h4.goods{
	width:410px;
	height:30px;
	background:url(../image/goods_ttl.jpg) no-repeat;
	text-indent:-9999px;
	margin-top:20px;
}
#about img{
	float:right;
	margin-left:10px;
}
#about h5{
	font-size:16px;
	line-height:120%;
	color:#fc0;
	margin-bottom:10px;
}
#about h5 span{
	font-size:12px;
}
#about .right_box{
	float:right;
	width:395px;
}
#about .right_box .box{
	margin-top:20px;
}
#about .caution{
	color:#ccc;
}
/* --------------------------------------------------------
	#youtube
-------------------------------------------------------- */
#youtube h5{
	font-size:16px;
	line-height:120%;
	color:#fc0;
	text-align:center;
	margin-bottom:10px;
}
#youtube p{
	margin-top:5px;
}
#youtube p.kikan{
	text-align:right;
}
#youtube .box_m{
	width:360px;
	padding:0 20px 15px;
}
#youtube .box_s{
	float:left;
	width:250px;
	padding:0 11px 15px;
}

#copy{
	margin:10px 0;
}
#copy img{
	float:left;
	width:245px;
}
#copy p{
	float:right;
	font-size:10px;
	line-height:120%;
	color:#000;
}
