@charset "utf-8";


/*要素--------------------------------------------------------------------------*
a, abbr, acronym, address, area, base, bdo, blockquote, body, br, button, caption, 
cite, code, col, colgroup, dd, del, dfn, div, dl, dt, em, fieldset, form, frame, 
frameset, h1, h2, h3, h4, h5, h6, head, hr, html, iframe, img, input, ins, kbd, 
label, legend, li, link, map, meta, noframes, noscript, object, ol, optgroup, 
option, p, param, pre, q, rb, rbc, rp, rt, rtc, ruby, samp, script, select, span, 
strong, style, sub, sup, table, tbody, td, textarea, tfoot, th, thead, title, tr, 
ul, var
*-------------------------------------------------------------------------------*

/*xhtml非推奨要素---------------------------------------------------------------*
applet, basefont, center, dir, font, isindex, menu, s, strike, u
*-------------------------------------------------------------------------------*


/*cssでの指定を推奨-------------------------------------------------------------*
b, big, i, small, tt
*-------------------------------------------------------------------------------*


/*使いそうな要素----------------------------------------------------------------*
a, address, blockquote, body, br, button, caption, code, col, colgroup, dd, del, 
div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, head, hr, html, img, 
input, label, legend, li, meta, noscript, object, ol, optgroup, option, p, pre, 
script, select, span, strong, style, table, tbody, td, textarea, tfoot, th, thead, 
title, tr, ul
*-------------------------------------------------------------------------------*/





div#container div#content h1 {
	display:none;
}



/*--------------------------------------*
|										|
|	container ブロックに関するスタイル	|	全体を囲んでいるdivです。
|										*-----------------------------------------------*/
#container {
	width:918px/*960px*/;
	background-image:url(../img/global/mark2.gif);
	background-repeat:no-repeat;
	background-position:-135px 0px;
	padding:0 21px 0 21px;
}





/*--------------------------------------*
|										|
|	menu ブロックに関するスタイル		|
|										*-----------------------------------------------*/
#menu {
	/*display:none;*/
	clear:both;
	_height:50px;
	min-height:45px;
	position:relative;
}
/*リスト第二階層用*/
#menu ul li ul {
	/*display:none;*/
	visibility:/*visible*/hidden;
	position:absolute/*relative*/;
	left:152px; top:29px;
	border:1px solid #666666;
}
#menu ul li ul li a {display:block; width:148px; height:15px; padding:1px 0 0 0;}




/*--------------------------------------*
|										|
|	メインバナー		|
|										*-----------------------------------------------*/
div#container div#content div.index-main-ban {
	margin:0 0 1em 0;
}
div#container div#content div.index-main-ban p {
	padding:0 0px 0em 0px;
	line-height:160%;
}




div#container div#content div.index-sub-ban {
	margin:0 0 1em 0;
	text-align:center;
}
div#container div#content div.index-sub-ban p {
	padding:0 0 0 0;
}


div#container div#content div.ban-inq {
	margin:0 0 1em 0;
	text-align:center;
}
div#container div#content div.ban-inq p {
	padding:0 0 0 0;
}



div#container div#content div.index-menu {
	text-align:center;
}


/*--------------------------------------*
|										|
|	foot ブロックに関するスタイル		|
|										*-----------------------------------------------*/

#foot {
	background-image:url(none);
	height:100px;
	min-height:100px;
	padding:20px 219px 0 219px;
	margin:0 auto 0 auto;
	/*width:480px;*/
	font-size:10pt;
}













div#container div#content  {
	
}

