/*ボディー指定*/
body { 
	margin:0px 0px 0px 0px; 
		background-image: url(../images/main_bg.gif);
}
/*テキスト指定*/
.text-title {
	color: #003300;
	font-size: 100%;
	line-height: 120%;
	font-weight: bold;
}

.text-fix16 {
	color: #444444;
	font-size: 16px;
	line-height: 120%;
	font-weight: bold;
}

.text-fix12 {
	color: #444444;
	font-size: 12px;
	line-height: 120%;
}

.text-sub_title {
	color: #003300;
	font-size: 73%;
}

.text-std {
	color: #444444;
	font-size: 73%;
	line-height: 160%;
}

.text-small {
	color: #444444;
	font-size: 67%;
	line-height: 160%;
}

.text-small-w {
	color: #ffffff;
	font-size: 67%;
	line-height: 160%;
}

.text-stdb {
	color: #444444;
	font-size: 73%;
	line-height: 160%;
	font-weight: bold;
}

.text-bold { 
	font-weight: bold;
}

h1 { font-size: 108%; font-weight: bold; margin: 0px}
h2 { font-size: 83%; font-weight: bold; margin: 4px}

/*リンク指定1*/
a:link { 
	color:#00628D; text-decoration: none; font-weight: bold
	
}
a:visited { 
	color:#08427c; text-decoration: none; font-weight: bold
}
a:active {
	color:#2a68a6; text-decoration: underline; font-weight: bold
}
a:hover { 
	color:#ffcc33; text-decoration: underline; font-weight: bold
}

.margin-17px { margin-left: 17px}