@charset "utf-8";


/* ------------------------------
 ■■ CSS for フォーミュラハウス_Coop ■■
------------------------------ */




/* ------------------------------
	Reset
------------------------------ */


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;
}

fieldset,img { 
	border: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:'';
}

abbr,acronym {
	border:0;
}


/* ------------------------------
	Reset End
------------------------------ */




/* ------------------------------
	Font
------------------------------ */


html {
	font-size: 14px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

h1 {
	font-size: 20px;
	font-weight: bold;
}

h2 {
	font-size: 17px;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

p {
	font-size: 14px;
	line-height: 1.4;
}

ul {
	font-size: 14px;
	line-height: 1.4;
}

dl {
	font-size: 14px;
	line-height: 1.4;
}


/* ------------------------------
	Font End
------------------------------ */

a:focus {
	outline : none ;
}

a {cursor:pointer;}



/* ------------------------------
	container
------------------------------ */


#container {
	xwidth: 1200px;
	height : 100% ;
	margin: 0px auto 0; ;
}


/* ------------------------------
	header
------------------------------ */


#header {
	height: 150px;
	xmargin-bottom: 10px;
	xbackground: #acacac;
}


/* ------------------------------
	header End
------------------------------ */




/* ------------------------------
	contents
------------------------------ */


#contents {
	float: left;
	width: 1200px;
	margin-bottom: 10px;
}


/* ------------------------------
	main
------------------------------ */


#main02 {
	float: left;
	width: 810px;
	xheight: 300px;
	xbackground: #fcc946;
	padding-left : 40px ;
}


/* ------------------------------
	main End
------------------------------ */




/* ------------------------------
	sub
------------------------------ */


#sub02 {
	float: left;
	width: 350px;
	xheight: 300px;
	xbackground: #c0c217;
}


/* ------------------------------
	sub End
------------------------------ */


/* ------------------------------
	contents End
------------------------------ */




/* ------------------------------
	footer
------------------------------ */


#footer {
	clear: both;
	height: 70px;
	padding-bottom: 20px;
	xbackground: #acacac;
}


/* ------------------------------
	footer End
------------------------------ */


/* ------------------------------
	container End
------------------------------ */