@charset "UTF-8";

/*

●CSS目録

0.基本

1.リンクの色

2.アイコン付きlistタグ

3.ボディ制御

4.行間を初期化

5.全体のデザイン

6.ヘッダ

7.フッタ

8.トップページのみの使用

9.サイドメニュー

10.コンテンツ

11.コンテンツ文字制御

12.メインメニュー

13.タイトルタグ

14.文字の装飾

15.タブメニュー

16.枠付きコンテンツ

1.テーブルの装飾

*/





/*****ボディ制御*****/

body{
	margin: 0px;
	padding:0px;
		}


/*****行間を初期化*****/

p, form{
	margin: 0px;
	padding: 0px;
	}


ul{
	margin:0px;
	padding:0px;
	}



li{
	list-style:none;
	margin:0px;
	padding:0px;
	}


/*****基本*****/


#unit{
	}


#content {
	padding-top:10px;
	margin-left:200px;
	width:660px;
	}
	
#contentLog {
	padding-top:10px;
	margin-left:50px;
	width:660px;
	}
	
/*****ヘッダ*****/

#headerWrap {
	background-image:url(../../img_cmn/top_bk_s.gif);
	background-repeat:repeat-x;
	}


#headerWrapA {
	background-image:url(../../img_cmn/bk_a.jpg);
	background-repeat:repeat-x;
	margin-bottom:20px;
	}

#headerWrapA02 {
	background-image:url(../../img_cmn/bk_a02.jpg);
	background-repeat:repeat-x;
	margin-bottom:20px;
	}

#headerWrapB {
	background-image:url(../../img_cmn/bk_b.jpg);
	background-repeat:repeat-x;
	margin-bottom:20px;

	}

#headerWrapC {
	background-image:url(../../img_cmn/bk_c.jpg);
	background-repeat:repeat-x;
	margin-bottom:20px;
	}

#headerWrapD {
	background-image:url(../../img_cmn/bk_d.jpg);
	background-repeat:repeat-x;
	margin-bottom:20px;
	}

#headerWrapE {
	background-image:url(../../img_cmn/bk_e.jpg);
	background-repeat:repeat-x;
	margin-bottom:20px;
	}

#header {
	width:702px;
	height:93px;
	clear:both;
	}
	
#header .logoBox{
	float: left;
	width:200px;
	background-color:#FFFFFF;
	margin-top:10px;
	height:83px;
	}
	
#header .logoBox a{
	padding-left:20px;
	}
	
#header .logoBox img{
	margin-top:10px;
	}
		
#header .imgBox{
	float: right;
	width: 502px;
	text-align:left;
	}


#headerCont {
	width:902px;
	height:107px;
	padding-top:10px;
	clear:both;
	}
	
#headerCont .logoBox{
	float: left;
	width:200px;
	background-color:#FFFFFF;
	height:107px;
	}
	
#headerCont .logoBox a{

	padding-left:20px;
	}
	
#headerCont .logoBox img{
	margin-top:20px;
	padding-left:15px;
	}
		
#headerCont .imgBox{
	float: right;
	width: 702px;
	text-align:left;
	}


/*****フッタ*****/

#footer {
	height:19px;
	clear:both;
	background-image:url(../../img_cmn/foot_bk.gif);
	background-repeat:repeat-x;
	padding-top:13px;
	bottom:0px;
	margin-top:30px;
	}
	
#footer img {
	margin-left:30px;
	}
	

/*****コンテンツ*****/

.textBox{
	font-size:90%;
	line-height:150%;
	padding-right:10px;
	}

/*****リンクの色*****/

a,a:link {
	color:#003366;
	text-decoration: underline;
	}
	
	
a:hover {
	color:#003366;
	text-decoration: none;
	}


strong {
	font-weight:normal
	}


/*****アイコン付きlistタグ*****/


.sub{
	display:none;
	}

.menuOn{
	display:block;

	}

.navBox, .navBoxMainmenu .navBox{
	margin:5px;
	}

.navBox li, .navBoxMainmenu .navBox li{
	height: 100%;
	margin-bottom: 2px;	
	margin-top: 2px;
	}

.navBox a, .navBoxMainmenu .navBox a{
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	display: block;
	margin-right: 10px;
	text-decoration:underline;
	}

.navNext a, .navBoxMainmenu .navNext a{
	background-image:url(../../img_cmn/nv_next.gif);
	line-height:18px;
	font-size:11px;
	}
	
.navTop a, .navBoxMainmenu .navTop a{
	background-image:url(../../img_cmn/nv_top.gif);
	line-height:18px;
	font-size:11px;
	}
	
.navNextGreen a, .navBoxMainmenu .navNextGreen a{
	background-image:url(../../img_cmn/nv_green.gif);
	line-height:15px;
	font-size:11px;
	}
	
.navNextBlue a, .navBoxMainmenu .navNextBlue a{
	background-image:url(../../img_cmn/nv_blue.gif);
	line-height:18px;
	font-size:11px;
	}
	
.navNextOrange a, .navBoxMainmenu .navNextOrange a{
	background-image:url(../../img_cmn/nv_orange.gif);
	line-height:18px;
	font-size:11px;
	}
	
.navNextRed a, .navBoxMainmenu .navNextRed a{
	background-image:url(../../img_cmn/nv_red.gif);
	line-height:18px;
	font-size:11px;
	}
	
	

/*****コンテンツ画像*****/


/*****コンテンツ文字制御*****/


/*****タイトルタグ*****/

h1, h2, h3, h4{
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 100%;
	}


.h1{
	font-size:110%;
	color:#FFFFFF;
	padding: 10px 15px 40px 10px;
	background-image:url(../../img_cmn/h1_bk.gif);
	background-repeat:repeat-x;
 	}
	

.h1Log{
	font-size:150%;
	padding: 10px 15px 7px 10px;
	background-color:#E4E4E4;
	margin:20px 0px;
 	}
	

.h2Plane{
	font-size:110%;
	padding: 3px 5px 3px 20px;
	margin:10px 0px 25px 0px;
	background-image:url(../../img_cmn/h2B_bk.gif);
	background-position:left center;
	background-repeat:repeat-y;
	line-height:150%;
	}
	

.h2Green{
	font-size:110%;
	color:#1B5B00;
	padding: 3px 5px 3px 20px;
	margin:10px 0px 25px 0px;
	background-image:url(../../img_cmn/h2G_bk.gif);
	background-position:left center;
	background-repeat:repeat-y;
	line-height:150%;
	}
	

.h2Blue{
	font-size:110%;
	color:#00328F;
	padding: 3px 5px 3px 20px;
	margin:10px 0px 25px 0px;
	background-image:url(../../img_cmn/h2B_bk.gif);
	background-position:left center;
	background-repeat:repeat-y;
	line-height:150%;
	}
	

.h2Orange{
	font-size:110%;
	color:#901E00;
	padding: 3px 5px 3px 20px;
	margin:10px 0px 25px 0px;
	background-image:url(../../img_cmn/h2O_bk.gif);
	background-position:left center;
	background-repeat:repeat-y;
	line-height:150%;
	}
	

.h2Red{
	font-size:110%;
	color:#602D2D;
	padding: 3px 5px 3px 20px;
	margin:10px 0px 25px 0px;
	background-image:url(../../img_cmn/h2R_bk.gif);
	background-position:left center;
	background-repeat:repeat-y;
	line-height:150%;
	}
	

.h2Box{
	padding:8px;
	border-width:1px;
	border-style: solid;
	border-color:#CCCCCC;
	}
	



.h3{
	color:#990000;
	padding: 3px 7px;
	margin:15px 0px;
	line-height:16px;
	border-left: 7px solid #990000;
	background-color:#E5E5E5;
	}
	

/*****文字の装飾*****/

.textRed {
	color:#990000;
	}
	
	
.textOrangeXs {
	color:#FF6600;
	text-decoration: none;
	font-size:x-small;
	}


.textGreen {
	margin: 20px 0px 10px 0px;
	padding:7px;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	color:#006600;
 	}
	
	
.xxs{
	font-size:xx-small;
	color:#990000;
	}



.b{
	font-weight:bold;
	}



.xxsGray{
	font-size:xx-small;
	color:#333333;
	line-height:30px;
	text-align:center;
	}



.mail{
	font-size:small;
	padding: 3px 5px 10px 30px;
	margin:20px 5px 15px 5px;
	background-image:url(../../img_cmn/bk_mail.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	line-height:28px;
	}
	

.vo{
	font-size:small;
	padding: 4px 0px 4px 60px;
	margin:20px 5px 15px 5px;
	background-image:url(../../img_cmn/bk_vo.gif);
	background-position:left center;
	background-repeat:no-repeat;
	border-bottom:#666666 dotted 1px;
	border-top:#666666 dotted 1px;
	line-height:28px;
	}
	

/*****枠付きコンテンツ*****/

.pinBox {
	padding:8px;
	text-align:center;
	width:340px;
	height:135px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F8D8C1;
	border-left-color: #F8D8C1;
	}


.pinImgP{
	line-height:0px;
	margin:0px;
	padding:0px;
	}


.contentWaku {
	margin-top:15px;
	height:153px;
	border: 1px solid #999999;
	width:210px;
	text-align:center;
	}


.contentWaku .img {
	padding:5px;
	vertical-align:middle;
	}


.contentWakuTop {
	border: 1px solid #DDDDDD;
	text-align:center;
	margin-top:10px;
	width:240px;
	}


.imgwaku {
	border: 1px solid #999999;
	margin: 3px 15px;
	padding: 3px;
	}


.grayBox2 {
	margin-top:15px;
	padding:15px 20px;
	background-color:#ECECEC;
	border: 1px solid #CCCCCC;
	}


/*****テーブルの装飾*****/


.tbeA{
	margin-top:30px;
	width:650px;
	}
	

.tbeA td{
	font-size:90%;
	height:20px;
	padding:7px 10px;
	}
	
.tbeA01{
	padding-left: 15px;
	white-space: nowrap;
	width:15%;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#CCCCCC;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#CCCCCC;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#CCCCCC;
	background-color:#ECECEC;
	}
	

.tbeA02{
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#CCCCCC;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#CCCCCC;
	padding-left: 10px;
	width:85%;
	}

.tbeATop td{
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#CCCCCC;
	}

.tbeIn{
	width:100%;
	}


.tbeIn td{
	padding:5px 10px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#999999;
	padding-left: 10px;
	font-size:100%;
	}


.tbeInNo{
	}


.tbeInNo td{
	border-style:none;
	}


.tbeB{
	margin-top:10px;
	width:497px;
	}
	

.tbeB td{
	font-size:90%;
	height:20px;
	padding:7px 10px;
	}
	
.tbeB01{
	padding-left: 15px;
	white-space: nowrap;
	width:30%;
	text-align:center;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#CCCCCC;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#CCCCCC;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#CCCCCC;
	background-color:#ECECEC;
	}
	

.tbeB02{
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#CCCCCC;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#CCCCCC;
	padding-left: 10px;
	text-align:center;
	width:70%;
	}

.tbeBTop td{
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#CCCCCC;
	}

@media print{

#content {
	padding-top:10px;
	margin-left:60px;
	width:500px;
	}

#container{
	width:auto;
	}


#mainMenu ul li img{
	width:auto;
	height:24px;
	}
	
	
#mainMenu{
	width:auto;
	clear:none;
	}

	
.tbeA, .tbeB, .tbeC, .tbeD{
	width:100%;
	}
	

#contents #sideMenuBox .sideMenuWaku img{
	width:100px;
	height:auto;
	}
		

#contents #sideMenuBox .sideMenuWaku{
	width:100px;
	}
		
		
.contHeadImg img{
	width:450px;
	height:auto;
	}
		
		
#contents #contentBox{
	width:auto;
	}
	

#header #navBox{
	width:auto;
	}


#header #logoBox{
	width:auto;
	}

}