/*
--------------------------------------------------
	reset
--------------------------------------------------
*/

#content , 
#content h3, #content h4, #content h5, #content h6, 
#content p, #content li, #content dt, #content dd, 
#content th, #content td, #content blockquote {
	font-size: 12px;
	line-height: 150%;
	}

	
/*------------------------------------------------
	detaili20071016ǉj */

#detail {
	width: 680px;
	margin: 0 auto 0 auto;
	}
#detail h2 {
	margin: 0 0 10px 0;
	}
#detail dl {
	padding: 0 0 0 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}
#detail dt {
	margin: 0 0 10px 0;
	}
#detail dd {
	clear: left;
	}
#detail dd img {
	float: left;
	height: 36px;
	width: 36px;
	margin: 0 10px 10px 0;
	border: 1px solid #CCCCCC;
	}	
#detail a {
	font-weight: bold;
	}


/*
--------------------------------------------------
	free space
--------------------------------------------------
*/

#content h4, #content h5, #content h6 {
	font-weight: bold;
	}

#content em {
	font-weight: bold;  /* color scheme */
	}
#content em.gray {
	color: #999999;
	}
#content strong {
	font-weight: bold;
	}

#content a {
	text-decoration: none;  /* color scheme */
	}
#content a:hover {
	text-decoration: underline;
	}

.caption {
	margin: 4px 2px 0 2px;
	color: #999999;
	text-align: right;
	font-size: 10px;
	line-height: 120%;
	font-weight: normal;
	}

.box-border {
	padding: 14px 19px;
	border: solid 1px #CCCCCC;
	}
.box-border-joint {
	padding: 14px 19px;
	border: solid 1px #CCCCCC;
	border-top: 0;
	}

.list {
	margin-right: 0.5em;
	color: #CCCCCC;
	}

.font-10 { font-size: 10px !important; }
.font-12 { font-size: 12px !important; }

.i10e { margin-left: 1em; }
.i15e { margin-left: 1.5em; }

.m5 { margin-top: 5px; }
.m10 { margin-top: 10px; }
.m15 { margin-top: 15px; }
.m20 { margin-top: 20px; }
.m25 { margin-top: 25px; }
.m30 { margin-top: 30px; }

.clear-fix {
	min-height: 1%; /* for winIE 7 */
	}
* html .clear-fix {
	/*\*/ height: 1%; /*/ /* for winIE 5-6 \*/ /*/
	display: inline-block; /* for macIE */
	}
.clear-fix:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
