@charset "utf-8";

/*CSS Information ===========================
 name:           information_common.css
 description:    properties for information/
 Editors:        Tomoki Kitano 
 Last Editors:   Tomoki Kitano
========================================== */



#header {
	margin: 0px;
	padding: 8px 0px 9px 0px;
	width:100%;
	text-align: center;
	background-image:url(../../img/header_bg.gif);
	background-repeat:repeat-x;
}

#header_img {
	margin: 0px auto;
	padding: 0px;
	width:1020px;
	height:34px;
}

#header_logo {
	float:left;
	margin:0px;
	padding:0px;
}

#header_rel {
	float:right;
	margin:0px;
	padding:0px;
}

#menu {
	width:100%;
	background-image:url(../../img/menu_bg.gif);
	background-repeat:repeat-x;	
}

#nav {
	width:1000px;
	height:31px;
	margin:0px auto;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li:first-child {
	margin: 0px;
}

#main {
	width: 841px;
	margin: 0 auto;
	padding: 0;
}

/* リンク設定 */

a:link {
color: #28905e;
	text-decoration: underline;
}

a:active {
color: #3ecd94;
	text-decoration: underline;
}

a:visited {
color: #28905e;
	text-decoration: underline;
}

a:hover {
color: #3ecd94;
	text-decoration: underline;
}
