﻿body {
    height: 100%;
    background: url("images/orange_check.gif") ; /*一番後ろ側の背景*/
}

#container{
min-height: 100%;
height: auto !important;
height: 100%; /* for ie6 */
}

#sub{
position:fixed;
float:left;
top:0px;
left:0px;
width:180px;
height: 100%;
background-color:#fa2;  /*左側の背景*/
z-index:1;
}

#border{
float:right;
width:3px;
border-left:solid 1px #005;  /*中央の仕切り線（左）*/
border-right:solid 4px #005;  /*中央の仕切り線（右）*/
height: 100%;
z-index:2;
}

#menu{
position:absolute;
top:0px;
left:0px;
width:190px; 	 /*メニュー欄（外枠）の横幅*/
padding-top:20px;
z-index:3;
}

#menutitle{ 	 /*メニューのタイトル部分*/
float:right;
width:160px;			/*横幅*/
background-color:#005;		/*背景*/
color:#ddf;			/*文字色*/
display:inline-block;
padding:5px 5px 5px 10px;
font: bold 1.5em "Arial",sans-serif;
margin:50px 0px 50px 0px;
}

#menucontents li{
float:right;
list-style-type:none;
background: url("images/sb6.png") bottom repeat-x;  /*ボタンホバー背景を画像にするとき*/
margin:10px 0px 10px 0px;
z-index:4;
}

#menu li a{
width:100px;		/*ボタンの横幅*/
border-style:solid;
border-width:1px 25px 1px 1px;
border-color:#005;
background: url("images/sb.png") bottom repeat-x;  /*ボタン背景を画像にするとき*/
text-decoration:none;
color:#339;  		/*ボタンの文字色*/
display: inline-block;
padding:3px 3px 3px 10px;
font: bold 1em "Arial",sans-serif;
}

#menu li a:hover{
background:transparent;
color:#003;		  /*ホバー中のボタンの文字色*/
}

#copy{  		/*コピーライト部分*/
position:absolute;
top:85%;
left:15px;
width:130px;
z-index:2;
background-color:#eef;  	/*背景色*/
color:#339;		  	/*文字色*/
border:solid 1px #006;
padding:3px 3px 3px 3px;
font: bold 0.8em "Arial",sans-serif;
}

#nllink{  		/*ノンリニアリンク*/
position:absolute;
top:75%;
left:15px;
z-index:2;
}

#nl{
width:135px;
height:40px;
border:0px;
}

#main{  		/*右側部分*/
position:absolute;
top:0px;
left:260px;
width:500px;		  /*横幅*/
min-height: 100%;
height: auto !important;
height: 100%; /* for ie6 */
z-index:0;
padding:30px 20px 50px 20px;
border-style:solid;
border-width:0px 1px 0px 1px;
border-color:#006;  		/*左右のボーダー色*/
background: url("images/orange_tile.gif");  	/*背景色*/
font:1em "Arial",sans-serif;
}


#main h1{		  /*一級見出し*/
width:480px;
border-left:solid 20px #66f;  	/*左端の色と太さ*/
background-color:#005;		/*背景色*/
color:#ddf;			/*文字色*/
display:inline-block;
padding:10px 10px 10px 20px;
font: bold 2em "Arial",sans-serif;
margin-left:-55px;
}

#main h2{  		/*二級見出し*/
width:350px;
border-left:solid 10px #66f;  	/*左端の色と太さ*/
background-color:#005;  	/*背景色*/
color:#ddf;			/*文字色*/
display:inline-block;
padding:4px 4px 4px 15px;
font: bold 1.5em "Arial",sans-serif;
margin-left:-40px;
}

#main h3{ 		 /*三級見出し*/
width:400px;
border-left:solid 10px #66f;	  /*左端の色と太さ*/
background-color:#005;  	  /*背景色*/
color:#ddf;			  /*文字色*/
display:inline-block;
padding:3px 3px 3px 10px;
font: bold 1.2em "Arial",sans-serif;
margin-left:-10px;
}

.contents{  			/本文*/
padding:0px 20px 0px 0px;
margin:0px 20px 30px 10px;
width:470px;			/*横幅*/
line-height:25px;		/*行間*/
font-size:0.9em;
font-family: "Arial",sans-serif;
}



