@charset "UTF-8";

body {
	font-size: 16px;
}
	/* Internet Explorer 6 or sooner */
	* html body {
		font-size: medium;
	}

/* 基準のリンク */
a, a:link, a:visited {
	color: #ff4500;
	text-decoration: none;
}
a:hover {
	color: #ff4500;
}

.clear { clear: both; }

#header {
	width: 760px;
	border-top: 5px solid #3366ff;
	margin: 0px;


}
#header h1 {
	padding: 0.5em 0;
	font-size: 27px;
	color: #ffffff;
	background: #ffffff url(../image/headerbg.gif) top repeat-x;
	width: 750px;
}
#header h1 span {
	padding-left: 0.5em;
}
#globalMenu {
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	list-style-type: none;
	border-top: 1px solid #ffffff;
/*	border-bottom: 2px solid #cccccc;*/
	width: 751px;
	float: left;
}
#globalMenu li {
	float: left;
	margin: 0 1px 0 0;
	width: 149px;
}
#globalMenu li.selected {
	padding: 4px 0;
	text-align: center;
	background: #ffffff url(../image/menu-selected-bg.gif) top repeat-x;
	font-weight: bold;
	color: #ff6600;
	border-right: 1px solid #e6e6e6;
}
#globalMenu a {
	display: block;
	margin: 0;
	padding: 4px 0;
	background-color: #ffcc66;
	color: #0051A6;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
}
#globalMenu li a:hover {
  background-color: #ffffcc;
}

#whitebase {
	clear: both;
	margin-top: 60px;
	width: 750px;
}

#footer {
	clear: both;
	margin: 16px auto 0;
	padding-top: 5px;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	text-align: center;
	text-decoration: none;
	width: 750px;
	border-top: 1px dotted #666666;
}

.alignRight { text-align: right; }
.attention {
	font-weight: bold;
/*	color: #ff6666;*/
	color: #cc0099;
}
.mgntop1em { margin-top: 1em; }
.yuup {
	color: #808080;
}
