@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #3f3f3f;
	background:url(../img/template/bg.gif) repeat center top;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}

/* ----------------------------------------
ヘッダー 
-----------------------------------------*/
h1 {
	background-color:#ff1f98;
	margin: 0;
	width:100%;
	height:20px;
	font-size: 11px;
	color: #ffffff;
	text-align:center;
	line-height:20px;
}
#header_out {
	background:url(../img/template/bg_ichigo.png) no-repeat center top;
	width:100%;
	margin: 0px;
	padding: 0px;
	height: 230px;
}
#header{
	background:url(../img/template/head_img.png) no-repeat center top;
	margin: 0px auto;
	padding: 0;
	font-size: 12px;
	width: 1008px;
	height: 160px;
}
#menu {
	background:url(../img/menu/menu_bg.png) no-repeat center top;
	margin: 0px auto;
	padding: 0 0 3px 26px;
	width:982px;
	height:47px;
	text-align: left;
}
#menu ul {
	margin:0;
	padding:0;
	list-style:none;
}
#menu li {
	display:inline;
	margin:0;
	padding:0;
	list-style:none;
}
/* ----------------------------------------
メイン外装 
-----------------------------------------*/
#main_top{
	background:url(../img/template/bg_top.png) no-repeat center top;
	width:1008px;
	height:22px;
	margin:0 auto;
	padding:0;
}
#main_out {
	background:url(../img/template/bg_main.png) repeat-y center top;
	width: 1008px;
	margin: 0px auto;
	padding:0;
}
/* ----------------------------------------
メインコンテンツ
-----------------------------------------*/
#left_outline{
	float:left;
	width:700px;
	padding:0px;
	margin-left :26px;
	margin-bottom:22px;
	letter-spacing: 0.1em;
}
h2 {
	margin: 0;
	padding:0 0 22px 0;
}
/* ----------------------------------------
右カラム 
-----------------------------------------*/
#right_outline {
	float:left;
	width:240px;
	padding:0px;
	margin-left :16px;
	margin-bottom:22px;
	font-size:12px;
	line-height:1.3em;
}
#side_reward{
	background:#ffcbe6 url(../img/template/side_reward.jpg) no-repeat center top;
	padding:0 8px 8px 8px;
	margin-bottom:14px;
}
#side_trial{
	background:#ffef64 url(../img/template/side_trial.jpg) no-repeat center top;
	padding:0 8px 8px 8px;
	margin-bottom:14px;
}

#side_tour{
	background:#dff6ff url(../img/template/side_tour.jpg) no-repeat center top;
	padding:0 8px 8px 8px;
	margin-bottom:4px;
}


/* ----------------------------------------
フッター 
-----------------------------------------*/
#foot_outline{
	background-color:#ff6d95;
	width:100%;
	margin:0 auto;
	padding-top:12px;
	text-align:center;
	color:#ffffff;
	font-size:10px;
}

#footer{
	background:#ff97b8 url(../img/template/foot_logo.png) no-repeat left bottom;
	width:932px;
	margin:0 auto 4px;
	padding:12px;
	text-align:left;
	color:#ffffff;
	font-size:12px;
}
#foot_menu{
	background-color:#ff6d95;
	margin:16px 8px 12px 380px;
	padding:8px 12px;
	line-height:1.6em;
	font-weight:bold;
	font-size:14px;
}
#foot_menu ul{
	margin:0;
	padding:0;
	color:#fff01e;
}
#foot_menu li {
	/*	display:inline;	*/
	float:left;
	margin:0;
	padding-right:16px;
	list-style:none;
}
#foot_menu a:link {color: #ffffff;	text-decoration: none;}	/* リンク前 */
#foot_menu a:visited { text-decoration:none; color:#ffffff; }	/* リンク後 */
#foot_menu a:active { text-decoration:underline; color:#ffffff; }	/* 押した時 */
#foot_menu a:hover { text-decoration:underline; color:#ffffff; }	/* ポイント時 */

/* ----------------------------------------
3box
-----------------------------------------*/
.box3 {
	width: 700px; /*親ボックスの幅*/
	overflow: hidden;
	margin-bottom:26px;
}

.box3 ul {
	width: 714px; /*右マージン含む子ボックス合計幅*/
	margin: 0 -14px 0 0; /*親ボックスからのはみ出しぶんをずらしとく*/
	list-style:none;
	padding:0;
}
 
.box3 ul li {
	width: 224px;
	float: left;
	margin-right: 14px;
}


/* ----------------------------------------
共通クラス指定	
-----------------------------------------*/
.clear {
	clear:both;
	margin:0;
	padding:0;
}  
.clear hr {
	display:none;
}
img {
	border:0;
}
a img {
	border:0px #de0000 solid ;
}
hr.style1 {
	border-width: 1px 0px 0px 0px;
	border-style:dashed;
	border-color: #cccccc;
	height: 1px;
}
.pk_b{
	color: #ff0066;
	font-weight:bold;
}
.sml_gy{
	font-size:10px;
	color:#696969;
	letter-spacing:0;
}
.red{
	color:#FF0033;
}
.bl_b{
	color:#497ffd;
	font-weight:bold;
}





.namae {
	font-size: 14px;	/* 文字サイズ */
	font-weight: bold;	/* 太字 */
}
.widen {
	letter-spacing: 0.2em;	/*文字間隔広げる*/
}
.pk_widen {
	letter-spacing: 0.1em;	/*文字間隔広げる*/
	color: #ff67cc;
}
.namae_be {
	font-size: 14px;	/* 文字サイズ */
	color: #b78f26;
}
.tx_be {
	color: #b78f26;
}
.tx_gy {
	color: #989898;
}
a:link {color: #3f3f3f;	text-decoration: none;}	/* リンク前 */
a:visited { text-decoration:none; color:#3f3f3f; }	/* リンク後 */
a:active { text-decoration:none; color:#e9bc00; }	/* 押した時 */
a:hover { text-decoration:underline; color:#e9bc00; }	/* ポイント時 */

