body {
	background-color:#000000;
	background-image:url(./navi-image/back01.png);
	background-repeat:repeat-x;
	text-align: center;
	font-family:メイリオ,Meiryo,"ヒラギノ角ゴ Pro W3";
	color:#4c4c4c;
}

.main {
	position: relative;
	width: 950px;
	margin: 0 auto -142px;
	text-align: left;
	border:1px solid #000000;
}




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

.header_navi{
	width:950px;
	height:23px;
	 background-image:url(navi-image/01.png);
	border-bottom:1px solid #262626;
	}

.header {
	width:950px;
	height: 240px;
	background-repeat : no-repeat;
	/*background-color:#ffffff;*/
	}


/*=======ナビ=======*/

.navi{
width:950px;
}

.navi ul{
	list-style:none;
	width:950px;
 	text-align:center;  /*ボタン枠のテキストをセンター寄せ*/
	line-height:250%;
	font-size:90%;
	margin: 0px;
	padding: 0px;
	font-family: メイリオ,Meiryo,"ヒラギノ角ゴ Pro W3"; 
	}

.navi li{
    list-style:none;
    float:left;
	}

.navi li a{
 	display:block;
    height:36px;
    background-image:url(navi-image/05.png);
	text-decoration : none;  /*下線を表示しない*/
	background-repeat :repeat;   /*背景画像を繰り返さない*/ 
	background-position: right;
	color:#a5a5a5;
	}

.navi li a:visited{
	color:#a5a5a5;
	text-decoration : none;  /*下線を表示しない*/
	}

.navi li a:hover{  /*マウスポインタがリンクに重なったときの設定*/
	background-image:url(navi-image/navi_back02.jpg);   /*on画像*/
	background-position : left top;  /*画像を左上に配置*/
	background-repeat :repeat;   /*背景画像を繰り返さない*/
	color:#4c4c4c;
	}

.li-width01{
	width:158px;
	}

.li-width02{
	width:160px;
	}
	
.li-a{
	background-position: left;
	}


.pan{
height:30px;
background-image:url(navi-image/contents_image.jpg);
}

.pan p{
width:700px;
font-size:75%;
text-align:left;
margin-left:250px;
padding-top:8px;
color:#666666;
}

.pan a{
	text-decoration : none;  /*下線を表示しない*/
	color:#666666;
	}

.pan a:visited{
	color:#666666;
	text-decoration : none;  /*下線を表示しない*/
	}
	
.pan a:hover{  /*マウスポインタがリンクに重なったときの設定*/
	color:#a39b8e;
	text-decoration:underline;
	}



/*=======コンテンツ=======*/

#contents{
width:950px;
margin:0 auto;
}

#contents table{
width:100%;
background-color:#ffffff;
font-size:90%;
}

#contents td{
text-align: center;
vertical-align: top;
}


/*=======サイド=======*/

.left_side{
width:200px;
background-image:url(./navi-image/side-left01.png);
background-position: right;
background-repeat: repeat-y;
}

.center{
width:550px;
}

.right_side{
width:200px;
background-image:url(./navi-image/side-right01.png);
background-position: left;
background-repeat: repeat-y;
}


.side-div01{
text-align:left;
width:150px;
margin:0 auto;
margin-top:30px;
}

.side-div01 p{
margin-top:20px;
text-align:left;
border-bottom:1px solid #a5a5a5;
}

.side-div01 a{
text-decoration:none;
color:#555555;
}

.side-div01 a:visited{
color:#555555;
text-decoration : none;  /*下線を表示しない*/
}

.side-div01 a:hover{  /*マウスポインタがリンクに重なったときの設定*/
color:#0f52bc;
font-weight:600;
}


/*=======１カラム中央=======*/

.center_contents01{
width:450px;
text-align:left;
line-height:150%;
margin:0 auto;
margin-top:50px;
}

.center_contents01 p{
margin-bottom:10px;
}

.index_p02{
margin-bottom:50px;
margin-left:30px;
text-align:left;
}




/*=======２カラム中央=======*/

.center_right{		
width:750px;
}


.center_right_c01{   
width:650px;
text-align:left;
line-height:150%;
margin:0 auto;
margin-top:50px;
}



/*=======フッター=======*/

.footer {
	position: relative;
	width: 950px;
	margin: 0 auto;
	background-color:#000000;
}
.footer a {
	color: #fff;
	text-decoration: underline;
	border: 0;
}
.footer p {
	width:100%;
	text-align:left;
	color:#a39b8e;
	font-size:80%;
	/*
}

