@charset "utf-8";
@import "default.css";
@import "sub.css";
@import "form.css";
@import "mypage.css";
@import "invite.css";
@import "search.css";
@import "links.css";
@import "approved.css";
@import "carslist.css";
/*

メインのスタイルシート
全体のレイアウトの設定の他、このスタイルシートから他のスタイルシートを読み込んでいる。

*/


div#wrapper {
	width: 940px;
	margin:0 auto;
	background: #ffffff;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
}


div#header {
	background:#BEFFE0;
	padding:0;
	margin:0;
	background: url(../img/top_back.gif) no-repeat 0 0 #ffffff;
	overflow:hidden;
}

div#menu{
	background : url(/img/menu/menu_back.gif) repeat-x 0px;
	border-bottom: 1px solid #888;
	border-top: 1px solid #DDD;
}

* html body div#menu {
	width: 940px;
	overflow:hidden;
}

div#content{
	width: 940px;
	margin:0 auto;
	overflow: hidden;
}
div#content:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#left_column,
#center_column,
#right_column,
#center_right{
	float: left;
	padding-bottom: 32768px;
	margin-bottom: -32768px;
	padding-top: 12px;
}

div#left_column {
	/*background: #FFE9BE;*/
	width:205px;
	padding-left: 12px;
	overflow: hidden;
}

div#center_column {
	/*background: #76D9A9;*/
	width: 477px;
}

* html body div#center_column {
	width: 477px;
}

div#right_column {
	/* background: #BEBEFF; */
	width: 240px;
	padding-left:0;
	padding-right:0;
}

* html body div#right_column {
	width: 230px;
	padding-right: 0;
}

div#center_right {
	width: 720px;
}

div#footer {
	border-top: 1px solid #C2C2C2;
	clear:both;
	height: 100px;
	margin-top: 12px;
	padding-top: 12px;
}



