@charset "utf-8";

/*------------------------------------------------------------------------------

地球村 - communication style

------------------------------------------------------------------------------*/

/* ----------------------------------------

画像タイトル設定

---------------------------------------- */

div#main h1{
	background:url(../../images/title.jpg) no-repeat left top;
}

/* ----------------------------------------

テキスト設定

---------------------------------------- */

div#main p.txHead {
	margin-top: -10px;
	padding: 0 10px 0 10px;
}

div#main p.txHead2 {
	padding: 10px 10px 0 10px;
}

/* ----------------------------------------

インデックスページ設定

---------------------------------------- */

div#main p.wh3{
	text-align:right;
	margin-top:-28px;
	margin-bottom:28px;
	padding-right:10px;
	font-weight:bold;
}

p.wh3 a:link{
	color:#188832;
}

p.wh3 a:visited{
	color:#188832;
}

p.wh3 a:hover{
	color:#FF0000;
}

p.wh3 a:active{
	color:#188832;
}

div#main p.wh3 a.arrow02{
	padding-bottom: 2px;
	background-position: 0 0;
}

div#main table.commu {
	margin-bottom: 20px;
}

div#main table.commu th.date {
	width: 24%;
}

div#main table.commu td {
	padding: 15px 5px;
}

/* ----------------------------------------

ページ設定

---------------------------------------- */

div#main div.section {
	margin: 5px 0 10px 0;
	padding: 15px;
	background-color: white;
	border: 1px solid #b7b7b7;
}

div#main div.inner {
	margin: 0;
	padding: 0;
	background-color: white;
	border: none;
}

div#main div.section:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
div#main div.section {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html div#main div.section { height: 1%; }
div#main div.section{ display: block; }
/* End hide from IE-mac */

div#main div.section p {
	margin: 0 10px;
	padding: 10px 0;
}

div#main div.section p.mtn10 {
	margin-top: 0;
	font-size: 90%;
}

div#main div.section p.hp-img,
div#main div.section p.item-img,
div#main div.section p.head-img{
	padding: 3px;
	margin: 10px 0 10px 10px;
	float: right;
	background-color: #f7f7f7;
	border: 1px solid #ccc;
}


div#main div.section div.item-box {
	float: left;
	width: 185px;
	margin: 0 0 10px 0;
}

div#main div.section div.last {
	margin: 0;
	width: 156px;
}

div#main div.section div.item-box p {
	font-size: 90%;
	margin: 0;
	padding: 0;
	width: 150px;
}

div#main div.section div.item-box p.item-ph {
	width: 150px;
	padding: 3px;
	margin: 15px 0 4px 0;
	background-color: #f7f7f7;
	border: 1px solid #ccc;
}

div#main div.section div.item-box p.item-title {
margin-bottom: 5px;
font-weight: 700;
}

div#main div.section div.item-box ul {
margin-left: 0;
margin-bottom: 0;
font-size: 90%;
}
