/***************************************************/
/* HTML tag styles  文字コード：UTF-8N 改行コード：LF */
/***************************************************/
@charset "utf-8";

body{
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
}

h2, h3, h4, h5, h6{
	font-size: 1em;
	margin: 0px;
	font-weight: normal;
}

p{
	margin: 0px;
}

ul, ol{
	text-align:left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type:none;
}

li{
	margin: 0 0 0 0;
	padding: 0 0 0 8px;
	line-height:14px;
	background-image:url(/img/lstbtn.gif);
	background-repeat:no-repeat;
}

form{
	margin: 0px;
}

table{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0;
	font-size: inherit;
}

th,td{
	border: 0;
}

/*** division **/
.liDiv6 li{
	padding-left:0px;
	float:left;
	width:16.5%;
	background-image:none;
}

.liDiv8 li{
	padding-left:0px;
	float:left;
	width:12.4%;
	background-image:none;
}


/* title */
.subTitle{
	color:#ffa500;
	font-size:80%;
	white-space:nowrap;
	text-align:center;
}


/******* page *******/

/* top page */
.topContents{
	margin-top: 4px;
	width:100%;
	border: 1px solid #dcdcdc;
}

/* select page */
.select h2{
	font-weight:bold;
}

.select h3{
	font-weight: normal;
}

/* search page */
.search h2{
	font-weight: bold;
}

.search h3{
	margin:10px 0px 0px 0px;
}

.searchContents{
	margin-top: 6px;
	width:100%;
	border: 1px solid #dcdcdc;
}

/* document page */
.documents h1{
	font-size: 1.3em;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

.documents h2{
	font-size:1em;
	background-color: #fefade;
	margin:20px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
}

.documents p{
	padding: 10px 0px 0px 20px;
}

.documents ul, ol{
	margin-left: 20px;
}

/* dokoad */
.dokoad h3{
	margin:0 0 4px 0;
	font-size:1.2em;
}

.dokoad table{
	width:550px;
}

.dokoad th{
	width:122px;
	padding:3px 2px 3px 0px;
}

.dokoad td{
	vertical-align:top;
	font-size:0.9em;
}

/******* tag *******/

hr.dot{
	color: #a9a9a9;
	height: 3px;
	border: 3px;
	border-style: dotted;
	margin-top: 10px;
	margin-bottom: 10px;
}

hr.footer{
	color: #ffa500;
	background-color: #ffa500;
	height: 1px;
	border: 0px;
}


/******* free *******/

.t a:link, .t a:visited{
	text-decoration: underline;
}

.t a:hover{
	color: #CC0033;
	background: #FFFF99;
	text-decoration: underline;
}

.bl a:link{
	color: #666666;
	text-decoration: underline;
}

.bl a:visited{
	color: #665566;
	text-decoration: underline;
}

.bl a:hover{
	color: #CC0033;
	background: #FFFF99;
	text-decoration: underline;
}

.i a:link, .i a:visited{
	text-decoration: none;
}

.i a:hover{
	color: #CC0033;
	text-decoration: underline;
}

.tblsel a:link, .tblsel a:visited{
	color: #000000;
	text-decoration: none;
}

.tblsel a:hover{
	color: #000000;
	text-decoration: underline;
}

.tblsel td{
	padding:2px 10px 2px 10px;
}

.sz{
	font-size: 80%;
}

.ft{
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}

.searchResultBar{
	width:100%;
	height:24px;
	font-size:0.8em;
	border-top: #F5DEB3 1px solid;
	background-color: #fefade;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#fefade);
	border-bottom: #ddad08 1px solid;
	border-collapse: collapse;
}

.footer{
	padding:4px 0 4px 0;
	background-color:#fefade;
	border-bottom: 1px solid #ddad08;
	font-size: 0.8em;
}

.footer a:link, .footer a:visited{
	color: #000000;
	text-decoration: none;
}

.footer a:hover{
	color: #000099;
	text-decoration: underline;
}

.copyright{
	font-size: 0.8em;
	text-align: center;
}

.copyright a:link, .copyright a:visited{
	color: #000000;
	text-decoration: none;
}

.copyright a:hover{
	text-decoration: underline;
}


