@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #3f3f3f;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	-webkit-text-size-adjust: 100%;
}
/* ----------------------------------------
ヘッダー 
-----------------------------------------*/
h1 {
	background-color:#ff1f98;
	margin: 0;
	width:100%;
	height:20px;
	font-size: 11px;
	color: #ffffff;
	text-align:center;
	line-height:20px;
	font-size: 12px;
}
#header{
	background-image:url(../img/template/head_img.png);
	background-position:left top;
	background-repeat:no-repeat;
	background-size:238px 47px;
	background-color:#FFDAEC;
	margin: 0px auto;
	padding-top:6px;
	padding-right: 2%;
	width: 98%;
	height: 40px;
	text-align:right;
}
h2 {
	margin: 0;
	padding:0 0 8px 0;
}
/* ----------------------------------------
メインコンテンツ
-----------------------------------------*/
.tx95 {
	width: 95%;
	margin: 0px auto;
}
.tx95 img{
	margin-top:8px;
}
.pk_booth{
	background-image:url(../img/pick_bg.gif);
	background-position:center top;
	background-repeat:repeat-x;
	background-size:320px 6px;
	background-color:#FFE0EF;
	margin: 0px auto 14px;
	padding:12px 2% 10px;
	width:96%;
}

/* ----------------------------------------
メニュー
-----------------------------------------*/
#MENU_OUT{
	background-image:url(../img/menu/menu_tit.png);
	background-position:2% 10px;
	background-repeat:no-repeat;
	background-size:60px 19px;
	background-color:#FFDAEC;
	margin: 10px auto;
	padding:32px 2% 10px;
	width:96%;
}
#menu {
	background-color:#ffffff;
	border:#ff97b8 2px solid;
	margin: 0 auto;
	padding: 0;
	width:290px;
}
#menu ul {
	margin:0;
	padding:6px 0 10px;
	list-style:none;
}
#menu li {
	display:inline;
	width:120px;
	height:30px;
	margin:0 0 0 14px;
	padding:0;
	list-style:none;
	background-image:url(../img/dash.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	background-size:320px 1px;
}
#menu img{
	margin-top:10px;
}
/* ----------------------------------------
フッター 
-----------------------------------------*/
#foot_outline{
	background-image:url(../img/template/foot_menu_bg.png);
	background-position:center top;
	background-repeat:repeat-x;
	background-size:320px 63px;
	background-color:#ff97b8;
	width:100%;
	margin:12px auto 0;
	padding-top:12px;
	text-align:center;
	color:#ffffff;
	font-size:10px;
}
#copy{
	margin-top:18px;
	line-height:1.2em;
}

/* ----------------------------------------
共通クラス指定	
-----------------------------------------*/
.clear {
	clear:both;
	margin:0;
	padding:0;
}  
a {
	color:#00b1cf;
	text-decoration:underline;
}
img {
	border:0;
}
a img {
	border:0px #de0000 solid ;
}
.red{
	color:#FF0033;
}
.or_b{
	color: #ff4000;
	font-weight:bold;
}
.sml_gy{
	font-size:12px;
	color:#696969;
	letter-spacing:0;
}


.pk_b{
	color: #ff0066;
	font-weight:bold;
}
.bl_b{
	color:#497ffd;
	font-weight:bold;
}




/* ここまで！！！*/


hr.style1 {
	border-width: 1px 0px 0px 0px;
	border-style:dashed;
	border-color: #cccccc;
	height: 1px;
}

