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


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
	background:#FFF;
    line-height:1;
	font-family: Helvetica, "ヒラギノ角ゴ Pro W3",HiraKakuPro-W3, Osaka, "メイリオ",Meiryo, "ＭＳ Ｐゴシック",verdana, arial, sans-serif;
	font-size:12px;
	color:#313131;
	-webkit-text-size-adjust: none;
}
.ui-body-b {
	background:#313131;}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	color:#333;
	text-decoration:none;
}
.ui-link {
	color:#333;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select ,textarea{
	margin:0;
	padding:0;
    vertical-align:middle;
	font-size:99%;
}

/* Header */
	/*
header{
	background: -moz-linear-gradient(center top , #FFFFFF 0%, #F6F6F6 47%, #EDEDED 100%) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #EDEDED));
	background:#FFF;
	margin: 0;
    width: 100%;
	height:52px;
	background-image:url(../../images/common/header_bg.png);
	background-repeat:repeat-x;
	border-bottom:4px solid #000;
	position:relative;
}
    */

header{
	background:#FFF;
	margin: 0;
	width: 100%;
	height: 54px;
	border-bottom: 1px solid #FF3019;
	border-top: 1px solid #CF0404;
background: #cf0404;
background: -moz-linear-gradient(top,  #cf0404 10%, #ff3019 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#cf0404), color-stop(100%,#ff3019));
background: -webkit-linear-gradient(top,  #cf0404 10%,#ff3019 100%);
background: -o-linear-gradient(top,  #cf0404 10%,#ff3019 100%);
background: -ms-linear-gradient(top,  #cf0404 10%,#ff3019 100%);
background: linear-gradient(to bottom,  #cf0404 10%,#ff3019 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf0404', endColorstr='#ff3019',GradientType=0 );
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
}


#top_h1 {
	position:absolute;
	color:#FFF;
	top:5px;
	left:70px;
	height:50px;
}
header h1{
	padding:0 0 0 0;
	font-size:11px;
}
#top_h1 p{
	font-size:0.75em;
	margin:5px 0 5px 0;
	padding:0;
}

#logo_img {
  height: auto;
  margin: 2px 0 0 5px;
  width: 62px;
}

header #top_menu_Btn {
  position: absolute;
  right: 0px;
  top: 0;
  width: 57px;
}

header #top_jp_Btn {
  position: absolute;
  right: 58px;
  top: 0;
  width: 57px;
}

#contents {
  margin-top: 56px;
}

/* Footer */
footer{
	border-top:4px solid #000;
	border-bottom:1px solid #bfbfbf;
  height: 56px;
  position: relative;
  width: 100%;
background: #c6c6c6;
background: -moz-linear-gradient(top,  #c6c6c6 0%, #e9e9e9 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6c6c6), color-stop(100%,#e9e9e9));
background: -webkit-linear-gradient(top,  #c6c6c6 0%,#e9e9e9 100%);
background: -o-linear-gradient(top,  #c6c6c6 0%,#e9e9e9 100%);
background: -ms-linear-gradient(top,  #c6c6c6 0%,#e9e9e9 100%);
background: linear-gradient(to bottom,  #c6c6c6 0%,#e9e9e9 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6c6c6', endColorstr='#e9e9e9',GradientType=0 );
}
footer table{
	width:100%;
}
footer table:first-of-type td{
	vertical-align:middle;
}
footer table:first-of-type td:first-of-type{
	width:105px;
}

footer #foot_company_Btn {
	display:block;
	margin:3px 0 0 10px;
	text-shadow:0 1px #FFF;
	background-attachment: scroll, scroll;
    background-clip: border-box, border-box;
    background-color: transparent;
	background: url(../../images/common/arrow_s.png);
    background-origin: padding-box;
    background-position: 98% center;
    background-repeat: no-repeat;
	line-height:15px;
}

footer #FootBtn {
	position:relative;
}

footer #foot_pc_Btn {
  position: absolute;
  right: 112px;
  top: 1px;
  width: 54px;
}

#foot_contact_Btn {
  position: absolute;
  right: 57px;
  top: 1px;
  width: 54px;
}

footer #foot_top_Btn {
  display: block;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 54px;
}


footer p {
  position: absolute;
  text-align: center;
  top: 17px;
  width: 120px;
}


footer p a{
	color:#0464B9;
}

/* TOP MENU */
#TOP_menu {
	position:absolute;
	z-index:9999;
	width:310px;
	border:5px solid #BC0000;
	top: 55px;
	right: 0;
	display:none;
}
.topList{
	margin:0 0;
	/*
	border-radius: 10px;
    -webkit-border-radius: 10px;  
    -moz-border-radius: 10px;*/
}
.topList li{
	border-bottom:1px #CECECE solid;
	padding:1px 3px 1px 0;	
}
.topList li a{
	display:block;
	padding:0 0 0 47px;
	font-size:14px;
	font-weight:bold;
	line-height:45px;
	color:#333;
	display: block;
	background-attachment: scroll, scroll;
    background-clip: border-box, border-box;
    background-color: transparent;
	background: url(/sp/images/common/arrow_b.png);
    background-origin: padding-box;
    background-position: 98% center;
    background-repeat: no-repeat;
}
#menu1 {
	background:url(/sp/images/top/menu_ico_1.png) no-repeat 10px center, -moz-linear-gradient(bottom, #FFF 0%, #DDD 100%);
	background:url(/sp/images/top/menu_ico_1.png) no-repeat 10px center,-webkit-gradient(linear, left bottom, left top, color-stop(0, #FFF), color-stop(1, #DDD));
	background:url(/sp/images/top/menu_ico_1.png) no-repeat 10px center, linear-gradient(bottom, #FFF 0%, #DDD 100%);
}
#menu2 {
	background:url(/sp/images/top/menu_ico_2.png) no-repeat 10px center, -moz-linear-gradient(bottom, #FFF 0%, #DDD 100%);
	background:url(/sp/images/top/menu_ico_2.png) no-repeat 10px center,-webkit-gradient(linear, left bottom, left top, color-stop(0, #FFF), color-stop(1, #DDD));
	background:url(/sp/images/top/menu_ico_2.png) no-repeat 10px center, linear-gradient(bottom, #FFF 0%, #DDD 100%);
}
#menu3 {
	background:url(/sp/images/top/menu_ico_3.png) no-repeat 10px center, -moz-linear-gradient(bottom, #FFF 0%, #DDD 100%);
	background:url(/sp/images/top/menu_ico_3.png) no-repeat 10px center,-webkit-gradient(linear, left bottom, left top, color-stop(0, #FFF), color-stop(1, #DDD));
	background:url(/sp/images/top/menu_ico_3.png) no-repeat 10px center, linear-gradient(bottom, #FFF 0%, #DDD 100%);
}

/* Common Class */
.menuTT {
	background:url(/sp/images/common/sub_h2_point.gif) no-repeat 5px center, -moz-linear-gradient(bottom, #34454e 0%, #cbd0d7 100%);
	background:url(/sp/images/common/sub_h2_point.gif) no-repeat 5px center,-webkit-gradient(linear, left bottom, left top, color-stop(0, #34454e), color-stop(1, #cbd0d7));
	background:url(/sp/images/common/sub_h2_point.gif) no-repeat 5px center, linear-gradient(bottom, #34454e 0%, #cbd0d7 100%);
	
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #3B474E;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 1.8em;
    padding: 0 0 0 20px;
}
.menuTT h2{
	float:left;
}
.menuTT span {
	margin-right:5px;
}

.top_carNM{
	float:right;
	border:1px solid #CCC;
    border-radius: 5px 5px 5px 5px;
	height:1.4em;
	font-size:11px;
	font-weight:100;
	line-height:1.6em;
	margin:1px 5px 0 0;
	box-shadow:0 0 2px #333;
	background:#FFF;
	color:#333;
	padding:0 3px 0 5px;
}

.menu_subTT{
	border-bottom:2px solid #bc0000;
	padding:0 0 0 47px;
	font-size:14px;
	font-weight:bold;
	line-height:45px;
	color:#333;
}
.menu_subTT_br {
	border-bottom:2px solid #bc0000;
	padding:0 0 0 47px;
	font-size:12px;
	font-weight:bold;
	height:45px;
	color:#333;
}
.menu_subTT_br span {
	width:80%;
	height:38px;
	display:block;
	float:left;
	line-height:1.4em;
	padding:7px 0 0 0;
	
}
#sub_menu1 {
	background:url(/sp/images/top/menu_ico_1.png) no-repeat 10px center, -moz-linear-gradient(bottom, #FFF 0%, #F5F5F5 100%);
	background:url(/sp/images/top/menu_ico_1.png) no-repeat 10px center,-webkit-gradient(linear, left bottom, left top, color-stop(0, #FFF), color-stop(1, #F5F5F5));
	background:url(/sp/images/top/menu_ico_1.png) no-repeat 10px center, linear-gradient(bottom, #FFF 0%, #F5F5F5 100%);
}
#sub_menu2 {
	background:url(/sp/images/top/menu_ico_2.png) no-repeat 10px center, -moz-linear-gradient(bottom, #FFF 0%, #F5F5F5 100%);
	background:url(/sp/images/top/menu_ico_2.png) no-repeat 10px center,-webkit-gradient(linear, left bottom, left top, color-stop(0, #FFF), color-stop(1, #F5F5F5));
	background:url(/sp/images/top/menu_ico_2.png) no-repeat 10px center, linear-gradient(bottom, #FFF 0%, #F5F5F5 100%);
}
#sub_menu3 {
	background:url(/sp/images/top/menu_ico_3.png) no-repeat 10px center, -moz-linear-gradient(bottom, #FFF 0%, #F5F5F5 100%);
	background:url(/sp/images/top/menu_ico_3.png) no-repeat 10px center,-webkit-gradient(linear, left bottom, left top, color-stop(0, #FFF), color-stop(1, #F5F5F5));
	background:url(/sp/images/top/menu_ico_3.png) no-repeat 10px center, linear-gradient(bottom, #FFF 0%, #F5F5F5 100%);
}


#backBtn {
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(50%,#F1F1F1), color-stop(51%,#E1E1E1), color-stop(100%,#F6F6F6));
	border: 1px solid #666666;
    border-radius: 5px 5px 5px 5px;
    color: #bc0000;
	text-shadow:0 1px #FFF;
    text-decoration: none;
    font-size: 12px;
	font-weight:bold;
    text-align: center;
    vertical-align: middle;
    height: 28px;
	line-height:32px;
	padding:3px 10px 0;
	float:right;
	margin:6px 8px 0 0;
}



/* COMMON CLASS */
.c {clear:both;height:0;line-height:0;}
.c_p {cursor:pointer;}
.fl {float:left;}
.fr {float:right;}
.lyBm { margin-bottom:10px; }
.t_r {text-align:right;}
.f11 {font-size:11px;}
.ime_a{ime-mode:active;}
.ime_n{ime-mode:disabled;}
.rF { color:#F00;}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.banner320 {
	width:320px;
	height:64px;
	margin:5px auto;
}
.btn_300 {
	width:300px;
	margin:auto;
}
.m5t { margin-top:5px;}
.m10t { margin-top:10px;}
.m15b { margin-bottom:15px;}
.m5t10bm { margin-top:5px; margin-bottom:10px;}
