@charset "utf-8";

/* ---- 共通設定 ---- */

*{
	padding:0px;
	margin:0px;
}

body{
	color:#FFF;
	font-size:12px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	background-color:#000000;
	background-image:url(../img/all-bg.jpg);
	background-repeat:repeat-x;
}

img{
	border:0px;
}

a:link{
	color:#000;
	text-decoration:underline;
}

a:visited{
	color:#000;
	text-decoration:underline;
}

a:hover{
	color:#666;
	text-decoration:none;
}

br{
	letter-spacing:0px;
	clear:both;
}



/* ---- header設定 ---- */

.header{
	width:100%;
	height:70px;
	background-color:#000;
	background-image:url(../img/header-bg.jpg);
	background-repeat:repeat-x;
}

.rogoarea{
	width:850px;
	margin:0px auto;
}

.rogo{
	padding:15px 0px 0px 0px;
}

.rogo{
	float:left;
}

.header_mail{
	height:20px;
	background-image:url(../img/hdr_mail_icon.gif);
	background-repeat:no-repeat;
	background-position:0px 1px;
	padding-left:30px;
	margin:30px 10px 0px 0px;
	_margin:30px 5px 0px 0px;
	float:right;
}

.header_mail a{
	color:#00CCFF;
	text-decoration:underline;
}

.header_mail a:visited{
	color:#00CCFF;
	text-decoration:underline;
}

.header_mail a:hover{
	color:#0099FF;
	text-decoration:none;
}



/* ---- left/mainarea大枠 ---- */

.largearea{
	width:853px;
	height:100%;
	margin:0px auto;
}



/* ---- left設定 ---- */

.conbt_area{
	width:200px;
	float:left;
}

.conbt_hl{
	width:200px;
	_height:40px;
	min-height:40px;
	height:auto;
	background-image:url(../img/conbt_bg.gif);
	background-repeat:no-repeat;
	background-position:top;
	margin:2px 0px 0px;
}

.conbt_hl p{
	padding:13px 0px 10px 13px;
}

.conbt_hl_left{
	display:none;
	width:10px;
	border-left:solid 5px #47d43b;
	float:left;
}

.conbt_hl_right{
	display:block;
	width:150px;
	float:left;
	padding: 0px 0px 0px 25px;
}

.conbt_bt{
	width:198px;
	_height:30px;
	min-height:30px;
	height:auto;
	border-bottom:1px #41B8E6 solid;
	border-left:1px #41B8E6 solid;
}

.conbt_bt p{
	font-size:11px;
	padding:8px 0px 0px 10px;
}

.conbt_bt_icon{
	display:block;
	color:#41B8E6;
	width:13px;
	float:left;
}

.conbt_bt_icon_txt{
	display:block;
	color:#FFFFFF;
	width:175px;
	padding-bottom:5px;
	float:left;
}
.conbt_bt_icon_txt a{
	color:#FFFFFF;
	text-decoration:underline;
}
.conbt_bt_icon_txt a:visited{
	color:#FFFFFF;
	text-decoration:underline;
}
.conbt_bt_icon_txt a:hover{
	color:#99FFFF;
	text-decoration:underline;
}

.mobile_qr{
	text-align:center;
	padding:10px 0px;
}

.qr_txt{
	color:#FFFFFF;
	width:166px;
	margin:0px auto 10px;
	line-height:120%;
}

.lft_mail_bt{
	width:170px;
	margin:10px auto;
}

.lft_mail_bt a{
	display:block;
	width:170px;
	height:80px;
	background-image:url(../img/lft_mail_bt.gif);
	background-repeat:no-repeat;
}

.lft_mail_bt a:hover{
	background-position:right;
}

.lft_link_bt{
	width:170px;
	margin:10px auto;
}

.lft_link_bt a{
	display:block;
	width:170px;
	height:80px;
	background-image:url(../img/lft_link_bt.gif);
	background-repeat:no-repeat;
}

.lft_link_bt a:hover{
	background-position:right;
}



/* ---- メインエリア設定 ---- */

.mainarea{
	width:650px;
	float:right;
}



/* ---- footer設定 ---- */

.footer{
	width:100%;
	height:80px;
	background-color:#000;
	margin-top:2px;
}

.ftr_largearea{
	width:850px;
	margin:0px auto;
}

.copyright{
	float:left;
}

.footer p{
	padding-top:33px;
}

.pagetop{
	float:right;
}

.pagetop a{
	color:#FFF;
	text-decoration:underline;
}

.pagetop a:visited{
	color:#FFF;
	text-decoration:underline;
}

.pagetop a:hover{
	color:#FFF;
	text-decoration:none;
}



/* ---- パンくずリスト設定 ---- */

.pankuzu{
	color:#FFF;
	width:650px;
	background-color:#000000;
	padding-bottom:10px;
	margin-top:2px;
}

.pankuzu p{
	padding:10px 0px 0px 10px;
}

.pankuzu p a{
	color:#FFF;
	text-decoration:underline;
}

.pankuzu p a:visited{
	color:#FFF;
	text-decoration:underline;
}

.pankuzu p a:hover{
	color:#FFF;
	text-decoration:none;
}

