@charset "euc-jp";
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ol, ul, li, form, label, table,  tr, th, td, article, aside, footer, header, menu, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
	display: block;
}

body {
	background: #889;
	color: #333;
	font: normal 1.8em Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka','ＭＳ Ｐゴシック', sans-serif;
	font-size: medium;
}

table {
	border-collapse: collapse;
}

h1{
	clear:right;
	color: #006;
	font-size: x-large;
	font-weight: bold;
}

img { border: 0; }
:focus { outline: 0; }
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix { display: block; }

#wrap{
	background: #fff;
	margin:0px auto 30px auto;
	width: 960px;
	border:1px solid #889;
}

#content { 
	float: left;
	width: 900px;
	margin: 0 30px 0 30px;
	min-height:450px;
}

/* Header */
#header p {
	background-color: #009;
	color: #fff;
	margin: 0;
	border: 1px solid #000;
	padding-left: 30px;
}

#header a {
	color: #fff;
}

/* footer */
#footer {
	border-top:1px solid #ccc;
	text-align:center;
	background:#333;
	color: #fff;
	font-size: small;
	padding:3px;
}

#footer a {
	color: #fff;
	font-size: small;
	padding:3px;
}

#footer a:hover {
	color: #fff;
}

#footer p { margin: 0; }

/* navi */
#menu {
	list-style: none;
	background:#006;
	background-image: url(/common/images/btn_bg.jpg);
	height: 30px;
	color: #fff;
	margin: 0 0 20px 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

#menu li {
	float: left;
	margin: 0;
	position: relative;
	font-size: 18px;
}

#menu li a {
	color: #fff;
	text-align:center;
	display: block;
	width:100px;
	border-right: 1px solid #999;
}

/* pagetop */
.pageTop{
	text-align:right;
	margin-right:20px;
	font-size: small;
}

.pageTop a{
	color:#336;
}
.pageTop a:hover{
	color:#fff;
}

a {
	text-decoration: none;
}

a:hover {
	background: #06c;
	color: #fff;
	text-decoration: none;
}

#menu a:hover {
	background: #06c;
	background-image: url(../images/btn_hover.jpg);
	color: #fff;
	text-decoration: none;
}

#menu .current a {
	background: #06c;
	background-image: url(/common/images/btn_current.jpg);
	color: #fff;
	text-decoration: none;
}

/*パンくず*/
.pankuzu{
	text-indent:1em;
	padding:5px;
	margin:0;
}

.pankuzu li{
	display:inline;
	font-size:x-small;
	color:#666;
	padding:0;
	margin:0;
}
		
.pankuzu li A:link		{
	color:#666666;
	text-decoration:none;
}

.pankuzu li A:visited	{
	color:#666666;
	text-decoration:none;
}
	
.pankuzu li A:active	{
	color:#cc6666;
	text-decoration:none;
}
	
.pankuzu li A:hover		{
	color:#666666;
	text-decoration:underline;
}
/*パンくず　おわり*/

/*what's new*/
#whatsnew	{
	width:600px;
	background-color:#fff;
	border:2px solid #ccf;
	margin:10px auto;
	text-align: left;
}
#whatsnew ul {
	margin: 10px 30px;
}
#whatsnew li{
	list-style:none;
	font-size:small;
	color:#006;
	padding:0;
	margin:0 20px;
}
		
#whatsnew li A:link		{
	color:#006;
	text-decoration:none;
}

#whatsnew li A:visited	{
	color:#006;
	text-decoration:none;
}
	
#whatsnew li A:active	{
	color:#c66;
	text-decoration:none;
}
	
#whatsnew li A:hover		{
	color:#fff;
	text-decoration:underline;
}

#congratulations {
	font-size:18pt;
	font-weight:bold;
	color:#f33;
	padding:3px;
	text-align:center;
}
/*what's new　おわり*/
#inner {
	text-align: center;
}
#message {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}
#nyuukai {
	margin-bottom: 30px;
}