/* CSS Document */

/*■初期設定*/

body{

	color:#000000;/*通常のテキストカラー*/
	}
a{
	color:#0099FF;/*通常のリンクテキストカラー*/
	}
a:hover{
	color:#FF9900;/*マウスが乗った時の通常のリンクテキストカラー*/
	text-decoration:underline;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
	}

/*■初期設定ここまで*/

*{ margin:0; padding:0;}

img{ border:0;}

table,div{
	margin:auto;
	}

/*■フォントサイズ調整*/
body {
    font-size: 12px; /* モダンブラウザ */
    *font-size: 80%; /* IE 7 */
    *font: 80%; /* IE 6以下 */
	}

body{
	text-align:center;
	font-size: 10pt; 				/* Add by TM */
	font-family: "ＭＳ ゴシック","メイリオ","ＭＳ Ｐゴシック","ＭＳ ゴシック";		/* Add by TM */
	font-line-height: 10pt;
	}

/*■レイアウトセレクタ*/

.CNT{
	text-align:center;
	}

.L{
	text-align:left;
	}
.R{
	text-align:right;
	}

/*■基本レイアウト*/

/* バックグラウンド用コンテナ(第0階層) */

#bg{
	width:820px;
	background:url(../img/bg_con.gif) repeat-y;
	text-align:center;
	}

/* フッタ以外のコンテナ(第1階層) */

#container{
	width:800px;
	margin:auto;
	text-align:left;
	}

/* ヘッダ(企業ロゴ等)用コンテナ(第2階層) */

#head{
	height:105px;
	margin:0;
	padding:0;
	border-top   :1px none #ff0000;
	border-bottom:1px none #ff0000;
	border-left  :1px none #ff0000;
	border-right :1px none #ff0000;
	}

#head h1{
	height:20px;
	line-height:16px;
	font-size:11px;
	color:#333333;
	font-weight:normal;
	text-indent:10px;
	}

#head h2{
	padding:4px 0 0 10px;
	font-weight:normal;
	}

#head h2 a{
	font-size:24px;
	line-height:140%;
	vertical-align:top;
	text-decoration:none;
	color:#333333;
	}

#head h2 a:hover{
	font-size:24px;
	line-height:140%;
	vertical-align:top;
	text-decoration:none;
	color:#333333;
	}

/* ロゴ用コンテナ */

#logomark{
/*	height:100%; */
/*	height:45px; */
	float:left;
	width:384px;
	height:90px;
	margin:5px;
	padding:0;
	border:1px none #00ff00;
	}

/* 住所電話番号用コンテナ */

/* サーチエンジン用コンテナ */

#search{
	float:right;
/*	height:100%; */
	width:400px;
	height:98px;
	margin:0px 0px 8px 0px;
	padding:0px 0px 0px 0px;
	border:1px none #0000ff;
	}

/* ナビゲーション１メニュー用コンテナ(第2階層) */

#head_menu{
	clear:both;
	height:42px;
	zoom:100%;
	font-family:"ＭＳ ゴシック";
	font-size:16pt; 	/* add by tm */
	font-weight: bold; 	/* add by tm */
	}

#head_menu:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}

#head_menu ul *{
	list-style-type:none;
	display:block;
	}

#head_menu ul li{
	width:133px;
	height:42px;
	position:relative;
	float:left;
	}

#head_menu ul li a{

	width:133px;
	height:42px;
	text-align:center;
	color:#FFFFFF;
	line-height:42px;
	text-decoration:none;
	}

#head_menu ul li a:hover{

	color:#FFFFFF;
	text-decoration:none;
	}

#head_menu ul li.off{
	overflow:hidden;
	width:133px;
	}

#head_menu ul li.off ol.sub{
	left:0px; top:-999px;
	}

#head_menu ul ol.sub{
	position:absolute;
	left:0px; top:42px;
	width:133px;
	border:1px solid #999999;
	text-align:center;
	}

#head_menu ul li.on{
	width:133px;
	}

#head_menu ul>li.on{
	overflow:visible;/*×*/
	}

#head_menu ul ol.sub li{
	width:133px;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #999999;
	text-align:center;
	float:none;
	filter:alpha(opacity=85); /*IE*/
	-moz-opacity:0.85; /*FF*/
	}

#head_menu ul ol.sub li a{
	background:none;
	background-color:#FFFFFF;
	text-decoration:none;
	color:#000000;
	vertical-align:middle;
	font-size:12px;
	height:30px;
	line-height:30px;
	text-align:center;
	}

#head_menu ul ol.sub li a:hover{
	color:#000000;
	background:none;
	background-color:#FF6699;
	}

#head_menu ul li.a01 a{ background:url(../img/menu/a01.png) no-repeat;}
#head_menu ul li.a01 a:hover{ background:url(../img/menu/a01_on.png) no-repeat;}
#head_menu ul li.a02 a{ background:url(../img/menu/a01.png) no-repeat;}
#head_menu ul li.a02 a:hover{ background:url(../img/menu/a01_on.png) no-repeat;}
#head_menu ul li.a03 a{ background:url(../img/menu/a01.png) no-repeat; padding:1%; font-size: 90%; line-height: 1;}
#head_menu ul li.a03 a:hover{ background:url(../img/menu/a01_on.png) no-repeat; padding:1%; font-size: 90%; line-height: 1;}
#head_menu ul li.a04 a{ background:url(../img/menu/a01.png) no-repeat;}
#head_menu ul li.a04 a:hover{ background:url(../img/menu/a01_on.png) no-repeat;}
#head_menu ul li.a05 a{ background:url(../img/menu/a01.png) no-repeat;}
#head_menu ul li.a05 a:hover{ background:url(../img/menu/a01_on.png) no-repeat;}
#head_menu ul li.a06 a{ background:url(../img/menu/a01.png) no-repeat;}
#head_menu ul li.a06 a:hover{ background:url(../img/menu/a01_on.png) no-repeat;}

/* ナビゲーション１階層表示用コンテナ(第2階層) */

#head_dir{
	/* 標準設定 */
	margin:5px 5px 0px 8px;
	height: 10px
	/* FireFox用設定 */
	[if Gecko] margin:5px 5px 5px 8px;
	[if Gecko] height: 17px

}

/* メインイメージ */

#main_image{
/*	clear:left; */
	clear:both;
	width:800px;
	padding:0 0 1px 0;
	border:solid #333333;
	border-width:0 0 1px 0 ;

	}

#main_image h2{
	font-family:"ＭＳ 明朝";
	font-weight:normal;
	font-size:20pt;
	color:#000080;
	}



#contents{
	margin:20px 10px 20px 10px;
	clear:left;
	zoom:100%;
	}

#contents:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}

#foot_up{

	/* background-color:#F82977; */
	/* background:url(../img/line_02.gif) no-repeat bottom; /* #f82977 */
	clear:both;
	height:132px;
	margin:0 0 0 0;
	}

#foot{
	/* clear:left; */
	clear:both;
	background-color:#F92977;
	/* background:url(../img/bg_foot.gif) no-repeat; */
	width:804px;
	height:70px;
	}

#copy{
/*	margin:14px; */
	font-size:10px;
	text-align:left;
	color:#FFFFFF;
	padding:8px 10px 2px 10px;
	}

#copy a{
	color:#ffffff;
	text-decoration:none;
	}

#copy a:hover{
	color:#ffffff;
	}

/***トップ***/

#top{}

#top div#top_up{
	zoom:100%;
	margin:0 0 20px 0;
	}

#top div#top_up:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}

#top div#top_up div#right{
	float:right;
	/*width:360px;*/
	width:
	margin:0 0 0 20px;
	}

#top div#top_up div#right h3{
	font-size:12px;
	}

/* インフォメーション用コンテナ(不要？) */

/*
#top div#top_up div#right div#info{

	/* background:url(../img/top/bg_info.gif) no-repeat; */
	width:200px;
	height:100px;
	padding:1px 1px 0px 1px;
	}

#top div#top_up div#right div#info div#main{
	overflow:auto;
	width:200px;
	height:148px;
	margin:0;
	}

#top div#top_up div#right div#info div#main h4{
	margin:8px 10px 0 10px;
	font-size:100%;
	color:#CC3366;
	}

#top div#top_up div#right div#info div#main p{
	margin:4px 10px 0 10px;
	}
*/

/* */

#top div#btm{
	clear:left;
    height: 100px;
	}

#top div#btm div#bnr_sps{
	}

#top div#btm div#bnr_sps ul{
	list-style-type:none;
	zoom:100%;
 	}

#top div#btm div#bnr_sps ul:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}

#top div#btm div#bnr_sps ul li{

 float:left;
 margin:0 8px 0 0;

 }

#top div#top_up div#left{
	float:left;
	width:400px;
	margin:0 0 0 0;
	}

#top div#top_up div#left p{
	margin:8px 0 0 0;
	line-height:160%;
	}



/*** 左インフォメーション ***/

#top div#top_up div#left div#info{
	/*background:url(../img/top/bg_info.gif) no-repeat; */
	/* width:360px;*/
	width:534px;
	height:780px;/*height:420px;*//*height:330px;*/
	padding:1px 1px 0px 1px;
	text-align:left;	/* -- add by TM -- */
	}

#top div#top_up div#left div#info div#main{
	border-style:solid; /* -- ボーダーライン -- */
	border-width:1.0pt;
	border-color:blue;
	overflow:auto;
	width:536px;
	height:850px; /*-- もともと 350px --*/
	margin:0;
	}

/*-- add by TM 2011.01.12 Bussiness Info Use --*/

#top div#top_up div#left div#info div#bgmain{
	border-style:solid; /* -- ボーダーライン -- */
	border-width:1.0pt;
	overflow:auto;
	width:536px;
	height:300px; /*-- 350 to 300 change by TM 2011.05.18 --*/
	margin:10;
	}

#top div#top_up div#left div#info div#main h4{
	margin:8px 10px 0 10px;
	font-size:100%;
	color:#CC3366;
	}

#top div#top_up div#left div#info div#main p{
	margin:4px 10px 0 10px;
	}

/**************************/

/*** 右バナー ***/

#cont{
	background-color:#808080;
	}

/***その他のページ***/

#other_page{
	width: 660px;
	margin:5px 5px 5px 5px;
	zoom:100%;
	float:right
	}

#other_page h3{
	background:url(../img/bg_h2.jpg) no-repeat;
	font-size:18px;
	line-height:42px;
	height:42px;
	color:#333333;
	font-weight:normal;
	vertical-align:bottom;
	text-indent:20px;
	}

#other_page h4{
	font-size:110%;
	line-height:1.5em;
	vertical-align:middle;
	margin:20px 0 0 0;
	color:#333333;
	border:solid #FF0066;
	text-indent:5px;
	border-width:0 0 0 5px;
	}

#other_page h5{
	font-size:100%;
	line-height:1.0em;
	vertical-align:top;
	margin:14px;
	color:#CC0066;
	}

#other_page div.typeA{
	}

#other_page div.typeA p{
	margin:2px 0 16px 0;
	line-height:200%;
	}

#other_page div.typeB{
	zoom:100%;
	}

#other_page div.typeB:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}

#other_page div.typeB p{
	margin:2px 0 16px 0;
	line-height:200%;
	}

#other_page div.typeB div.left{
	float:left;
	width:370px;
	}

#other_page div.typeB div.right{
	float:right;
	width:370px;
	margin:0 0 0 20px;
	}

#other_page p.margin_none{ margin:0;}
#other_page p{ margin:6px 0 0 0;}

/*テーブルセット*/

#tbl_setA{
/*	border:#990033 solid 1px; */
	border-collapse:collapse;
	margin:0;
	}

#tbl_setA th{
	border:#990033 solid 1px;
	background:url(../img/bg_th_a.gif);
	padding:6px;
	color:#333333;
	text-align:center;
	}

#tbl_setA td{
	border:#990033 solid 1px;
	padding:6px;
	color:#333333;
	}

/* テーブルセット(新) */

.tbl_setN{
	border:#990033 solid 1px;
	border-collapse:collapse;
	margin:0;
	}
.tbl_setN th{
	border:#990033 solid 1px;
	background:url(../img/bg_th_a.gif);
	padding:6px;
	color:#333333;
	text-align:center;
	}
.tbl_setN td{
	border:#990033 solid 1px;
	padding:6px;
	color:#333333;
	}

/* 画像左右配置用 */
*.fl_right {
	      float:right;
	margin-left:1em;
}
*.fl_left {
	       float:left;
	margin-right:1em;
}
*.floatclear {
	       clear:both;
}

/* top.html */
*.prtext {
		font-size:14pt;
		font-weight:bold;
		color:#000080;
		margin:308px 0 0;
		-ms-filter:'progid:DXImageTransform.Microsoft.Glow(color=#ffffff,strength=4)';
		text-shadow: 0px -2px 4px #fff,2px 0px 4px #fff,0px 2px 4px #fff, -2px 0px 4px #fff;
}

/******************************************************************************************************/

#p-copy{
	width:796px;
	text-align:left;
	}

#p-copy p a{
	background:url(../img/copy_pondt_wt.gif) no-repeat;
	display:block;
	width:24px;
	height:13px;
	text-indent:-9999px;
	margin:0 0 0 772px;
	}

/* ナビゲーション２用コンテナ */

#left_paine{
	/* border-style:solid; */
	/* border-width:1px; */
	border-style:none;
	border-width:0px;
	width:123px;
	height:622px;
	overflow:auto;
	text-align:left;
	float:left;
	}

@media print{

	/* ページ本文用コンテナ */
	/*
	#page_content{
		border-style:solid;
		border-width:1px;
		width:123px;
		overflow:auto;
		text-align:left;
		float:right;
		margin:0px 5px 5px 5px;
		zoom:100%;
		}
	#container{
		width:820px;
		}

	*/

}

/* このページの先頭へアイコンCSS処理 20120814追記*/

p.topicon a {

	display: block;
	width: 650px;
	height: 18px;
	background-image: url(../img/topicon.gif);
	background-position: 79% center;
	background-repeat: no-repeat;
	text-align:right;
	text-indent: 18px;
}
