@charset "UTF-8";

body {
	font-family:'メイリオ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka','ＭＳ Ｐゴシック',sans-serif;
	color: #000000;
	background-color: #ffFFff;
	font-size:80%;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	margin:0;
	padding:0;
	font-weight:normal;
}

a {
	text-decoration: underline;
/*
	outline-width:0;
*/
}
a:link, a:hover { 
	color: #12173F;
}
a:visited { 
	color: #374674;
}
a:active {
	color: #FFBB22;
}

img {
	border:0;
}

.ph {
	clear:both;
}

#wrapper {
	text-align:center;
}
#container {
	width:640px;
	text-align:left;
	margin:0 auto;
}
#header {
	margin-bottom:8px;
}

#header .logo strong {
	background:transparent url(/image/logo.gif) no-repeat scroll 0 0;
	cursor:pointer;
	display:block;
	height:40px;
	width:180px;
	text-indent:-9999px;
}
#main {
	padding:16px;
	margin-bottom:8px;
	background-color:#efefef;
	border-bottom:1px solid #ccCccc;
	border-top:4px solid #ccCCcc;
}

#footer {
	clear:both;
}

.copyright {
	font-size:90%;
	text-align:center;
}

h2.subtitle {
	font-weight:bold;
}
dl {
	padding-left:8px;
}
dl.list {
	margin:0;
}
dl.list dt {
}
dl.list dd {
	margin-bottom:16px;
	font-size:90%;
	margin-left:24px;
}

dl.about:after {
	clear:both;
	content:".";
	display:block;
	visibility:hidden;
	height:0;
	line-height:0;
}
dl.about {
	margin:0;
	*zoom:1;
}
dl.about dt {
	float:left;
}
dl.about dd {
	margin-left:160px;
	display:block;
	margin-bottom:16px;
}

/*
body {
	color:#ebeef7;
}
#main {
	background-color: #0a318f;
}
a {
	color:#b91a03 !important;
}
*/
