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

/*パンクズ*/
div.topicpath {
    clear: both;
    margin: 10px 0px 11px 5px;
}

div.topicpath ul li {
    display: inline;
    font-size: 12px;
}

div.topicpath ul li.greatly{
	font-size: 10px;
	padding: 0px 5px;
}

div.topicpath ul li a:link{
	color: #1d54a6;
	text-decoration: none !important;
}

div.topicpath ul li a:hover{
	color: #ff0000;
	text-decoration: underline !important;
}

div.topicpath ul li a:visited{
	color: #941d55;
	text-decoration: none !important;
}

div.topicpath ul li.top_link a:link{
	color: #1d54a6;
	text-decoration: none !important;
	font-weight: bold;
}

div.topicpath ul li.top_link a:hover{
	color: #ff0000;
	text-decoration: underline !important;
}

div.topicpath ul li.top_link a:visited{
	color: #941d55;
	text-decoration: none !important;
}
/*パンクズここまで*/

/*検索全体*/

body div#wrap { 
	width:960px; 
    margin: 0 auto;
/*	font-family: "ヒラギノ角ゴ Pro W3",メイリオ,"ＭＳ Ｐゴシック", verdana, arial, sans-serif; */
}

body{
	color: #333333;
	background-color:white;
	margin:0 15px 0 15px;
	padding: 0;
}

a:link { color:#1d54a6; text-decoration:none;}
a:visited { color:#941d55; text-decoration:none;}
a:hover { color:#ff0000; text-decoration:underline;}

/*ページの先頭に戻る*/

.pagebtmLine {
	width: 930px;
	height: 25px;
	margin: 0 auto;
	background:url("/evbike/common/images/bg_page_btm.gif") left top no-repeat;
	
}

.page_top{
    background: url("/evbike/common/images/icon_arrow02.gif") no-repeat scroll right 0;
    float: right;
    margin: 0px 0px 10px 0px;
    padding-right: 13px;
    color: #1d54a6;
    font-size: 12px;
}

.mr14{
	margin-right: 14px;
}

/* ============================================================ h2titleBar */

.h2titleBar {
	height: 50px;
	margin: 0 0 25px;
	padding: 0 17px 0 0;
	background:url("/evbike/common/images/bg_h2.gif") left top repeat-x;
}

.h2titleBar h2 {
	float: left;
	height: 50px;
	padding: 0 0 0 25px;
	font-size: 18px;
	line-height: 45px;
	font-weight: bold;
}

.h2titleBar a.searchBtn {
	float: right;
}

a.searchBtn {
	display: block;
	margin: 7px 0 0;
	background:url("/evbike/common/images/btn_searchtop_on.gif") left top no-repeat;
	text-decoration: none;
	cursor: pointer;
	/* \*/
	overflow: hidden;
	/* */
}

a:hover.searchBtn img {
	visibility: hidden;
}

a:hover.searchBtn {
	background-color: transparent;
}

h3 {
	width: 930px;
	padding: 0 0 0 15px;
	margin: 0 auto 15px;
    background: url("/evbike/common/images/bg_h3.gif") left top no-repeat;
	font-size: 16px;
	font-weight: bold;
	line-height: 27px;
}

