/* CSS Document */

/*ブラウザデフォルト*/

*{
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,p,em,strong{
    font-size:100%;
	font-weight:normal;
	font-style:normal;
}

a img {
	border-style: none;
}

a {
	color: #444444;
}

a:visited {
	color: #666666;
}

a:hover {
	color: #FF0000;
}

ul {
	list-style: none;
}

html {
    scrollbar-3dlight-color : #cccccc;
    scrollbar-arrow-color : #cccccc;
    scrollbar-base-color : #ffffff;
    scrollbar-darkshadow-color : #ffffff;
    scrollbar-highlight-color : #ffffff;
    scrollbar-shadow-color : #999999;
    scrollbar-track-color : #ffffff;
}

img {
    vertical-align:bottom;
}


/*レイアウト*/

body {
	background: #FFFFFF;
	text-align: center;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 80%;
	line-height: 1.5;
}

#container {
	width: 900px;
	text-align: left;
	margin: 0px auto;
	padding: 10px 0px 0px;

}
#header {
	width: 900px;
	padding: 15px 0px 0px;     
        margin-bottom: 25px;
}

#banner {
	margin-bottom: 15px;
}

#site-title {
	text-indent: -9999px;
	background: url(http://bike-search.jp/image/logo.gif) no-repeat;
	margin: 0px;
	padding: 0px;
}

#site-title a {
	display: block;
	height: 62px;
	width: 316px;
	text-decoration: none;
}

#center {
	float: left;
	width: 710px;
	margin-bottom: 30px;
}

#content {
	float: right;
	width: 510px;
	border-top: 2px solid #A3A3A3;
	padding-top: 7px;
}

#side {
	float: right;
	width: 170px;
	
	margin-bottom: 30px;
	padding-top: 7px;
}

#menu {
	float: left;
	width: 180px;
	border-top: 2px solid #A3A3A3;
	padding-top: 7px;
}


/*メニュー*/

#menu h2 {
	font-weight: bold;
	color: #CD0001;
	padding-bottom: 6px;
	margin-left: 4px;
	font-size: 110%;
}

#categories li {
	margin-bottom: 7px;
	font-size: 110%;
	margin-left: 4px;
}
#categories li a {
	font-weight: bold;
	color: #8C8C8C;
}

#categories li a:hover {
	color: #FF0000;
}

#categories ul {
	margin-bottom: 6px;
}


/*ページ*/

.page-title {

	color: #CD0001;
	font-weight: bold;
	border-bottom: 1px solid #CD0001;
	margin-bottom: 15px;

}

.navi_title {

	font-weight: bold;
	color: #999999;
}

.linksite-title01 {
	background: url(image/list_red05.gif) no-repeat 0px 5px;
	padding-left: 20px;
	margin-top: 5px;
}

.linksite-img {
	padding-bottom: 5px;	
	padding-top: 15px;
}

.linksite-img img {
	border: 1px solid #CCCCCC;
}

.comment-body {
	padding-top: 7px;
}

.linksite-box01 {
	border-top: 1px solid #CCCCCC;
}

.linksite-box02 {
	border-top: 1px solid #CCCCCC;
	padding-bottom: 15px;
}


/*アーカイブ*/

.archives h2 {
	background: url(image/list02.gif) no-repeat 1px 6px;
	padding-left: 20px;
	font-size: 110%;
	margin-bottom: 6px;
}

.entry-link {
        font-size: 110%;
	float: left;
	width: 240px;
}

.entry-link a {
	margin-left: 25px;
	background: url(image/list_red04.gif) no-repeat left center;
	padding-left: 12px;
}

.archives-green h2 {
	background: url(image/sublist.gif) no-repeat 1px 6px;
	padding-left: 20px;
	font-size: 110%;
	margin-bottom: 6px;
}

.entry-link-green {
        float: left;
	width: 240px;
}

.entry-link-green a {
	margin-left: 25px;
	background: url(image/list_04.gif) no-repeat left center;
	padding-left: 12px;
}

.archive-list {
	padding-bottom: 15px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
}


/*サブメニュー*/

.submenu {
	margin-top: 15px;
	text-align: right;
}

.submenu li {
	display: inline;
}


/*メインアド*/

.mainboxy {
	border: 1px solid #999999;
	margin-bottom: 20px;
	padding: 0px;
	float: left;
}

.mainscroll {
	height: 290px;
	overflow: auto;
	border: 1px solid #999999;
	float: right;
	width: 545px;
}

.mainupbox {
	padding: 7px 15px 13px 20px;
}

.mainadtable {
        margin: 0px;
	padding: 4px 15px 13px 10px;
}




