/*全体指定*/

body {	margin : 10px 15px ;
	padding : 10px 15px ;
	background-color : #ffffff ; 
}

a { color : #0000ff; }
a : hover { color: #ff0000; }


/*全体レイアウト枠*/
.rayout { width : 650px ; }　


/*上部パンくずナビ部分*/
.crumb {
	font-size : 10pt; 
	margin : 0 3px 5px ;
}


/*上部水色背景枠*/
.title {
	color : #ffffff;
	background-color : #99CCFF ;
	padding : 5px ;
	margin-bottom : 15px;
	
}

h2 { font-size:16pt; margin : 0 }

h3 { font-size : 11pt ; margin : 0 }



/*本文記事に使用するクラス*/
h4 { 
	font-size : 10.5pt ;
	padding-left : 20px ;
	background-image : url(images/sq.gif);
	background-repeat : no-repeat ;
	background-position : 0px 1px;
	margin-bottom:8px;
}

h5 { 
	margin : 3px 0 ;
	font-size : 10pt ; 
	padding-left : 16px ;
	background-image : url(images/sq1.gif);
	background-repeat : no-repeat ;
	background-position : 0px 1px;
}

h6 { 
	font-size : 10pt ; 
	margin : 5px 0 ;
}

.list { 
	list-style-type : none ; 
	margin : 0 0 20px 15px; 
		line-height : 1.4em ;
}
.list li {
	margin-left : -1em ;
	font-size : 10pt ;
	padding-left : 18px ;
	background-image : url(images/ci.gif);
	background-repeat : no-repeat ;
	background-position : 0px 4px;
}

.disk { 
	font-size:10pt;
	margin-top:0;
	margin-left:2em
}


ol { font-size:10pt; line-height:1.3em; }
ol li { margin-bottom:6px; }
ol ul { margin-left : 1em}

.txt { font-size:10pt; line-height:1.4em; margin:0 0 15px; }


/*テーブル*/
.tes {
	border-collapse:collapse;
	border:1px #454545 solid;
	font-size:10pt;
}
.tes caption {
	font-weight:bold;
	text-align:center;
	padding:2px;
}
.tes td {
	padding:3px 5px;
	line-height:1.2em;
	border-collapse:collapse;
	border:1px #454545 solid;
	vertical-align:top;
}
.tes th {
	padding:3px;
	white-space:nowrap;
	background-color:#ffffcc;
	border-collapse:collapse;
	border:1px #454545 solid;
}
.tes ul {
	margin:3px 0 3px 1.5em;
	list-style-type:disc;
}
.tes a {font-weight:normal}


/*強調*/
.at {color:red} /* とにかく何でも赤くしたいクラス*/
.bl {color:blue} /* とにかく何でも青くしたいクラス*/
.bo {font-weight:bold}/*とにかく何でも太文字にしたいクラス*/



/*下記コピーライト表示*/
.bottom {
	font-size : 9pt ;
	text-align : center ;
	color : #ffffff;
	background-color : #99CCFF ;
}