@charset "utf-8";
/*
	Site Name: 
	Description: initial setting
	Version: 
	Author: 
*/

/*
===== 2: body and base setting ===========================
*/

body {
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, sans-serif;
	font-size:12px;
	margin: 0px;
	padding: 0px;
	background: #FFF ;
	color:#555;
	letter-spacing:0.15em;
	line-height:1.25em;
}


/* acronyms and abbreviations styles 
-------------------------------------*/
acronym,abbr{cursor:help;}

/*
===== 3: form setting ===========================
*/
option{ padding-right:10px; }
*+html option{padding-right:0;}/* for IE7&Opera */
* html option{padding-right:0;}/* for IE6 */

/*
===== 4: link setting ===========================
*/

a{
	color: #333;
	text-decoration:underline;
}

a:hover{
	color: #F60;

}
/*
===== 5: textalign ===========================
*/
.left{
text-align: left;
}

.center{
text-align: center;
}

.right{
text-align: right;
}

/*
===== 6: clearfix ===========================
*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/*
===== 7: margin ===========================
*/
.mb5{
	margin-bottom:5px !important;
}


.mb10{
	margin-bottom:10px !important;
}

.mb15{
	margin-bottom:15px !important;
}

.mb20{
	margin-bottom:20px !important;
}

.mb30{
	margin-bottom:30px !important;
}

.mb40{
	margin-bottom:40px !important;
}


.mb50{
	margin-bottom:50px !important;
}

.mr10{
	margin-right:10px !important;
}

.mr20{
	margin-right:20px !important;
}

.mt10{
	margin-top:10px !important;
}

.mt20{
	margin-top:20px !important;
}

.mt30{
	margin-top:30px !important;
}


/*
===== 7: html ===========================
*/
html{
	overflow-y:scroll;
}


div#main{
	width:960px !important;
	min-height:700px;
	margin:0 auto;
}

div#inner{
	width:960px !important;
	margin:0 auto;
}




/*
===== footer setting ===========================
*/

div#footer{
	width:100%;
	margin-top:80px;
	line-height:2em;
	color:#FFF;
	min-width:960px;
}

div#footer a{
	color:#FFF;
	text-decoration:none;
}

div#footer a:hover{
	color:#F60;
}

div#footer div.banner{
	width:960px;
	text-align:center;
	margin:0 auto;
}




div#footer div.banner ul li{
	display:inline-block;
	vertical-align:middle;
	margin-bottom:5px;
	margin-right:5px;
    font-family: Verdana,"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}

div#footer div.banner ul li a{
	display:table-cell;
	vertical-align:middle;
	width:198px;
	height:48px;
	border:1px solid #999;
	text-align:center;
	background:rgba(0,0,0,0.5);
	color:#FFF;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}


div#footer div.banner ul li a:hover{
	background:#F60;
}


div#footer div.f_nav01{
	margin-top:30px;
	padding:20px 0;
	background:#222;
	font-weight:bold;
}


div#footer div.f_nav01 dl{
	margin-bottom:1em;
	padding-bottom:1em;
	border-bottom:1px solid #333;
}

div#footer div.f_nav01 dl.last{
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:0;
}



div#footer div.f_nav01 dt{
	width:100px;
	float:left;
}

div#footer div.f_nav01 dd{
	width:860px;
	float:right;
}

div#footer div.f_nav01 dd ul{
}

div#footer div.f_nav01 dd ul li{
	display:inline-block;
	margin-right:1.5em;

}



div#footer div.f_nav02{
	background:#000;
	padding:40px 0 10px;
}


div#footer div.in-link a{
	margin:0 1em;
}


div#footer div.out-link a{
	background:url(../images/ar_outlink.png) no-repeat left center;
	padding-left:22px;
	margin:0 1em;
}


div#footer div.f_nav02 span.cp{
	float:right;
}



/* メニュー */





/* 画像回り込み */
.img_L{
	float:left;
	margin:0 0.8em 0.8em 0;
}

.img_R{
	float:right;
	margin:0 0 0.8em 0.8em;
}




.red{
	color:#FF0000;
}