@charset "shift_jis";
a{
	color:#003366;/*通常のリンクテキストカラー*/
	text-decoration:underline;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
	}
a:hover{
	color:#0099CC;/*マウスが乗った時の通常のリンクテキストカラー*/
	text-decoration:underline;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/	
	}
/*************************************************フォントサイズ調整******************************************/
body {
	font-family:'Hiragino Kaku Gothic Pro',	'ヒラギノ角ゴ Pro W3', 'Osaka',	'ＭＳ Ｐゴシック', sans-serif;/*フォント種*/
	font-size:14px;/*フォントサイズfirefox用*/


	*font-size:90%;/*フォントサイズIE7.0用（固定にする場合はpx指定してください）*/
	*font:90%;/*フォントサイズIE6.0用（固定にする場合はpx指定してください）*/
	line-height: normal;
	background-color: #FFFFFF;
	}
*{ margin:0; padding:0;}
img{ border:0;}
body{
	text-align:center;
	}
table,div{
	margin:auto;
	float: none;
	padding: 0px;
	}



/*************************************************共通セレクタ*************************************************/
.CNT{
	text-align:center;
	}
.L{
	text-align:left;
	}
.R{
	text-align:right;
	}
/*************************************************基本レイアウト***********************************************/

#bg{
	width:820px;
	background:url(img/common/bg_con.gif) repeat-y;
	text-align:center;
	}
#container{
	width:818px;
	text-align:left;
	margin: auto;
	padding: 0px;
	clear: both;
	}

h1{
	height:20px;
	line-height:16px;
	font-size:10px;
	color:#333333;
	font-weight:normal;
	text-indent:10px;
	}
/*ロゴ部分*/
h2{
	height:35px;
	font-weight:normal;
	font-size: 14px;
	width: 816px;
	}
h2 a{
	font-size:24px;
	line-height:38px;
	vertical-align:top;
	text-decoration:none;
	color:#333333;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;	
	}
	
h2 a:hover{
	color:#333333;
	text-decoration:none;
	}
/*サブページタイトル*/	
h3{
	clear:left;
	font-size:20px;
	font-weight:bold;
	background:url(img/common/bg_h2.gif) no-repeat;
	height:42px;
	line-height:42px;
	width:816px;
	text-indent:12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	margin-top: 4px;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 1px;
	padding-left: 10px;
	}
/*ヘッダーメニュー*/			
#head_menu{
	width:816px;
	background:url(img/common/bg_menu.gif) no-repeat;
	text-align:right;
	font-size:10px;
	height:44px;
	color:#FFFFFF;
	}
#head_menu ul{
	list-style-type:none;
	padding:1px 0 0 1px;
	}
#head_menu ul li{
	float:left;
	background:url(img/common/bg_menu_sub.gif) right no-repeat;
	padding:0 10px 0 8px;
	text-align:center;
	height:42px;
	line-height:42px;
	}		
#head_menu a{
	color:#ffffff;
	font-size:12px;
	letter-spacing:1px;
	text-decoration:none;
	height:25px;
	vertical-align:middle;
	margin:0 4px 0 4px;
	}
#head_menu a:hover{
	color:#FF0066;
	}
/*コンテンツ枠*/
#contents{
	zoom:100%;
	margin-top: 6px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	
	}
#bg #container #contents #top h6 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	padding-right: 10px;
	padding-left: 10px;
}

#contents:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
/*フラッシュ部分*/
#main_flash{
	width:816px;
	height:300px;
	padding:0px;
	border:solid #333333;
	border-width:0 0 1px 0;
	}
/*フッターコピーライト部分*/	
#copy{
	width:820px;
	margin:auto;
	text-align:center;
	height:40px;
	line-height:40px;
	font-size:12px;
	color:#CCCCCC;
	clear:both;
	padding: 0px;
	background-repeat: no-repeat;
	background-image: url(img/common/bg_foot.gif);
	}
#copy a{
	color:#ffffff;
	text-decoration:none;
	}
#copy a:hover{
	color:#ffffff;
	}

/*************************************************トップページ************************************************/
#top{}
#top h3{
	font-size:18px;
	font-weight:bold;
	line-height:30px;
	color:#333333;
	background:none;
	height:auto;
	text-indent:0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding-left: 20px;
	}
#top p{
	line-height:18px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	}
#top div#top_btm{
	zoom:100%;
	}
#top div#top_btm:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}	
#top div#left{
	float:left;
	width:420px;
	margin-left: 15px;
	}
#top div#left h4{
	font-size:14px;
	margin:6px 0 0 0;
	}
#top div#left div#info{
	background:url(img/top/bg_info.gif);
	width:420px;
	}
#top div#left div#info div#info_main{
	text-align:left;
	background-image: url(img/top/bg_info_main.gif);
	background-repeat: repeat-y;
	height: 120px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	}
.box {
	width: 300px;
	border: thin solid #666666;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: none;
}
#bg #container #contents #top #top_btm .frame01 .box .siro14 font {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	padding: 2px;
}

#top div#left div#info div#info_main div.main_in{
	overflow:auto;
	width:418px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1px;
	height: 150px;
	}
	
#top div#left div#info div#info_main h5{
	padding:8px 10px 0 10px;
	font-size:12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: normal;
	font-weight: bold;
	}
#top div#left div#info div#info_main p{
	padding:2px 10px 0 10px;
	}
#top div#right{
	float:left;
	width:300px;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 40px;
	}
#top div#right div#bnr_sps{
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#top div#right div#bnr_sps div.bnr{
	width:300px;
	height:160px;
	margin: 0;
	}
#top div#right div#bnr_sps div.bnr p{
	filter:alpha(opacity=75); /*IE*/
	-moz-opacity:0.75; /*FF*/
	}
#top div#right div#bnr_sps div.bnr p a{
	width:300px;
	height:160px;
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	text-indent:8px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}
#top div#right div#bnr_sps div.bnr p a span{
	display:block;
	padding-top: 120px;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 2px;
	}	
#top div#right div#bnr_sps p a:hover{
	font-size:18px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #FF0000;
	text-decoration: underline;
	}

/*************************************************その他のページ*************************************************/
#other_page{
	margin:0 10px 0 10px;
	}
#other_page h4{
	background:url(img/common/bg_h3.gif) no-repeat left top;
	text-indent:10px;
	font-size:13px;
	color:#333333;
	margin:20px 0 0 0;
	line-height:1.0em;
	clear:left;
	}
#other_page h5{
	font-size:100%;
	line-height:1.0em;
	vertical-align:top;
	margin:14px 0 0 0;
	color:#003333;
	clear:left;
	}	
#other_page div.typeA{
	clear:left;
	}
#other_page div.typeA p{
	margin:2px 0 0 0;
	line-height:160%;
	}
#other_page div.typeB{
	margin:2px 0 10px 0;
	line-height:160%;
	clear:left;
	zoom:100%;
	}
#other_page div.typeB:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#other_page div.typeB p{
	}	
#other_page div.typeB div.left{
	float:left;
	width:375px;
	}
#other_page div.typeB div.right{
	float:left;
	width:375px;
	margin:0 0 0 20px;
	}
#other_page p.margin_none{ margin:0;}
#other_page p{
	margin:0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
}

/*テーブルセット*/
#tbl_setA{
	border:#333333 solid 1px;
	border-collapse:collapse;
	margin:0;
	}
#tbl_setA th{
	border:#333333 solid 1px;
	background:url(img/bg_th_a.gif);
	padding:6px;
	color:#333333;
	text-align:center;
	}
#tbl_setA td{
	border:#333333 solid 1px;
	padding:6px;
	}
/******************************************************************************************************/


/***↓著作権表示※削除しないでください↓***/

#p-copy{
	float:right;
	margin-top:5px;
	}

#copy_box {
	width:30px;
	height:10px;
	}

#p-copy .p_01 a{
	background:url(img/common/logo_01.gif) no-repeat;
	display:block;
	width:28px;
	height:13px;
	text-indent:-9999px;
	float:left;
	}
#p-copy .p_02 a{
	background:url(img/common/logo_02.gif) no-repeat;
	display:block;
	width:12px;
	height:13px;
	text-indent:-9999px;
	float:right;
	}
*:first-child+html #copy_box {
	float:right;
	}

/*** ここまで ***/


/*************************************************印刷用*************************************************/

@media print{
.minimini_B .siro14 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}
.minimini_B .siro14 font {
}


#container{
	width:818px;
	}
}		
#bg #container #contents #top #top_btm .box .siro14 font {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #FFFFFF;
}
#bg #container #contents .mes .b14 table {
	padding: 10px;
	border: thin solid #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	margin: 0px;
	display: none;
}
.mes .b14 table {
	padding: 15px;
	border: thin solid #666666;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	font-weight: normal;
}
h6 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.minimini_B .siro14 font {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}
.siro14 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}

