@charset "utf-8";

/*
	Site Name: 株式会社インターブレイン　コーポレートサイト
	Description: Webマーケティングサービスのインターブレイン
	Version: 2.0
	Author: Yugo Tsunoda
*/

/*
===== CONTENTS ===========================================

	1: BOX

==========================================================
*/

/*
===== 1: BOX ==========================================
*/
#box01 {
	display: block;
	background-image:url(../img/bg_top-concept.jpg);
	background-repeat:no-repeat;
	padding : 40px 10px 10px 10px;
	text-align: left;
}
#box01 h1{
	text-indent: -9999px;
	background-image:url(../img/img_top_concept.gif);
	background-repeat: no-repeat;
	height: 60px;	
}
#box01 p{
	width: 450px;
	margin: 0 0 10px 0;
}

#box02 {
	display: block;
	padding : 0px;
	margin: 0px;
}
#box02 #button_seo a{
	margin: 0px;
	background-image: url(../img/button_top_seo.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 210px;
	height: 95px;
	display: block;
	float: left;
}
#box02 #button_seo a:hover{
	margin: 0px;
	background-image: url(../img/button_top_seo_over.jpg);
	background-repeat: no-repeat;
}
#box02 #button_ppc a{
	margin: 0px 10px;
	background-image: url(../img/button_top_ppc.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 210px;
	height: 95px;
	display: block;
	float: left;
}
#box02 #button_ppc a:hover{
	margin: 0px 10px;
	background-image: url(../img/button_top_ppc_over.jpg);
	background-repeat: no-repeat;
}
#box02 #button_create a{
	margin: 0px;
	background-image: url(../img/button_top_create.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 210px;
	height: 95px;
	display: block;
	float: left;
}
#box02 #button_create a:hover{
	margin: 0px;
	background-image: url(../img/button_top_create_over.jpg);
	background-repeat: no-repeat;
}
#box02 #button_create-site a{
	margin: 10px 0px 0px 0px;
	background-image: url(../img/button_top_create-site.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 320px;
	height: 95px;
	display: block;
	float: left;
}
#box02 #button_create-site a:hover{
	margin: 10px 0px 0px 0px;
	background-image: url(../img/button_top_create-site_over.jpg);
	background-repeat: no-repeat;
}
*html #box02 #button_create-site a{
	margin: 0px 0px 0px 0px;
}
*html #box02 #button_create-site a:hover{
	margin: 0px 0px 0px 0px;
}

#box02 #button_contact a{
	margin: 10px 0px 0px 10px;
	background-image: url(../img/button_top_contact.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 320px;
	height: 95px;
	display: block;
	float: left;
}
#box02 #button_contact a:hover{
	margin: 10px 0px 0px 10px;
	background-image: url(../img/button_top_contact_over.jpg);
	background-repeat: no-repeat;
}
*html #box02 #button_contact a{
	margin: 0px 0px 0px 10px;

}
*html #box02 #button_contact a:hover{
	margin: 0px 0px 0px 10px;

}

