@charset "Shift-JIS";

/* print common css set */

html{
	height:auto;
	margin-bottom:0px;
}
body {
	padding-top: 0px;
	padding-bottom: 0px;
	width: auto;
	font-size: 12px;
	color: #000000;
	line-height: 1.4em;
	background: #FFFFFF;
}
/* mac”ò‚Î‚µ */
@media screen,print {
	body {
		letter-spacing: 0.1em;
	}
}

a, a:link, a:visited, a:active,a:hover {
	text-decoration: none;
}

div.inbox {
	text-align: left;
	width: auto;
}

div.inbox-child {
	margin-left: 0;
	margin-right: 0;
	width: auto;
	text-align: left;
}


/* header part */
#header {
	background: #FFFFFF;
}
#header h1 {
	width: 517px; height: auto;
	background: none;
	font-size: 12px;
	text-align: right;
}
#header h1 a{
	width: auto; height: auto;
	display: inline;
	text-indent: 0px;
}

/* topmenu part */
#topmenu {
	display: none;
}
/* bottom menu part */
#bottommenu {
	margin-top: 40px;
	display: none;
}

/* fotter part */
#footer {
	background: #FFFFFF;
}
#footer p {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	font-size: 12px;
	width: 517px;
	color: #000000;
	text-align: right;
	background: none;
	border-top: 1px solid #CCCCCC;
}


/* container part */
#container {
	margin-top: 40px;
}

/* search part */
#search {
	display: none;
}
/* contents part */
#contents {
	width: 517px;
	float: none;
}
#contents h2 {
	padding-bottom: 7px;
	width: 517px; height: auto;
	background: none;
	text-indent: 0px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 2px solid #CCCCCC;
}

#print {
	display: none;
}

div.topagetop {
	display: none;
}