@charset "shift_jis";

/*________________________________________________

	name:			style.css
	author:			kumi morita
	mail:			morimori@elf.coara.or.jp
	create Date:	2009-11-27
	lastmodified:	****-**-**
________________________________________________*/


/* Base Styles ===================================
 * (classes defined in the Markup Guide)
================================================*/
/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

table {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 10pt;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
	line-height: normal;
	clip:   rect(   ): normal;
}
.unnamed1 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 8pt;
}

/*--------------------------------------------------------------
.coaranews　　トップページ緊急ニュース部分
--------------------------------------------------------------*/
.coaranews {
	display: block;
	clear: both;
	width: auto; /* 515px */
	height: auto;
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 1em;
	line-height: 1.1em;
	list-style-type: none;
	text-align: left;
}
.coaranews a {
	text-decoration: underline;
}
.coaranews ul {
	display: block;
	clear: both;
	width: auto; /* 515px */
	height: auto;
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 1em;
	line-height: 1.1em;
	list-style-type: none;
	text-align: left;
}
.coaranews li {
	display: block;
	clear: both;
	width: auto; /* 515px */
	height: auto;
	margin: 0 0 2px 0;
	padding: 0 0 0 15px;
	background: url(../img/common/li_emergency.gif) left top no-repeat;
	color: #333333;
	font-size: 1em;
	line-height: 1.1em;
	list-style-type: none;
	text-align: left;
}
/* コアラカーボンオフセット用の緑の丸 */
.coaranews li.eco {
	display: block;
	clear: both;
	width: auto; /* 515px */
	height: auto;
	margin: 0 0 2px 0;
	padding: 0 0 0 15px;
	background: url(../img/common/li_eco.gif) left top no-repeat;
	color: #333333;
	font-size: 1em;
	line-height: 1.1em;
	list-style-type: none;
	text-align: left;
}
/* 通常ニュース用オレンジの丸 */
.coaranews li.news {
	display: block;
	clear: both;
	width: auto; /* 515px */
	height: auto;
	margin: 0 0 2px 0;
	padding: 0 0 0 15px;
	background: url(../img/common/li_news.gif) left top no-repeat;
	color: #333333;
	font-size: 1em;
	line-height: 1.1em;
	list-style-type: none;
	text-align: left;
}
.coaranews h2 {
	clear: both;
	margin: 0 0 2px 0;
	padding: 0;
	color: #003399;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2em;
}
.coaranews li strong {
	margin: 0 2px;
	color: #FF0000;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2em;
}
.coaranews li span {
	margin: 0;
	font-size: 0.8em;
}
.coaranews li span strong {
	margin: 0 2px;
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}
.coaranews li p {
	clear: both;
	margin: 0;
	color: #333333;
	font-size: 1em;
	line-height: 1.2em;
	list-style-type: none;
	text-align: left;
}
.hissu {	color: #FF0000;
	font-weight: bold;
}

/*--------------------------------------------------------------
imghack
--------------------------------------------------------------*/
.center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}


/*--------------------------------------------------------------
.topbanner　　トップページバナー部分
--------------------------------------------------------------*/
.topbanner {
	display: block;
	clear: both;
	width: auto; /* 515px */
	height: auto;
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 1em;
	line-height: 1.1em;
	list-style-type: none;
	text-align: center;
}
.topbanner img {
	border: none;
}
.topbanner ul {
	display: block;
	clear: both;
	width: auto; /* 515px */
	height: auto;
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 1em;
	line-height: 1.1em;
	list-style-type: none;
	text-align: center;
}
.topbanner li {
	display: block;
	clear: both;
	width: auto; /* 515px */
	height: auto;
	margin: 0 0 2px 0;
	padding: 0;
	color: #333333;
	font-size: 1em;
	line-height: 1.1em;
	list-style-type: none;
	text-align: center;
}

/*--------------------------------------------------------------
pickup　　トップページピックアップ部分
--------------------------------------------------------------*/
.pickup, table.pickup {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	background: #ffffff;
	border: 1px #cccccc solid;
	border-collapse: collapse;
	color: #333333;
	font-size: 1em;
	line-height: 1.2em;
	list-style-type: none;
	text-align: left;
}
.pickup th {
	width: auto;
	height: auto;
	margin: 0;
	padding: 3px;
	background: #e6e6e6;
	border: 1px #cccccc solid;
	border-collapse: collapse;
	color: #666666;
	font-weight: bold;
	font-size: 100%;
	line-height: 120%;
	text-align: center;
}
.pickup td {
	width: auto;
	height: auto;
	margin: 0;
	padding: 3px;
	border: 1px #cccccc solid;
	border-collapse: collapse;
	color: #333333;
	font-weight: normal;
	font-size: 100%;
	line-height: 120%;
	text-align: left;
}
.pickup h2 {
	clear: both;
	width: auto;
	margin: 0 0 5px 0;
	padding: 0 0 0 15px;
	background: url(../img/common/li_pickup.gif) left 3px no-repeat;
	color: #cc3333;
	font-size: 100%;
	line-height: 120%;
	font-weight: bold;
	text-decoration: underline;
}
.pickup h2 a {
	color: #cc3333;
	font-weight: bold;
	text-decoration: underline;
}
.pickup h2 a:hover, .pickup h2 a:visited {
	color: #000099;
	font-weight: bold;
	text-decoration: underline;
}
.pickup th img, .pickup th img a, 
.pickup td img, .pickup td img a {
	border: none;
	vertical-align: bottom;
}
/* pickupimg */
.pickup img.pickupimg, .pickup img.pickupimg a {
	display: block;
	float: left;
	width: 100px;
	text-decoration: none;
	margin: 0 5px 5px 0;
	border: 1px #cc3333 solid!important;
	vertical-align: bottom;
}
.pickup img.pickupimg a:hover, .pickup img.pickupimg a:visited {
	border: 1px #000099 solid!important;
	vertical-align: bottom;
}
.coaranight {
	display: block;
	clear: both;
	margin: 5px 0 0 0;
	padding: 3px 5px;
	background: #CC0000;
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
	line-height: 130%;
}

/*--------------------------------------------------------------
archive　　トップページレポートのアーカイブ部分
--------------------------------------------------------------*/
.archive, table.archive {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	background: #ffffff;
	border: none;
	color: #333333;
	font-size: 1em;
	line-height: 1.2em;
	list-style-type: none;
	text-align: left;
}
.archive th {
	width: 251px;
	height: auto;
	margin: 0;
	padding: 0 3px;
	color:#666666;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2em;
	text-align: left;
}
.archive td, .archive td.pickup {
	width: 251px;
	height: auto;
	margin: 0;
	padding: 3px;
	border: none!important;
	color:#333333;
	font-size: 1em;
	line-height: 1.2em;
	text-align: left;
}
.archive h2 {
	width: auto;
	height: auto;
	margin: 0 0 3px 0;
	padding: 3px 0 3px 13px;
	background: url(http://www.coara.or.jp/imgs/yajirusi.gif) left 3px no-repeat;
	border-top: 1px #333333 dashed;
	border-bottom: 1px #333333 dashed;
	color: #cc3333;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.2em;
	text-decoration: underline;
	text-align: left;
}
.archive th img, .archive th img a, 
.archive td img, .archive td img a {
	border: none;
	vertical-align: bottom;
}
/* .pickupimg 代表写真 */
.archive img.pickupimg, .archive img.pickupimg a {
	float: right;
	width: 80px;
	text-decoration: none;
	margin: 0 0 3px 3px;
	border: 1px #cc3333 solid!important;
	vertical-align: bottom;
}
.archive img.pickupimg a:hover, .archive img.pickupimg a:visited {
	border: 1px #000099 solid!important;
	vertical-align: bottom;
}

