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



/*--------------------

	common.css
		全体で使いまわす汎用クラスなど

--------------------*/





/*--------------------------------------*
|	content								|
*										*---------------------------------------*/


/*------テキスト寄せ関連*/
div#container div#content .text-r {
	text-align:right;
}
div#container div#content .text-l {
	text-align:left;
}
div#container div#content .text-c {
	text-align:center;
}

/*------フロート関連*/
div#container div#content .float-r {
	float:right;
}
div#container div#content .float-l {
	float:left;
}
div#container div#content .float-c {
	clear:both;
}





/*------各ページトップのイメージ*/
div#container div#content div#title-image {
	margin:0 0 10px 0;
}


/*------メイン*/
div#container div#content div#main {
}

/*---------------メイン内のボックス*/
div#container div#main div.box {
	border:1px solid #ffa6c0;
	padding:10px 0 10px 0;
	margin:0 0 10px 0;
/*	width:568px;
	_width:570px;*/
}



/*------サイド*/
div#container div#content div#side {
	display:none;
}
div#container div#content div#side h2 {
	display:none;
}
div#container div#content div#side div.box {
	border:1px solid #ffa6c0;
	padding:5px 5px 0 5px;
	margin:0 0 10px 0;
}
div#container div#content div#side div.box h3 {
	border-bottom:1px solid #ffa6c0;
	margin:0 0 -10px 0;
	padding:0 0 5px 0;
}
div#container div#content div#side div.box dl {
	margin:0 0 0 0;
}
div#container div#content div#side div.box dl dt {
	font-weight:bold;
	
	background-image:url(../img/global/icon_01.gif);
	background-position:0px 2px;
	background-repeat:no-repeat;
	padding:0 0 0 18px;
	margin:20px 0 5px 0;
	
	border-bottom:none;
}
div#container div#content div#side div.box dl dd {
	border-left:none;
	margin:0 0 10px 0;
	padding:0 0 0 18px;
}
div#container div#content div#side div.box dl dd.solo {
	background-image:url(../img/global/icon_01.gif);
	background-position:0px 7px;
	background-repeat:no-repeat;
	padding:5px 0 0 18px;
	border-top:1px solid #ffa6c0;
	margin:20px 0 5px 0;
}




div#container div#content div.pagenavi {
	clear:both;
}



/*------------リストの中のリンク*/
ul.link {
	list-style-type:none;
	margin:0;
	padding:0;
	border:none;
}
ul.link li {
	background-image:url(none);
	margin:0;
	padding:0;
	border:none;
}
ul.link li a {
	background-image:url(../img/global/icon_01.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding:0 0 0 18px;
}



/*------------画像ありボックス*/
div#container div#content div.box-img-left {
	background-repeat:no-repeat;
	background-position:60px 50px;
	*margin-top:2em;
	_margin-top:2em;
}
div#container div#content div.box-img-left h2 {
	*margin-top:0px;
	_margin-top:0px;
}
div#container div#content div.box-img-left p {
	margin-left:280px;
}
div#container div#content div.box-img-left ul {
	margin-left:280px;
}




div#container div#content {
}
