@charset "utf-8";
/*
Theme Name: JECC
Theme URI: http://www.jecc.or.jp
Description: EC協議会の公式サイト
Version: 1.0
Author: Greenwich_designers
Author URI: http://www.greenwich.co.jp/
*/
@import url("css/base.css");

/****************************
 **   Contents
 ****************************
	* General 
	    - Default
		- link	
		- Line
	* Layout
		- container
		- header
		- visual
		- top-content
		- footer 
	* header
	* visual
	* top-content
		- main-content 
		- ul_top
		- Eco CSR News
	* Layout-Page
		- content
		- sidebar
		- main_content		
	* content
		- Line
	* sidebar
		- btn_entry
		- LocalNavi
	* main_content
		- breadcrumb
		- entry
		
/****************************
 **   General
 ****************************/
 
/* Default */
body {
	line-height:1;
	color:#333;
	/*基礎テキスト*/	
	font-size:62.5%;/* Reset 1em to 10px */
	font-style:normal;
	font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
	letter-spacing: 0.02em;
	background-color:#f5f6f7;
}

ul,
li { list-style:none; }

/* Link */
a {
	color: #009d00;
	text-decoration:underline;
}

a:hover {
	color:#ff6347;
	text-decoration:none;
}

/* Line */
.img_line { padding: 20px 0; }

/****************************
 **   Layout
 ****************************/
 
/* container */
#container {
	width: 950px;
	margin: 0 auto;
	font-size: 1.2em;
}

/* header */
#header {
	width: 950px;
	height: 119px;
	position: relative;
	background: url(images/bg_header.gif) no-repeat 0 0;
	z-index: 0;
}

/* visual */
#visual {
	position: relative;
	top: -7px;
	z-index: 100;
	clear: both;
	width: 950px;
	height: 270px;
}

/* top-content */
#top-content {
	position: relative;
	margin-top: -7px;
	overflow: hidden;/* for IE6 */
	width: 488px;/*950-2-428-32*/
	padding: 28px 32px 28px 428px;
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;
	background: #008200 url(images/bg_top-content.jpg) repeat-x 0 0;
}

#top-content #main-content {
	position: absolute;
	top: 28px;
	left: 32px;
	width: 396px;
}

/* footer */
#footer {
	clear: both;
	width: 950px;
	height: 90px;
	text-indent: -9999px;
	background: url(images/bg_footer.gif) no-repeat left top;
}

/****************************
 **   header
 ****************************/
#header h1 {
	position: absolute;
	top: 32px;
	left: 32px;
}

#header #btn_area {
	position: absolute;
	top: -10px;
	right: 27px;
}

#header ul {
	position: absolute;
	top: 85px;
	right: 27px;
}

#header li {
	float: left;
	padding-left: 15px;
	margin-left: 10px;
}

/****************************
 **   visual
 ****************************/
#visual {
	text-indent: -9999px;
	background: #008200 url(images/visual.jpg) no-repeat;
}

/****************************
 **   top-content
 ****************************/
#top-content {
	line-height: 1.3;
	color: #fff;
}

#top-content a {
	color: #ffffff;
	text-decoration: underline;
}

#top-content a:hover {
	color: #fff983;
	text-decoration: none;
}

/* main-content */
#top-content #main-content div {
	width: 365px;
	padding-bottom: 15px;
	background: url(images/bg_top-content_div.jpg) no-repeat 0 0;
}

#top-content #main-content div p {
	padding: 10px 27px 10px 15px;
	letter-spacing: 0.01em;
	line-height: 1.5;
}

#top-content #main-content h2 {
	position: relative;
	width: 360px;
	height: 92px;
}

#top-content #main-content h2 img.btn_entry {
	position: absolute;
	bottom: 3px;
	right: 3px;
}

#top-content #main-content div h2 {
	width: 365px;
	height: 50px;
}

/* ul_top */
#top-content #ul_top a { display: block; }

#top-content #ul_top {
	padding-bottom: 1px;/* for IE6 */
	overflow: hidden;/*ulをliの高さに*/
	margin-bottom: 20px;
	line-height: 1.8;
}

#top-content #ul_top li {
	float: left;
	width: 153px;
	margin-right: 14px;
}

#top-content #ul_top li span {
	display: block;
	padding-left: 10px;
}

#top-content #ul_top li img {
	height: 56px;
	margin-bottom: 7px;
}

#top-content #ul_top li.right_li { margin-right: 0; }

/* Eco CSR News */
#top-content #rss {
	clear: both;
	width: 490px;
	border-bottom: 1px solid #4FA949;
	background: url(images/bg_rsslist.gif) repeat-y;
}

#top-content #rss h2 {
	position: relative;
	width: 490px;
	height: 33px;
	background: url(images/header_ecnews.gif) no-repeat;
}

#top-content #rss h2 span { display: none; }

#top-content #rss h2 img {
	position: absolute;
	bottom: 1px;
	right: 23px;
}

#top-content #rss ul {
	width: 490px;
	padding-bottom: 10px;
}

#top-content #rss li {
	padding: 12px 23px;
	background: url(images/line_dot.gif) no-repeat center bottom;
}

#top-content #rss p {
	padding: 0 23px 10px 23px;
	padding-bottom: 10px;
	font-size: 80%;
	text-align: right;
	letter-spacing: 0;
}

/****************************
 **   Layout-Page
 ****************************/

/* content */
#content {
	width: 950px;
	overflow: hidden;
	background: url(images/bg_contents.jpg) repeat-y left top;
	position: relative;
}

/* sidebar */
#sidebar {
	width: 253px;
	min-height: 550px;
	height: auto !important; /* for IE6 min-height対策 */
	height: 550px;
	float: left;
	margin-left: 1px;
	overflow: hidden;
	padding-top: 26px;
	background: url(images/bg_sidebar.jpg) repeat-x left top;
}

/* main_content */
#main_content {
	float: left;
	width: 665px;
	padding: 26px 15px 50px 15px;
	font-size: 1.2em;
	line-height: 1.6em;
}

/****************************
 **   content
 ****************************/
 
/*　Line */
#content #line_entryarea_bottom {
	position: absolute;
	bottom: 15px;
	left: 270px;
}

/****************************
 **   sidebar
 ****************************/
 
/* btn_entry */ 
#sidebar #btn_entry {
	width: 255px;
	padding-bottom: 30px;
	text-align: center;
}

/* LocalNavi */
#sidebar #my-pages {
	width: 220px;
	padding: 0 16px;
	overflow: hidden;
}

#sidebar #my-pages li {
	width: 224px;
	margin: 0;
}

#sidebar #my-pages li a {
	display: block;
	width: 224px;
	height: 61px;
	overflow: hidden; /* Firefoxのリンク幅対策 */
	background: url(images/navi.jpg) no-repeat;
	text-indent: -9999px;
}

/* オフマウス */
#sidebar #my-pages #report a { background-position: 0 0; }
#sidebar #my-pages #summary a { background-position: 0 -61px; }
#sidebar #my-pages #privilege a { background-position: 0 -122px; }
#sidebar #my-pages #introduce a { background-position: 0 -183px; }
#sidebar #my-pages #summit a { background-position: 0 -244px; }
#sidebar #my-pages #aoa a { background-position: 0 -305px; }

/* オンマウス */
#sidebar #my-pages #report a:hover { background-position: -224px 0; }
#sidebar #my-pages #summary a:hover { background-position: -224px -61px; }
#sidebar #my-pages #privilege a:hover { background-position: -224px -122px; }
#sidebar #my-pages #introduce a:hover { background-position: -224px -183px; }
#sidebar #my-pages #summit a:hover { background-position: -224px -244px; }
#sidebar #my-pages #aoa a:hover { background-position: -224px -305px; }

/* アクティブ時 */
#sidebar #my-pages #report a.current_page_item { background-position: -448px 0; }
#sidebar #my-pages #summary a.current_page_item { background-position: -448px -61px; }
#sidebar #my-pages #privilege a.current_page_item { background-position: -448px -122px; }
#sidebar #my-pages #introduce a.current_page_item { background-position: -448px -183px; }
#sidebar #my-pages #summit a.current_page_item { background-position: -448px -244px; }
#sidebar #my-pages #aoa a.current_page_item { background-position: -448px -305px; }

/****************************
 **   main_content
 ****************************/

#main_content h3 {
	padding-top:20px;
	padding-bottom:10px;
	margin-bottom:30px;
	font-weight:bold;
	color:#008200;
	font-size:120%;
	background:url(images/line_h3.gif) no-repeat left bottom;
}

/* breadcrumb */
#main_content #breadcrumb-navxt {
	width:664px;
	height:25px;
	background:url(images/bg_breadcrumb.jpg) no-repeat left bottom;
}

#main_content #breadcrumb-navxt li {
	width:110px;
	height:25px;
	float:left;
	font-size:12px;
	line-height:2.1em;
	padding-left:20px;
	overflow:hidden;
	background:url(images/icon_breadcrumb.jpg) no-repeat right center;
}

#main_content #breadcrumb-navxt li#home {
	width:35px;
	padding-left:0;
	position:relative;
}

#main_content #breadcrumb-navxt #home img {
	position:absolute;
	top:5px;
	left:8px;
}

/* entry */
#main_content .entry { padding:0px 37px 0px 37px; }

#main_content .entry p,
#main_content .entry ul,
#main_content .entry ol { padding-bottom:15px; }

#main_content .entry ul li {
	list-style:none;
	background:url(images/icon_list_disc.gif) no-repeat left center;
	padding-left:25px;
	margin: 0 0 0 10px;
}

#main_content .entry li { margin:0 0 0 10px; }

#main_content .entry img { vertical-align:text-bottom; }

#main_content .entry .right { text-align: right; }

#main_content .entry h4 {
	color: #C33;
	font-size: 100%;
}

#main_content .entry span.e_font_spacing { letter-spacing: 0.2em; }

#main_content .entry li.space { padding-bottom:20px; }

#main_content .entry ol {
	margin:0 0 0 5px;
	padding-left:25px;
}

#main_content .entry ol li img { padding:10px 0 20px 0; }

#main_content .entry table {
	width: 550px;
	margin-bottom: 15px;
}

#main_content .entry table th {
	width: 100px;
	font-weight: bold;
	border: 1px solid #fff;
	background-color: #D2F1A5;
	padding: 5px 0 5px 0;
	vertical-align: top;
}

#main_content .entry table td {
	background-color: #eee;
	border: 1px solid #fff;
	padding: 5px 10px 5px 20px;
}

#main_content .entry table#aoa_table {
	width: 220px;
	margin-bottom: 15px;
}

#main_content .entry table#aoa_table th {
	width: 80px;
	font-weight: bold;
	border: 1px solid #666;
	background-color: #eee;
	padding: 0 0 0 20px;
	vertical-align: top;
	text-align:left;
}

#main_content .entry table#aoa_table td {
	background-color: #fff;
	border: 1px solid #666;
	padding: 0 0 0 20px;
}

#main_content .entry p.textsmall { font-size: 0.9em; }
