body{
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #c0c0c0;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #c0c0c0;
	scrollbar-track-color: #ffffff;
	scrollbar-shadow-color: #c0c0c0; 
	scrollbar-darkshadow-color: #ffffff;
	font-size:80%;

}

#outline{
width : 750px;
padding : 5px ;
text-align : center;

}

/*見た目*/

.header{
width : 100% ;
margin-bottom :5px ;
background:#eaf4fc;
color: #1e50a2;
font: bold 20px sans-serif;
text-align : center;
border:solid 1px #1e50a2;
}


.main {
width : 740px;
overflow: auto;
background-color:#ffffff;
text-align: center;
border:solid 1px #1e50a2;
}

.text{
	width : 450px;
	background-color:#ffffff;
	text-align: left;
	float : left;
	margin: 10px;

}

.side {
width : 200px;
background:#eaf4fc;
float : right;
margin-top: 10px;
margin-right: 5px;
}


.c-both {
clear:both;}


.footer{
width : 100% ;
margin-top : 5px ;
background:#eaf4fc;
text-align : right;
} 

A {
	text-decoration: none;}
A:link {
	color: #cc001a;}
A:active {
	color: #ffcfcf;}
A:visited {
	color: #ffcfcf;}
A:hover{
	color: #cc001a;
	text-decoration: underline;}

.no{
	border:1px solid #ffffff;
}

p{
	color: #666666;
	line-height: 120%;
}

/*top*/

div.indent{
	margin-left: 15px;
	margin-top: 5px;
}

span.indent{
	margin-left: 50px;
}

h2.box{
	color: #bb0000;
	width: 95%;
	font-size: 18px;
	padding: 5px 0px 0px 0px;
	line-height: 100%;
	background:#eaf4fc;/*月白*/
	font-family : "MS UI Gothic";
	text-align : left;
	padding:2 5px;
	margin: 10px;
	border-bottom: solid 1px #1e50a2;
	border-left:solid 10px #1e50a2;
}

h3{
	color: #bb0000;
	font-size: 15px;
	padding: 5px 0px 0px 0px;
	line-height: 100%;
}


td{
	color: #666666;
	font-size: 80%;
	line-height: 130%;
	text-align: center;
}

