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

/* ---------------------------------------------------- */
/* 共通設定 */
/* ---------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	list-style-type: none;
}

img {
	border: none;
}

#right_box p {
	margin: 0px 10px 20px 10px;
}

hr {
	color:#009;
	margin-bottom: 20px;
}

strong {
	color: #906;
}

em {
	background-color: #CCF;
}

h2 {
	width: 600px;
	height: 33px;
	padding-top: 7px;
	text-indent: 20px;
	background-image: url(../images/ttl_l.jpg);
	color: #009;
	margin-bottom: 20px;
}

a {
	color: #060;
}

a:visited {
	color: #0C0;
}

a:hover {
	color: #F00;
}

/* ---------------------------------------------------- */
/* 大枠ボックス構成 */
/* ---------------------------------------------------- */
body {
	font-size: small;
	text-align: center;
}

#wrapper {
	width: 850px;
	margin: 0px auto;
	text-align: left;
}

#header {
	width: 850px;
	height: 80px;
}

#navi {
	width: 850px;
	height: 50px;
}

#main_visual {
	width: 850px;
	height: 250px;
	margin-bottom: 30px;
}

#left_box {
	width: 220px;
	margin-bottom: 30px;
	float: left;
}

#right_box {
	width: 600px;
	margin-bottom: 30px;
	float: right;
}

#footer {
	width: 850px;
	height: 40px;
	margin-bottom: 30px;
	clear: both;
}

/* ---------------------------------------------------- */
/* ナビゲーション */
/* ---------------------------------------------------- */

#navi ul li {
float: left;
}