@charset "utf-8";
/* CSS Document */

/*
* CSS init
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	list-style: none;
}
html {
	height: 100%;
	margin-bottom: 1px;
}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* */
table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}
caption {
	text-align: left;
}
th {
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}
td {
	vertical-align: top;
}
fieldset {
	border: 0;
}
input {
	_margin: -1px 0;
}
sup, sub {
	vertical-align: baseline;
	position: relative;
}
sup {
	top: -4px
}
sub {
	top: 4px
}
img {
	border:none;
}
.center {
	text-align:center;
}
.clearBoth {
	clear: both;
}
.clearBoth span {
	display:none;
}
a {
	color: #9999FF;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
body {
	background:#FFF url(background.gif) repeat-y center;
}
#wrap {
	width: 702px;
	margin-right: auto;
	margin-left: auto;
}
#wrapInner {
	padding-right: 47px;
	padding-left: 30px;
	background: url(header.gif) no-repeat 26px top;
}
#header h1 {
	display: inline;
}
#header  h1 a {
	height: 76px;
	width: 125px;
	display: block;
}
#header  h1 span {
	display: none;
}

#menu {
	padding-top: 4px;
}
#menu li {
	display: block;
	float: left;
	height: 35px;
	width: 125px;
}
#menu a {
	float: left;
	height: 25px;
	width: 125px;
	display: block;
	color: #999999;
	text-decoration:none;
	line-height: 240%;
	text-align: center;
	font-size: 0.63em;
}
#menu a:hover {
	text-decoration: underline;
}
#main {
	padding: 5px 15px 15px;
	clear: both;
	color: #333333;
}
#main h2 {
	font-size: 0.88em;
	line-height: 190%;
	color: #C13D73;
}
#main p {
	font-size: 0.75em;
	line-height: 190%;
	padding-bottom: 15px;
}
#main table,
#main dl
{
	font-size: 0.75em;
	line-height: 190%;
}
#main dl{
	padding:0 0 15px 0;
}
#footer {
	padding-top: 15px;
}
#footer p {
	border-top: 1px solid #dfdfdf;
	text-align: center;
	padding: 5px;
	font-size: 0.69em;
	color: #999999;
}
