
/****枠組み用ボックス****/

#base1{
    width:100%;
    padding:0px;
}

#base2{
    margin:0px auto;
    width:790px;
    background-color: #CCC;
}



/****ヘッダーボックス****/

#head{
    height: 50px;
    width:790px;
    padding:0px;
    border-bottom: solid 1px #FFF;
    background-color: #FFF;
    background-image: url('../mat/head_bg.jpg');
    background-position: top right;
    background-repeat: no-repeat;
}

#head_b{
    height: 15px;
    width:790px;
    padding:0px;
    border-bottom: solid 1px #FFF;
    background-color: #578;
    background-image: url('../mat/headbar_bg.gif');

}



/****メインボックス****/

#main{
    float: right;
    width:630px;
    padding:0px;
    text-align: left;
    background-color: #EEE;
}


/****ナビボックス****/

#navi{
    float: left;
    width:155px;
    margin: 0px;
    padding:0px;
    text-align: left;
}

#navi ul{
	width: 145px;
	list-style: none;
	padding: 0px;
    margin: 0px 0px 0px 7px;
	overflow: hidden;
}

#navi li{
	width: 145px;
	height: 25px;
	line-height: 25px;
	margin: 2px 0px 2px 0px;
	padding: 0px;
}

#navi a{
	display: block;
	width: 100%;
	height: 25px;
	padding: 0;
	color: #FFF;
	text-decoration: none;
	text-align: left;
    background-image: url('../mat/navi01_off.gif');
    background-repeat: no-repeat;

}

#navi a:hover{
    background-image: url('../mat/navi01_on.gif');
}
.navispan{
	margin-left: 12px;
}

.navispan2{
	margin-left: 17px;
}

#navi_s{
    padding:0px;
    text-align: left;
}

#navi_s ul{
	list-style: none;
	padding: 0;
    margin: 0px 0px 0px 7px;
	overflow: hidden;
	border: 0px;
}

#navi_s li{
	width: 145px;
	height: 20px;
	line-height: 20px;
	margin: 2px 0px 2px 0px ; 
	padding: 0px;
	border: 0px;
}

#navi_s a{
	display: block;
	width: 100%;
	height: 20px;
	padding: 0;
	color: #FFF;
	text-decoration: none;
	text-align: left;
    background-color: BB8;
    background-image: none;
    background-image: url('../mat/navi02_off.gif');
}

#navi_s a:hover{
    background-image: url('../mat/navi02_on.gif');
}



/****フッターボックス****/

#foot{
    clear: both;
    text-align:center;
    font-size: 10px;
    height: 20px;
    width:790px;
    color: #FFF;
    background-color: #777;
    line-height: 20px;
    border-top: solid 1px #FFF;
}

/****画像タイトル****/

.contit{
    width:610px;
    height: 35px;
    padding: 0;
    margin: 5px 0px 5px 10px;;
}

.contit2{
    width:610px;
    height: 20px;
    padding: 0;
    margin: 5px 0px 5px 10px;;
}

/****小見出タイトル****/

h3{
    text-align:left;
    font-size: 12px;
    font-weight: bold;
    text-indent: 1em;
    width:610px;
    padding: 0;
    margin: 5px 0px 5px 10px;;
    line-height: 20px;
    border-top: 3px double #AAA;
    border-bottom: 1px dotted #CCC;
    background-color: #FFF;
}

h4{
    text-align:left;
    font-size: 12px;
    font-weight: normal;
    text-indent: 1em;
    width:610px;
    padding: 0;
    margin: 10px 0px 0px 10px;;
    line-height: 20px;
    color: #FFF;
    background-color: #239;
}

h5{
    text-align:left;
    font-size: 16px;
    font-weight: bold;
    text-indent: 1em;
    width:610px;
    padding: 0;
    margin: 0px 0px 5px 10px;;
    line-height: 25px;
    color: #333;
    background-color: #FFF;
    border-bottom: 1px solid #239;
}

h6{
    padding: 0px;
    margin: 0px;
    border: 0px;
}


/****文面ボックス****/

#mesbox{
    text-align:left;
    font-size: 12px;
    width:610px;
    margin-left: 10px;
    line-height: 22px;
    border-bottom: 1px dotted #CCC;
}

#bodybox{
    text-align:left;
    text-indent: 1em;
    font-size: 12px;
    width:610px;
    margin: 5px 0px 10px 10px;
    line-height: 18px;
}

#bodybox2{
    text-align:left;
    font-size: 12px;
    width:610px;
    margin: 5px 0px 10px 10px;
    line-height: 18px;
}

#bodybox3{
    text-align:right;
    font-size: 12px;
    width:610px;
    margin: 5px 0px 10px 10px;
    line-height: 18px;
}

/****画像ボックス****/

.picbox{
    padding: 0;
    margin: 5px 0px 5px 10px;
}

/****テーブル****/

.tbl01{
    width: 610px;
    margin: 10px 0px 10px 10px;
    padding: 0;
    border: 0;
    border-spacing: 0;
}

.tbl02{
    width: 610px;
    margin: 10px 10px 10px 0px;
    padding: 0;
    border: 0;
    border-spacing: 0;
}

.cel01{
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #EEE;
    border-bottom: dotted 1px #CCC;
}

.cel02{
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #EEE;
}

.cel03{
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #EEE;
}

.celspan{
	margin: 5px;
}




