/* e-community platform default theme */

* {
	margin: 0;
	padding: 0;
	word-break: break-all;
}



body {
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
	background:#fff url(e-community_black_2c/kabe.gif) ;
	font-size: 13px;
	*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: #669900;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
a:visited {
	color: #669900;
}


/* ヘッダ */


#header {
	height: 102px;
	width:796px;
	margin:0 auto;
	background:url(e-community_black_2c/ban.gif) no-repeat center top;
}

#header h1 {
	font-size: 22px;


	*font-size: 167%;
	color: #fff;
	font-weight: bold;
	padding-top:20px;
	padding-left: 110px;
	line-height:1;
}


#header h1 a {
	color: #fff;
	text-decoration: none;
}

#header h1 a:visited {
	color: #FFF;
}

#header h2 {
	font-size: 13px;

	*font-size: 100%;
	color: #fff;
	font-weight:normal;
	margin-top:5px;
	padding-left: 110px;
	width: 450px;
	line-height:1.4;
}


/* wrapper: footerを下寄せするための枠 */

#wrapper {
	margin: 0 auto;
	width: 796px;
	border: solid 2px #000;
	background-color: #FFF;
}


/* ぱんくずリスト */

#nav {
	color:#333;
	display:block;
	width:766px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size: 13px;
	*font-size: 100%;
}

#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;
	width: 796px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background:url(e-community_black_2c/ban.jpg) no-repeat center -262px;
	padding: 0;
	margin: 0;
	padding-bottom: 30px;
	margin-top: 5px;
}

#space1 div, #space2 div {
	line-height: 1.4em;
	font-size: 10px;
}

/* space_1: 中央ブロック */
#space_1 {
	width: 566px;
	clear: both;
	float:right;
	text-align: center;
	padding: 0;
}
#space_1 .box {
	margin-left: auto;
	text-align: left;
	width: auto;
	margin-right: 15px;
	margin-bottom: 15px;
}

#space_1 .box_menu {
	display: block;
	font-weight: bold;
	padding-left: 5px;
	line-height: 26px;
	background:#000;
}

#space_1 .box_menu span {
	display: block;
	color: #fff;
	font-size: 14px;
	*font-size: 108%;
	font-weight: bold;
}

#space_1 .box_main {
	margin: 0;
	padding: 10px;
}

/* space_2: 左ブロック */
#space_2 {
	width: 215px;
	float:left;
	text-align: center;
}

#space_2 .box {
	text-align: left;
	margin-left: 15px;
	margin-bottom: 15px;
	background-color: #FFF;
}

#space_2 .box_menu {
	padding-left: 10px;
	line-height: 26px;
	background:#000;
}
#space_2 .box_menu span {
	display: block;
	font-size: 14px;

	*font-size: 108%;
	font-weight: bold;
	color: #fff;
}

#space_2 .box_main {
	margin: 0;
	padding: 5px 5px;
}

/* フッタ */

#footer {
	clear: both;
	position: relative;
	padding: 0;
	margin-top: -30px;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
	width: 796px;
	text-align: center;
	background:#000;
	border-top:2px solid #9d9d9d;
}

#footer .footer_content {
	color: #fff;
	font-size: 10px;
	padding-top: 5px;
}

#footer a, #footer a:visited {
	text-decoration: underline;
	color:#fff;
}

/* 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;
}
/* End hide from IE-mac */
/* トップページ（ブロック状態）*/ 
.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;
	color: #669900;
} 
.mod_blog_main_content a {
	text-decoration:underline;
}
