@charset "UTF-8";


/*
///////////////////////
共通
///////////////////////
*/

body {
background: url(../imgs/bg_base.jpg) #fff top repeat-x;
margin: 0 auto;
padding: 0;
text-align: center;
color:#d4d4d4;
}

h1 {
font-size: 1em;
line-height: 1.5em;
margin: 20px auto;
}

p {
font-size: 0.9em;
line-height: 1.5em;
}

hr {
display: none;
visibility: hidden;
}

a {
color: #3399FF;
}

.clearBoth {
clear:both;
}

/*
///////////////////////
///// TOP 
///////////////////////
*/

#topContainer {
width: 900px;
background: url(../imgs/bg_tv.jpg) #fff top center no-repeat;
margin: 0 auto;
padding-top: 125px;
height: 450px;
}

#topPV {
text-align: center;
margin: 0 auto;
height: 233px;
}

#topMenu {
width: 480px;
margin: 0 auto;
padding-top: 25px;
}

	#topMenu ul {
	height: 56px;
	}

	#topMenu li {
	display: inline;
	}
	
	#topMenu img {
	margin: 0 2px;
	border: none;
	}




