
@charset "utf-8";
/*-----------------------------------------------
default style clear
-----------------------------------------------*/
*{
margin:0;
padding:0;
}

<!--
body{
background:#ffffff;
line-height:26px;
text-align:left;
color:#000000;

}

html {
overflow-y:scroll;
}

img,
fieldset {
border:0;
}


img.report{
    padding:10px 15px;
    background-color:#ffffff;
    border-color:#dddddd #aaaaaa #aaaaaa #dddddd;
    border-width:1px;
    border-style:solid;
}

p{
text-align:left;
margin:0 0 1em;
}

div.dotted {
   border-top: 1px dashed #D9DCDD;
   border-bottom: 1px dashed #D9DCDD;
   padding-top: 15px;
   padding-bottom: 15px;
}

div.dashed-top {
   border-top: 1px dashed #D9DCDD;
   padding-top: 15px;
   padding-bottom: 15px;
}
a {text-decoration: none;}
a:hover {text-decoration: underline;}
a:visited { color:#4169e1;}
a:active { color:#696969;}
a:link { color:#0855FD;}


div.aleft{
text-align:left;
}
/*-----------------------------------------------
 __header
-----------------------------------------------*/

#ttl {
	margin:5px 0px 0px 0px;
	/*min-width:978px;*/
	/*background-repeat:no-repeat;	*/
}
#ttl h1 {
	padding:0px 0px 0px;
	text-indent:-9999px;
	height:0px;
}

#ttl p#siteDescription {
	padding:0 15px 10px 30px;
}

/*-----------------------------------------------
 __contents
-----------------------------------------------*/

#contents {
	background-color:#ffffff;
	float:left;
	width:100%;
	padding:0 0 15px 0;
}

/*-----------------------------------------------
 __main
-----------------------------------------------*/

#main {
	float:left;
	width:100%;
	background-color:#ffffff;
}

/*リンクされた文字*/
a:link.blue {
    color:#005AFE;
    font-style:normal;
    text-decoration:underline;
}

/*訪問後のリンク*/
a:visited.blue {
    color:#934C7B;
    text-decoration:underline;
}

/*マウスをのせたとき*/
a:hover.blue {
    color:#560068;
    font-style:normal;
    text-decoration:none;
}

/*クリック中*/
a:active.blue {
    text-decoration:none;
}


/*-----------------------------------------------
/* __inner
------------------------------------------*/

.inner {
	width:98%;
	/*min-width:200px;*/
	margin:0px;
	padding:0px 0px 0px 0px;
	background:#ffffff;
}

#main .inner h2 {
	background-color:#560068;
	margin-bottom:15px;
	font-size:140%;
	padding:8px;
	color:#FFFFFF;
	text-align:left;
	/*width:558px;*/
}

#main .inner h3{
	background-color:#F0EED0;
	margin-bottom:10px;
	font-size:120%;
	padding:5px;
	text-align:left;
}

/*-----------------------------------------------
 __sub
-----------------------------------------------*/

#sub {
	float:right;
	width:185px;
	margin-left:-185px;
	padding:15px 0 15px 0;
	background:#FBF9E7;
}

#sub h3 {
	margin-bottom:5px;
	margin-left:15px;
	font-size:100%;
	letter-spacing: 1px;
}

#sub ul {
	margin:0 15px 20px;
}

#sub ul li {
	padding:3px 5px;
	border-bottom:1px solid #CCC;
}

#sub ul li a {
	text-decoration:none;
}

#sub ul li a:hover {
	text-decoration:underline;
}


/*-----------------------------------------------
 __link
-----------------------------------------------*/



/*-----------------------------------------------
 __list
-----------------------------------------------*/

ul {
list-style-image: url(../img/arrow_blue.gif);
list-style-position: outside;
margin-left:25px;
padding:0px;
vertical-align:middle;
}




/*------------------------------------------------
__table
------------------------------------------------*/
table.ver1{
    border-top:1px solid #272727;
    border-left:1px solid #272727;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
	margin-top:1px;
}
.ver1 th{
width:auto;
    border-right:1px solid #272727;
    border-bottom:1px solid #272727;
    color:#000000;
    background-color:#B2CB47;
    padding:0.4em 0.8em;
    text-align:center;
	font-weight:bold;
	font-size:large;
}
.ver1 td{
    border-right:1px solid #272727;
    border-bottom:1px solid #272727;
    padding:0.6em 0em 0.4em 0em;
    text-align:center;
	/*width:25%;*/
	white-space: nowrap;
	line-height:18px;
	vertical-align:top;
}

.table_03 {
width:70%;
margin:0px 0px 10px 0px;
padding:8px;
border-collapse:collapse;
}
.table_03 th {
width:15%;
padding:4px 2px 2px 4px;
text-align:center;
vertical-align:top;
color:#3B4027;
background-color:#CACBC8;
border:1px solid #9AA66B;
}
.table_03 td {
/*padding:4px 2px 2px 4px;*/
padding:8px;
background-color:#F3F3F3;
border:1px solid #9AA66B;
line-height:18px;
vertical-align:top;
text-align:center;
}



.table_04 {
width:380;
margin:0px 0px 20px 20px;
padding:8px;
border-collapse:collapse;
}
.table_04 th {
width:15%;
padding:4px 2px 2px 4px;
text-align:center;
color:#3B4027;
background-color:#CACBC8;
border:1px solid #9AA66B;
}
.table_04 td {
/*padding:4px 2px 2px 4px;*/
padding:5px;
background-color:#F3F3F3;
border:1px solid #9AA66B;
line-height:18px;
text-align:center;
}


table.ver2{
    border-top:1px solid #272727;
    border-left:1px solid #272727;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
	margin-top:1px;
}
.ver2 th{
width:auto;
    border-right:1px solid #272727;
    border-bottom:1px solid #272727;
    color:#000000;
    background-color:#B2CB47;
    padding:0.4em 0.8em;
    text-align:center;
	font-weight:bold;
	font-size:large;
}
.ver2 td{
    border-right:1px solid #272727;
    border-bottom:1px solid #272727;
    padding:0.6em 0em 0.4em 0em;
    text-align:center;
	/*width:25%;*/
	white-space: nowrap;
	line-height:18px;
	vertical-align:top;
}


table.menu{
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
	padding-bottom:0px;
}
.menu th{
	width:auto;
    color:#000000;
    background-color:#B2CB47;
    padding:0.4em 0.8em;
    text-align:center;
	font-weight:bold;
	font-size:large;
}
.menu td{
    padding:0em 0em 1.0em 0em;
    text-align:left;
	/*width:25%;*/
	white-space: nowrap;
	line-height:24px;
	vertical-align:top;
	background-color:#F0EED0;
}


/*-----------------------------------------------
 __font
-----------------------------------------------*/

.fs10 {font-size: 10px; line-height: 12px}
.fs13 {font-size: 13px; line-height: 16px}
.fs14 {font-size: 14px; line-height: 18px}

.nomal {
 font-size: 12px
 }
 
.little {
font-size: 10px
}

.big { font-size: 16px; color: #cc0000}
.ouza { font-size: 14px}
.ttl01{ color:#FFF000;font-weight:bold;font-size:large; }

