﻿/* ヘッダー　全体 */

#head {
	width: 750px;
	height: 80px;
	border-top-style:solid;
	border-width:3px;
	border-color: #003399;
	margin:0 auto;
	text-align:center;
	}

/* ヘッダー　ロゴ */

#logo {
	width: 237px;
	height: 40px;
	margin-top:10px;
	float:left;
	}

/* ヘッダー　右側メニューくくり */

#head-right {
	width:500px;
	float:right;
	text-align:right;
	margin-top:10px;
	}

/* ヘッダー　メニュー設定 */

#headmenu {
	display:block;
	font-size:12px;
	margin:10px 0 0 auto;
	}

#head-right ul {
	display:block;
	margin:0px 0 10px 0px;
	}

#head-right ul li {
	display:inline;
	margin-right:3px;
	padding-left:7px;
	border-left: 1px solid #999;
	list-style-type:none;
	}

#head-right ul li.home {
	padding-left:0;
	border-left:0;
	}


/* ヘッダー　メニューリンク　設定 */


#headmenu a {
	text-decoration:none;
	color:#999999;
		}

#headmenu a:hover {
	color: #3399FF;
	text-decoration:underline;
		}


