@charset "shift_jis";
/* CSS Document */

/*************************************************テキストカラー・リンクテキストカラー************************/

body{
	color:#111111;
	}
a{
	color:#003366;
	text-decoration:underline;
	}
a:hover{
	color:#0099CC;
	text-decoration:underline;	
	}
/*************************************************フォントサイズ調整******************************************/
body {
	font-size:12px;
	*font-size:90%;
	*font:90%;
	}
*{ margin:0; padding:0;}
img{ border:0;}
body{
	text-align:center;
	}
table,div{
	margin:auto;
	}


/*************************************************共通セレクタ*************************************************/
.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;
	margin:0 1px 0 1px;
	text-align:left;
	}

h1{
	height:20px;
	line-height:16px;
	font-size:12px;
	color:#111111;
	font-weight:normal;
	text-indent:10px;
	padding:10px 0 0 0;
	}
/*ロゴ部分*/
h2{
	height:38px;
	font-weight:normal;
	text-indent:10px;
	display:block;
	padding:0px 0 0 0;
	}
h2 a{
	font-size:24px;
	line-height:38px;
	vertical-align:top;
	text-decoration:none;
	color:#333333;
	}
	
h2 a:hover{
	color:#333333;
	text-decoration:none;
	}
/*サブページタイトル*/	
h3{
	clear:left;
	margin:0 0 0 0;
	font-size:20px;
	font-weight:normal;
	background:url(img/common/bg_h2.gif) no-repeat;
	height:42px;
	line-height:42px;
	margin:4px 1px 0 1px;
	width:816px;
	text-indent:12px;
	}
/*ヘッダーメニュー*/			
#head_counter{
	text-align:right;
	}
#head_menu{
	width:818px;
	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{
	margin:6px 10px 0px 10px;
	padding:0 0 20px 0;
	zoom:100%;
	
	}
#contents:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
/*フラッシュ部分*/
#main_flash{
	width:816px;
	height:260px;
	padding:1px;
	border:solid #333333;
	border-width:0 0 1px 0;
	}
/*フッターコピーライト部分*/	
#copy{
	width:820px;
	margin:auto;
	background:url(img/common/bg_foot.gif) no-repeat;
	text-align:center;
	height:24px;
	line-height:24px;
	font-size:12px;
	color:#ffffff;
	clear:both;
	}
#copy a{
	color:#ffffff;
	text-decoration:none;
	}
#copy a:hover{
	color:#ffffff;
	}

/*************************************************トップページ************************************************/
#top{}
#top h3{
	font-size:18px;
	font-weight:bold;
	line-height:1.2em;
	color:#333333;
	background:none;
	height:auto;
	text-indent:0;
	}
#top p{
	line-height:1.8em;
	}
#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;
	}
#top div#left h4{
	font-size:12px;
	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{
	background:url(img/top/bg_info_main.gif) repeat-y;
	text-align:left;
	}
#top div#left div#info div#info_main div.main_in{
	overflow:auto;
	width:418px;
	height:258px;
	margin:0 0 0 1px;
	}
	
#top div#left div#info div#info_main h5{
	padding:8px 10px 0 10px;
	font-size:11px;
	}
#top div#left div#info div#info_main p{
	padding:2px 10px 0 10px;
	}
#top div#right{
	float:left;
	width:350px;
	margin:0 0 0 20px;
	}
#top div#right div#img_img{
	margin:28px 0 0 0;}
#top div#right div#img_img div.img{
	width:350px;
	height:120px;
	margin:0 0 20px 0;
	}
#top div#right div#img_img div.img p{
	filter:alpha(opacity=75); /*IE*/
	-moz-opacity:0.75; /*FF*/
	}
#top div#right div#img_img div.img p a{
	width:346px;
	height:120px;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	text-indent:8px;
	}
#top div#right div#img_img div.img p a span{
display:block;
padding:94px 2px 0 2px;
	}	
#top div#right div#img_img p a:hover{
	font-size:16px;
	}

/*************************************************その他のページ*************************************************/
#other_page{
	margin:0 10px 0 10px;
	}
#greeting_page{
	margin:0 40px 10px 40px;
	}
#greeting_page p{
	line-height:1.7em;
	}
#other_page h4{
	background:url(img/common/bg_h3.gif) no-repeat left top;
	text-indent:10px;
	font-size:13px;
	color:#000000;
	margin:20px 0 0 0;
	line-height:1.0em;
	clear:left;
	}

#other_page h4.big{
	font-size : 18px;
	text-indent:18px;
	}

#other_page h5{
	font-size:100%;
	line-height:1.0em;
	vertical-align:top;
	margin:14px 0 0 0;
	color:#000000;
	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:6px 0 0 0;}

/*テーブルセット*/
#tbl_cal{
	background-color: #FFFFFF;
	border:#555555 solid 1px;
	border-collapse:collapse;
	margin:50px;
	}
#tbl_cal th{
	background-color: #FFFFFF;
	border:#555555 solid 1px;
	padding:3px;
	text-align:center;
	}
#tbl_cal td{
	background-color: #FFFFFF;
	border:#555555 solid 1px;
	padding:3px;
	}

/*------------ table style set ------------*/

.sosiki1{
	background-color: #dddddd;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding:5px 10px 5px 10px;
}

.sosiki2{
	background-color: #ffffff;
	padding:5px 12px 5px 12px;
}

.hpb-cnt-tb1{
	background-color: #333333;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.hpb-cnt-tb2{
	background-color: #333333;
	border: 1px solid #333333;
}
.hpb-cnt-tb3{
	background-color: #333333;
	border: 0px solid #333333;
}
.hpb-cnt-tb-th1 {
	background-color: #BBBBBB;
	font-size: 80%;
	color: #333333;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.hpb-cnt-tb-th2 {
	background-color: #CCCCCC;
	font-size: 80%;
	color: #333333;
	border : 0px solid black;
}
.hpb-cnt-tb-cell1 {
	background-color: #EEEEEE;
	font-size: 80%;
	color: #333333;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.hpb-cnt-tb-cell2 {
	background-color: #FFFFFF;
	font-size: 80%;
	color: #333333;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.hpb-cnt-tb-cell3 {
	background-color: #EEEEEE;
	font-size: 80%;
	color: #333333;
	border: 0px solid #333333;
}
.hpb-cnt-tb-cell4 {
	background-color: #FFFFFF;
	font-size: 80%;
	color: #333333;
	border: 0px solid #333333;
}
.hpb-cnt-tb-cell5 {
	background-color: #FFFFFF;
	font-size: 80%;
	color: #333333;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/******************************************************************************************************/
#p-copy{
	width:820px;
	text-align:left;

	}
#p-copy p a{
	background:url(img/common/copy_pondt_wt.gif) no-repeat;
	display:block;
	width:24px;
	height:13px;
	text-indent:-9999px;
	margin:5px 0 0 796px;
	_margin:5px 0 0 786px;	
	}
	
/*************************************************印刷用*************************************************/

@media print{

#container{
	width:818px;
	}
}		