@charset "utf-8";

/*************
 *
 * Reset.css 
 *
 *************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/*************
 *
 * Main Contents
 *
 *************/


body{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana, 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align: left;
	color: #333;
	font-size: 90%;
	background-color: #fff;
	line-height:1.2;
}

p{
	padding:10px 10px;
}

img{
	border: 0;
	-ms-interpolation-mode: bicubic;
}

img.icon{
    position: relative;
    top: 2px;
    padding: 0 4px 0 0;
}
img.icon32{
    padding: 0 4px 0 0;
    vertical-align: middle;
}


form{
	margin: 10px;
	padding: 0;
}

a:link{
	color: #3399ff;
	text-decoration: underline;
}
a:visited{
	color: #333399;
	text-decoration: underline;
}
a:hover{
	color: #3FE113;
	text-decoration: underline;
}

blockquote{
	margin-left: 40px;
	padding: 10px 10px;
	border-left: 2px solid #999;
}


/*************
 *
 * Header
 *
 *************/

div#headercontainer{
	background: url('/img/s_header_bg.jpg') repeat-x;
	height: 76px;
	text-align: center;
}

div#header{
	width: 920px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background: url('/img/s_header_main_bg.jpg') repeat-x;
}

div#header h1{
	padding: 6px 0 0 0;
}

div#signin{
	position: absolute;
	top: 10px;
	color: #ccc;
	right: 10px;
}
div#signin a:link{
	color: #fff;
	text-decoration: underline;
}
div#signin a:visited{
	color: #fff;
	text-decoration: underline;
}
div#signin a:hover{
	color: #3FE113;
	text-decoration: underline;
}

div#header form{
	display: inline;
	padding: 0;
	margin: 0;
}

div#header div.usericon{
	padding: 10px 0 0 0;
	font-size: 18px;
	font-color: bold;
}
div#header div.usericon img{
	position: relative;
	top: -2px;
	vertical-align: middle;
	padding: 0 4px;
	width: 32px;
	height: 32px;
}
div#header div.usericon a:link{
	color: #fff;
	text-decoration: none;
}
div#header div.usericon a:visited{
	color: #fff;
	text-decoration: none;
}
div#header div.usericon a:hover{
	color: #3FE113;
	text-decoration: none;
}


div#content div.usericon{
	padding: 0;
	font-size: 18px;
	font-color: bold;
	color: #666;
}
div#content div.usericon img{
	position: relative;
	top: -2px;
	vertical-align: middle;
	padding: 0 4px;
	width: 32px;
	height: 32px;
}

/*----------------------------------

トップメッセージ

----------------------------------*/
div#topmessage {
	background: url(/img/announcement.gif) no-repeat 3px center;
	background-color: #faf8a9;
	padding: 7px 5px 7px 25px;
	margin: -6px 0 6px 0;
	color: #00529B;
	font-weight: bold;
	display: block;
	/*display: none;*/
}
div#topmessage a:hover {
	color: #ff8600;
}
div#topmessage a {
	color: #3333AA;
}
/*
 * Menu bar
 */

div#menucontainer{
	background: url('/img/s_menu_bg.jpg') repeat-x;
	text-align: center;
	height: 37px;
}

div#menubar{
	width: 920px;
	margin: 0 auto;
	text-align: left;
}

div#menubar ul{
	list-style: none;
}

div#menubar li{
	float: left;
	background:url('/img/s_topmenu_bg.jpg') no-repeat 0px -41px;
	height: 34px;
	width: 150px;
	text-align: center;
	overflow: hidden;
}
div#menubar ul > li{ /* except IE6 */
	width: auto;
	height: 34px;
	text-align: left;
}
div#menubar a{
	display: block;
	padding: 7px 16px 5px ;
	margin: 0px 0;
	font-size: 14px;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px solid #666;
	border-left: 1px solid #FFF;
	height: 17px;
}
div#menubar li a.selected, div#menubar li a:hover{
	background:url('/img/s_topmenu_bg.jpg') no-repeat -20px -0px;
	border-right: 1px solid #333;
	border-left: 1px solid #666;
	color: #3FE113;
}

div#menubar li.left{
	width: 1px;
	border-right: 1px solid #666;
	height: 29px;
}

div#menubar li.right{
	width: 1px;
	border: 0;
	border-left: 1px solid #FFF;
	height: 29px;
}

div#menubar li a:hover{
	color: #3FE113;
}


/*
 * Bread List
 */

div#breadcontainer{
	text-align: center;
}

div#breadlist{
	width: 920px;
	margin: 0 auto;
	text-align: left;
	clear: both;
	font-size: 80%;
	padding: 0 0 0 0;
	color: #999;
}

div#breadlist a{
	color: #999;
}
div#breadlist a:hover{
	color: #3FE113;
}

/*************
 *
 * Main Body
 *
 *************/


div#wrapper{
	width: 920px;
	margin:0 auto;
	clear: both;
	padding-top: 6px;
}

div#content{
	float:left;
	width:600px;
    overflow:visible !important; /* Modern Browser */
    overflow:hidden; /* IE 6 */
}
	

body#wide div#content{
	float: none;
	width: 920px;
}


/*
 * Inside Content
 */

div#wrapper h2{
	color: #444;
	font-size: 140%;
	padding: 12px 8px 4px 8px;
	position: relative;
	border-bottom: 1px solid #eee;
}

div#wrapper h2 span.shoulder{
	font-size: 70%;
	color: #999;
	float:right;
	padding: 4px;
	font-weight: normal;
	display: block;
}

div#wrapper p{
	padding: 10px 4px 10px 26px;
}

div#wrapper h3{
	padding: 12px 16px 12px 16px;
	font-size: 110%;
}

div#wrapper p.follow{
	padding: 10px 10px 10px 66px;
	font-size: 90%;
}
div#wrapper div.follow{
	font-size: 90%;
	padding-left: 66px;
}

div#wrapper ol{
	padding: 10px 4px 10px 46px;
	list-style-type: decimal;
}

div#wrapper p.author{
	color: #666;
	text-align: right;
	padding: 6px 20px 18px 100px;
	background: url('/img/s_author_bg.jpg') no-repeat;
}

body#wide div#wrapper p.author{
	background: url('/img/s_author_bg.jpg') no-repeat 314px 0;
}


div#wrapper div.profileArea{
	padding: 10px;
}
div#wrapper div.profileArea ul{
	margin: 0 0 14px 140px;
}


div#wrapper ul.topnews{
	padding: 10px 20px;
}

div#wrapper ul li{
	margin-left:10px;
	padding: 5px 0 2px 12px;
	background: url('/img/bullet.gif') no-repeat 0 10px;
}

div#wrapper div.profileArea img.profileIcon {
	display: block;
	float: left;
	margin-right: 10px;
}

div.commentbox{
	overflow: hidden;
	overflow-y: scroll;
	height:120px;
	border-left: 1px solid #eee;
	padding-left: 4px;
}
div.commentbox img{
	vertical-align: top;
	padding: 2px 4px 0 0;
}
div.commentbox .comment{
	font-size: 85%;
	color: #666;
	padding: 0 0 4px 38px;
	border-bottom: 1px dashed #eee;
	margin-top: -12px;
}

/*************
 *
 * Top category navigation
 *
 *************/


div#wrapper ul.topcategory{
	height: 26px;
	padding-left: 10px;
	font-size: 13px;
	border-bottom: 1px solid #999;
}

div#wrapper ul.topcategory li{
	float: left;
	padding: 0;
	margin: 0;
	background: none;
	height: 23px;
	margin-top: 2px;
	border: solid 1px #999;
	background-color: #EEE;
}
div#wrapper ul.topcategory li.select{
	margin-top: 0px;
	border: solid 1px #99F;
	background-color: #FFF;
	border-bottom: none;
	height: 26px;
	font-weight: bold;

}
div#wrapper ul.topcategory li a{
	display: block;
	padding: 4px 12px;
	text-decoration: none;
}

div.subcategory{
	padding: 8px 10px;
}
div.subcategory a{
	padding: 2px 16px;
	marging: 0 8px;
	display: block;
	border: solid 1px #ccc;
	background-color: #eee;
	float:left;
	text-decoration: none;
}
div.subcategory a.select{
	background-color: #fff;
	font-weight: bold;
}


/*************
 *
 * side navigation
 *
 *************/

div#navigation{
	float:left;
	width:310px;
	margin-left: 10px;
}

div#navigation p{
	padding: 4px 10px;
}
div#navigation p.p10{
	padding: 10px;
}
div#navigation p.follow{
	padding: 6px 6px 6px 36px;
}

div#navigation div.menubox{
	background: url('/img/sidemenumiddle.jpg') repeat-y;
}


div#navigation ul.submenu{
	list-style: none;
	background: none;
	padding: 10px 0px;
	margin: 0;
}
div#navigation ul.submenu li{
	background: none;
	padding: 2px 8px;
}
div#navigation ul.submenu li a{
	display: block;
	padding: 4px 8px;
	font-size: 14px;
	text-decoration: none;
	border-left: 4px solid #CCC;
}
div#navigation ul.submenu li a img{
	margin-right: 4px;
	width: 32px;
	height: 32px;
    vertical-align: middle;
}

div#navigation ul.submenu li a:hover{
	background-color: #eee;
}
div#navigation ul.submenu li a.selected, div#navigation ul.submenu li a.selected:hover{
	color: #fff;
	font-weight: bold;
	background-color: #999;
	border-left: 4px solid #999;
}



/*************
 *
 * footer zone
 *
 *************/

div#extra{
	clear:both;
	height: 22px;
}

div#footercontainer{
	background: url('/img/s_footer_bg.jpg') repeat-x;
	text-align: center;
}

div#footer{
	width: 920px;
	margin: 0 auto;
	padding: 4px 0 20px 0;
	text-align: left;
	font-size: 90%;
	text-align: center;
	position: relative;
}

div#footer p{
	text-align: left;
	margin: 0;
	padding: 4px 0;
	color: #333;
}
div#footer p a{
	color: #369;
}
div#footer p a:hover{
	color: #3FE113;
}

div#footer div.jokerworks{
	position: absolute;
	top: 0px;
	right: 0;
}

/*************
 *
 * for Blog
 *
 *************/

.widget-content{
	padding: 0 20px 0 46px;
}
.widget-content ul{
	padding-left: 20px;
}

.widget-tag-cloud .widget-content ul {
    margin-right: 0;
    margin-left: 0;
}

div#wrapper .widget-tag-cloud .widget-content li {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 1.2;
    background: none;
    background-image: none;
}

.widget-tag-cloud .rank-1  { font-size: 1.75em; }
.widget-tag-cloud .rank-2  { font-size: 1.75em; }
.widget-tag-cloud .rank-3  { font-size: 1.625em; }
.widget-tag-cloud .rank-4  { font-size: 1.5em; }
.widget-tag-cloud .rank-5  { font-size: 1.375em; }
.widget-tag-cloud .rank-6  { font-size: 1.25em; }
.widget-tag-cloud .rank-7  { font-size: 1.125em; }
.widget-tag-cloud .rank-8  { font-size: 1em; }
.widget-tag-cloud .rank-9  { font-size: 0.95em; }
.widget-tag-cloud .rank-10 { font-size: 0.9em; }





/*************
 *
 * Edit Movie
 *
 *************/

div#cardriver div.car{
	float: left;
	background: url('/img/car-small-bg.jpg') no-repeat;
	width: 230px;
	height: 180px;
	position: relative;
}
div#cardriver div.car a{
	position: absolute;
	left:15px;
	top: 15px;
}
div#cardriver div.textarea{
	padding: 15px 0 0 240px;
}
div#cardriver div.headline{
	font-size: 120%;
}

div#cardriver p.comment{
	font-size: 80%;
	color: #999;
	line-height: 1.2;
	padding: 8px 40px 8px 10px;
}

div#cardriver p.datetime{
	clear: both;
	width: 540px;
	text-align: right;
	color: #666;
	background: url('/img/authorbar.jpg') no-repeat;
}



span.inmap a, span.inmap a:link, span.inmap a:visited{
	font-size: 120%;
	font-weight: bold;
	color: #000099;
}
span.inmap img{
	padding: 4px 4px 0 0;
}

/*************
 *
 * Share Movie
 *
 *************/

div#content p.movie{
	margin: 8px 8px;
	padding: 0;
}

div#currentview{
	width: 610px;
	height: 260px;
	position: relative;
}
div#currentview .view{
	position: absolute;
	left: 22px;
	top: 10px;
}

div#currentview img.car{
	position: absolute;
	left: 377px;
	top: 100px;
}
div#currentview img.online{
	position: absolute;
	left: 490px;
	top: 220px;
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
div#currentview div.textbox{
	position: absolute;
	width: 219px;
	height: 84px;
	left: 371px;
	top: 10px;
	font-size: 120%;
}
div#currentview a.link{
	font-size: 80%;
}


/*************
 *
 * Hisotry
 *
 *************/

div.drivehistory{
	width: 560px;
	position: relative;
	margin-left: 30px;
}

div.drivemovie{
	float:left;
	position: relative;
	border: 2px solid #cccccc;
	height:56px; overflow:hidden;
}
a.play{
	position: absolute;
	left: 40px;
	top: 16px;
}
a.play img{
  filter: alpha(opacity=75);
  -moz-opacity:0.75;
  opacity:0.75;
}

div.drivehistory div.car{
	float:right;
	padding-right: 6px;
}

div.drivehistory img.private{
	position: absolute;
	left: 325px;
	top: 10px; 
}
div.drivehistory a.edit{
	position: absolute;
	right: 120px;
	top: 10px; 
}
div.drivehistory div.textbox{
	padding-left: 120px;
}
div.drivehistory div.textbox p.driver{
	padding: 0;
	margin:0;
	display:inline;
}

p.laptime{
	padding: 0;
	margin:0;
	color: #336633;
}

div.drivehistory div.title{
	font-size: 120%;

}
div.drivehistory p.comment{
	font-size: 80%;
	color: #999;
	line-height: 1.2;

}
div.drivehistory p.datetime{
	text-align: right;
	position: absolute;
	right: 12px;
	top: 95px;
	margin: 0;
	padding: 0;
	font-size: 80%;
	line-height: 2px;
	color: #666;
	width: 365px;
	border-top: 1px solid #444;
}

div.paging{
	text-align: left;
	padding: 8px 40px;
	margin: 8px 0px;
}
div.paging a{
	padding: 4px 6px;
	border: 1px solid #999;
	background: #eee;
	text-decoration: none;
}
div.paging a:hover, div.paging a.selected{
	padding: 4px 6px;
	border: 1px solid #999;
	background: #666;
	text-decoration: none;
	color: #3FE113;
}


/* onboard view */

div.onboard {
	width:160px;
	height:90px;
	position:relative;
	margin:0;
	padding:0;
}
div.onboard img{
	width:160px;
	height:90px;
	position:absolute;
	top:0;
	left:0;
}

/* Icons */

a.gamebox {
	display:block;
	width: 300px;
	height: 120px;
	text-align: center;
	position: relative;
	text-decoration: none;
	background: #fff;
}

div.gameimage{
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 120px;
}
div.gametext{
	position: absolute;
	display: none;
	top: 44px;
	left: 0;
	width: 300px;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
}
a.widebox{
	width: 570px;
} 
a.widebox div.gameimage{
	width: 570px;
}
a.widebox div.gametext{
	width: 570px;
}


/*
 * For Drive Choose List
 */

div.onboardbox{
	padding: 14px;
}

div.drivebox{
	padding: 6px 8px;
}

div.drivebuttonbox{
	padding: 8px 6px;
}


/*************
 *
 * Messages
 *
 *************/


.info, .success, .error, .failure{
    border: 1px solid;
    margin: 8px 38px 8px 8px;
    padding:12px 10px 12px 38px;
    background-repeat: no-repeat;
    background-position: 10px center;
}


.success {
    color: #00529B;
    background-color: #DFF2BF;
    background-image:url('/img/msg_success.png');
}

.info {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('/img/msg_info.png');
}

.error{
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('/img/msg_warn.png');
}

.failure {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('/img/msg_stop.png');
}

.notice {
    border: 1px solid #4F8A10;
    margin: 8px 38px 8px 8px;
    padding:12px 10px 12px 20px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #00529B;
    background-color: #DFF2BF;
}

.info a, .success a, .warning a, .error a, .validation a, .failure a{
	color: #000099;
}

.red, .red a{
	color: #CC3333;
}

.example {
	color: darkgreen;
	font-size: small;
	line-height: 1.4;
}

.grey {
	color: #666;
	font-size: small;
	line-height: 1.4;
}


.must {
	color: #ff8600;
	vertical-align: super;
	font-size: x-small;
}
.attention {
	color: #ff8600;
	font-size: x-small;
}

.countzero{
	padding: 4px;
	color: #CC3333;
	font-family: 'Lucida Console', Verdana, 'sans-serif';
	font-size: 120%;
}

.timer{
	font-family: 'Lucida Console', Verdana, 'sans-serif';
	font-size: 120%;
	padding: 4px;
}

.micro{
	font-size: 75%;
}

.smalldate{
	font-size: 75%;
	color: #999;
}

.point{
	font-family: Verdana, 'sans-serif';
	font-size: 180%;
	color: #006666;
}

.private{
	color: #CC0000;
	font-size: 75%;
}

div.bonus{
	border: 1px solid #fff;
	clear: both;
	width: 600px;
	height: 120px;
	background: url('/img/bonus-frame.jpg') no-repeat;
	margin: 0;
	padding: 0;
}
div.bonus p{
	margin: 20px 20px;
	font-size: 110%;
	text-align: center;
	line-height: 1.3;
}

.height2{
	line-height: 2;
}

.right{
	text-align:right;
}



/*
 * color buttons
 */

a.spritebutton, a.spritetext{
	display:block;
	height: 64px;
	width: 270px;
	background-repeat:no-repeat;
	background-position:0 0;
}
a.spritebutton{
	text-indent:-9999px;
	color: transparent;
}
a.spritebutton:hover{
	background-position:0 -80px;
}
a.spritetext{
	float:left;
	background-position: 0 0;
	background: url('/img/button_white_bg.jpg') no-repeat;
	text-align: center;
	text-decoration: none;
	font-size: 24px;
	padding-top: 20px;
	color: #3399ff;
	text-decoration: none;
}
a.spritetext:visited{
	color: #3399ff;
	text-decoration: none;
}
a.spritetext:hover{
	color: #3FE113;
	background-position:0 -80px;
	text-decoration: none;
}

a.spritesmall, input.spritesmall{
	display:block;
	height: 30px;
	width: 180px;
	background-repeat:no-repeat;
	background-position:0 0;
	float:left;
	background: url('/img/button_small_bg.gif') no-repeat;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	padding-top: 12px;
	color: #3399ff;
}
a.spritesmall:visited{
	color: #3399ff;
	text-decoration: none;
}
a.spritesmall:hover{
	color: #3FE113;
	background-position:0 -50px;
	text-decoration: none;
}
a.attention{
	color: #333333;
	background: url('/img/button_small_orange_bg.gif') no-repeat;
}
a.attention:visited{
	color: #333333;
}
a.attention:hover{
	color: #ffffff;
}


/*
 * twitter follow
 */

div#followme{
	position: absolute;
	right: 0;
	top: 200px;
}

/*************
 *
 * Table Style
 *
 *************/

table.listtable {
	margin: 5px 20px;
	font-size: 100%;
	border-collapse:collapse;
}
table.formtable {
	border: solid 1px #DFE2EC;
	background-color: #fff;
	margin: 10px;
	font-size: 100%;
	text-align: left;
	border-collapse:collapse;
}

table.listtable th, table.formtable th {
	background: none;
	padding: 8px;
	background-color: #f3f3f3;
	vertical-align: top;
	font-size: small;
	color: #333;
	border-bottom: 1px solid #e8e8e8;
	text-align: center;
	white-space: nowrap;
}
table.listtable th{
	border-bottom: solid 1px #cacaca;
	text-align: left;
	white-space: nowrap;
}

table.listtable td {
	padding: 8px;
	border-bottom: solid 1px #cacaca;
	vertical-align: top;
}

table.withicon td{
	vertical-align: middle;
}
table.topalign td{
	vertical-align: top;
}

table.formtable th.setTitle, table.listtable th.setTitle  {
	border-bottom: 1px solid #ccc;
	padding: 5px 7px;
	background-color: #e8e8e8;
	color: #333;
	white-space: nowrap;
	text-align: left;
}

table.formtable td {
	padding: 4px 4px;
	border-bottom: 1px solid #e8e8e8;
}

table.noborder, table table.noborder{
	border: 0;
}

table.listtable tr#selectedrow{
	background-color: #FFFFEE;
}
table.listtable tr.hilight{
	background-color: #FFFFCC;
}
table.listtable tr.red{
	background-color: #ffcccc;
}
table.listtable td.number{
	text-align: right;
}

table caption{
	font-size: 90%;
	padding: 10px 0 8px 0px;
	font-weight: bold;
	text-align: left;
}
table caption a{
	font-weight: normal;
}

table.formtable .caption{
	background-color: #CDD5B9;
}

table.formtable tr.btnArea td {
	background-color: #f3f3f3;
	padding: 9px 7px;
}

table.vmiddle td{
	vertical-align: middle;
}
