/*
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #FFEEEE;
}
*/
#header {
	height: 150px;
	width: 100%;
}
#header_menu {
	padding-left: 6%;
	height: 42px;
	width: 100%;
	background-image: url(../../img/gradation_bg.gif);
/*	background-repeat:repeat;*/
}
#header_menu a:hover {
	background-image: url(../../img/gradation_bg_hover.gif);
}

.float_right {
	float:right;
}
#button {
	width:500px;
}
#button2 {
	width:300px;
}
.float_left {
	float:left;

}
#header_menu ul {
	padding: 0px;
	font-size: 12px;
	list-style-type: square;
	list-style-position: outside;
	line-height: 160%;
	margin: 0px;
}

#header_menu li {
	float: left;
	margin: 0px;
	list-style-type: none;
	font-size: 14px;
	height: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-top: 7px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: normal;
	padding-bottom: 0px;
}

#header_left {
	width:15%;
	min-width:120px;
	float:left;
}

#header_middle {
	width:65%;
	float:left;
	font-size:20px;
}

#header_right {
	width:15%;
	min-width:120px;
	float:right;
}

a.top_menu:link {color: #0000ff}     /* unvisited link */
a.top_menu:visited {color: #0000ff}  /* visited link */
a.top_menu:hover {color: white} /* mouse over link */
a.top_menu:active {color: #0000FF}   /* selected link */
a.top_menu {
	text-decoration: none;
	margin: 0px;
	height: 30px;
	padding: 0px;
	outline:none;
}

a.general_link:link {color: #0000ff}     /* unvisited link */
a.general_link:visited {color: #0000ff}  /* visited link */
a.general_link:hover {color: red} /* mouse over link */
a.general_link:active {color: #0000FF}   /* selected link */
a.general_link {text-decoration: none}

a:link {color: #0000ff}     /* unvisited link */
a:visited {color: #0000ff}  /* visited link */
a:hover {color: red} /* mouse over link */
a:active {color: #0000FF}   /* selected link */
a {text-decoration: none}

a.info_link:link {color: #0000ff}     /* unvisited link */
a.info_link:visited {color: #0000ff}  /* visited link */
a.info_link:hover {color: white} /* mouse over link */
a.info_link:active {color: #0000FF}   /* selected link */
a.info_link {text-decoration: none}

a.topic_link:link {color: #0000ff}     /* unvisited link */
a.topic_link:visited {color: #0000ff}  /* visited link */
a.topic_link:hover {color: white} /* mouse over link */
a.topic_link:active {color: #0000FF}   /* selected link */
a.topic_link {text-decoration: none}


