@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
*-------------------------------------------------------------------------------*/


/*--------------------------------------*
|	追加スタイル：index		|
*										*---------------------------------------*/

div#container #sub-menu {
	display:none;
}

div#container div#content h1 {
	background-image:none;
	padding:0px 0 0 0px;
	margin:10px 0px 10px 0px;
	border:none;
	color:#ffffff;
	background-color:#0366c1;
	
	text-align:center;
}
div#container div#content h1 img {
	display:block;
	margin:0 auto 0 auto;
}


/*----------------------------------main-box	*/

div#container div#content div.main-box {
	float:left;
	/*background-color:#ff9999;*/
	width:540px;
}
div#container div#content div.main-box div.block h2 {
	clear:both;
	margin:0px 0 10px 0;
	padding:3px 5px 3px 15px;
	width:520px;
	_width:540px;
}
div#container div#content div.main-box div.block p.icon {
	float:left;
	width:125px;
	margin:0 1em 1.5em 15px;
	_margin:0 0.5em 0.75em 8px;
}
div#container div#content div.main-box div.block p {
	margin:0 50px 1.5em 50px;
	margin:0 1em 1.5em 50px;
	_margin:0 0.5em 0.75em 25px;
}



/*----------------------------------sub-box	*/

div#container div#content div.sub-box {
	float:right;
/*	background-color:#99ff99;*/
	width:200px;
}
div#container div#content div.sub-box h2 {
	display:none;
}
div#container div#content div.sub-box p {
	margin:0 0 0.5em 0;
}




/*----------------------------------id#footer	*/
div#footer {
	clear:both;
}






div#container div#content {
}

div#container div#content {
}


