@charset "Shift_JIS";

/* *********************************************************
		CSS File Name: hd_ind.css(for index)
**********************************************************/

/*===================================================================
	container BG setting
===================================================================*/
body#index div#container{
background:url(img/bg_mid.jpg) repeat-y center top;
}
body#index div#containerInner{
background:url(img/bg_head_index.jpg) no-repeat center top;
}

/*===================================================================
	header setting
===================================================================*/
body#index div#header{
width:620px;
margin:0 auto;
padding:55px 55px 30px;
text-align:left;
}

body#index div#header h1{
margin:0;
padding:0px 0px 80px;
}

body#index div#header #since{
text-align:right;
font-style:italic;
font-size:x-small;
}

body#index .lead{
font-size:0.9em
}


/*===================================================================
	contents setting
===================================================================*/
body#index div#contents{
width:620px;
margin:0 auto;
padding:0px 55px 0px;
}

/*--- table ---*/
table{
margin-bottom:0px;
border-collapse: collapse; border-spacing: 0px; border:none;
}
table th{
text-align: left;
white-space: nowrap;
padding:0 0px 25px;
font-size:1.25em;
}
table td{
padding:0 0 25px;
}

table dl{
padding:0 0 15px 20px;
}
table dt{
padding:0 0 3px 0;
}
table dd{
padding:0 0 0 0px;
}

table ol li{
float:left;
margin:0px 20px 5px 0px;
}

