/**基本*********************************************/
body {
	margin: 0px;
	text-align: center;
	padding: 0px;
	height: 100%;
}


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


a img{border:none;}
a:hover img {filter:alpha(opacity=60);
-moz-opacity:0.60;
opacity:0.60;}
a:hover {
	color: #FF6600;
}



/******全体のBOX**************************************/
#all {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	min-height: 100%;
}
#all #contents {
	overflow: hidden;
}


#main_img
    {
	clear: both;
	height: 235px;
	width: 900px;
	float: none;
	padding-bottom: 15px;
	margin-bottom: 15px;

    }



/**ヘッダー*********************************************/

#header {
	height: 85px;
	width: 900px;
	background-image: url(../images/hed-bgimg.jpg);
	background-repeat: no-repeat;
	text-align: right;

}

#hed_logo {
	float: left;
	height: 85px;
	width: 255px;

}






/**********右コンテナ*************************************/
#con_main {
	float: right;
	width: 600px;
	font-size: 12px;
	line-height: 22px;
	text-align: left;
	margin-bottom: 30px;
	padding-left: 40px;
	padding-right: 20px;
}



/********左ナビゲーション***************************************/

 #menu{
	width: 240px;
	float: left;
	background-color: #FEEBE2;
    padding-bottom: 32768px;
    margin-bottom: -32768px;	
}

#menu_s {

	width: 240px;
	float: left;
	background-color: #FEEBE2;
}



#left_navi {
	background-color: #FEEBE2;
	background-image: url(../images/left_navi/navi_bgtop.jpg);
	background-repeat: no-repeat;
	width: 240px;
	padding-top: 15px;
	text-align: center;
}
#left_navi #nv_01 {
	background-image: url(../images/left_navi/navi_01_bg.png);
	height: 134px;
}

#left_navi #nv_02 {
	background-image: url(../images/left_navi/navi_02_bg.png);
	height: 90px;
}

#left_navi #nv_03 {
	background-image: url(../images/left_navi/navi_03_bg.png);
	height: 90px;
	background-repeat: no-repeat;
}

#left_navi #nv_04 {
	background-image: url(../images/left_navi/navi_04_bg.png);
	height: 112px;
}

#left_navi #nv_05 {
	background-image: url(../images/left_navi/navi_05_bg.png);
	height: 39px;
}

#left_navi #nv_06 {
	background-image: url(../images/left_navi/navi_bn_bg.png);
	height: 352px;
	margin-right: 11px;
	margin-left: 11px;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-top: 8px;
}
#left_navi #nv_06 img {
	margin-bottom: 8px;
}



#nv_01,#nv_02,#nv_03,#nv_04,#nv_05 {
	width: 208px;
	margin-right: 11px;
	margin-left: 11px;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-top: 62px;
	text-align: left;
	padding-left: 10px;
}






/*****フッター*****************************************/
#footer {
	background-image: url(../images/foot_bg.png);
	background-repeat: repeat;
	width: 100%;
	height: 100px;
	bottom: 0px;
	clear: both;
}

#foot_tx {
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	width: 900px;
	clear: both;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 35px;
}


/*****波線*****************************************/
.border_wave {
	background:url(../images/wave.png) bottom repeat-x;
	background-size: 11px;
}