/*  
Theme Name: Planetarium BAR. ver1.0
Theme URI: http://www.planetarium-bar.jp/
Description: Created by <a href="http://www.planetarium-bar.jp/">プラネタリウムBAR</a>.
Version: 1.0
Author: Planetarium BAR.
Author URI: http://www.planetarium-bar.jp/
*/

* {
	margin: 0px;
	padding: 0px;
	}


/* BASE */
body{
	font-size: 80%; 
	line-height:150%;
	color: #FFFFFF;
	text-align: center;
	background: #000000;
	}

#wrapper{
	width: 800px;
	height: 520px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -260px 0 0 -400px;
	text-align: left;
	}

.red{
	color: #CC0000;
	}

.bold{
	font-weight: bold;
	}

a{
	text-decoration: none;
	color: #CC0000;
	}

a:hover{
	text-decoration: underline;
	color: #000000;
	}

hr {
	display: none;
	}



/* RIGHT */
#right{
	float: right;
	width: 345px;
	}



/* ENTER AREA */
.enter{
	margin: 20px 0 40px 0;
	}

.enter h2{
	text-indent: -5000px;
	text-decoration: none;
	display: block;
	background: url(../image/top_text01.gif) no-repeat;
	width: 326px;
	height: 85px;
	}

#bu-enter{
	margin: 20px 0;
	}

#bu-enter a{
	text-indent: -5000px;
	text-decoration: none;
	display: block;
	background-image: url(../image/bu_enter.gif);
	overflow: hidden;
	width: 80px;
	height: 30px;
	background-position: 0 0;
	}

#bu-enter a:hover{
	width: 80px;
	height: 30px;
	background-position: 0 -30px;
	}

#cap-text02{
	text-indent: -5000px;
	text-decoration: none;
	display: block;
	background: url(../image/top_text02.gif) no-repeat;
	width: 345px;
	height: 83px;
	}

.phone p {
	margin: 0 0 10px;
	}

#bu-accessmap{
	margin: 0 0 20px;
	}

#bu-accessmap a{
	text-indent: -5000px;
	text-decoration: none;
	display: block;
	background-image: url(../image/bu_accessmap.gif);
	overflow: hidden;
	width: 161px;
	height: 26px;
	background-position: 0 0;
	}

#bu-accessmap a:hover{
	width: 161px;
	height: 26px;
	background-position: 0 -26px;
	}



/* QUICK NAVI AREA */
#main-nav{
	display: block;
	width: 347px;
	margin: 0 0 20px 0;
	}

#main-nav h2{
	text-indent: -5000px;
	text-decoration: none;
	display: block;
	background: url(../image/cap_quicknavi.gif) no-repeat;
	width: 68px;
	height: 19px;
	margin: 0 0 10px 0;
	}

#nav{
	overflow: hidden;
	display: block;
	height: 24px;
	margin: 0 0 10px 0;
	}

#nav02{
	overflow: hidden;
	display: block;
	height: 24px;
	}

#nav ul, #nav02 ul{
	list-style: none;
	}

#nav li, #nav02 li{
	float: left;
	}

#nav li a, #nav02 li a{
	text-indent: -5000px;
	text-decoration: none;
	display: block;
	background-image: url(../image/bu_nav06home.gif);
	overflow: hidden;
	}

#nav a.current, #nav02 a.current{
	background-image: url(../image/bu_nav06home_on.gif);
}

#bu01 a{width: 59px; height: 24px; background-position: 0 0;}
#bu02 a{width: 48px; height: 24px; background-position: -59px 0;}
#bu03 a{width: 54px; height: 24px; background-position: -107px 0;}
#bu04 a{width: 80px; height: 24px; background-position: -161px 0;}
#bu05 a{width: 40px; height: 24px; background-position: -241px 0;}
#bu06 a{width: 87px; height: 24px; background-position: -281px 0;}
#bu07 a{width: 58px; height: 24px; background-position: -368px 0;}
#bu08 a{width: 85px; height: 24px; background-position: -426px 0;}
#bu09 a{width: 100px; height: 24px; background-position: -511px 0;}

#bu01 a:hover{width: 59px; height: 24px; background-position: 0 -24px;}
#bu02 a:hover{width: 48px; height: 24px; background-position: -59px -24px;}
#bu03 a:hover{width: 54px; height: 24px; background-position: -107px -24px;}
#bu04 a:hover{width: 80px; height: 24px; background-position: -161px -24px;}
#bu05 a:hover{width: 40px; height: 24px; background-position: -241px -24px;}
#bu06 a:hover{width: 87px; height: 24px; background-position: -281px -24px;}
#bu07 a:hover{width: 58px; height: 24px; background-position: -368px -24px;}
#bu08 a:hover{width: 85px; height: 24px; background-position: -426px -24px;}
#bu09 a:hover{width: 100px; height: 24px; background-position: -511px -24px;}


/* COPYRIGHT AREA */
.footer{
	clear: both;
	width: 345px;
	height: 38px;
	background: #000000 url(../image/copyright.gif) no-repeat;
	}

.footer h3{
	text-indent: -5000px;
	text-decoration: none;
	}





/* LEFT */
#left{
	float: left;
	width: 420px;
	}
	




/* Hack */	
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
