@charset "utf-8";

/* ------------------------------- リセットと共通 -------------------------- */

*{
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,p,li,address,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: #996666;
	line-height: 150%;
}

p,address,dl,dt,dd{
	font-weight: bolder;
}

li{
	list-style-type: none;
}

img{
	border: 0;
	vertical-align: bottom;
}

span{
	text-transform: capitalize;
}

.bye{
	text-indent: -9999em;
}

a{
	text-decoration: none;
	overflow: hidden;
}

/* ------------------------------- リンク ------------------------------- */

a:link{
	color: #4D7CC4;
	text-decoration: none;
}

a:visited{
	color: #810081;
	text-decoration :none;
}

a:hover{
	color: #E18700;
	text-decoration: underline;
}

/* ------------------------------- レイアウトスタート ---------------------- */

body{
	background: #D4D4D4 url(../img/site_bg.jpg) repeat-y center;
}

#wrap{
	width: 858px;
	margin-right: auto;
	margin-left: auto;	
}

/* ------------------------------- ヘッダー ------------------------------- */

#header{
	width: 858px;
	height: 110px;
	background: url(../img/line_bg.gif) no-repeat top;
}

h1 a{	
	width: 165px;
	height: 100px;
	background:url(../img/logo.gif);
	text-indent: -9999em;
	float: left;
}

#right{
	padding-top: 20px;
	float: right;
	text-align: right;
}

#right p.red{
	color: #D90000;
}

/* ------------------------------- コンテンツ ------------------------------ */

#content{
	height: 100%;
	padding-left: 4px;
	overflow: hidden;
	background: url(../img/body_bg_top.gif) repeat-y;
}

/* ------------------------------- パンくず ------------------------------- */

#pankuzu{
	margin: 5px 0px 0px 30px;
}

/* ------------------------------- フッター ------------------------------- */

#footer{
	width: 858px;
	height: 70px;
	text-align: center;
	clear: both;
	border-top: 6px solid #4D3C34;
}

#jump{
	clear: both;
	margin-right: 30px;
	text-align: right;
}

#footer ul{
	padding-top: 5px;
}

#footer li{
	margin: 0px 15px 0px 10px;
	display: inline;
}

address{
	margin: 5px 10px 0px 0px;
	clear: both;
	text-align: center;
}
