
/*---------------------------------------
BASIC STYLE
---------------------------------------*/

*{
margin:0px;
padding:0px;
}

body {
	color: #800000;
	font:"MS PGothic", Osaka, "ＭＳ Ｐゴシック", "HiraginoKakugo Pro W3", "ヒラギノ角ゴ Pro W3", sans-serif;
	background: #ffffff;
}

#h1,h2,h3,h4,h5,h6,p{
    font-size:100%;
    font-weight:normal;
}

/*---------------------------------------
ページレイアウト
---------------------------------------*/

#contsiner{
    border-left: 1px solid #800000;
    border-right: 1px solid #800000;
    margin-left:auto;
    margin-right:auto;
    width:780px;
    height:auto;
    background-color:#ffffff;
}

#header {
    background-color:#800000;
    background-image: url("../img/banner01.gif");
    border-bottom: 1px solid #ffd9aa;
    width:780px;
    height:70px;
}

#main {
    margin: 10px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
    background-color:#ffffff;
    /*height:350px;*/
    color:#800000;
}

#main2 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color:#ffffff;
    /*height:350px;*/
    color:#800000;
}

#main_left {
    float:left;
	margin: 10px 0px 30px 40px;
	padding:0px;
	width:300px;
    background-color:#ffffff;
    /*height:350px;*/
    color:#800000;
}

#main_right {
    float:right;
    margin: 10px 30px 30px 10px;
	padding:0px;
    background-color:#ffffff;
    /*height:350px;*/
    color:#800000;
}

#main_center {
font-size:14px;
	line-height:140%;
    width:600px;
    margin-left:auto;
    margin-right:auto;
	padding:0px;
    background-color:#ffffff;
    /*height:350px;*/
    color:#800000;
}

#main_center_table {
    clear:both;
    font-size:12px;
	line-height:150%;
	margin-top:10px;
    margin-left:auto;
    margin-right:auto;
	/*padding: 10px 0px 0px 0px;*/
    background-color:#ffffff;
    /*height:350px;*/
    color:#800000;
	border-top: 1px solid #800000;
}

#main_center_table td {
	border-bottom: 1px solid #800000;
}



#main_foot {
    clear:both;
    margin-left:auto;
    margin-right:auto;
	padding: 0px 0px 0px 50px;
    background-color:#ffffff;
    /*height:350px;*/
    color:#800000;
}

#naviarea{
    background-color:#800000;
    width:780px;
    height:35px;
}


#form_center {
    font-size:12px;
	line-height:200%;
    width:450px;
    margin-left:auto;
    margin-right:auto;
	padding:0px;
    background-color:#ffffff;
    /*height:350px;*/
    color:#800000;
}

#footer{
    clear:both;
    padding:5px 0px 5px 0px;
    font-size:12px;
    color: #ffd9aa;
    background-color:#800000;
    text-align:center;
}

/*---------------------------------------
ナビボタン
---------------------------------------*/
#navi{
    list-style:none;
    width:780px;
    height:35px;
    margin:0;
    padding:0px;
}

#navi ul{
    width:780px;
    height:35px;
    margin:0;
    padding:0px;
}

#navi li {
    float:left;
    display:block;
    width:129px;
    height:35px;
    border-right: 1px solid #800000;
}

#navi a{
    text-indent:-9999px;/*テキスト非表示*/
    text-decoration:none;
    display:block;
    width:129px;
    height:35px;
    background-image:url(nav02.gif);
}

#navi01 a{background-position: 0px 0px;}
#navi01 a:hover{background-position: 0px -35px;}
#navi01_0 a{background-position: 0px -35px;}

#navi02 a{background-position: -130px 0px;}
#navi02 a:hover{background-position: -130px -35px;}
#navi02_0 a{background-position: -130px -35px;}

#navi03 a{background-position: -260px 0px;}
#navi03 a:hover{background-position: -260px -35px;}
#navi03_0 a{background-position: -260px -35px;}

#navi04 a{background-position: -390px 0px;}
#navi04 a:hover{background-position: -390px -35px;}
#navi04_0 a{background-position: -390px -35px;}

#navi05 a{background-position: -520px 0px;}
#navi05 a:hover{background-position: -520px -35px;}
#navi05_0 a{background-position: -520px -35px;}

#navi06 a{background-position: -650px 0px;}
#navi06 a:hover{background-position: -650px -35px;}
#navi06_0 a{background-position: -650px -35px;}

/*---------------------------------------
mainレイアウト
---------------------------------------*/
#h3 {
    width:290px;
    height:15px;
    margin: 10px 0px 0px 0px;
    padding: 5px 0px 0px 10px;
	background-image:url(../img/main_title-back01.gif);
	background-repeat:no-repeat;
    background-color:#ffffff;
	font-size:12px;
    color:#ffffff;
	border: 0px solid #800000;
}

#h4 {
    width:288px;
    height:100px;
    margin: 0px;
    padding: 5px 5px 5px 5px;
    background-color:#ffffff;
	font-size:12px;
    color:#800000;
	line-height:140%;
	border: 1px solid #800000;
}

h5{
    clear:both;
color:#800000;
font-size:16px;
margin: 10px 0px 10px 0px;
padding: 5px 5px 2px 10px;
border-top: 0px solid #cccccc;
border-bottom: 2px solid #800000;
border-right: 0px solid #800000;
border-left: 1px solid #800000;
}

img{
float:left;
margin: 2px 2px 2px 2px;
}

.img_1{
border: 1px solid #800000;
float:left;
margin: 0px 5px 10px 0px;
}
