@charset "UTF-8";

/*/////////////////////////////////////////////////////////

 http://www.shutoko.jp/etc/etc/ 基本デザインCSS

 last updated : 2007/11/28

///////////////////////////////////////////////////////// */



/* individual:detail page /////////////////////////////// */

/* headding ---------- */
#contents div#article h2{
	margin-bottom: 1em;
}

#contents div#article .articleBody h3 {
	margin-bottom: 0.5em;
	font-size: 123.1%;
	font-weight: bold;
}

#contents div#article h4 {
	margin-bottom: 0.5em;
	font-weight: bold;
}

#contents div#article h4.tableHeadline {
	height: 1.25em;
	font-size: 1.17em;
	font-weight: bold;
	padding: 3px 0 3px 15px;
	margin-bottom: 0.2em;
	background: url(/common/images/listhead_dotl.gif) left center no-repeat;
}

#contents div#article div.remarkHeadline h3{
	float: none;
}

/* list ---------- */
#contents div#article ul.customUlList {
	margin-left: 0;
}

#contents div#article ul.customUlList li {

}

#contents div#article ol.customOlList {

}

#contents div#article ol.customOlList li {
	list-style-type: decimal;
}

#contents div#article dl.customDlList {
	margin-left: 0;
}

#contents div#article dl.customDlList dt {
	border: none;
	font-weight: bold;
}

/* figure ---------- */
#contents div#article div.posLeftFig {
	float: left;
	margin-right: 5px;
	font-size: 85%;
}

#contents div#article div.posRightFig {
	float: right;
	margin-left: 5px;
	font-size: 85%;
}

#contents div#article div.posLeftFig img, #contents div#article div.posRightFig img {
	margin-bottom: 5px;
}

#contents div#article .figHeadline {
	margin-top: 5px;
	margin-bottom: 5px;
}

#contents div#article .figCaption {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 85%;
}

/* position ---------- */
#contents div#article .posLeft {
	float: left;
	margin-right: 8px;
}

#contents div#article .posRight {
	float: right;
	margin-left: 8px;
}

#contents div#article .posClear {
	clear: both;
}

/* text ---------- */
#contents div#article .textBold {
	font-weight: bold;
}

#contents div#article .textColor1 {
	color: #F00;
}

#contents div#article .textCenter {
	text-align: center;
}

#contents div#article .textLeft {
	text-align: left;
}

#contents div#article .textRight {
	text-align: right;
}

#contents div#article .textSmall {
	font-size: 85%;
}

#contents div#article .textLarge {
	font-size: 116%;
}

#contents div#article .textxLarge {
	font-size: 131%;
}

/* td color ---------- */
#contents div#article .tdColor1 {
	background-color: #FFF0F5;
}

/* object(Flash)  ---------- */
#contents div#article div.swfData {
	width: 640px;
	height: 480px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
/* customized articleBody ---------- */
#contents div#article .articleGray {
	margin: 0 0 25px 0;
	padding: 7px 14px;
	background-color: #EFEFEF;
}

/* clearfix ----- */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-table;
min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
