@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	height: auto;
	width: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(image/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	color: #FFFFFF;
	background-color: #000000;
}

/*ie6*/
*html body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14.5px;
	background-image: url(image/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	color: #FFFFFF;
	background-color: #000000;
}

/*ie7*/
*:first-child+html body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14.5px;
	background-image: url(image/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	color: #FFFFFF;
	background-color: #000000;
}


ul{
	margin-left: 10px;	
	margin-right: 10px;	
}
h1{
	
}

h2{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	color: #E4004F;
	margin-right: 15px;
	margin-left: 15px;
	font-size: 16px;
}

h3{
	margin-bottom: 10px;
	color: #E4004F;
	font-weight: bold;
	font-size: 16px;
}

p{
	line-height:130%;
	color: #FFFFFF;
	margin-right: 15px;
	margin-left: 15px;
}



A:Link {
	color: #0099FF;
	text-decoration: none;
	font-weight: bold;
}

A:visited {
	text-decoration: none;
	text-indent: 0px;
	color: #0099FF;
	font-weight: bold;
 }

A:hover {
	color: #0099FF;
	text-decoration: underline;
	text-indent: 0px;
	font-weight: bold;
 }
 
 A:active {  }
A:focus {  }

strong{
	color: #E4004F;
}

img { border-style : none }


#wrapper {
	width: 600px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000000;
	height: 100%;
	padding-right: 0px;
	padding-left: 0px;
}

#header {
	color: #333;
	width: 800px;
	float: left;
	height: 360px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*メニュー関連*/

#menu {
	float: left;
	width: 920px;
	color: #333;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}


#navigation {
	float: left;
	width: 100%;
	color: #333;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-bottom: 15px;
}

*html #navigation {
	float: left;
	width: 920px;
	color: #333;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-bottom: 15px;
}



#contents p{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}

#rightcolumn {
	float: right;
	color: #333;
	height: auto;
	width: 300px;
	display: inline;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding: 0px;
}


#live_info{
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	height: auto;
	margin: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}


#rightcolumn  h3{
	margin-top: 15px;
	margin-bottom: 8px;
	font-size: 14px;
	padding-top: 8px;
}


#footer {
	width: 560px;
	clear: both;
	color: #333;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(image/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 70px;
}
