@charset "UTF-8";
/* CSS Document */

/* body */

body {
	font: 62.5%/1.7 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "MS P ゴシック", "MS P Gothic", sans-serif;
	letter-spacing: 0.1em;
	color: #505050;
	background: #EBECFE url(http://ofbyfor.net/common/bg_body.gif) repeat-y center top;
	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: #F60;
	text-decoration: underline;
}

/* ------- p ------- */

p {
	padding: 0px;
	margin: 0px 0px 15px;
}
.red {
	color: #F00;
}
.orange {
	color: #F60;
}
.larage {
	font-size: 120%;
	color: #F60;
	font-weight: bold;
	line-height: 150%;
}

/* ----- header ----- */
#header h1 {
	font-size: 100%;
	line-height: 30px;
	text-align: right;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	font-weight: normal;
}

#rapper {
	font-size: 110%;
	line-height: 180%;
	text-align: center;
	height: auto;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	background: #FFF;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
}

/* ----- contents ----- */

#main #contents {
	text-align: left;
	float: right;
	height: auto;
	width: 620px;
	line-height: 1.7em;
	font-size: 110%;
}
#contents #content {
	float: left;
	height: auto;
	width: 380px;
}
#content #logo {
	text-align: center;
}
#content #logo p {
	margin-bottom: 18px;
}
#contents #right {
	float: right;
	height: auto;
	width: 220px;
}

/* ----- menu ----- */

#main #menu {
	font-size: 120%;
	line-height: 28px;
	float: left;
	height: auto;
	width: 220px;
}
#menu ul li a {
	background: url(http://ofbyfor.net/common/button_on.gif) no-repeat left top;
	display: block;
	height: 30px;
	width: 220px;
	margin-bottom: 10px;
}
#menu ul li a:hover {
	background: url(http://ofbyfor.net/common/button_hover.gif) no-repeat left top;
	color: #F60;
	text-decoration: none;
}

/* ----- footer ----- */

#rapper #footer {
	font-size: 100%;
	clear: both;
	line-height: 1.5em;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
