@charset "utf-8";
@import url(top.css);
@import url(search.css);
@import url(detail.css);
@import url(shop.css);
@import url(contact.css);

===== 1: universal reset =================================
*/

*{
	margin:0;
	padding:0;
}

/*

===== 2: body and base setting ===========================
*/

body {
	text-align:center;
	margin: 0px;
	padding: 0px;
	background: #FFF url(../img/bg.gif) repeat-x top;
	color:#4b4b4b;
	font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, "MS SVbN", sans-serif;
	font-style: normal;
	font-weight: 1.4;
	font-variant: normal;
}
/* general params
--------------------*/

h1, h2, h3, h4, h5, h6, 
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	padding: 0;/* margin&padding reset */
	line-height: 1.6;/* base line height */
	display: block;
	margin: 0px;
	font-size:small;
}
.naviov{
	/* JavascriptEEEXI[o[pNX */
}
img {
	border: none;/* img do not want a border */
}
a {
	color: #4b4b4b;
	text-decoration: none;
}
a:hover {
	color: #00236B;
	text-decoration: underline;
}
#main a {
	color: #4b4b4b;
	text-decoration: underline;
}
#main a:hover {
	color: #00236b;
	text-decoration: underline;
}

li { list-style: none; }/* link do not want a dot */
#container {
	width: 897px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 22px;
	border-left-width: 22px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 0px;
}
#logo {
	float: left;
	text-align: left;
}

#cap {
	float: left;
	font-weight: normal;
	font-size: 12px;
	margin-top: 20px;
	padding-left: 7px;
	background-image: url(../img/line0.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#header {
	width: 897px;
}
#head_navi {
	margin-top: 20px;
	font-size: 12px;
	float: right;
}

#navi {
	clear: both;
	margin-bottom: 6px;
}


#sidenavi {
	width: 185px;
	float: left;
	text-align: left;
}
#sidenavi ul{
	margin-top: 3px;

}
#sidenavi li{
	margin-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
}
#sidenavi .car_name{
	background-image: url(/img/user/cmn/line1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#sidenavi .car_type{
	background-image: url(/img/user/cmn/line2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#sidenavi .car_type a{
	display: block;
}
#sidenavi .news li{
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 10px;
}
.side_btn {
	margin-top: 3px;
}
#main {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 700px;
}
.float_clear {
	clear: both;
}

#stage {
	width: 897px;
}
.line_blue {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #00236b;
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
}

#to_top {
	clear: both;
	padding-top: 15px;
}
#campaign {
	margin-top: 10px;
	margin-bottom: 7px;
}

.marjin-left5 {
	margin-left: 5px;
}
.marjin-top10 {
	margin-top: 10px;
}
td {
	font-size: 12px;
}
#footer td {
	font-size: 12px;
}
#footer {
	width: 897px;
}
.txt_red {
	font-size: 15px;
	font-weight: bold;
	color: #FF0000;
}
input {
	vertical-align: middle;
}
form,textarea,input,select {
	border: 1px solid #c8c8c8;
}
.no-border {
	border: none;
}
.padding_5 {
	padding: 5px;
}


/* koizumi add start */
#static-content {
	padding:0 10px;
}


#static-content p {
	font-size:12px;
	line^height:140%;
	margin-bottom:25px;
}

#static-content h2 {
	margin:30px 0 15px 0;
	background:url(../img/line_3.gif) repeat-x left bottom;
	padding:0 0 7px 0;

}

#static-content h3 {
	margin:25px 0 10px 0;
	border-bottom:1px dotted #999;
	padding:0 0 3px 0;
	font-size:12px;
	font-weight:bold;
	color:#0D48AD;
}

#static-content ul {
	margin:0 0 20px 20px;
	font-size:12px;
}


#static-content ul li {
	list-style-type:disc;

}

#static-content p.link {
	text-align:right;
}

#static-content p.link a {
	background:url(../../choose/img/ar_link.gif) no-repeat 0 4px;
	color:#0D48AD;
	padding: 0 0 0 10px;
	display:inline-block;
	font-size:12px;
}

/* koizumi add end */