#visual {
	border:1px solid #ddd;
}

#cummunitiesSummary {
	width:100%;
	margin:auto;
	background-color:#fff;
}

#cummunitiesSummary th{
	width:50%;
	font-size:11pt;
	text-align:left;
	padding:0;
	margin:0;
	font-weight:bold;
}


#cummunitiesSummary td{
	font-size:9pt;
	line-height:1.3em;
}

.titleIcon {
	margin-right:7px;
}

#cummunitiesSummary ul{
	margin-top:0;
}

.boundary {
	border:0;
	border-left:1px dashed #ddd;
}

table { /*border: 1px solid #ddd*/}
td, th { border:0;}

/* index */
#communities_index {
}


/* Edit Comment */
.article {
	width:80%;
	margin:auto;
}
fieldset {
	width:80%;
	margin:auto;
	padding:10px 8%;
}
.actions a{
	font-weight:bold;
}
.article h2 {
	border:1px solid #ddd;	
	margin-bottom:3px;
	text-decoration:none;
	padding:3px;
	background-color:#F6F6F6;
	font-size:11pt;
	color:#004455;
}

.article dl {
	margin-top:0;
	margin-bottom:0;
	border:1px solid #ddd;
	font-size:10pt;
}
.article dd {
	padding:10px;
	margin-left:10px;
	line-height:1.5em;
}
p.posted_info {
	text-align:right;
}

span.posted_date {
	font-family:"Courier New", Courier, mono;
	color:#CC0066;
}

span.posted_member {
	color:#333;
}

.article img {
	border:1px solid #ddd;
	padding:5px;
	background-color:#eee;
}

/*投稿フィールド*/
.articleComment legend{
	background-color:#CCCCCC;
	padding:5px 15px;
	color:#000;
}

.articleComment textarea {
	width:100%;
	font-size:10pt;
}


/* 写真リスト */
div.photos {
	margin-left:10px;
	margin-bottom:20px;
}

div.imagebox {
   border: 1px solid #ddd; /* 1.枠線 */
   background-color: #fdfdfd;  /* 2.背景色 */
   width: 110px; /* 横幅 */
   float: left; /* 左に配置 */
   margin: 3px; /* 周囲の余白 */
}
p.photo {
	height: 95px; /* 横幅 */ 
	text-align: center; /* 3.中央寄せ */
	margin: 5px;        /* 4.余白・間隔 */
}

p.photo img {
	border:0;
}

/* 有名人のサイン　*/
.autography {
	border:0;
}

.autographies {
	margin:auto;
	border:0;
}

.autographies td {
	border:0;
}

.star_autography {
	clear:left;
	text-align:center;
	color:#CC0000;
	font-size:9pt;
}


