﻿ /* reset css */
html,body,div,h1,h2,h3,h4,h5,h6,p,a,span,em,storng,table,tr,td,th,dl,dd,dt,object,embed,ul,li,ol,img{
	margin : 0;
	padding : 0;
/*	font-family:Helvetica, "MS Pゴシック", "メイリオ", Osaka, "ヒラギノ角ゴ Pro W3", serif;*/
}
a img{border : none;}
/*ボックスモデルレイアウト　ここから*/

body{
    background:#000;    
    }
    
div#box{
　　width:900px;
　　margin:0px auto;
　　min-height:600px;
　　position:relative;
　　}

div#header{
    width:900px;
    height:129px;
    background-image:url(images/header_back.jpg);
    background-position: top left;
    position:relative;
    background-repeat:no-repeat;
    margin:0px auto;
    }

div#header h1{
    font-weight:normal;
    text-align:right;
    font-size:10px;
    margin-right:80px;
    }

div#header h1 a{
    text-decoration:none;
    color:#E5E5E5;
    }
    
ul#header_menu{
    position:absolute;
    top:95px;
    left:70px;
    }
    
ul#header_menu li{
    display:inline;
    list-style:none;
    margin-left:2px;
    }

ul#header_menu li#right02{
    position:absolute;
    top:0px;
    left:95px;
    list-style:none;
    }

ul#header_menu li#right03{
    position:absolute;
    top:0px;
    left:198px;
    list-style:none;
    }

ul#header_menu li#right04{
    position:absolute;
    top:0px;
    left:352px;
    list-style:none;
    }

ul#header_menu li#right05{
    position:absolute;
    top:0px;
    left:457px;
    list-style:none;
    }
    
ul#header_menu li#last{
    position:absolute;
    top:-1px;
    left:615px;
    list-style:none;
    }

ul#header_menu li a{ 
　　text-decoration:none;
　　color:#7d7d7d;
    }

h2 {
    z-index:1;
    position:absolute;
    top:17px;
    left:75px;
    }

div#main_box{ 
    width:755px;
    background-image:url(images/cont_back.jpg);
    background-repeat:y-repeat;
    position:relative ;
    margin:0px auto;
    }
      
.clearfix:after{
    content:".";
    clear:both;
    display: block;
    height: 0px;
    visibility:hidden;
    }

.clearfix{
    zoom:1;
    }
    
div#contbox{
    width:525px;
    height:auto;
    min-height:600px;
    position:relative;
    float:left;
    padding-bottom:200px;
    }

p.content_title{
    background-image:url(images/cont_title.jpg);
    background-position:top left;
    background-repeat: no-repeat;
    width:506px;
    height:36px;
    text-indent:40px;
    padding-top:10px;
    margin-left:7px;
    font-size:15px;
    color:#fff;
    }

p.main_list{
    font-size:13px;
    color:#fff;
    letter-spacing:1px;
    margin-left:10px;
    margin-bottom:10px;
    }
    
p.main_list img{
    vertical-align:-7px ;
    }

table#form{
    width:500px;
	border:solid 1px #000;
	text-align:left;
	border-collapse:collapse;
   	font-size:9pt;
   	margin-left:25px;
   	margin-top:20px;
	}

table#form td#head{
	background-color:#F2F2F2;
 	color:#000;
 	padding:5px;
 	font-size:0.9em;
	border:solid 1px #000;
	}
	
table#form td{
	border:solid 1px #000;
	}

table#chek{
	width:500px;
	border:solid 1px #99979A;
	text-align:left;
	border-collapse:collapse;
   	font-size:9pt;
   	background-color:#F2F2F2;
   	margin-left:25px;
	}

table#chek td.cell00{
    border:solid 1px #99979A;
    font-size:16px;
    padding:10px;
    background-color:#F2F2F2;
    }
    
table#chek td{
    background-color:#F2F2F2;
    padding:0px 10px;
	}
    
table#chek td.cell{
    border:solid 1px #99979A;
    font-size:13px;
    line-height:160%;
    }
	
table#chek td.cell2{
    padding-top:20px;
	padding-left:15px;
    font-size:13px;
	padding-right: 10px;
	}
	
table#chek td.cell3{
    padding-top:25px;
	padding-left:15px;
	padding-right: 10px;
	font-size:13px;
	line-height:150%;
	}

table#chek td.cell3 span{
    font-size:10px;
    }

table#chek td.cell4{
    padding-bottom:20px;
	}

table#form  td.cell5{
    font-weight:normal;
    color:#000;
   	font-size:9pt;
    padding:5px;
    border:solid 1px #000;
  	background-color:#F2F2F2;
    }
    
table#form  td.cell6{
    font-weight:normal;
    color:#000;
    border:solid 1px #000;
   	font-size:9pt;
    padding:10px 10px;
	background-color:#fff;
    }

table td.cell6 span{
    margin-left:10px;
    }

#submit{
    margin-left:25px;
    }

div.banner{
    width:230px;
    float:left;
    height:auto;
    position:relative;
    }
    
p.banner_title{
    padding-left:15px;
    padding-top:17px;
    margin-bottom:20px;
    }

p.banner_list{
    margin-left:15px;
    font-size:12px;
    margin-bottom:20px;
    }
    
p.banner_list a{
    text-decoration:none;
    color:#fff;
    line-height:150%;
    margin-left:5px;
    letter-spacing:1px;
    }

p.banner_list span{
    margin-left:13px;
    }
    
/*ここまで*/

/*フッタ部分スタイル記述　ここから*/

div#footer{
    width:755px;
    clear:both;
    position:relative;
    background-color:#252525;
    height:130px;
    padding-bottom:10px;
    padding-top:1px;
    margin:0px auto;
    }
    
p#footer_text{
    width:170px;
    height:70px;
    font-size:9pt;
    color:#fff;  
    line-height:160%;
    border-right:solid 4px #fff;
    margin-top:15px;
    margin-left:20px;
    font-weight:normal;
    }

p#footer_link{
    width:450px;
    font-size:9pt;
    color:#fff;
    line-height:160%;
    position:absolute;
    top:30px;
    left:210px;
    font-weight:normal;
    letter-spacing:1px; 
    }

p#footer_link a{
    color:#fff;
    text-decoration:none;
    }
    
/*ここまで*/       

/*コピーライト部分スタイル記述 ここから*/

div#copyright{
    width:900px;
    height:30px;
    background-position:bottom;   
    background-image:url(images/copy.jpg);
    background-repeat: no-repeat;
    margin:0 auto;
    }

p#copytext{
    padding:5px 0 0px 0;
    text-align:center; 
    font-size:8pt;
    color:#fff;
    letter-spacing:0px;
    font-weight:normal;
    }

/*ここまで*/  
