/*------------------------------------------------*
	[ Tenpudo CSS ]
	(C)Prime Co.,Ltd.
*------------------------------------------------*/

@import url("default.css");

/*------------------------------------------------*/

body	{
		text-align: center;
		background-color: #000000;
		color: #ffffff;
		}

a		{
		color: #ffffff;
		}
a:hover img{
	filter: Alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}


#bg		{
		background-image: url('../images/all_img/bg.jpg');
		background-repeat: no-repeat;
		background-position: center top;
		}

#des	{
		background-image: url('../images/all_img/des_bg.gif');
		background-repeat: no-repeat;
		background-position: center top;
		}
#des p	{
		background-image: url('../images/all_img/des_p_bg.gif');
		background-repeat: repeat-y;
		background-position: center top;
		width: 800px;
		margin: 0 auto;
		text-align: left;
		padding: 5px;
		}

#header	{
		width: 800px;
		height: 115px;
		margin: 0 auto;
		text-align: left;
		text-indent: -5555em;
		background-image: url('../images/all_img/header_bg.jpg');
		background-repeat: no-repeat;
		background-position: center top;
		margin-bottom: 20px;
		}





#wrap	{
		width: 800px;
		margin: 0 auto;
		text-align: left;
		}


/*------------------------------------------------*
	メニュー
*------------------------------------------------*/


#munit	{
		width: 210px;
		float: left;
		margin-bottom: 15px;
		}
#munit #mspace{
		height: 135px;
		}
#munit #menu{
		margin-bottom: 40px;
		}
#munit #menu ul{
		list-style: none;
		margin: 0 0 15px 0;
		padding: 0 0 0 0;
		}
#munit #menu ul li{
		display: inline;
		}
#munit #menu ul li a{
		display: block;
		/* background-image: url('../images/all_img/menu_li.gif'); */
		background-repeat: no-repeat;
		/* padding: 1px 0px 10px 25px; */
		width:210px;
		height:42px;
		margin-bottom: 1px;
		text-indent:-5555em;
		}
		

#munit #menu ul li.menu01 a{
		background-image: url('../images/all_img/menu01_02.png');
		}
#munit #menu ul li.menu02 a{
		background-image: url('../images/all_img/menu02_02.png');
		}
#munit #menu ul li.menu03 a{
		background-image: url('../images/all_img/menu03_02.png');
		}
#munit #menu ul li.menu04 a{
		background-image: url('../images/all_img/menu04_02.png');
		}
#munit #menu ul li.menu05 a{
		background-image: url('../images/all_img/menu05_02.png');
		}
#munit #menu ul li.menu06 a{
		background-image: url('../images/all_img/menu06_02.png');
		}
#munit #menu ul li.menu07 a{
		background-image: url('../images/all_img/menu07_02.png');
		}
#munit #menu ul li.menu08 a{
		background-image: url('../images/all_img/menu08_02.png');
		}

#munit #menu ul li a:hover{
		filter: Alpha(opacity=75);
		-moz-opacity:0.75;
		opacity:0.75;
		}

#munit #toi{
		font-size: 84%;
		letter-spacing: 1px;
		}
#munit #toi p{
		margin-bottom: 25px;
		}
#munit #toi p strong{
		font-size: 150%;
		}


/*------------------------------------------------*
	メインユニット
*------------------------------------------------*/

#mainunit{
		width: 580px;
		float: right;
		margin-bottom: 15px;
		}


#mainunit h1{
		background-image: url('../images/all_img/h1_bg.gif');
		padding: 5px 10px 3px 10px;
		}

#mainunit h2{
		background-image: url('../images/all_img/h2_bg.gif');
		background-color: #ffffff;
		color: #333333;
		padding: 5px 10px 3px 10px;
		font-size: 110%;
		}

#mainunit h3{
		border-left: 10px solid #DBBB7F;
		padding: 5px 10px 3px 10px;
		font-size: 110%;
		}



#mainunit th{
		text-align: center;
		background-color: #333333;
		}

#mainunit .order a{
		display: block;
		width: 150px;
		height: 30px;
		background-image: url('../images/all_img/go_order.gif');
		background-repeat: no-repeat;
		text-indent: -5555em;
		}
#mainunit .order a:hover{
		background-position: left bottom;
		}




/*------------------------------------------------*
	トップユニット
*------------------------------------------------*/

#topunit{
		width: 580px;
		float: right;
		margin-bottom: 15px;
		}

#topunit h1{
		/* background-image: url('../images/top_img/top_h1_bg.gif'); */
		background-image: url('../images/top_img/top_h1_img.png');
		background-repeat: no-repeat;
		height: 648px;
		text-indent: -5555em;
		margin-bottom: 15px;
		}

#topunit #hotaru{
		background-image: url('../images/top_img/hotaru_bg2.gif');
		background-repeat: no-repeat;
		height: 140px;
		padding: 0 110px 0 140px;
		}

#topunit #hotaru h2 a{
		display: block;
		background-image: url('../images/top_img/hotaru_h2_bg.gif');
		background-repeat: no-repeat;
		height: 50px;
		text-indent: -5555em;
		}

#topunit #hotaru p{
		font-size: 81%;
		letter-spacing: 1px;
		}

#topunit #hotaru .sumi a{
		/* display: block;
		background-image: url('../images/top_img/sumi_bg.gif');
		background-repeat: no-repeat;
		padding: 5px 0 3px 10px; */
		}
#topunit #hotaru .sumi a strong{
		font-size: 130%;
		}



/*------------------------------------------------*
	コピーライト
*------------------------------------------------*/
#copy	{
		clear: both;
		border-top: 1px solid #333333;
		padding: 10px 0 0 0;
		text-align: center;
		font-size: 81%;
		}

