/*	index.html */



body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

table{
	font-size:96%;
	color:#474747;
}

/*段落*/

h1 {
	font-size: small;
	font-weight: bold;
	color: #003399;
}

h2{
	font-size:110%;
	color:#FFFFFF;
	background-color:#003366;
	padding:5px 15px;
}

h3 {
	font-size: x-small;
}



/* 総合インフォーメーション */ 
/*----------------------------------------------- */
div#infomation{
	width:700px;
	margin:10px auto;
	
	border:1px solid #003366;
	text-align:left;
	}
	
div#infomation .textbox_01{
	margin:10px 10px 20px 10px;
}


/* リンク指定
----------------------------------------------- */

a:link { 
	color : #0066cc@!important; 
} 

a:visited { 
	color : #0066cc !important; text-decoration: none; 
} 

a:hover { 
	color : #ff6633 !important; text-decoration: underline; 
}

a:active { 
	color : #474747 !important; 
}

/* 個別パラメータ
----------------------------------------------- */

.font_80%{
	font-size:80%;
}

.font_xsmall {
	font-size: x-small;
}
.font_xsmall_bold {
	font-size: x-small;
	font-weight: bold;
}

.font_xsmall_bold_009933 {
	color: #009933;
	font-size: x-small;
	font-weight: bold;
}

.font_xsmall_003399 {
	font-size: x-small;
	color: #003399;
}

.font_xsmall_bold_003399 {
	font-size: x-small;
	color: #003399;
	font-weight: bold;
}

.font_xsmall_FF0033 {
	font-size: x-small;
	color: #FF0033;
}

.font_xsmall_bold_FFFFFF {
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
}

.font_small_bold_FF0033 {
	font-size: small;
	font-weight: bold;
	color: #003399;
}

.font_small_bold_009933 {
	color: #009933;
	font-size: small;
	font-weight: bold;
}

.font_xsmall_FF0033 {
	font-size: x-small;
	color: #FF0033;
	font-weight: bold;
}

.font_xsmall_bold_ff6633 {
	color: #ff6633;
	font-size: x-small;
	font-weight: bold;
}

.color_white {
	color: #FFFFFF
}

.color_brown {
	color: #660000
}

.font_12px {
	font-size: 12px
}

.margin_10 {
	padding: 10px;
}

.margin_20 {

	padding: 20px;
}

.font_xsmall_005158 {
	color: #005158;
	font-size: x-small;
}


/* end */