@charset "euc-jp";
body {
	background:#F6F6F6 url(img/body.jpg) no-repeat center top;
}

a {
	color:#333333;
	text-decoration: underline;
}
a:visited {
	color:#999999;
	text-decoration: underline;
}

a:hover {
	color:#666666;
	text-decoration: none;
	background: no-repeat;
}
h1 {
	font-size: 0px;
	font-weight: normal;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#head {
	text-align: left;
	background: url(img/top.jpg) no-repeat right center;
	height: 198px;
	border-bottom: 4px solid #01006A;
}
#head img.header{
	float: right;
	height: 198px;
	width: 599px;
}

#link {
	float: left;
	height: 198px;
	width: 201px;
}

#link img {
	margin: 0px;
	padding: 0px;
	float: left;
}

#navi .navi {
	margin: 0px auto;
	clear: both;
	height: 40px;
	width: 900px;
}

#content {
	background:#FFF;
	margin: 0px auto 5px;
	width: 800px;
}

#content .content {
	background: #FFFFFF;
	padding: 20px 10px 10px;
	clear: both;
}
#content .content .left {
	float: left;
	width: 460px;
}

#content .content .right {
	float: right;
	width: 300px;
}

#foot {
	clear: both;
	text-align: center;
}

.footbody {
	padding-top: 10px;
	padding-bottom: 10px;
}

#foot .copy {
	font-size: 10px;
	color: #666666;
	background: url(img/foot_back.jpg) repeat-x;
	color: #FFFFFF;
	line-height: 20px;
	height: 20px;
}


#content .content .right .bnr img {
	margin-bottom: 5px;
}

#content .content .right .picasa {
	margin-bottom: 5px;
}


.margint5 {
	margin-top: 5px;
}
.margint10 {
	margin-top: 10px;
}

.marginb5 {
	margin-bottom: 5px;
}

.marginb10 {
	margin-bottom: 10px;
}



.clear {
	clear: both;
}

/* グローバルメニュー */
 
#dd {
	width: 800px;
	margin: 0px 0px 0px 2px;
	padding: 0px;
}
#dd .mainmenu {
	list-style: none;
	float: left;
	height: 23px;
	margin: 0px 4px;
	padding: 0px;
	display: inline;
}
#dd .mainmenu a.menu {
	display: block;
	text-align: center;
}
#dd .mainmenu a.menu:hover {
	background: #000000;
}
.submenu {
	visibility: hidden;
	position: absolute;
	background-color: #333333;
	width: 180px;
	font-size: 12px;
	margin-left: 3px;
}
.submenu a {
	display: block;
	text-align: left;
	padding: 5px;
	color: #FFFFFF;
	text-decoration: none;
}
.submenu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}

/*ドロップダウンメニュー透過設定*/
/*現在の設定値は透過率90％*/
.submenu {
	filter: alpha(Opacity=90);/*IE透過設定*/
	-moz-opacity:0.9;/*firefox透過設定*/
	opacity:0.9;/*safari、opera透過設定*/
}

#g-menu-area {
	background: #FFFFFF;
}
