@charset "UTF-8";

/*                                                             */
/*                       Kanbunken                             */
/*                                                             */
/*                 top スタイルシート定義                      */
/*                                                             */
/*     2009 (c) 環境文化創造研究所  All rights reserved.       */
/*                                                             */

div#flash_area {
	margin: 0px 0 0 19px;
	padding: 0px;
	width: 750px;
	height: 240px;
}


/*--- 最新号情報 ---*/
div#current_issue {
	margin: 14px 0 0 14px;
	padding: 0;
	width: 760px;


}

div#current_issue h2 {
	margin: 0;
	padding: 0;
	height: 37px;
}

div#current_issue_body {
	margin: 0;
	padding: 0;
	width: 760px;
	height: 188px;
	background-image: url(../imgs/bg_current_issue.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div#current_issue_body:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}

div#current_issue_left {
	margin: 14px 0 0 20px;
	padding: 0;
	width: 440px;
	float: left;
}

div#current_issue_left:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}

div#current_issue_cover {
	margin: 0 10px 0 0;
	padding: 0;
	width: 110px;
	float: left;
	border-style: solid;
	border-width: 1px;
	border-color: #DDDDDD;
}

.current_issue_item {
	margin: 0 0 0 130px;
	padding: 0 0 0 14px;
	font-size: 16px;
	font-weight: bold;
	background-image: url(../imgs/bg_mark1.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
}

div#current_issue_left p {
	margin: 2px 0 10px 144px;
	padding: 0;
	line-height: 120%;
}

.current_issue_subject {
	font-weight: bold;
}

.current_issue_author {
	font-weight: normal;
}

.current_issue_post {
	font-size: 10px;
	line-height: 100%;
}

div#current_issue_right {
	margin: 14px 20px 0 0;
	padding: 0;
	width: 240px;
	float: right;
	text-align: right;
}

.current_issue_link {
	margin: 20px 0 23px 65px;
	padding: 2px 0 0 0;
	width: 173px;
	height: 22px;
	color: #EDEDED;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-color: #92BEEE;
	background-image: url(../imgs/bg_button1.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}

.current_issue_link a,
.current_issue_link a:link,
.current_issue_link a:visited {
	color: #EDEDED;
	text-decoration: none;
}

.current_issue_link a:hover {
	color: #EDEDED;
	text-decoration: underline;
}

.current_issue_link2 {
	margin: 65px 0 0 158px;
	padding: 0 0 0 14px;
	font-size: 12px;
	background-image: url(../imgs/bg_mark1.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
}




/* --- サービス情報 --- */
div#services {
	margin: 10px 0 0 15px;
	padding: 0;
	width: 760px;
}

div#services:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}

.service_item {
	margin: 0 0 0 0px;
	padding: 0;
	width: 380px;
	height: 215px;
	float: left;
}

/*--- バナー ---*/
.banner_item {
	margin: 0 0 0 4px;
	padding: 0;
	width: 366px;
	height: 210px;
	font-size: 90%;
	line-height: 198%;
}

.banner_item:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}

.banner_item_title {
	margin: 5px 0 0 0;
	width: 366px;
}

.banner_item_left {
	margin: 0;
	padding: 0;
	width: 190px;
	float: left;
}

.banner_item_right {
	margin: 0;
	padding: 0;
	width: 170px;
	float: right;
}

.banner_item img {
	margin-bottom: 4px;
}

.banner_item a,
.banner_item a:link,
.banner_item a:visited {
	text-decoration: none;
}

.banner_item a:hover {
	text-decoration: underline;
}

/* ---------- End of Css ---------- */

