@charset "utf-8";
/* ---------------------------------------------------- */
/* 共通設定 */
/* ---------------------------------------------------- */

* {
	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: #009;
	margin-bottom: 20px;
}

strong {
	color: #906;
}

em {
	background-color: #ccf;
}

.ttl_l {
	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;
}

h1{
	font-size:11px;
	color:#666;
}


/* ---------------------------------------------------- */
/* 大枠ボックス構成 */
/* ---------------------------------------------------- */

body {
	font-size: small;
	text-align: center;
}

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

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

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

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

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

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

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

/* ---------------------------------------------------- */
/* ヘッダー */
/* ---------------------------------------------------- */

#header ul li{
	text-indent:20px;
	background:url(../images/icon_red.jpg) no-repeat left center;
	float:left;
	margin-left:20px;
	display:inline;
}

#header_left{
	float:left;
}

#header ul{
	float:right;
	margin-right:15px;
	margin-top:5px;
	display:inline;
}

#header_btn{
	clear::both;
}

#header_btn{
	clear:both;
	position:absolute;
	top:50px;
	left:650px;
}
/* ---------------------------------------------------- */
/* ナビゲーション */
/* ---------------------------------------------------- */

#navi ul li {
	float: left;
}
/* ---------------------------------------------------- */
/* サイドバー */
/* ---------------------------------------------------- */

#left_box ul{
	padding:0px 15px;
	margin-bottom:30px;
}

#left_box ul li{
	list-style:url(../images/icon_blue.jpg) inside;
	padding:5px 0px;
	border-bottom:1px dotted #000;
}

#left_box ul li a{
	text-decoration:none;
	color:#000
}

#left_box ul li a:hover{
	text-decoration:underline;
	color:#f00;
}

#link_bn{
	padding:0px 15px;
	margin-bottom:30px
}

#info_box{
	background-color:#fff;
	margin:0px 15px 20px 15px;
	padding:10px;
}

/* ---------------------------------------------------- */
/* フッター */
/* ---------------------------------------------------- */

#footer_menu{
	text-align:center;
	margin-bottom:10px;
}


