@charset "UTF-8";


/* ****************************************************
Title: sidemenu_contents.css
Created: 2009/8/26
Last Modified: 2009/8/26
***************************************************** */


#contentBox {
	padding: 0 20px 30px 20px;
	text-align: left;
}
#primary {
	width: 658px;
	float: none;
	text-align: center;
	margin: 0 auto;
}
#secondary {
	float: none;
	margin: 0 auto;
	text-align: center;
	background-color: #FFFFFF;
	border: solid #CCCCCC;
	border-width: 0 1px 1px 1px;
}

h3 {
	font-size: 1.4em;
	color: #664c1e;
	font-weight: bold;
	padding: 25px 0 25px 0;
	clear: both;
	line-height: 1.4em;
}

.figBox {
	margin: 0 auto;
	text-align: center;
	width: 450px;
}

#contentBox img {
	margin-top: 30px;
}

.figCaption {
	text-align: left;
	font-size: 0.8em;
	color: #000000;
	padding-top: 15px;
	width: 326px;
	margin: 0 auto;
}
.figCaptionCenter {
	text-align: center;
	font-size: 0.8em;
	color: #000000;
	padding-top: 15px;
	width: 326px;
	margin: 0 auto;
}

.indent1 {
	text-indent: -7em;
	padding-left: 5em;
}

.indent2 {
	text-indent: -1em;
	padding-left: 1em;
}

.indent3 {
	text-indent: -3em;
	padding-left: 3em;
}

.twoSpace {
	letter-spacing: 2.2em;
}

#figureBox {
	margin: 20px 0 0 20px;
	background-color: #f7e9d1;
}
.figBox2 {
	text-align: center;
}

#figureContent {
	padding: 20px;
}

.figureTit {
	font-size: 1.2em;
	color: #221815;
	padding-bottom: 5px;
}

.figureSubTit {
	color: #664c1e;
	padding: 10px 0 5px 0;
}

#figureBox li {
	text-indent: -3em;
	margin-left: 3em;
}






/* ****************************************************
amend 2010/11/22
***************************************************** */

#contentBox .modelSection {
	padding: 0px 0px 25px;
	border-bottom: 1px dotted #333;
}
#contentBox .modelSectionLast {
	padding: 0px;
	border-style: none;
}
#contentBox .modelSection .marginP {
	margin: 0px 0px 15px;
}
#contentBox .modelSection .mslImage {
	text-align: center;
	width: auto;
}

