@charset "UTF-8";

/* LIVITY OUTERNATIONAL CSS Document */

/*
	1.基本設定
	2.段落設定
	3.詳細設定
		3-1.Header
		3-2.Content
		3-3.Top Page
		3-4.News Page
		3-5.Footer
		3-6.Shop List Page
*/

/******************************************/
/*            1. 基本設定                 */
/******************************************/

*{
	margin:0;
	padding:0;
}

body{
	font-size:12px;
	font-family:Arial, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height:22px;
	color:#ffffff;
	background-color:#141414;
}

img, img a{
	border:0;
}

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

a:hover{
	color:#f0ff00;
}

.clear{
	clear:both;
}

.fL{
	float:left;
}

.fR{
	float:right;
}

/******************************************/
/*            2. 段落設定                 */
/******************************************/

#wrapper{
	width:100%;
	margin:0 auto;
	background-color:#000000;
}

#container{
	width:960px;
	margin:0 auto;
}

#header{
	height:56px;
	padding:20px 10px 0 10px;
}

#content{
	margin:15px 0;
	padding-bottom:40px;
}

#footer{
	width:960px;
	margin:0 auto;
	padding:10px 0;
	color:#929292;
	font-size:11px;
	margin-bottom:20px;
}

/******************************************/
/*            3. 詳細設定                 */
/******************************************/

/************3-1. Header ***************/
#header ul{
	list-style:none;
	float:right;
}

#header li{
	float:left;
	display:inline;
	margin-left:37px;
}

.toTop{
	float:right;
}

/************3-2. Content***************/

#content p{
	margin:0 10px 20px 10px;
	font-size:14px;
}

h1{
	float:left;
	margin-top:8px;
}

#pageTtl{
	border-top:10px solid #191919;
	border-bottom:10px solid #191919;
	height:92px;
	width:960px;
}

/************3-3. Top Page***************/

#mainFlash{
	width:960px;
	height:320px;
	background:url(../images/bg_flash.gif) no-repeat;
}

.bnnrBox{
	float:left;
	width:630px;
}

.newsBox{
	background-color:#272727;
	border:1px solid #505050;
	line-height:18px;
	margin-bottom:10px;
}

.newsBox ul{
	margin:8px 10px 0 10px;
	padding:0;
	list-style:none;
	width:450px;
}

.newsBox li{
	background:url(../images/arrow.gif) no-repeat 0 7px;
	padding-left:10px;
	margin-bottom:15px;
	margin-left:5px;
	line-height:18px;
}

.newsBox a{
	color:#f0ff00;
	text-decoration:none;
}

.newsBox a:hover{
	color:#f0ff00;
	text-decoration:underline;

}
.riderBox{
	background: url(../images/bg_riderbox.gif) no-repeat top;
	width:896px;
	padding:20px 20px 0 34px;
	margin:0;
	line-height:20px;
}

.riderBox td img.twit{
	margin-top:5px;
}

.eventBox{
	padding:10px 5px 10px 10px;
	border:1px solid #404040;
	line-height:20px;
	margin-bottom:10px;
	float:right;
	width:300px;
}

/************3-4. News Page***************/

#content p.news{
	margin:0 10px 0 10px;
	border-bottom:1px solid #666666;
	padding:0 0 15px 0;
	font-size:12px;
}

h2{
	color:#F0FF00;
	font-size:14px;
	margin:5px 10px 5px 10px;
	font-weight:normal;
}

/************3-5. footer***************/

.copyright{
	float:left;
	width:470px;
}

.corp{
	float:right;
	width:460px;
	border-left:1px solid #4d4d4d;
	padding-left:20px;
}

.corp p{
	margin-top:10px;
	font-size:10px;
	line-height:18px;
}


/************3-6. Shop List***************/

/*
#globalMenu{
	border-top:10px solid #191919;
	border-bottom:10px solid #191919;
	background:url(../images/bg_menu.gif) no-repeat;
	height:92px;
	padding-left:240px;
	width:720px;
}

#menu{
	height:24px;
	margin-top:50px;
	padding:0;
	float:left;
}

#menu ul{
	margin:0 auto;
	padding:0;
	list-style:none;
}

#menu li, #menu a{
	margin-right:2px;
	padding:0;
	float:left;
	height:24px;
	display:block;
}

#mAll a{
	background:url(../images/btn_all.gif) 0 0 no-repeat;
	width:111px;
}
#mAll a:hover{
	background:url(../images/btn_all_on.gif) 0 0 no-repeat;
	width:111px;
}
#mAll_on{
	background:url(../images/btn_all_on.gif) 0 0 no-repeat;
	width:111px;
}

#mKantou a{
	background:url(../images/btn_kantou.gif) 0 0 no-repeat;
	width:117px;
}
#mKantou a:hover{
	background:url(../images/btn_kantou_on.gif) 0 0 no-repeat;
	width:117px;
}
#mKantou_on{
	background:url(../images/btn_kantou_on.gif) 0 0 no-repeat;
	width:117px;
}

#mHokkaidou a{
	background:url(../images/btn_hokkaidou.gif) 0 0 no-repeat;
	width:179px;
}
#mHokkaidou a:hover{
	background:url(../images/btn_hokkaidou_on.gif) 0 0 no-repeat;
	width:179px;
}
#mHokkaidou_on{
	background:url(../images/btn_hokkaidou_on.gif) 0 0 no-repeat;
	width:179px;
}


#mToukai a{
	background:url(../images/btn_toukai.gif) 0 0 no-repeat;
	width:131px;
}
#mToukai a:hover{
	background:url(../images/btn_toukai_on.gif) 0 0 no-repeat;
	width:131px;
}
#mToukai_on{
	background:url(../images/btn_toukai_on.gif) 0 0 no-repeat;
	width:131px;
}


#mChuugoku a{
	background:url(../images/btn_chuugoku.gif) 0 0 no-repeat;
	width:164px;
}
#mChuugoku a:hover{
	background:url(../images/btn_chuugoku_on.gif) 0 0 no-repeat;
	width:164px;
}
#mChuugoku_on{
	background:url(../images/btn_chuugoku_on.gif) 0 0 no-repeat;
	width:164px;
}


.shopName{
	font-weight:bold;
	color:#f0ff00;
	margin-bottom:4px;
}


.cLeft{
	float:left;
	width:454px;
	padding-left:6px;
}

.cRight{
	float:right;
	width:469px;
	border-left:1px solid #4d4d4d;
	padding-left:11px;
}

.cBody{
	width:414px;
	background:url(../images/bg_cbody.jpg) repeat-y;
	padding-left:40px;
	padding-bottom:30px;
	line-height:18px;
}

.cBody a{
	color:#b8b8b8;
}

.cBody a:hover{
	color:#f0ff00;
}


*/

.badge a{position: fixed; top: 76px; width: 40px; height: 212px; z-index: 8765; cursor: pointer; right: 0pt; background:url(../images/twitter.jpg) no-repeat scroll 0 0;}
