@charset "utf-8";
/* CSS Document */

/* 【アクセスマップ】スタイル */

@import "reset_style.css";
@import "base.css";

/* メニューのダウンイメージ */

ul.nav li#nav_map {
	background-image: url(../images/base/list_map_over.gif);
	background-repeat: no-repeat;
}
ul.nav li#nav_map a {
	background-image: url(../images/base/list_map_down.gif);
	background-repeat: no-repeat;
}


/* 固有スタイル */

.contents {
	padding: 0 15px 0 0;
}

.top_image {
	margin: 0 0 15px 0;
}

.box {
	width: 400px;
	margin: 0 auto 30px auto;
	border-bottom: 2px dotted #cccccc;
}

.img_box {
	width: 400px;
	margin: 20px auto 30px auto;
}

h3 {
	padding: 0 0 0 10px;
	font-size: 18px;
	line-height: 35px;
	font-weight: bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-bottom: 1px solid #aaaaaa;
	border-left: 10px solid #427af5;
	color: #505050;
}

.map_img {
	padding: 15px 0 0 0;
}

.text {
	padding: 10px 5px 10px 5px;
	color: #333333;
	line-height: 17px;
	font-size: 13px;
	font-weight: 400;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-bottom: 2px dotted #dddddd;
}




