/* e-community platform default theme */

* {
	margin: 0;
	padding: 0;
	word-break: break-all;
}

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;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	word-break: break-all;
	background-color :#efefef;
}
img {
	border: 0;
}

/* 背景たいさく。 */
*: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;
	text-decoration: none;
}


/* ヘッダ */


#header {
	height: 110px;
	width:807px;
	margin:0 auto;
	background:#000 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: 14px;
	*font-size: 108%;
	color: #fff;
	font-weight:normal;
	margin-top:8px;
	padding-left: 110px;
	width: 450px;
	line-height:1.4;
	width: 250px;
}
.portal {
	margin-left: 334px;
	margin-top: 10px;
	width: 146px;
	height: 14px;
	display: inline;
	float: left;
}

.use_example {
	margin-left: 28px;
	margin-top: 10px;
	width: 131px;
	height: 14px;
	display: inline;
	float: left;
}
.official {
	margin-left: 28px;
	margin-top: 10px;
	width: 118px;
	height: 14px;
	display: inline;
	float: left;
}
/* wrapper: footerを下寄せするための枠 */

#wrapper {
	margin: 0 auto;
	width: 807px;
	border: solid 1px #303030;
	background-color: #FFF;
}


/* ぱんくずリスト */

#nav {
	color:#333;
	display:block;
	width:775px;
	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: 807px;
	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: 565px;
	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: 24px;
	border-top: 1px solid #fff;
	background: #393945 url(e-community_black_2c/main_title.gif) no-repeat bottom;
}

#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: 5px;
}

/* space_2: 左ブロック */
#space_2 {
	width: 225px;
	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: 24px;
	border-top: 1px solid #fff;
	background: #fff url(e-community_black_2c/side_title.gif) no-repeat;
}
#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;
}

/* フッタ */

#footer {
	clear: both;
	position: relative;
	padding: 0;
	margin-top: -30px;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
	width: 807px;
	text-align: center;
	background:#000;
	background: #34403e url(e-community_black_2c/footer.gif) no-repeat;
}

#footer .footer_content {
	color: #fff;
	font-size: 10px;
	padding-top: 5px;
}

#footer a, #footer a:visited {
	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:none;
}

.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:none;
}
/* 汎用 */ 
.hedge1 {
	text-indent: -1.0em;
	padding-left: 1.0em;
	margin-bottom: 10px;
}
.hedge2 {
	text-indent: -2.0em;
	padding-left: 2.0em;
	margin-bottom: 10px;
}
.kakomi_dashed {
	border: 1px dashed #666666;
	padding: 10px;
}
.bold {
	font-weight: bold;
}
.font15 {
	font-size: 15px;
	*font-size: 116%;
}
.maB5 {
	margin-bottom: 5px;
}
.maT5 {
	margin-top: 5px;
}

/* "table" Tag
-------------------------------------------------- */
table.gray {
	margin: 0 0 1.5em;
	border: 0;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	font-size: inherit;
	font: 100%;
	border-collapse: separate;
	border-spacing: 0;
}
th.gray {
	color: #333;
	margin: 0;
	padding: 0.5em;
	border: 0;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	background-color: #E1E1E1;
	word-break:break-all; 

}
td.gray {
	margin: 0;
	padding: 0.5em;
	border: 0;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	text-align: left;
	word-break:break-all; 
}
/* "table" Tag
-------------------------------------------------- */
#main table {
	margin: 0 0 1.5em;
	border: 0;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	font-size: inherit;
	font: 100%;
	border-collapse: separate;
	border-spacing: 0;
}
#main th {
	color: #FFFFFF;
	margin: 0;
	padding: 0.5em;
	border: 0;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	font-style: normal;
	text-align: center;
	background-color: #999999;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#main td {
	margin: 0;
	padding: 0.5em;
	border: 0;
	border-top: 1px solid #666;
	border-left: 1px solid #666;	
	text-align: left;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}


/* マニュアルページ用 */ 
.manu_title {
	background:#f5f5f5;  
	border-top:1px solid #b5b5b5;  
	border-right:1px solid #b5b5b5;  
	border-left:7px solid #6cb447;  
	border-bottom:1px solid #b5b5b5;  
	padding:6px 5px;
	width: 515px;
	font-weight: bold;
	font-size: 14px;
	*font-size: 108%;
	color: #535353;
	margin-top:15px;
}  

/* 汎用 */ 

.GW_mannual {
	background: #fff url(e-community_black_2c/buttonGW03_manu.gif) no-repeat;
	width: 200px;
	height: 188px;
}
.MAP_mannual{
	background: #fff url(e-community_black_2c/buttonMap03_manu.gif) no-repeat;
	width: 200px;
	height: 114px;
}
.maT5 {
	margin-top: 5px;
}
.maT10 {
	margin-top: 10px;
}
.maB5 {
	margin-bottom: 5px;
}
.maB7 {
	margin-bottom: 7px;
}
.maB10 {
	margin-bottom: 10px;
}
.maL4 {
	margin-left: 4px;
}
.ecom_exp01 {
	background: #fff url(e-community_black_2c/ecom_exp01.gif) no-repeat;
	width: 326px;
	height: 52px;
	margin: 5px 0 0 5px;
	padding: 42px 8px 0 114px;
}
.ecom_exp02 {
	background: #fff url(e-community_black_2c/ecom_exp02.gif) no-repeat;
	width: 326px;
	height: 58px;
	margin: 10px 0 0 5px;
	padding: 36px 8px 0 114px;
}
.ecom_exp03 {
	background: #fff url(e-community_black_2c/ecom_exp03.gif) no-repeat;
	width: 326px;
	height: 58px;
	margin: 10px 0 0 5px;
	padding: 36px 8px 0 114px;
}
.txt_center {
	text-align: center;
}
.case {
	margin-left: 310px;
	margin-top: 8px;
}

