@charset "euc-jp";
/* CSS Document */

/* CMS Styles */
#conts{
	margin: 15px 10px 15px 10px;
	padding-bottom:20px;
	text-align:left;
	line-height:1.5;
}
#conts H2{
	background-color:#FF9966;
	font-size:125%;
	font-weight:bold;
	line-height:25px;
	height:25px;
	color:#333333;
	margin-bottom:10px;
}
#conts H3{
	font-size:110%;
	font-weight:bold;
	line-height:1.5;
	color:#333333;
	border-bottom:1px dotted #006666;
	border-left:10px solid #006666;
	margin:10px 10px 10px 20px;
	padding-left:5px;
}
#conts H4{
	font-size:12px;
	font-weight:bold;
	line-height:1.5;
	color:#333366;
	border-top:1px dotted #333366;
	margin:20px 10px 10px 20px;
	padding-top:3px;
	padding-left:5px;
}
#conts P{
	margin: 0px 10px 15px 25px;
}
#conts P.conts1{
	margin-bottom:20px;
	color:#000066;
}
#conts P.draw{
	color:#333399;
}
#conts P.next{
	margin-right: 40px;
	text-align:right;
	color:#FF6600;
	font-size:96%;
}
#conts UL.page {
	margin-top:15px;
	margin-bottom:25px;
	padding:0px;
	line-height:1.5;
}
#conts UL.page LI{
	padding: 5px 0px 5px 0px;
	list-style-type: none;
	font-size:100%;
}
#conts .contsCode{
	background-color:#CCCCCC;
	border:1px solid #666;
	margin:10px 20px 10px 20px;
}
#conts SPAN.title2{
	font-size:105%;
	vertical-align:middle;
	font-weight:normal;
}
#conts SPAN.pic0{
	font-weight:bold;
}
#conts SPAN.pic1{
	color:#CC0000;
}
#conts SPAN.pic2{
	font-weight:bold;
	color:#CC0000;
}
#conts SPAN.pic3{  /* コード上のユーザ固定部分　*/
	color:#003399;
	font-style:italic;
}
#conts SPAN.under {
	text-decoration: underline;
}
/* リンク */
#conts A.sect{
	color:#333399;
	border-bottom:1px dotted #333399;
	text-decoration:none;
}
#conts A.sect:HOVER{
	color:#CC3333;
	border-bottom:1px dotted #CC3333;
	text-decoration:none;
}
/* 概要BOX */
#conts DIV#exp{
	border:1px solid #999;
	padding:3px;
	margin:15px 10px 15px 10px;
	background-color:#f0fff0;
}
/* 目次 */
#conts TABLE#index1{
	width:450px;
	margin-left:20px;
}
#conts TABLE#index1 TD{
	width:50%;
	line-height:28px;
	height:28px;
}
#conts TABLE#index1 A{
	color:#333399;
	border-bottom:1px dotted #333399;
	text-decoration:none;
}
#conts TABLE#index1 A:HOVER{
	color:#CC3333;
	border-bottom:1px dotted #CC3333;
	text-decoration:none;
}
/* 戻る */
#conts P.ret{
	text-align:right;
	margin-right:10px;
	margin-left:10px;
	border-bottom:1px solid #666;
}

/* 段落 */
#conts P.sect1{
	margin-left:5px;
	margin-top:30px;
	margin-bottom:5px;
	font-size:14px;
	font-weight:bold;
}
#conts P.sect2{
	margin-left:15px;
	margin-top:0px;
	margin-bottom:15px;
}
#conts P.sect3{
	margin-left:30px;
}
/* コード用BOX */
#conts P.code2{
	margin-left:30px;
	padding:5px;
	border:1px solid #999;
	background-color:#fff7e5;
}
/* タグ用BOX */
#conts P.tag2{
	margin-left:30px;
	padding:5px;
	border:1px solid #999;
	background-color:#e5f7ff;
}
/* リスト（ABC） */
#conts LI.secli2{
	line-height:1.5;
	list-style-type:upper-alpha;
	list-style-position:outside;
	margin-left:20px;
	padding-bottom:5px;
	padding-left:10px;
	color:#333333;
}
/* リスト（123） */
#conts LI.secli3{
	line-height:1.2;
	list-style-type:decimal;
	list-style-position:outside;
	margin-left:50px;
	padding-bottom:5px;
	padding-left:10px;
	color:#333333;
}
