/* e-community platform default theme */

* {
	margin: 0;
	padding: 0;
	word-break: narmal;
}

html, body, #wrapper {
	height: 100%;
}

body > #wrapper {
	height: auto;
	min-height: 100%;
}

body {
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
	background:#fff url(./images//bg.png) repeat-x;
	font-size: 14px;
	*font-size: small;
	*font: x-small;
}

/* 背景たいさく。 */
*:first-child+html body {
	padding-left: 1px;
}
* html body {
	padding-left: 1px;
}
body,x:-moz-broken {
	margin-left: -1px;
}

a {
	color: #804000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
a:visited {
	color: #804000;
}

a img { border: none;}

/* ヘッダ */


#header {
	height: 150px;
	
	margin:0 auto;
	background:url(./images//ban.jpg) no-repeat;
	border-bottom: 2px solid #533A27;
}

#header h1 {
	font-size: 22px;
	*font-size: 167%;
	color: #fff;
	font-weight: bold;
	padding-top:20px;
	padding-left: 20px;
	width: 280px;
	line-height:1.4;
	text-shadow: 1px 1px 3px #fff;    
}
#header h1 a {
	color: #333;
	text-decoration: none;
}

#header h1 a:visited {
	color: #333;
}

#header h2 {
	font-size: 14px;
	color: #333;
	font-weight:normal;
	margin-top:15px;
	padding-left: 20px;
	width: 260px;
	line-height:1.4;
}


/* wrapper: footerを下寄せするための枠 */

#wrapper {
	margin: 0 auto;
	
	border-left: solid 2px #5D4B37;
	border-right: solid 2px #5D4B37;
	background-color: #FFF;

}


/* ぱんくずリスト */

#nav {
	color:#333;
	display:block;
	width:790px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size: 13px;
	*font-size: 100%;
	margin-bottom: 8px;
}

#nav .nav_tp {
	text-align:right;
	margin-top: 5px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 15px;
	color:#333;
}

#nav li {
	width: 95%;
	height: 15px;
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 0.9em;
}


/* ブロック用コンテナ */

#container {
	position: relative;
	clear: both;
	
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0;
	margin: 0;
	padding-bottom: 30px;
}

#space1 div, #space2 div {
	line-height: 1.4em;
	font-size: 10px;
}

/* space_1: 中央ブロック */
#space_2 {
	
	
	float:right;
	text-align: center;
	padding: 0;
}
#space_2 .box {
	margin-left: auto;
	text-align: left;
	width: auto;
	margin-right: 15px;
	margin-bottom: 15px;
}

#space_2 .box_menu {
	display: block;
	font-weight: bold;
	padding-left: 5px;
	line-height: 20px;
	border-bottom:solid 2px #5D4B37;
}

#space_2 .box_menu span {
	display: block;
	color: #333;
	font-size: 14px;
	*font-size: 108%;
	font-weight: bold;
}

#space_2 .box_main {
	margin: 0;
	padding: 10px;
}

/* space_2: 左ブロック */
#space_1 {
	
	float:left;
	text-align: center;
}

#space_1 .box {
	text-align: left;
	margin-left: 20px;
	margin-bottom: 15px;
	background-color: #FFF;	
}

#space_1 .box_menu {
	padding-left: 7px;
	padding-right: 3px;
	line-height: 21px;
	padding-top: 1px;
	border-top:solid 1px #fff;
	background:#5D4B37 url(./images//side_title.png) no-repeat;
}
#space_1 .box_menu span {
	display: block;
	font-size: 14px;
	*font-size: 108%;
	font-weight: bold;
	color: #fff;
}

#space_1 .box_main {
	margin: 0;
	padding: 5px 0;
}

/* サイドメニュー */ 
.box_main ul, .box_main ol {
margin: 0;
padding: 0;
}
ul.menuSide  {
	margin: 0;
	padding-top: 0;
}
ul.menuSide li {
	background: url(./images//menu.png) no-repeat bottom;
	line-height: 36px;
	height: 36px;
	margin: 0;
	width: 220px;
	font-weight: bold;
	list-style: none;
	display: block;
	margin-bottom: 5px;
	
}
ul.menuSide li a {
	display: block;
	padding-left:25px;
	margin: 0;
	color: #484848;
	line-height: 36px;
	height: 36px;
}
ul.menuSide li a:visited {
	color: #484848;
}
ul.menuSide li a:hover {
	background-color : #236bdd;
	background: url(./images//menu_o.png) no-repeat bottom left;
	text-decoration: none;
}

/* お問い合わせ用ボタン */
#space_3 div.box_main .buttonLink, #space_1 div.box_main .buttonLink {
	width: 200px;
	height: 36px;
	line-height: 36px;
	background-color: #f7f7f7;
	border: 2px solid #c9c9c9;
	text-align: center;
	font-weight: bold;
	color: #633;
	display: block;
	margin:0 0 0 7px;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}
#space_3 div.box_main .buttonLink a, #space_1 div.box_main .buttonLink a {
	display: block;
	width: 200px;
	height: 36px;
	color: #633;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}
	
#space_3 div.box_main .buttonLink a:hover, #space_1 div.box_main .buttonLink a:hover {
	background-color: #F5F4EB;
	text-decoration: none;
	color:#715a46;
}


/* フッタ */

#footer {
	clear: both;
	position: relative;
	padding: 0;
	margin-top: -30px;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
	width: 826px;
	text-align: center;
}

#footer .footer_content {
	color: #333;
	font-size: 10px;
	padding-top: 5px;
}

#footer a, #footer a:visited {
	text-decoration: underline;
	color:#333;
}

/* トップページ（ブロック状態）*/ 
.mod_blog_block_content a {
	text-decoration:underline;
}

.mod_blog_block_content{
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
}

.mod_blog_block_title a {
	font-size: 16px;
	*font-size: 100%;
	margin-bottom:10px;
	margin-top:10px;
	text-decoration:none;
}
.mod_blog_block_title {
	font-size: 16px;
	*font-size: 123%;
	margin-bottom:10px;
	margin-top:10px;
}

/* 個別記事 */ 
.mod_blog_main_title {
	font-size: 16px;
	*font-size: 123%;
	margin-bottom:10px;
	margin-top:10px;
} 
.mod_blog_main_content a {
	text-decoration:underline;
}
.comment_box {
	margin-top:20px;
	padding-top:20px;
	border-top: 1px solid #999;
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* table */ 
table.info {
	width: 96%;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-collapse: collapse;
}

table.info th {
	padding: 5px 10px;
	background: #F5F5F5;
	border-bottom: solid 1px #999;
	border-left: solid 1px #999;
}

table.info td {
	padding: 5px 10px;
	border-bottom: solid 1px #999;
	border-left: solid 1px #999;
}

/* 汎用 */
.box_main p {
margin: 0;
}
.imgL {
	float: left;
	margin-right: 10px;
}
.box_main .maL10 {margin-left: 10px;}
.box_main .maL15 {margin-left: 15px;}
.box_main .maL20 {margin-left: 20px;}
.box_main .maL30 {margin-left: 30px;}
.box_main .maB5 {margin-bottom: 5px;}
.box_main .maB10 {margin-bottom: 10px;}
.box_main .maB20 {margin-bottom: 20px;}
.box_main .maT10 {margin-top: 10px;}
.box_main .maT20 {margin-top: 20px;}
.txtB {font-weight:bold;}

.hedge {
	text-indent: -1.5em;
	padding-left: 1.5em;
	margin-bottom: 10px;
}
#space_2 div.box_main .grey {
	background-color: #eee;
	padding: 0 10px;
	margin: 5px 0 10px;
	font-weight: bold;
	font-size: 15px;
}

h3.line {
	display: block;
	font-weight: bold;
	padding-left: 5px;
	padding-bottom: 3px;
	line-height: 20px;
	border-bottom:dashed 1px #837262;
	margin: 10px 0 10px 0;
}
#space_2 div.box_main h4.circle {
	font-size: 108%;
	padding-left: 18px;
	margin: 10px 0 0;
	background: url(./images/nagareyama_issa_3c/icon_circle.png) no-repeat 0 5px;
}
.kakoi_gray {
	border: 1px solid #999;
	padding: 3px;
}
.imgR {
	float: right ;
	margin-left:8px;
}
.imgL {
	float: left;
	margin-right:8px;
}
.txtC {
	text-align: center;
}
.clear { clear:both;}