*{
	margin:0px;
	padding:0px;
}

body{
    background-color:#000000;
}

h1,h2,h3,h4,h5,hr{
	display:none;
}

a{
	border:none;
	color: #FFCC00;
	text-decoration: none;
}

#ALL{
	background-image:url(../img/all_bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	margin-right: auto;
	margin-left: auto;
}

#MAIN{
	width:900px;
	height:auto;
	background-image:url(../img/all_bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	margin-right: auto;
	margin-left: auto;
}

#MAIN_TOP{
    width:900px;
	height:522px;
}

#MAIN_Box01{
    width:636px;
	height:522px;
	background-image:url(../img/top_img01.jpg);
	background-repeat:no-repeat;
	float:right;
}

#MAIN_Box02{
	width:264px;
	height:522px;
	background-image:url(../img/top_img02.jpg);
	background-repeat:no-repeat;
	float:right;
}

/*---------　ロゴ  ----------*/

#MAIN_logo{
    width: 264px;
	height: 208px;
}

/*---------　新着情報  ----------*/

#shincyaku{
	display:block;
	width: 238px;
	height: 140px;
	padding-left:20px;
	margin-top:38px;
	overflow: auto;
	scrollbar-face-color: #990000;
	scrollbar-track-color: #666666;
	scrollbar-arrow-color: #ffffff;
	scrollbar-highlight-color: #990000;
	scrollbar-shadow-color: #990000;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
}

#shincyaku dl{
}

#shincyaku dt{
	text-align:left;
	font-size:11px;
	color:#F60;
	padding: 2px 0 0 0;
	font-weight: bold;
	text-indent: 1em;
}

#shincyaku a {
	color:#FC3;
}

.t_new{
	text-align:left;
    font-size:13px;
	color:#FC3;
	padding-left:25px;
}

/*---------　携帯コンテンツ  ----------*/

#Fone_Box{
	width: 264px;
	height: 126px;
	/*margin-top:10px;*/
	
}

.in_fone_box{
	width: 263px;
	height: 117px;
	margin-top:17px;
	background-color:#336666;
	
}

/*.in_fone_box a{
    display:block;
	width: 264px;
	height: 126px;
	margin-top:10px;
	
}*/


/*---------　メニュー全体  ----------*/

#MAIN_Box03{
	clear:right;
	height:158px;
	background-image:url(../img/menu_bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

/*---------　メニュー (上段設定) ----------*/

#MENU_01{
}

#MENU_01 ul{
	margin-left: 20px;
	list-style-type: none;
}

#MENU_01 li{
	float:left;
}

#MENU_01 a{
	display:block;
	text-align:center;
	background-image:url(../img/btn_menu01.jpg);
	background-repeat:no-repeat;
	height: 45px;
	width: 170px;
	margin-top: 8px;
	overflow: hidden;
	text-indent: -9999px;
}

#m01 a{background-position:0px 0px;}
#m02 a{background-position:-170px 0px;}
#m03 a{background-position:-340px 0px;}
#m04 a{background-position:-510px 0px;}
#m05 a{background-position:-680px 0px;}

#m01 a:hover{background-position:0px -45px;}
#m02 a:hover{background-position:-170px -45px;}
#m03 a:hover{background-position:-340px -45px;}
#m04 a:hover{background-position:-510px -45px;}
#m05 a:hover{background-position:-680px -45px;}


/*---------　メニュー (下段設定) ----------*/

#MENU_02{
}

#MENU_02 ul{
	margin-left: 194px;
	list-style-type: none;
}

#MENU_02 li{
	float:left;
}

#MENU_02 a{
	display:block;
	text-align:center;
	background-image:url(../img/btn_menu02.jpg);
	background-repeat:no-repeat;
	height: 45px;
	width: 170px;
	margin-top: 10px;
	overflow: hidden;
	text-indent: -9999px;
}

#m06 a{background-position:0px 0px;}
#m07 a{background-position:-170px 0px;}
#m08 a{background-position:-330px 0px;}
#m09 a{background-position:-510px 0px;}
#m08{padding-top:10px;}

#m06 a:hover{background-position:0px -45px;}
#m07 a:hover{background-position:-170px -45px;}
#m08 a:hover{background-position:-340px -45px;}
#m09 a:hover{background-position:-510px -45px;}

/*---------　下部宣伝バナー ----------*/

#MAIN_Box04{
	clear:right;
	width:auto;
	height:auto;
	margin-right: auto;
	margin-left: auto;
}

#banner{
	text-align: center;
	height:120px;
}

#banner img{
	margin-right: 5px;
	margin-left: 5px;
}


.img{
    width:610px;
	height:80px;
	margin-left:150px;
}

/*---------フッダー----------*/
#FOOTER{
	width:900px;
	height:70px;
	background-image: url(../img/copy.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-color:#000000;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

