@charset "utf-8";

/* 共通スタイル
----------------------------------------------------------- */
* {
	margin:0;
	padding:0;
}
html {
	overflow-y:scroll;
	height:100%;
}
body {
	background-color:#ffffff;
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",HiraKakuPro-W3,Osaka,arial,sans-serif;
	font-size:75%;
	/* height:100%; */
	color:#666666;
	text-align: center;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
}
p,li,dt,dl {
	line-height:1.6;
}
p {
	margin:0 0 1em 0;
	letter-spacing: 1px;
}
li {
	list-style-type:none;
}
img {
	border:0;
}
address {
	font-style:normal;
}


/* clearFix
----------------------------------------------------------- */
.clearFix{
    zoom:1;/*for IE 5.5-7*/
}
.clearFix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

.clear{
	clear:both;
}


/* リンク
----------------------------------------------------------- */
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	text-decoration: underline;
}

a.iconA {
	background:url(../img/icon/linkIconA.gif) left center no-repeat!important;
	padding-left:15px!important;
}


/* 汎用
----------------------------------------------------------- */
.mgnBtm20 { margin-bottom:20px; }
.mgnBtm10 { margin-bottom:10px; }
.mgnBtm5 { margin-bottom:5px; }
.mgnBtm0 { margin-bottom:0; }
.mgnRgt20 { margin-right:20px; }
.mgnLft20 { margin-left:20px; }

.fltLft { float:left; }
.fltRgt { float:right; }

.smallFont {
	letter-spacing:0;
	font-size:80%;
}

.boldFont {font-weight:bold;}

img.waku {
	border:1px solid #ccc;
	padding:3px;
}

hr {
	/*	visibility:hidden; */
	clear:both;
	height: 1px;
	color: #cccccc;
	background-color: #cccccc;
	border: 0;
	margin-bottom: 10px;
}

span.need {
	color:#FF0000;
	font-weight: normal;
}


/* テーブル */
table.normal {
	border-collapse:collapse;
	empty-cells:show;
	border:1px solid #888;
}

table.normal caption {
	font-size:120%;
	padding-bottom:5px;
	font-weight:bold;
	text-align: left;
	margin-bottom: 3px;
	color: #970f01;
	padding-left: 6px;
}

table.normal th {
	border:1px solid #888;
	padding: 5px 10px;
	background-color: #EAF0F2;
}

table.normal td {
	border:1px solid #888;
	padding: 5px 10px;
	background-color: #ffffff;
	line-height: 1.5;
}


/* レイアウト
----------------------------------------------------------- */
div#wrapper {
	background:url(../img/common/bgWrap.png) left top no-repeat;
	width: 980px;
	padding: 0 14px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

div#header {
	width: 980px;
	height: 64px;
	margin-bottom: 16px;
	overflow: hidden;
}

div#header h1 {
	width: 326px;
	height: 34px;
	display: block;
	padding-top: 30px;
	float: left;
}

div#header div#tel {
	width: 212px;
	height: 64px;
	float: right;
	line-height:1;
}

div#header div#tel img { vertical-align:bottom; }


div#main {
	width: 980px;
	margin-bottom: 5px;
}

div#main div#alpha {
	width: 760px;
	float: left;
}

div#main div#beta {
	width: 212px;
	float: right;
}

div#main div#beta div#betaA {
	width:212px;
	height:200px;
	overflow:hidden;
	margin-bottom:8px;
	background:url(../img/common/beta/imgBetaA.png) left top no-repeat;
}

div#main div#beta h2 {}

div#main div#beta h2 img { vertical-align:bottom; }

div#main div#beta div.betaB {
	width:204px;
	padding:4px;
	background:url(../img/common/beta/bgBetaB.png) left top repeat-y;	
}

div#main div#beta div.betaB ul.betaList01 {
	padding: 0 7px;
}

div#main div#beta div.betaB ul.betaList01 li {
	background:url(../img/common/beta/bgBetaListLi.gif) left bottom repeat-x;
	padding: 10px 0 10px 0;
}

div#main div#beta div.betaB ul.betaList01 li span {
	background:url(../img/common/beta/bgBetaListSpan.gif) left top no-repeat;
	display: block;
	padding-left: 10px;
}

div#main div#beta div.betaB ul.betaList02 {}

div#main div#beta div.betaB ul.betaList02 li {
	border-bottom: 1px solid #ddd2d4;
	padding: 7px 7px 7px 25px;
	background:url(../img/common/beta/bgBetaList02Li.gif) left 12px no-repeat;
}

div#main div#beta div.betaBBtm {
	width: 212px;
	height: 12px;
	overflow: hidden;
	margin-bottom: 6px;
}

div#bannerArea img { margin-bottom:5px; }


p.betaListIchiran {
	padding-right: 5px;
	padding-top: 5px;
	margin-bottom: 0px;
}


div#footer {
	width: 1008px;
	height: 116px;
	overflow: hidden;
	clear: both;
	text-align: left;
	margin: 0 auto;
	background:url(../img/common/bgFooter.png) left bottom no-repeat;
}

div#footer div#fL {
	width: 103px;
	height: 116px;
	float: left;
}

div#footer div#fR {
	width: 900px;
	height:116px;
	float:right;
}

div#footer div#fR ul#footMenu {
	display: block;
	text-align: center;
	padding-top: 45px;
}

div#footer div#fR ul#footMenu li {
	display: inline;
	background: url(../img/common/bgLiFirst.png) left center no-repeat;
	padding: 2px 23px 2px 17px;
	font-size: 12px;
}

div#footer div#copyright {
	color: #ffffff;
	padding-top: 15px;
	font-size: 11px;
}



/* ヘッダメニュー
----------------------------------------------------------- */
div#header div#headMenu {
	width: 406px;
	float: right;
	height: 27px;
	padding-top: 37px;
}

div#headMenu ul{
	width:406px;
	height:27px;
	display:block;
}

div#headMenu ul li{
	height:27px;
	float:left;
	display:block;
}

div#headMenu ul li a{
	text-indent: -9999px;
	font-size: 1px;
	line-height: 1px;
	height:27px;
	display:block;
	background:url(../img/common/bgHeadMenu.png) left top no-repeat;
	text-decoration: none;
}

div#headMenu ul li#hM01 a{background-position: 0 -27px; width:107px;}
div#headMenu ul li#hM02 a{background-position: -107px -27px; width:79px;}
div#headMenu ul li#hM03 a{background-position: -186px -27px; width:107px;}
div#headMenu ul li#hM04 a{background-position: -293px -27px; width:113px;}

div#headMenu ul li#hM01 a:hover{background-position: 0 0;}
div#headMenu ul li#hM02 a:hover{background-position: -107px 0;}
div#headMenu ul li#hM03 a:hover{background-position: -186px 0;}
div#headMenu ul li#hM04 a:hover{background-position: -293px 0;}


/* グローバルメニュー
----------------------------------------------------------- */
div#globalMenu {
	width: 980px;
	height: 42px;
	margin-bottom: 10px;
	overflow: hidden;
}

div#globalMenu ul{
	width:980px;
	height:42px;
	display:block;
}

div#globalMenu ul li{
	height:42px;
	float:left;
	display:block;
}

div#globalMenu ul li a{
	text-indent: -9999px;
	font-size: 1px;
	line-height: 1px;
	height:42px;
	display:block;
	background:url(../img/common/bgGlobalMenu.png) left top no-repeat;
	text-decoration: none;
	width:140px;
}

div#globalMenu ul li#gM01 a{background-position: 0 0;}
div#globalMenu ul li#gM02 a{background-position: -140px 0;}
div#globalMenu ul li#gM03 a{background-position: -280px 0;}
div#globalMenu ul li#gM04 a{background-position: -420px 0;}
div#globalMenu ul li#gM05 a{background-position: -560px 0;}
div#globalMenu ul li#gM06 a{background-position: -700px 0;}
div#globalMenu ul li#gM07 a{background-position: -840px 0;}

div#globalMenu ul li#gM01 a:hover{background-position: 0 -42px;}
div#globalMenu ul li#gM02 a:hover{background-position: -140px -42px;}
div#globalMenu ul li#gM03 a:hover{background-position: -280px -42px;}
div#globalMenu ul li#gM04 a:hover{background-position: -420px -42px;}
div#globalMenu ul li#gM05 a:hover{background-position: -560px -42px;}
div#globalMenu ul li#gM06 a:hover{background-position: -700px -42px;}
div#globalMenu ul li#gM07 a:hover{background-position: -840px -42px;}

div#globalMenu ul li#gM01 a.now{background-position: 0 -42px;}
div#globalMenu ul li#gM02 a.now{background-position: -140px -42px;}
div#globalMenu ul li#gM03 a.now{background-position: -280px -42px;}
div#globalMenu ul li#gM04 a.now{background-position: -420px -42px;}
div#globalMenu ul li#gM05 a.now{background-position: -560px -42px;}
div#globalMenu ul li#gM06 a.now{background-position: -700px -42px;}
div#globalMenu ul li#gM07 a.now{background-position: -840px -42px;}



/* beta Aエリアボタン
----------------------------------------------------------- */
div#betaA ul{
	width:172px;
	height:70px;
	display:block;
	margin: 120px auto 0;
}

div#betaA ul li{
	width:172px;
	height:32px;
	display:block;
	/*overflow:hidden;*/
	margin-bottom:6px;
}

div#betaA ul li a{
	text-indent: -9999px;
	/*font-size: 1px;
	line-height: 1px;*/
	height:32px;
	display:block;
	text-decoration: none;
	width:172px;
}

div#betaA ul li#bA01 a{
	background-image:url(../img/common/beta/betaABtn01.png);
	background-position: 0 0;
	background-repeat:no-repeat;
}
div#betaA ul li#bA02 a{
	background-image:url(../img/common/beta/betaABtn02.png);
	background-position: 0 0;
	background-repeat:no-repeat;
}

div#betaA ul li#bA01 a:hover,
div#betaA ul li#bA02 a:hover {background-position: -172px 0;}



/* インターネット　インフォボタン
---------------------------------------------------- */
ul.infoBtn {
	margin-right:-15px;
}

ul.infoBtn li {
	float:left;
	width:170px;
	margin-right:15px;
	margin-bottom:15px;
}

ul.infoBtn li a {
}


/* 先頭に戻るリンク
----------------------------------------------------------- */
div#pageup {
	background-image: url(../img/retTop.gif);
	background-position:-17px 0;
	background-repeat: no-repeat;
	clear:both;
	height:124px;
	left:1010px;
	position:absolute;
	width:17px;
	top: -300px;
}

div#pageup:hover {
	background-position:0 0;
}

div#pageup a {
	display:block;
	font-size:1px;
	height:124px;
	line-height:1px;
	text-indent:-9999px;
	width:17px;
	overflow:hidden;
}


/*　ぱんくす　*/
div#pan {
	padding: 5px;
}



/* m-style関連
----------------------------------------------------------- */
#content ul.infoList {
	border:10px solid #ECECEC;
	display:block;
	font-family:"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
	line-height:1em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px 0px 10px;
	padding:0px;
}

#content ul.infoList li {
	border-bottom:1px solid #ECECEC;
	margin:0px;
	padding:5px;
	display: block;
}

#content ul.infoList li p.infoData {
	background:transparent url(../images/icon/arrow_a.gif) no-repeat scroll left center;
	color:#333333;
	float:left;
	font-family:Verdana;
	font-size:small;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.2em;
	margin:0px;
	padding:0px 0px 0px 15px;
	width:90px;
	display: block;
}

#content ul.infoList li p.infoTitle {
	display:block;
	font-family:"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
	font-size:small;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.2em;
	margin:0px;
	padding:0px;
	width:420px;
	float:right;
	letter-spacing: 0px;
}

br.clear {
	clear:both;
	font-size:0px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
/*	line-height:0px; */
	margin:0px;
	padding:0px;
}


/* 更新ツール
---------------------------------------------------- */
.selectPage {
	margin: 0px;
	padding: 0px;
}
.selectPage .prev {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 17px;
	width: 55px;
	background: url(../images/base/prev.gif) no-repeat 0px -60px;
	text-indent: -9999px;
}
.selectPage .prev a {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 17px;
	width: 55px;
	background: url(../images/base/prev.gif) no-repeat 0px 0px;
	text-indent: -9999px;
}
.selectPage .prev a:hover {
	background: url(../images/base/prev.gif) no-repeat 0px -30px;
}
.selectPage .next {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 17px;
	width: 55px;
	background: url(../images/base/next.gif) no-repeat 0px -60px;
	text-indent: -9999px;
}
.selectPage .next a {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 17px;
	width: 55px;
	background: url(../images/base/next.gif) no-repeat 0px 0px;
	text-indent: -9999px;
}
.selectPage .next a:hover {
	background: url(../images/base/next.gif) no-repeat 0px -30px;
}

.newshead {
	margin: 0px;
	padding: 0px;
	background: url(../images/base/newshead_bg.gif) repeat-y left bottom;
	border: 1px solid #CCCCCC;
	width: 558px;
}
.newshead h3 {
	margin: 0px;
	padding: 5px 0px 5px 14px;
	float: left;
	width: 350px;
	color: #333333;
	clear: none;
}
.newshead h4 {
	margin: 0px;
	padding: 5px 0px 0px;
	float: right;
	width: 160px;
	color: #FFFFFF;
	font: bold x-small Verdana;
	text-align: center;
	clear: none;
}
.newstext {
	font: small/1.6em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0px 0px 20px;
	padding: 10px 14px;
	width: 530px;
	display: block;
	border-right: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
}


/* よくあるお問い合わせ
---------------------------------------------------- */
dl.faqList {
	margin: 0px;
	padding: 0px;
}
dl.faqList dt {
	margin: 0px;
	padding: 7px 10px 6px 40px;
	background: #5F859B url(../images/faq/q_bg.gif) no-repeat 0px 0px;
	font: bold small "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #FFFFFF;
	border: 1px solid #ECECEC;
}
dl.faqList dt a {
	color: #FFFFFF;
}
dl.faqList dd {
	margin: 0px 0px 15px;
	padding: 7px 10px 7px 40px;
	background: url(../images/faq/a_bg.gif) no-repeat 0px 0px;
	border-right: 1px solid #ECECEC;
	border-bottom: 1px solid #ECECEC;
	border-left: 1px solid #ECECEC;
}
.faqBtnBegin {
	margin: 0px;
	padding: 0px;
	height: 250px;
	width: 180px;
	float: left;
}
.faqBtn {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	height: 250px;
	width: 180px;
	float: left;
}

/* アクセス解析
---------------------------------------------------- */
#acc {
	position: absolute;
	left: -9999px;
}

/* 外部リンク
---------------------------------------------------- */
.outLink {
	background:url(../img/icon/outer.gif) right center no-repeat!important;
	display:inline-block!important;
	padding-right:18px!important;
}

div.noLinkEndProg {
	background:url(../img/common/nolinkbg.png) left top no-repeat;
	width: 370px;
	height: 130px;
	overflow: hidden;
	color: 666666;
}

div.noLinkEndProg img.ttLogo01 {
	float:left;
	padding:14px 9px 0;
}

div.noLinkEndProg img.ttLogo02 {
	padding-top:8px;
}

div.noLinkEndProg div.ttText {
	font-size:12px;
	line-height:1.5;
	padding-right:10px;
	padding-top:5px;
}




/*////////////////////////////////////////////////////////////////
//
// 画像リンクオーバー時のアルファ値変更
//
////////////////////////////////////////////////////////////////*/
a.directOpa,
.opaChange a:hover img,
.opaChange ul li a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}

a.directOpa,
.opaChange a {
	display:block;
	width:100% !important;
	height:100% !important;
	background-color:#FFFFFF
}
