@charset "utf-8";
/* CSS Document */

/* body */

html{
	height:100%;
	width:100%;
	background: #FFF5FF;
}
body {
	font: 62.5%/1.8 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "MS P ゴシック", "MS P Gothic", sans-serif;
	color: #505050;
	background:	inherit;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

/* for IE7 fonts */
*+html body {
	font-family: "メイリオ",Meiryo,"MS P ゴシック","MS P Gothic",sans-serif;
}
/* for IE6 fonts */
*html body {
	font-family: "MS P ゴシック","MS P Gothic",sans-serif;
}

/* ------ link ------ */

a {
	text-decoration: none;
	color: #0066CC;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
.red {
	color: #F00;
}
.red_small {
	font-size: 90%;
	color: #F00;
}

/* ----- wrapper ----- */

#wrapper {
	text-align: center;
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background: #FFF;
}
#header {
	margin-bottom: 5px;
}
#main {
	margin: 0px 0px 5px;
	padding: 0px;
}
#contents {
	font-size: 140%;
	text-align: left;
	height: auto;
	width: 700px;
	margin: 0px auto;
	padding: 10px 25px 15px;
	background: url(../common/bg_contents.gif) no-repeat bottom;
}
#contents p {
	padding-bottom: 10px;
}

/* ----- footer  ----- */

#footer {
	font-size: 120%;
	line-height: 1.5;
	background: url(../common/bg_footer.gif) no-repeat;
	height: 81px;
	padding-top: 20px;
	border-style: none;
}
#footer ul li {
	display: inline;
}
#main .image_box {
	margin: 0px;
	padding: 0px;
}
