@charset "shift_jis";

/* ページ全体
------------------*/
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #333333;
	background: #FFFFFF;
}


h2 {
	font-size:16px;
}


table{
	font-size: 12px;
	color: #333333;
}

p{
	line-height:1.5;
}

a:link {
	color: #333333;
	font-style; normal;
	text-decoration: underline;
}
a:visited {
	color: #006933;
	font-style: normal;
}
a:hover, a:active {
	color: #738200;
	font-style: normal;
}

.red16 {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}

.line {
	font-size:14px;
	font-weight: bold;
	color: #666666;
	border-left: 5px solid #FF9900;
	border-bottom: 3px double #999999;
	width: 200px;
	padding: 2px;
}

.f10 {
	font-size: 10px;
}

.blue14 {
	font-size: 15px;
	font-weight: bold;
	color: #00CCCC;
}

.g_name{
	text-decoration: underline;
	text-weight: bold;
	color: #66CC99
}