/* 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;
	}

/*■レイアウトセレクタ*/
.CNT{
	text-align:center;
	}
.L{
	text-align:left;
	}
.R{
	text-align:right;
	}


/*■基本レイアウト*/
#bg{
	width:820px;
	background:url(img/bg_con.gif) repeat-y;
	text-align: left;
	}
#container{
	width:800px;
	text-align:left;
	}
#head{}
#head h1{
	height:20px;
	line-height:16px;
	font-size:1em;
	color:#999;
	font-weight:normal;
	text-indent:10px;
	margin: 2px;
	top: 2px;
	}
#head h2{
	font-weight:normal;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-style: normal;
	color: #D6D6D6;
	font-size: 14px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(img/top/top_right.gif);
	}
#head h2 a{
	font-size:24px;
	line-height:140%;
	vertical-align:top;
	text-decoration:none;
	color:#333333;
	background-image: url(img/top/top_right.gif);
	}
#head h2 a:hover{
	font-size:24px;
	line-height:140%;
	vertical-align:top;
	text-decoration:none;
	color:#333333;
	clear: both;
	}


#head_menu{
	height:42px;
	zoom:100%;
	}

#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:160px;
	height:42px;
	position:relative;
	float:left;
	}
#head_menu ul li a{
	width:160px;
	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:160px;
	}
#head_menu ul li.off ol.sub{
	left:0px; top:-999px;
	}
#head_menu ul ol.sub{
	position:absolute;
	left:0px; top:42px;
	width:160px;
	border:1px solid #999999;
	text-align:center;
	}
#head_menu ul li.on{
	width:160px;
	}
#head_menu ul>li.on{
	overflow:visible;/*×*/
	}
#head_menu ul ol.sub li{
	width:160px;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #999999;
	text-align:left;
	float:none;
	filter:alpha(opacity=85); /*IE*/
	-moz-opacity:0.85; /*FF*/
	text-indent: 50;
	}
#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:left;
	text-indent: 10px;
	}
#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.jpg) no-repeat;}
#head_menu ul li.a01 a:hover{ background:url(img/menu/a01_on.jpg) no-repeat;}
#head_menu ul li.a02 a{ background:url(img/menu/a02.jpg) no-repeat;}
#head_menu ul li.a02 a:hover{ background:url(img/menu/a02_on.jpg) no-repeat;}
#head_menu ul li.a03 a{ background:url(img/menu/a03.jpg) no-repeat;}
#head_menu ul li.a03 a:hover{ background:url(img/menu/a03_on.jpg) no-repeat;}
#head_menu ul li.a04 a{ background:url(img/menu/a04.jpg) no-repeat;}
#head_menu ul li.a04 a:hover{ background:url(img/menu/a04_on.jpg) no-repeat;}
#head_menu ul li.a05 a{ background:url(img/menu/a05.jpg) no-repeat;}
#head_menu ul li.a05 a:hover{ background:url(img/menu/a05_on.jpg) no-repeat;}



/*メインイメージ*/
#main_image{
	clear:left;
	width:800px;
	padding:0 0 1px 0;
	border:solid #333333;
	border-width:0 0 1px 0 ;
	}
#main_image div#main_img_txt h3{
	}

#contents{
	clear:left;
	zoom:100%;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-top: 20px;
	}
#contents:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#foot_up{
	background:url(img/line_02.gif) no-repeat bottom;
	clear:both;
	height:32px;
	margin:0 0 0 0;
	}
#foot{
	clear:left;
	background:url(img/bg_foot.gif) no-repeat;
	width:820px;
	height:50px;
	}
#copy{
	margin:14px;
	font-size:11px;
	text-align:center;
	color:#FFFFFF;
	padding:2px;
	}
#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#left{
	float:left;
	width:450px;
	margin:0;
	clip: rect(0px,auto,auto,auto);
	}
#top div#top_up div#left p{
	line-height:160%;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	font-size: 110%;
	color: #000;
	}	
#top div#top_up div#right{
	width:290px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	bottom: 100px;
	float: right;
	background-repeat: no-repeat;
	}
#top div#top_up div#right h3{
	font-size:12px;
	float: right;
	}
#top div#top_up div#right div#info{
	width:290px;
	height:210px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
	float: right;
	}
#top div#top_up div#right div#info div#main{
	width:288px;
	height:208px;
	margin:0;
	float: right;
	}
#top div#top_up div#right div#info div#main h4{
	font-size:100%;
	color:#CC3366;
	float: right;
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	}
#top div#top_up div#right div#info div#main p{
	float: right;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	}
#top div#btm{
	clear:left;
	}
#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;
 }

/***その他のページ***/
#other_page{}
#other_page h3{
	background:url(img/bg_h2.jpg) no-repeat;
	font-size:18px;
	line-height:42px;
	height:42px;
	color:#333333;
	font-weight:bold;
	vertical-align:bottom;
	text-indent:20px;
	font-style: normal;
	font-variant: normal;
	}
#other_page h4{ font-size:110%;
	line-height:1.0em;
	vertical-align:top;
	margin:20px 0 0 0;
	color:#333333;
	border:solid #FF0066;
	text-indent:2px;
	border-width:0 0 0 5px;
	}
#other_page h5{
	font-size:100%;
	line-height:1.0em;
	vertical-align:top;
	margin:14px 0 0 0;
	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{
	line-height:200%;
	clear: both;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 16px;
	margin-left: 0;
	}	
#other_page div.typeB div.left{
	float:left;
	width:450px;
	text-indent: 20px;
	}
#other_page div.typeB div.right{
	float:right;
	width:290px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 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;
	}

/******************************************************************************************************/
#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;
	}
	
	
@media print{

#container{
	width:820px;
	}
}			
#top div#top_up div#left2 {
	float:left;
	width:450px;
	margin:0;
	clear: both;
}
#top div#top_up div#left2 h3 {
	font-size:12px;
	float: none;
}
#top div#top_up div#left2 div#info2 {
	width:450px;
	height:200px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
	float: left;
	background-image: url(img/top/bg.jpg);
	background-repeat: no-repeat;
}
#top div#top_up div#left2 div#info2 div#main2 {
	overflow:auto;
	width:448px;
	height:198px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 6;
}
#top div#top_up div#left2 div#info2 div#main2 h4 {
	font-size:100%;
	color:#CC3366;
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}
#top div#top_up div#left2 div#info2 div#main p {
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	clear: both;
}
#top div#top_up div#right2 {
	width:290px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	bottom: 100px;
	float: right;
	background-repeat: no-repeat;
	background-image: url(img/top/bg_office.gif);
}
#top div#top_up div#right2 h3 {
	font-size:12px;
	float: right;
	background-image: url(img/top/bg_office.gif);
	background-repeat: no-repeat;
}
#top div#top_up div#right2 div#info {
	width:290px;
	height:200px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
	float: right;
	background-image: url(img/top/bg_office.gif);
	background-repeat: no-repeat;
}
#top div#top_up div#right2 div#info {
	width:290px;
	height:200px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
	float: right;
	background-image: url(img/top/bg_office.gif);
	background-repeat: no-repeat;
}
#top div#top_up div#right2 div#info div#main {
	width:288px;
	height:198px;
	margin:0;
	float: right;
	text-align: left;
}
#top div#top_up div#right2 div#info div#main h4 {
	font-size:100%;
	float: none;
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	text-align: center;
	font-style: normal;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: normal;
	font-variant: normal;
	color: #FF0066;
}
#top div#top_up div#right2 div#info div#main p {
	float: left;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	background-position: center;
	text-align: center;
	clear: both;
}
#head h3 {
	font-weight:normal;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-style: normal;
	color: #D6D6D6;
	font-size: 12px;
	width: 300px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: right;
	background-position: right;
	float: right;
}
#top div#top_up div#left h4 {
	font-size:120%;
	line-height:1em;
	vertical-align:top;
	margin:20px 0 0 0;
	color:#333333;
	border:solid #FF0066;
	text-indent:2px;
	border-width:0 0 0 5px;
}
#top div#top_up div#left h5 {
	font-size:100%;
	line-height:1.0em;
	vertical-align:top;
	margin:14px 0 0 0;
	color:#CC0066;
}
#top div#top_up div#right div#info div#main h4 {
	font-size:100%;
	float: none;
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	text-align: center;
	font-style: normal;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: normal;
	font-variant: normal;
	color: #Ff0066;
}
#top div#top_up div#right2 div#info2 {
	width:290px;
	height:210px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
	float: right;
}
#top div#top_up div#right2 div#info2 div#main2 {
	width:288px;
	height:208px;
	margin:0;
	float: right;
}
#top div#top_up div#right2 div#info2 div#main2 p {
	float: right;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}
#top div#top_up div#right2 div#info2 div#main2 h4 {
	font-size:100%;
	float: none;
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	text-align: center;
	font-style: normal;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: normal;
	font-variant: normal;
	color: #Ff0066;
}
