@charset "utf-8";

/* CSS Document */

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

img {
border: none;
}

#right_box p {
	margin: 0px 10px 20px 10px;
}
hr {
	color:#00F;
	margin-bottom:20px;
}
strong {
	color:#000;
}

em {
	background-color:#906;
}
h2 {
	text-indent:10px;
	color:#009;
}
h3 {
	text-indent: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: 200px;
}

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

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

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

#right_box {
width: 650px;

margin-bottom: 30px;
float:right;
}

#footer {
	text-align: center;
width: 850px;
height: 70px;
margin-bottom: 30px;
clear:both;
background-image:url(../images/footer.gif)
}
#footer a {
	color:#000;
}
}
#footer a:visited {
	color:#0C0;
}
}
#footer a:hover {
	color:#F00;
}

#pic {
	margin-left:: 100px;
}

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

#navi ul li {
float: left;
}