@charset "utf-8";
/* 全ページ共通 */

body{
	background:url(/images/body_bg.jpg);
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif ;
	font-size:13px;
}

#container{
	min-width:960px;
	margin:0 auto;
	overflow:hidden;
}

#contents{
	width:960px;
	margin:0 auto;
	overflow:hidden;
}


/* パンくず */

#breadcrumblist{
	clear:both;
	width:960px;
	height:auto;
	position:relative;
	z-index:1;
	margin:15px auto 15px;
	padding-bottom:0;
}

.home{
	color:#868686;
	text-decoration:none;
}

.back{
	color:#868686;
	text-decoration:none;
}

.present_location{
	color:#1f1e1e;
	text-decoration:none;
}

.greater{
	color:#868686;
}


/* コンテンツエリア下のトップへ戻る */

.pagetop{
	background:url(/images/btn_pagetop.png) no-repeat;
	width:66px;
	height:16px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

.btn_top{
	width:66px;
	height:16px;
	display:block;
	margin:0 0 10px 894px;
}

/* リセット */

body, h1, h2, h3, h4, ul, li, p, dl, dt, dd, hr{
	margin:0px;
	padding:0px;
	font-weight:normal;
}

ul, li{
	list-style:none;
}

a img{
	border:none;
}

a{
	outline:none;
}

.clear{
	clear:both;
}

