@charset "UTF-8"; 

/* 
================================
OPEN ISHII material.css 2008.3.21
================================
*/

body {
	color: #663300;
	font-size: 85%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	background:#FEFCF2;
}
p {
	margin-bottom:1.5em;
	line-height: 120%;
}
a:link {
	color:#FF6600;
	text-decoration:none;
}

a:visited {
	color: #FF9966;
	text-decoration:none;
}

a:active {
	color: #FF0000;
	text-decoration:none;
}

/* base */
#wrapper {
	width: 688px;
	margin: 0px auto 15px;
}
/*#wrapper {
	width: 688px;
	margin: 15px auto;
}*/

/* flashのスペース */
h1#header {
	height: 125px;
	width: 688px;
}

/* コンテンツの枠線
ボーダーの色をコンテンツ毎に変更*/
#contentbox{
	margin: 0px;
	padding: 0px;
	width: 686px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #996699;
	border-bottom-color: #996699;
	border-left-color: #996699;
}
#contentbox2{
	margin: 0px 0px 10px;
	padding: 0px;
	width: 686px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #996699;
}

/* コンテンツタイトル
点線の色をコンテンツ毎に変更*/
#sectiontitle {
	width: 608px;
	margin-left: 40px;
	margin-bottom: 6px;
	/*border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #996699;
	padding-bottom: 5px;*/
	padding-top: 20px;
}
/*#sectiontitle img {
	margin-top: 20px;
}*/

/* メニュー表示 */
.list-left{
	float: left;
	margin: 5px 15px;
	width: 250px;
}
ul.material {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
li{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #996699;
	line-height: 1.5em;
}
.limk{
	color: #996699;
	margin-right: 5px;
}

/* 文章のひとかたまり */
.section {
	padding: 0px;
	width: 608px;
	margin-left: 40px;
	margin-bottom: 20px;
	clear: both;
}
.section p {
	margin-bottom: 10px;
	margin-left: 1em;	
	/*text-indent: 1em;*/
	margin-right: 3em;
}
.section dl {
	margin-bottom: 2em;
	margin-left: 2em;
}
.section dt {
	margin-bottom: 1em;
	font-weight: bold;
}
.section dd {
	margin-bottom: 0.5em;
}
.section img.right {
	margin: 0px 10px 10px 15px;
	float: right;
}
.tit {
	margin-bottom: 6px;
}
h2 {
	margin-bottom: 2px;
	margin-left: 1em;
	margin-top: 2em;
	/*font-size: small;*/
	font-weight: bold;
}
#p-material ul {
	margin-left: 2em;
	list-style-type: none;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
#p-material ul li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 120%;
}

/* テーブル */

#chemical table {
	width: 470px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 2em;
	font-size: small;
}
#chemical table th{
	padding: 8px 10px;
	background-color: #996699;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.thtop{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cc66cc;
}
.thbottom{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cc66cc;
}
#chemical table td{
	padding: 8px 5px 8px 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cc66cc;
}
.tdtop{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #cc66cc;
}

/* 問い合わせボタン */
#toiawase {
	padding: 0px;
	width: 608px;
	margin-left: 40px;
	/*margin-bottom: 15px;*/
	text-align: center;
	margin-top: 30px;
}
#toiawase img{
	margin-bottom: 5px;
}
/*#toiawase p{
	font-size: 80%;
	line-height: 12px;
}*/

/* フッター部分（コンテンツの枠外） */
#copyright {
	clear: both;
	width: 100%; /* for WinIE6,7 */
	margin-top:10px;
	text-align: right;
	/*font-size: 85%;*/
	font-size: 8pt;
}




/* その他 */
.dispach:after{
	content:"";
	display:block;
	height:0px;
	clear:both;
}
.dispach{
	height:100%;
}
.clr{
	clear: both;
}


/* material>chiken　補足説明 */
.supple-exp {
	color: #333333;
	margin-top: 2.5em;
	font-size: 90%;
}
