body {
	background-color : #FFF;
	color : #333;
	font-size :12px;
	width : 700px;
	margin : 0 auto 0 auto;
}

a img {
	border : none;
}

a:visited{
	color: #F00;
}

a:link{
	color: #F00;
}

a:hover{
	color: #333;
	text-decoration:underline;
}

a:active{
	color: #F90;
}

h2{ 
	font-weight : bold;
	color : #00F;
	font-size:16pt;
	text-align:center;
}

h5{ 
	font-weight : bold;
	color : #333;
	font-size:16pt;
	text-align:center;
}

h6{ 
	color : #333;
	font-size:14pt;
	text-align:center;
	font-weight:normal;
}

/*インライン*/

.imgbo{
	border : none;
}

a.b{ 
	font-weight : bold;
}

.siro{ 
	color : #FFF;
	font-weight : bold;
}

.aka {
	color : red;
	font-style : normal;
}

.ao {
	color : #00F;
	font-style : normal;
}

/* ヘッダーフッター部分 */

.footr{
	color:#333;
}

.address {
	clear : both;
	font-size: 10px;
	text-align : center;
	font-style : normal;
	text-decoration:none;
	width:100%;
}


.basic {
	background-color: #FFCCCC;
}


th{
background-color:#0000CC;
color:#FFFFFF;
font-weight:bold;}




.term  {
width : 100%;
margin : 0 0 10px 0;
padding : 4px 0 4px 0;
font-size : 14px;
font-weight : bold;
text-align : left;
}
.term ul {
width : 100%;
list-style : none;
clear : both;
}
.term ul li {
margin : 0 10px 0 0;
float : left;
} 

