@charset "utf-8";
/* CSS Document */

article section #sub_navi {
	height: 1180px;
	width: 230px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	float: left;
	margin-bottom: 5px;
}


/*　16-12-08 変更　*/
article section #jinja_name {
	float: left;
	height: 24px;
	width: 350px;
	margin-left: 100px;
	background-color: #993300;
	padding-top: 6px;
	padding-left: 50px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0.3em;
	-webkit-border-radius:7px;/* Safari,Crome */
	-moz-border-radius:7px;/* Firefoc*/
	-o-border-radius:7px;/* Opera */
	border-radius:7px;/* W3C*/
	line-height: 1.2em;
	text-align: center;
	
	
}
