@charset "UTF-8"; 

/* ------------------------------- リセットと共通 -------------------------- */

*{
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,p,ul,li,address,dl,dt,dd,div{
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","メイリオ","Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: bolder;
	color: #666666;
	line-height: 1.5;
}

ol,ul{
	list-style: none;
}

img{
	border: 0;
	vertical-align: bottom;
}

span{
	text-transform: uppercase;
}

table{
     border-collapse: collapse;
     border-spacing: 0;
}

a{
	text-decoration: none;
	overflow: hidden;
}

html{
	overflow-y: scroll;
}

/* ------------------------------- リンク ------------------------------- */

a:link{
	color: #4D7CC4;
	text-decoration: none;
}

a:visited{
	color: #810081;
	text-decoration :none;
}

a:hover{
	color: #E18700;
	text-decoration: underline;
}

/* ------------------------------- レイアウトスタート ---------------------- */

body{
	background-color: #333333;
}

#wrap{
	width: 900px;
	margin: 0px auto;
	border: 1px solid #666666;
}

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

#header{
	width: 900px;
	background-color: #FFF;
}

h1,.rule1{
	margin: 0 50px 0 0;
	font-size: 12px;
	text-align: right;
}

#header p img{
	margin: 5px 49px 5px;
	border: 1px solid #666666;
}

/* ------------------------------- パンくず ------------------------------- */

#pankuzu{
	width: 860px;
	padding: 2px 0 2px 40px;
	overflow: hidden;
	background-color: #CCCCCC;
}

#pankuzu li{
	padding-left: 8px;
	float: left;
}

/* ------------------------------- メインエリア ---------------------------- */

#content{
	width: 900px;
	padding-top: 5px;
	overflow: hidden;
	background-color: #FFFFFF;
	clear: both;
	float: left;
}

#main{
	width: 615px;
	margin: 0 10px 0 5px;
	float: right;
}

/* ------------------------------- サイド ------------------------------- */

#side{
	width: 228px;
	margin: 10px 10px 0 20px;
	float: left;
}

#nav li{
	padding: 5px;
	font-size: 14px;
	border: 1px solid #d6c6af;
	background: #eaf4fc;
}

#side li.rule2{
	padding: 5px;
	border: 1px solid #d6c6af;
	background: #fbd26b;
}

#nav ul li a{
	width: 218px;
	height: 20px;
	display: block;
}

#nav ul li a.active,
#nav ul li a:hover{
	width: 230px;
	height: 20px;
	background: #fbd26b;
}

div.btn{
	width: 228px;
	height: 60px;
	margin: 10px 6px;
}

div.btn ul li{
	width: 206px;
	height: 56px;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999em;
}

div.btn ul li a{
	display: block;
	width: 206px;
	height: 55px;
	background: url(../img/rhinochaserbtn.jpg);
}

div.btn ul li a:hover{
	background-position: left bottom;
}

#main div.btn{
	width: 228px;
	height: 60px;
	float: right;
}

#jump{
	margin-right: 30px;
	padding-top: 10px;
	text-align: right;
}

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

#footer{
	width: 900px;
	clear: both;
	background-color: #FFF;
	border-top: 2px solid #CCCCCC;
}

#footer p{
	margin: 10px 0 5px;
	text-align: center;
}

#footer ul{
	width: 615px;
	margin: 0 auto;
	text-align: center;
}

#footer li{
	margin: 10px;
	display: inline;
}

address{
	margin-top:;
	text-align: center;
}

/* ------------------------------- for IE7 ------------------------------- */

*:first-child+html {
}

/* ------------------------------- for IE6 ------------------------------- */

*html #main,#side{
	display: inline;
}

*html #main,#main p{
	width: 610px;
}

