@charset "utf-8";


/* ------------------------------
 ■■ CSS for フォーミュラハウス_Coop ■■
------------------------------ */


/* ------------------------------
	header
------------------------------ */

div#header {
	background  : url(../img/base/header_back.png) repeat-x ;
	background-position : left top ;
	position : relative ;
}

h1.header_logo01 {
	position : absolute ;
	left : 30px ;
	top : 25px ;
}

h2.header_logo02 {
	position : absolute ;
	right : 20px ;
	top : 25px ;
}

/* ------------------------------
	sub
------------------------------ */

ul.ul_submenu {
	margin-top : 20px ;
	margin-left : 30px ;
}

ul.ul_submenu li.li01 {
	margin-bottom : 10px ;
}

/* ------------------------------
	main
------------------------------ */

h2.main_title01 {
	margin-top : 60px ;
}

h3.main_subtitle01 {
	margin-top : 50px ;
}



/* ------------------------------
	footer
------------------------------ */

div#footer {
	background  : url(../img/base/footer_back.png) repeat-x ;
	background-position : left top ;
	position : relative ;
}

h1.footer_logo01 {
	position : absolute ;
	left : 20px ;
	top : 20px ;
}

h2.com_name {
	position : absolute ;
	left : 210px ;
	top : 20px ;
	color : #ffffff ;
	font-weight : normal ;
	font-size : 15px ;
}

p.com_address {
	position : absolute ;
	left : 210px ;
	top : 45px ;
	color : #ffffff ;
	font-weight : normal ;
	font-size : 12px ;
}

p.copy {
	position : absolute ;
	right : 20px ;
	top : 45px ;
	color : #ffffff ;
	font-weight : normal ;
	font-size : 12px ;
}