/* CSS Document */

@import url("reset.css");


/*	センタリング
================================================== */

body {
	text-align: center;
	font-size: 10px;
	line-height: 1.5em;
	color: #000000;
	background-color: #000000;
	font-family:Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}

body div {
	text-align: left;
	margin: 0 auto;
}

div.clear_both {
	clear: both;
	margin: 0px;
	padding: 0px;
}

/*	テキスト装飾
================================================== */

.greentxt {
	color: #E60000;
}

.redtxt {
	color: #CC0000;
}

.boldtxt {
	font-weight: bold;
}

.fontsize14 {
	font-size: 14px;
}

a:link {
	color: #E60000;
	text-decoration: none;
}

a:visited {
	color: #E60000;
	text-decoration: none;
}

a:hover {
	color: #E60000;
	text-decoration: underline;
}

.left {
	float:left;
}

.right {
	float:right;
}

/*	ページ整形
================================================== */

#wrapper {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}

/*	ヘッド
================================================== */

#head {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: 000000;
}

h1#logo {
	border:none;
	float:left;
	height:85px;
	overflow:hidden;
	width:250px;
}

/*	メニュー
================================================== */
#menu {
	padding-top: 60px;
	float: right;
	padding-bottom: 5px;
}

#menu li{
	list-style:none;
	float:left;
	margin-right: 5px;
	width: 83px;
	height: 38px;
	display: block;
	text-decoration: none;
}

#menu li a{
	display:block;
	width:83px;
	height:38px;
	overflow:hidden;
	text-decoration: none;
}

#home a{
    background-image:url(../img/menu_home01.jpg);
}

#home a:hover{
    background-image:url(../img/menu_home02.jpg);
}

#home{
    background-image:url(../img/menu_home01.jpg);
}

#online a{
    background-image:url(../img/menu_online01.jpg);
}

#online a:hover{
    background-image:url(../img/menu_online02.jpg);
}

#online{
    background-image:url(../img/menu_online01.jpg);
}

#friends a{
    background-image:url(../img/menu_friends01.jpg);
}

#friends a:hover{
    background-image:url(../img/menu_friends02.jpg);
}

#friends{
    background-image:url(../img/menu_friends01.jpg);
}

#lineup a{
    background-image:url(../img/menu_lineup01.jpg);
}

#lineup a:hover{
    background-image:url(../img/menu_lineup02.jpg);
}

#lineup{
    background-image:url(../img/menu_lineup01.jpg);
}

#shops a{
   background-image:url(../img/menu_shops01.jpg);
}

#shops a:hover{
    background-image:url(../img/menu_shops02.jpg);
}

#shops{
   background-image:url(../img/menu_shops01.jpg);
}

#contact a{
    background-image:url(../img/menu_contact01.jpg);
}

#contact a:hover{
    background-image:url(../img/menu_contact02.jpg);
}

#contact{
    background-image:url(../img/menu_contact01.jpg);
}

#menu em {
	visibility: hidden;
}

/*	フラッシュ
================================================== */
#flash_home { height:370px; }

#flash {
}

/*	フット
================================================== */
#foot {
	font-size: 11px;
	margin-bottom: 25px;
	padding-top: 10px;
	background-color: 000000;
	color:#E60000;
}

/*	角丸
================================================== */
div.maru_head {
	background-image: url(../img/back_head.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
}
div.maru_foot {
	background-image: url(../img/back_foot.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	margin-bottom: 15px;
}

/*	レイアウト
================================================== */
#contents {
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 20px;
}

#contents_friends {
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-top: 10px;
	margin:0;
	text-align: left;
	border-top-color: #E0E0E0;
	border-top-style: solid;
	border-top-width: 1px;
	font-size: 120%;
}

#contents_lineup {
	background-color: #FFFFFF;
	border-top-color: #E0E0E0;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 10px;
}

#contents_lineup a{ border:none;}

#contents_online {
	background-color: #FFFFFF;
	border-top-color: #E0E0E0;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 10px;
	width: 840px;
}

div.online_img {
	float:left;
}

div.online_text {
	padding:0px 20px 10px 10px;
	float: left;
	width: 270px;
	height: 160px;
}

#contents_shadow {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
#leftbox {
	float: left;
	width: 600px;
	color: #000000;
	padding-bottom: 10px;
}
#rightbox {
	float: right;
	width: 230px;
}
div.conbox {
	margin: 0;
}

h2 {
	margin-bottom: 10px;
	font-weight: normal;
}
div.news {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0E0E0;
}
div.newsbox {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	padding-top: 5px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	padding-left: 15px;
	font-size: 120%;
}
div.newsbox1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	padding-top: 5px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	padding-left: 15px;
}
h3 {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	margin-bottom: 10px;
}

div.link {
	margin: 0;
}

div.link_btn {
	float: left;
	margin-right: 10px;
}
div.shopleft {
	float: left;
	width: 280px;
	margin-right: 20px;
}
div.shopright {
	float: right;
	width: 280px;
}

.shopphoto {
	margin-bottom: 15px;

}

h4 {
	font-weight: bold;
	color: grey;
	margin-bottom: 10px;
	margin-top: 10px;
}

div.pagetop {
	text-align: right;
}

div.contents_contact {
	margin:0;
	text-align: center;
	font-size: 120%;
	padding-top: 10px;
	border-top-color: #E0E0E0;
	border-top-style: solid;
	border-top-width: 1px;
	padding-left: 10px;
}

div.contents_shops {
	margin:0;
	text-align: left;
	font-size: 120%;
	padding-top: 10px;
	border-top-color: #E0E0E0;
	border-top-style: solid;
	border-top-width: 1px;
	padding-left: 10px;
}

div.gallery {
	margin:0;
	float: left;
	padding: 0px 5px 10px 0px;
}

div.lineup { margin:0; }
