@charset "utf-8";
*{
	line-height:1.8em;
	font-family:Verdana, Osaka, "ＭＳ Ｐゴシック";
	font-size:12px;
	letter-spacing:1px;
}

body {
	background-image:url(../img/common/bg.gif);
	background-repeat:repeat;
	color:#FFFFFF;
	text-align:center;
}

img{
	border-style:none;
}

a:link{
	color:#99CC33;
}

a:visited{
	color:#99CC33;
}

a:hover{
	color:#99CC33;
}

a:active{
	color:#99CC33;
	text-decoration:none;
}

h1 {
	color:#FFFFFF;
	font-weight:normal;
	text-align:right;
	margin:10px;
}

p {
	margin-bottom:10px;
	padding:0px;
}

hr {
	color:#000;
	margin:10px;
	border-bottom:1px #535353 dotted;
}

.right {
	text-align:right;
}

.space10 {
	margin:10px;
}

.top5 {
	margin-top:5px;
}


.bottom5 {
	margin-bottom:5px;
}

.bottom10 {
	margin-bottom:10px;
}

.bottom120 {
	margin-bottom:120px;
}

.left5 {
	margin-left:5px;
}

.left10 {
	margin-left:10px;
}

.right5 {
	margin-right:5px;
}

.right10 {
	margin-right:10px;
}

.right20 {
	margin-right:20px;
}

.right30 {
	margin-right:30px;
}

.small {
	font-size:10px;
}

.red {
	color:#C00;
}

.clear {
	filter:alpha(opacity=80);
	/*IE*/
	-moz-opacity:0.80;
	/*FF*/ opacity:0.80;
}

.clearfix {
	clear:both;
	font-size:0.1em;
	visibility: hidden;
	height:0px;
}

/*
--------------------------------------------
	全体レイアウト
--------------------------------------------
*/

#container {
	width:800px;
	padding:0 0;
	margin:0 auto;
    height:100%;
	background-color:#000;
}

/*-- ヘッダー --*/

#header {
	width:800px;
	height:470px;
	background-image:url(../img/common/header_bg.jpg);
	background-repeat:no-repeat;
	text-align:left;
}

/*-- メニュー --*/

ul#menu {
	width:220px;
	background-color:#111;
	text-align:left;
	font-weight:bold;
	margin:240px 0px 10px 10px;
	padding:10px;
}

li {
	list-style-type:none;
	color:#333;
}

li a:link {
	list-style-type:none;
	color:#CC0000;
	text-decoration:none;
}

li a:visited{
	list-style-type:none;
	color:#CC0000;
	text-decoration:none;
}

li a:hover{
	list-style-type:none;
	color:#CC0000;
	text-decoration:none;
}

li a:active{
	list-style-type:none;
	color:#CC0000;
	text-decoration:none;
}

/*-- コンテンツ --*/

#con {
	width:800px;
	padding:10px 0px 0px 0px;
	margin:0px;
}

#con .mini {
	float:left;
	width:389px;
	height:340px;
	border:#535353 1px solid;
	text-align:left;
	padding:0px;
	margin:0px 5px 10px 5px;
}

#con .medium {
	width:790px;
	border:#535353 1px solid;
	text-align:left;
	padding:0px;
	margin:0px 5px 10px 5px;
}	

/*-- フッター --*/

#footer {
	width:800px;
	background-color:#003300;
	text-align:center;
	padding:5px 0px 5px 0px;
	margin:0px;
}

/*
--------------------------------------------
	コンテンツ　部品
--------------------------------------------
*/

.news-line {
	height:80px;
	border-bottom:#C00 dotted 1px;
}

/*-- NEWS --*/

dl {
	width:350px;
	overflow:hidden;
	margin:5px 0px 5px 0px;
}

dt {
	width:100px;
	margin:0px;
	float:left;
}

dd {
	width:250px;
	margin:0px;
	float:right;
}

/*-- PICK UP --*/

.pick-line {
	height:80px;
	border-bottom:#CCCC00 dotted 1px;
}

/*-- LIVE / PAST LIVE--*/

.live-line {
	height:80px;
	border-bottom:#CC9933 dotted 1px;
}

.map-little {
	float:right;
	text-align:right;
	margin:5px 0px 5px 5px;
}

.bg_live {
	background-color:#3E2E0F;
	padding:5px;
}

/*-- MOB --*/

.mob-line {
	height:80px;
	border-bottom:#003300 dotted 1px;
}

/*-- MISSION --*/

.mission-line {
	height:80px;
	border-bottom:#CC0000 dotted 1px;
}

/*-- GOODS --*/

.goods-line {
	height:80px;
	border-bottom:#330099 dotted 1px;
}

/*-- PHOTO --*/

.photo-line {
	height:80px;
	border-bottom:#CC3366 dotted 1px;
}

.border {
	border:#666 1px dotted;
	margin:2px;
}

/*-- BLOG --*/

.blog-line {
	height:80px;
	border-bottom:#9BAC75 dotted 1px;
}

/*-- MOBILE --*/

.mobile-line {
	height:80px;
	border-bottom:#666666 dotted 1px;
}

/*-- LINK --*/

.link-line {
	height:80px;
	border-bottom:#9966CC dotted 1px;
}

.img-link {
	margin-top:10px;
	margin-left:10px;
}

/*-- CONTACT --*/

.contact-line {
	height:80px;
	border-bottom:#0033CC dotted 1px;
}


/*
--------------------------------------------
	クリアフィックステクニック 


:after{
	content:".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}

html[xmlns*=""] body:last-child #head .left {
	margin-top:0px;
}

--------------------------------------------
*/

