@charset "utf-8";
@import "base-8.css";

/*#####################################*/
/*##### KanazawaUniv. Formula R&D #####*/
/*#####    Cascade Style Sheet    #####*/
/*#####    All rights reserved.   #####*/
/*#####################################*/


/* Header */
#header
{
	display: block;
	width: 950px;
	margin: 2px auto;
}

#home
{
	display: block;
	position: relative;
	width: 130px;
	height: 20px;
	margin: 0;
	text-indent: -10000px;
	background: url(../site_img/hprev.png) left no-repeat;
}

#call
{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 130px;
	height: 20px;
	text-indent: -10000px;
	background: url(../site_img/call.png) right no-repeat;
}

h1
{
	display: none;
}

#title
{
	text-indent:-10000px;
}

#top_img
{
	display: block;
	position: relative;
	width: 950px;
	height: 800px;
	margin: 0 auto 5px auto;
	background: url(../site_img/top.png) center no-repeat;
}

#promotion
{
	display: block;
	position: absolute;
	top: 233px;
	left: 155px;
	margin: 0 auto;
}

#credit
{
	display: block;
	position: absolute;
	left: 5px;
	bottom: 5px;
	color: white;
}

/*Center*/
/*h2*/
h2
{
	font-size: xx-large;
	margin: 15px 0 0 0;
}

/*h3*/
h3
{
	font-size: x-large;
	margin: 5px 0;
}

/*Contents*/

#content
{
	position: relative;
	float: left;
	width: 900px;
	height: auto;
	margin: 5px auto;
	padding: 10px;
	overflow: hidden;
}

/*title*/
/*#t1
{
	display: block;
	position: relative;
	width: 800px;
	height: 20px;
	margin: 0 auto 4px auto;
	background: url(../site_img/t1.png) center no-repeat;
	text-indent: -10000px;
}


#h2_2
{
	display: block;
	position: relative;
	width: 600px;
	height: 50px;
	margin: 0 auto 4px 10px;
	background: url(../site_img/h2_2.png) left no-repeat;
	text-indent: -10000px;
}
*/

/*IMG setting*/
#img01
{
	position: absolute;
	top: 0px;
	right: 10px;
	margin: 10px;
}

#img02
{
	position: absolute;
	top: 0px;
	left: 10px;
	margin: 10px;
}

#img03
{
	position: absolute;
	top: 0px;
	right: 10px;
	margin: 10px;
}

#img04
{
	position: absolute;
	top: 0px;
	left: 10px;
	margin: 10px;
}


/*DIV setting*/
#explain div
{
	display: block;
	position: relative;
	width: 860px;
	height: 180px;
	margin: 10px;
	padding: 10px;
}

#exp_div01
{
	padding-right: 250px;
	background: url(../site_img/01.jpg) no-repeat top right;
}

div#exp_div02
{
	padding-left: 250px;
	background: url(../site_img/02.jpg) no-repeat top left;
}

#exp_div03
{
	padding-right: 250px;
	background: url(../site_img/03.jpg) no-repeat top right;
}

div#exp_div04
{
	padding-left: 250px;
	background: url(../site_img/04.jpg) no-repeat top left;
}

#explain p
{
	display: block;
	position: relative;
	width: 600px;
	height: auto;
}

p#about_us
{
	width: 90%;
	margin: 0 auto;
}
