/*リセット*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
margin:0;
padding:0;
}

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

address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;
font-weight:normal;
}

ol,ul {
list-style:none;
}

caption,th {
text-align:left;
}

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

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

fieldset,img,abbr,acronym {
border:0;
}
/*
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
*/

/*全体*/
#wrapper {
	text-align: center;
	height: 1000px;
}
#wrapper #main {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
/*ヘッダー*/
#header {
	width: 900px;
        height:400px;
        background-image:url(http://www.liaison-bike.com/liaison_staff_blog/blog_mainjpg.jpg);
}
h1 {
	text-indent: -9999px;
}


/*2段目メニュー*/
#content1 {
	float: left;
	margin-right: 20px;
}
#content2 {
	float: left;
}
#contens_menu {
	padding-top: 20px;
}

/*最新記事*/
#mid {
	width: 900px;
	margin-top: 20px;
	float: left;
}
dl {
        font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	line-height: 3em;
	color: #666666;
	text-align: left;
	display: inline-block;
	float: left;
}
dt {
	font-size: 11px;
	float: left;
	text-align: left;
	text-indent: 1.5em;
	display: inline-block;
	width: 110px;
}
dd {
	font-size: 11px;
	line-height: 3em;
	color: #666666;
	text-align: left;
	width: 440px;
	display: inline-block;
	float: left;
	margin-left: 5px;
}




.left {
	float: right;
	width: 286px;
}
.banner {
	margin-bottom: 15px;
}
.news {
	float: left;
	width: 590px;
	/*height: 300px;*/
	border: 1px solid #525150;
}
.news_title {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	color: #FFFFFF;
	background-color: #525150;
	height: 28px;
	width: 590px;
	text-align: left;
	text-indent: 1em;
	line-height: 1.5em;
}


/*下段フッター*/
#footer {
	float: left;
	background-color: #525150;
	height: 50px;
	width: 900px;
	margin-top: 20px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: x-small;
	color: #999999;
	line-height: 4em;
}
.clearfix:after {
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
}
.clearfix {
        display: inline-block;
}
*html .clearfix {
        height: 1%;
}
.clearfix {
        display: block;
}

