@charset "UTF-8";

/*================ contentsS =================
*	category: site index
*		0: override
*		1: enterprise
*		2: other contentss
*			: News & Topics
*		9: page local
*			: hack
* 
==========================================*/

/*========================================
*	ヘッダー
==========================================*/

*
{
	margin: 0;
	padding: 0;
}

#header h1
{
	margin: 0;
	height: 75px;
}

#header h1 img
{
	margin: 15px 30px;
	width: 200px;
	height: 45px;
}

#header h1 a img
{
	border: 0 none;
}

h1, h2, h3, h4, h5, h6, strong 
{
	font-family:Hiragino Kaku Gothic Std,osaka,"MS P ゴシック",Arial,Helvetica,sans-serif;
}

/*========================================
*	グローバルナビゲーション
==========================================*/
#globalnav
{
	height: 40px;
	background-color: #5d9f33;
}

#globalnav h5
{
	margin: 0 0 0 30px;
	padding: 10px 0 0 0;
	color: #ffffff;
	font-size: 80%;
}

#globalnav h5 .blank
{
	width: 50px;
}

#globalnav h5 a
{
	text-decoration: none;
}

#globalnav h5 a:link
{
	color: #ffffff;
}

#globalnav h5 a:visited
{
	/*color: #ffff40;*/
	color: #ffffff;
}

#globalnav h5 a:hover
{
	/*color: #8bf13c;*/
	color: #ffff40;
}


/*========================================
*	フッター　SEO
==========================================*/
#footer_seo {
	/*background-image: url(../images/footer_seo_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	padding-top: 16px;*/
	margin-top: 15px;
	background-color: #5d9f33;
	clear: both;
	color: #ffffff;
}

#footer_seo td.copyright {
	white-space: nowrap;
	font-size: 12px;
	color: #ffffff;
}

#footer_seo a {
	display: block;
	height: 26px;
	text-decoration: none;
	background-repeat: no-repeat ;
	background-position: 0 0;
}

#footer_seo a:hover,
#footer_seo a:active {
	background-position: 0 -26px;
}

#footer_seo em {
	display: block;
	font-style: normal;
	text-indent: -9999px;
}

/*===== link, visited =====*/
#footer_seo .contact a {
	width: 89px;
	background-image: url("../images/navi_01_seo.gif");
}
#footer_seo .privacy a {
	width: 114px;
	background-image: url("../images/navi_02_seo.gif");
}
#footer_seo .sitemap a {
	width: 75px;
	background-image: url("../images/navi_03_seo.gif");
}
#footer_seo .blank {
	width: 155px;
	background-image: url("../images/footer_seo_02.gif");
}
#footer_seo.copyright {
	margin-top: 0.5em;
	font-size: 85%;
	text-align:center;
}

#footer_seo .sitelink {
	font-size: 10px;
	padding: 0 0 5px 10px;
	text-align: left;
}

#footer_seo .sitelink a {
	display: inline;
	height: auto;
	text-decoration: none;
}

#footer_seo td.sitelink a:link,#footer_seo td.sitelink a:visited {
	color: #ffffff;
	text-decoration: none;
}
#footer_seo td.sitelink a:hover {
	color: #FFFF33;
	text-decoration: none;
}

/*===== hack =====*/

/* Backslash hack for Mac IE5 \*/
html>body #footer em {
	overflow: hidden;
}
/* end hack */
