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

*{
	margin:0px;
	padding:0px;
}

body {
	background-color:#000;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
}

img{
	max-width:260px;
	height:auto;
	display:block;
	margin:10px auto;
}


#header{
	height:40px;
	background:url(images/sp/title.png) center center no-repeat #333;
	position:relative;
}

#header h1{
	display:none;
}

#header .goto_home{
	display:block;
	height:40px;
	width:260px;
}

#language_menu{
	position:absolute;
	left:0px;
	top:0px;
	height:40px;
	width:60px;
	z-index: 100;
}

#language_menu h4{
	line-height:40px;
	text-align:center;
	color:#333;
	background-color:#BFBFBF;
	border-right:1px solid #000;
}

#language_menu ul{
	position:absolute;
	top:40px;
	left:0px;
	background-color:#000;
	z-index:10;
	width:192px;
	padding:6px;
	display:none;
}

#language_menu ul li{
	list-style-type:none;
	width:60px;
	height:60px;
	margin:2px;
	float:left;
}

#language_menu ul li a{
	display:block;
	width:60px;
	height:60px;
	color:#333;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #999999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#999999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#999999 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#999999 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#999999 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
	line-height:60px;
	text-align:center;
	position:relative;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}


#language_menu ul li a:hover{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #fe8f3e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fe8f3e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#fe8f3e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#fe8f3e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#fe8f3e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#fe8f3e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fe8f3e',GradientType=0 ); /* IE6-9 */
	box-shadow:inset 0px 0px 10px rgba(255,255,255,1);
}

#header_menu{
	position:absolute;
	right:0px;
	top:0px;
	height:40px;
	width:60px;
	z-index: 100;
}

#header_menu h4{
	line-height:40px;
	text-align:center;
	color:#333;
	background-color:#BFBFBF;
	border-left:1px solid #000;
}

#header_menu ul{
	position:absolute;
	top:40px;
	right:0px;
	background-color:#000;
	z-index:10;
	width:222px;
	padding:6px;
	display:none;
}

#header_menu ul li{
	list-style-type:none;
	width:70px;
	height:70px;
	margin:2px;
	float:left;
}

#header_menu ul li a{
	display:block;
	width:70px;
	height:70px;
	color:#333;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #999999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#999999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#999999 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#999999 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#999999 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
	line-height:70px;
	text-align:center;
	position:relative;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}


#header_menu ul li a:hover{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #fe8f3e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fe8f3e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#fe8f3e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#fe8f3e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#fe8f3e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#fe8f3e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fe8f3e',GradientType=0 ); /* IE6-9 */
	box-shadow:inset 0px 0px 10px rgba(255,255,255,1);
}

#header_menu ul li.black a{
	color:#fff;
	background: #999999; /* Old browsers */
	background: -moz-linear-gradient(top,  #999999 0%, #333333 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#333333)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #999999 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #999999 0%,#333333 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #999999 0%,#333333 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #999999 0%,#333333 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
}

#header_menu ul li.black a:hover{
	background: #ff842e; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff842e 0%, #441a01 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff842e), color-stop(100%,#441a01)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff842e 0%,#441a01 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff842e 0%,#441a01 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff842e 0%,#441a01 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff842e 0%,#441a01 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff842e', endColorstr='#441a01',GradientType=0 ); /* IE6-9 */
	box-shadow:inset 0px 0px 10px rgba(255,255,255,1);
}

#footer{
	height:60px;
	background-color:#333;
	color:#BFBFBF;
	font-size:10px;
	position:relative;
}

#footer h7{
	font-weight:normal;
	line-height:30px;
	text-align:left;
	margin-left:10px;
}

#footer .goto_top{
	display:block;
	position:absolute;
	right:0px;
	top:0px;
	background-color:#BFBFBF;
	border-left:1px solid #000;
	text-align:center;
	line-height:30px;
	height:30px;
	padding:0px 5px;
	text-decoration:none;
	color:#333;
}

#copyright{
	height:11px;
	font-size:10px;
	color:#999;
	text-align:center;
	line-height:1.2;
	margin-top:20px;
}

#contents{
	margin:8px;
	background-color:#fff;
	padding:5px;
	color:#333;
	font-size:14px;
}

.body-caption{
	width:280px;
	height:280px;
	background:url(jp/images/body_caption.gif) center top no-repeat;
	background-size:contain;
	margin:5px auto;
}

.body-caption p{
	display:none;
}


.banner ul{
	margin:6px;
}

.banner ul:after{
	content:"";
	display:block;
	height:1px;
	clear:both;
}

.banner ul li{
	list-style-type:none;
	float:left;
	margin:2px;
}

.banner ul li a{
	display:block;
	background-position:center center;
	background-size:contain;
	background-repeat:no-repeat;
	width:148px;
	height:65px;
	border:1px solid #555;
}
.banner ul li a span{
	display:none;
}

#contents #entrance_menu{
	background-color:#000;
	padding:10px;
	width:250px;
	margin:10px auto;
}

#contents #entrance_menu ul{
	margin:0px;
}

#contents #entrance_menu ul:after{
	content:"";
	clear:both;
	height:1px;
	display:block;
}

#contents #entrance_menu ul li{
	float:left;
	list-style-type:none;
	margin:10px;
}

#contents #entrance_menu ul li a{
	display:block;
	width:100px;
	height:100px;
	text-align:center;
	line-height:100px;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:18px;
	text-decoration:none;
	text-shadow:-1px -1px 0px rgba(0,0,0,0.4), 1px 1px 0px rgba(255,255,255,0.4);
}

#contents #entrance_menu ul li a span{
	display:none;
}

#contents #entrance_menu ul li#m-pc a{
	color:#333;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #999999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#999999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#999999 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#999999 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#999999 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
	line-height:1.0;
	padding-top:15px;
	height:85px;
}

#contents #entrance_menu ul li#m-pc a:hover{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #fe8f3e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fe8f3e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#fe8f3e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#fe8f3e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#fe8f3e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#fe8f3e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fe8f3e',GradientType=0 ); /* IE6-9 */
	box-shadow:inset 0px 0px 10px rgba(255,255,255,1);
}

#contents #entrance_menu ul li#m-mobile a{
	margin-left:5px;
	color:#fff;
	background: #999999; /* Old browsers */
	background: -moz-linear-gradient(top,  #999999 0%, #333333 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#333333)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #999999 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #999999 0%,#333333 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #999999 0%,#333333 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #999999 0%,#333333 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
}

#contents #entrance_menu ul li#m-mobile a:hover{
	background: #ff842e; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff842e 0%, #441a01 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff842e), color-stop(100%,#441a01)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff842e 0%,#441a01 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff842e 0%,#441a01 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff842e 0%,#441a01 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff842e 0%,#441a01 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff842e', endColorstr='#441a01',GradientType=0 ); /* IE6-9 */
	box-shadow:inset 0px 0px 10px rgba(255,255,255,1);
}


#contents .page_title{
	margin-bottom:10px;
	position:relative;
	background-color:#eee;
}

#contents .page_title.index,
#contents .page_title.jp,
#contents .page_title.en,
#contents .page_title.th,
#contents .page_title.kr,
#contents .page_title.cn,
#contents .page_title.tw
{
	display:none;
}


#contents .page_title h2{
	font-size:28px;
	font-weight:bold;
	line-height:28px;
	padding:5px 10px;
color: #3b3b3b;
text-shadow:
-1px -1px 0px #5c5c5c,
1px -1px 0px #5c5c5c,
1px 1px 0px #5c5c5c,
-1px 1px 0px #5c5c5c,
1px 2px 3px rgba(0, 0, 0, 0.6);
}


#contents .page_title .small{
	font-size:12px;
	color:#999;
	text-shadow:none;
}

#contents h3{
	border-bottom:1px dotted #999;
	padding:5px;
	color:#333;
	font-si:16px;
	margin:20px 0px 15px 0px;
}

#contents h4{
	color:#333;
	font-size:14px;
	font-weight:bold;
	margin:20px 10px 10px 10px;
}

#contents ul{
	margin:1em 1em;
}

#contents ul li{
	margin:0px 0px 5px 1em;
}

#contents .menu{
}

#contents .menu li{
	list-style-type:none;
	margin:0px 0px 10px 0px;
	font-size:12px;
}

#contents .menu li a{
	background:#ddd;
	color:#333;
	padding:10px;
	text-decoration:none;
	display:block;
	font-size:16px;
	text-align:center;
	font-weight:bold;
	text-shadow:-1px -1px 1px rgba(0,0,0,0.5),1px 1px 1px rgba(255,255,255,0.7);
	box-shadow:inset 0px 0px 5px rgba(255,255,255,0.7), 1px 1px 3px rgba(0,0,0,0.6);
}


#contents .menu a:hover{
}

#contents table{
	border:2px solid #fff;
	border-collapse:collapse;
}

#contents table th{
	background-color:#555;
	padding:3px;
	color:#fff;
	font-weight:normal;
	font-size:12px;
	text-align:center;
	border:2px solid #fff;
}

#contents table td{
	background-color:#EEE;
	padding:3px;
	border:2px solid #fff;
	font-size:12px;
}

#contents p{
	margin:1em;
}

#contents table .icon-list{
	text-align:center;
	white-space:nowrap;
}

#contents table .icon-list img{
	display:inline-block;
	margin:0px -3px;
}

#contents ul,
#contents ol,
#contents dl
{
	margin:1em;
}

#contents ul li{
	margin-left:1em;
}

#contents dl dt{
	font-weight:bold;
	margin-top:10px;
}

#contents dl dd{
	margin-left:1em;
}

#contents ul.link{
	margin:1em 5px;
}

#contents ul.link li{
	list-style-type:none;
	margin:0px;
	border:1px solid #999;
	margin-bottom:10px;
	background-color:#eee;
}

#contents ul.link li .title{
}

#contents ul.link li .title a{
	text-decoration:none;
	display:block;
	background-color:#555;
	color:#fff;
	padding:5px;
}

#contents ul.link li .title a:before{
	content:"Click!";
	display:inline-block;
	padding:1px 3px;
	font-size:10px;
	border:1px solid #fff;
	margin-right:10px;
	border-radius:3px;
	vertical-align:top;
}

#contents ul.link li .text{
	margin:5px;
}

#contents form input[type=text],
#contents form input[type=password]
{
	border:1px solid #999;
	padding:5px;
	width:90%;
}

#contents form textarea{
	border:1px solid #999;
	padding:5px;
	width:90%;
	height:12em;
}

#contents form input[type=submit]{
	display:block;
	margin:1em auto;
	border:1px solid #999;
	height:30px;
	width:100px;
	font-size:16px;
}

#contents .mobile{
	display:none;
}

#contents .page-navigation{
	margin:2em 1em 0em 1em;
	font-size:12px;
}

#contents .page-navigation:after{
	content:"";
	display:block;
	clear:both;
	height:1px;
}

#contents .page-navigation .backward{
	width:30%;
	display:block;
	float:left;
}
#contents .page-navigation .pagenum{
	width:40%;
	float:left;
	text-align:center;
}
#contents .page-navigation .forward{
	width:30%;
	float:right;
	display:block;
}

#contents .page-navigation a{
	background:#333;
	color:#fff;
	padding:5px;
	text-decoration:none;
	display:block;
	text-align:center;
	text-shadow:-1px -1px 1px rgba(0,0,0,0.5),1px 1px 1px rgba(255,255,255,0.7);
	box-shadow:inset 0px 0px 5px rgba(255,255,255,0.7), 1px 1px 3px rgba(0,0,0,0.6);
}



#contents .message-navigation{
	margin:2em 1em 0em 1em;
	font-size:12px;
}

#contents .message-navigation:after{
	content:"";
	display:block;
	clear:both;
	height:1px;
}

#contents .message-navigation .backward{
	width:30%;
	display:block;
	float:left;
}

#contents .message-navigation .forward{
	width:30%;
	float:right;
	display:block;
}
#contents .message-navigation a{
	background:#333;
	color:#fff;
	padding:5px;
	text-decoration:none;
	display:block;
	text-align:center;
	text-shadow:-1px -1px 1px rgba(0,0,0,0.5),1px 1px 1px rgba(255,255,255,0.7);
	box-shadow:inset 0px 0px 5px rgba(255,255,255,0.7), 1px 1px 3px rgba(0,0,0,0.6);
}

#contents .board-view{
	margin:20px 10px;
}

#contents .board-view .title{
	padding:5px;
	background-color:#111;
	color:#fff;
}

#contents .board-view .title:after{
	content:"";
	display:block;
	clear:both;
	height:1px;
}

#contents .board-view .comment-no{
	font-size:16px;
}

#contents .board-view form input[type=submit]{
	display:inline;
	height:auto;
	width:auto;
	font-size:12px;
}

#contents .board-view .title .res-button{
	float:right;
}

#contents .board-view .comment{
	background-color:#DCDCDC;
	padding:10px;
}

#contents .board-view .info{
	padding:10px;
	background-color:#555555;
	color:#fff;
	text-align:right;
}

#contents .board-view .info a{
	color:#fff;
}

#contents .board-view .info img{
	display:inline;
	margin:auto;
}

#contents #board #sitemap{
	margin:5px;
}

#contents #board #sitemap li{
	margin:0px;
	position:relative;
	line-height:1.2;
}

#contents #board #sitemap li a{
	display:block;
	background-image:none;
	padding:5px;
}

#contents #board #sitemap li ul{
	border-left:10px solid #777;
}


#contents #board #sitemap li .number{
	font-size:12px;
}

#contents #board #sitemap li .title{
	font-size:16px;
	line-height:1.8;
}

#contents #board #sitemap li .date{
	position:absolute;
	right:7px;
	top:7px;
	font-size:12px;
	color:#555;
}

#contents #board #sitemap li .data{
	float:right;
	clear:both;
}

#contents #board #sitemap li .username{
	float:left;
}
#contents #board #sitemap li .spec{
	float:left;
}

#contents #board .parent,
#contents #board .child
{
}

#contents #board .parent span,
#contents #board .child span
{
	color:#fff;
	background: #444; /* Old browsers */
	border:1px solid #999;
	padding:5px;
	width:60px;
	text-align:center;
	display:inline-block;
	border-top-left-radius:6px;
	border-bottom-left-radius:6px;
	position:relative;
	z-index:1;
}

#contents #board .parent a,
#contents #board .child a
{
	color:#333;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #999999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#999999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#999999 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#999999 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#999999 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
	padding:5px 10px;
	width:170px;
	display:inline-block;
	border:1px solid #aaa;
	text-decoration:none;
	border-radius:6px;
	border-bottom-right-radius:5px;
	box-shadow:0px 0px 3px rgba(0,0,0,0.6);
	position:relative;
	z-index:2;
	margin-left:-3px;
}

#contents #board .parent a:hover,
#contents #board .child a:hover{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #fe8f3e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fe8f3e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#fe8f3e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#fe8f3e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#fe8f3e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#fe8f3e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fe8f3e',GradientType=0 ); /* IE6-9 */
	box-shadow:inset 0px 0px 10px rgba(255,255,255,1);
}


.sp-nodisp{
	display:none;
}

#contents .map-photo:after{
	content:"";
	clear:both;
	height:1px;
	display:block;
}

#contents .map-photo li{
	float:left;
	list-style-type:none;
}

#contents .map-photo li img{
	display:inline;
	margin:auto;
	border:2px solid #999;
}

#contents .access{
	margin:0px;
}

#contents .access li{
	list-style-type:none;
	background-color:#666666;
	padding:5px;
	width:200px;
	text-align:center;
	color:#fff;
}

#contents .access li.trafic{
	background-color:transparent;
	color:#333;
	padding:0px;
	background:url(images/arrow.gif) center center no-repeat;
	font-size:12px;
	width:210px;
}

#contents .access li.bb{
	background-color:#FF781A;
}

#contents #faq{
	margin:10px;
}

#contents #faq dt{
	font-weight:bold;
	padding:5px 5px 5px 2em;
	background-color:#eee;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border:1px solid #999;
	position:relative;
}

#contents #faq dt:before{
	content:"Q.";
	color:#FF781A;
	font-weight:bold;
	font-size:18px;
	position:absolute;
	left:5px;
	top:1px;
}

#contents #faq dd{
	padding:5px 5px 5px 2em;
	background-color:#fff;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	border:1px solid #999;
	border-top:none;
	margin:0px 0px 10px 0px;
	position:relative;
}
#contents #faq dd:before{
	content:"A.";
	color:#5599FF;
	font-weight:bold;
	font-size:18px;
	position:absolute;
	left:5px;
	top:1px;
}

#main-image{
	height:111px;
	width:280px;
	background-color:#000000;
	background-repeat:no-repeat;
	background-position:left top;
	background-size:280px 111px;
	margin:7px auto;
}

#main-image p{
	display:none;
}

#main-image a{
	display:block;
	height:111px;
	width:280px;
}



