@charset "utf-8";
/*-----------------------------------------------------------------------------------------------
	[ css ] [ common.css ]
	-----------------------------------------------------------------------------------------------
	author: Lampros co.,ltd. Atsushi Umehara
	url:http://www.lampros.co.jp/
	making day: 2009-12-03
	---------------------------------------------------------------------------------------------*/


/* ================================================

	common

=================================================*/

/* body
---------------------------------------------------------------------------------------------*/
body {
	background-image: url(../_img/common/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}


/* link
--------------------------------------------------------------------------------------------*/
a:link,a:visited {
	color: #006BB0;
	text-decoration: none;
}
a:hover,a:active {
	color: #CC0000;
}


/* strong
--------------------------------------------------------------------------------------------*/
strong {
	font-weight: bold;
}


/* container Areas
---------------------------------------------------------------------------------------------*/

/* container -------------*/
#container {
	background-image: url(../_img/common/contents_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-width: 930px;
}

/* hederArea -------------*/
#hederArea {
	height: 125px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#hederArea h1 {
	font-size: 83%;
	line-height: 25px;
	color: #666666;
	display: block;
	width: 460px;
	overflow: hidden;
	position: relative;
	height: 25px;
}
#logo {
	height: 55px;
	width: 241px;
	display: block;
	position: relative;
	top: 20px;
}
#subMenu {
	width: 465px;
	position: relative;
	top: -80px;
	left: 465px;
	height: 120px;
	overflow: hidden;
}
#subMenu ul {
	clear: both;
}
#subMenu li {
	float: left;
}
#searchBox {
	overflow: hidden;
	clear: both;
	padding-top: 30px;
	margin-top: 30px;
}
* html #searchBox {
	padding-top: 15px;
}
#searchBox span {}
#searchBox span form {
	position: relative;
}
#searchBox span.title {
	position: absolute;
	left: 190px;
}
#searchBox span.title img {}
#searchBox input.text {
	height: 18px;
	width: 150px;
	border: 1px solid #B8BFCB;
	font-size: 100%;
	line-height: 18px;
	padding: 1px;
	color: #005596;
	position: absolute;
	left: 260px;
}
#searchBox input:focus.text {
	background-color: #FFFFCC;
}
#searchBox input.submit {
	position: absolute;
	left: 418px;
}

/* menuArea -------------*/
#menuArea {
	height: 55px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#menuArea ul {}
#menuArea li {
	float: left;
}

/* contentsArea -------------*/
#contentsArea {
	margin-right: auto;
	margin-left: auto;
	width: 930px;
}
#mainContents {
	width: 690px;
	float: left;
}
#pankuzu {
	height: 25px;
	width: 660px;
	margin-top: 30px;
	margin-left: 10px;
	line-height: 25px;
	font-size: 83%;
	padding-left: 10px;
	color: #999999;
}
#pankuzu a {
	text-decoration: none;
	font-weight: bold;
	color: #006BB0;
}
#pankuzu a:hover {
	color: #CC0000;
}
#mainImg {
	height: 140px;
	width: 670px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
	margin-left: 10px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}
#pageBody {
	margin: 10px;
	padding-top: 20px;
	width: 670px;
	overflow: hidden;
}
#pageBody h2 {
	background-image: url(../_img/common/page_h2_bg.jpg);
	background-repeat: no-repeat;
	height: 44px;
	width: 670px;
	line-height: 44px;
	color: #FFF;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 20px;
}
#pageBody h3 {
	background-image: url(../_img/common/page_h3_bg.jpg);
	background-repeat: no-repeat;
	height: 29px;
	width: 670px;
	margin-bottom: 10px;
	color: #06335A;
	font-weight: bold;
	padding-left: 10px;
	line-height: 25px;
}
#pageBody h3.nod {
	background-image: none;
	height: auto;
	width: auto;
	margin-bottom: 10px;
	font-weight: normal;
	padding-left: 0px;
	line-height: normal;
}
#pageBody .section {
	margin-bottom: 60px;
}
#pageBody .sub_section {
	margin-bottom: 30px;
}
#pageBody strong.nob {
	font-weight: normal;
}
#pageBody .mb5 { margin-bottom:5px; }
#pageBody .mb10 { margin-bottom:10px; }
#pageBody .mb20 { margin-bottom:20px; }
#pageBody .mb30 { margin-bottom:30px; }
#pageBody .mb40 { margin-bottom:40px; }
#pageBody ul {
	list-style-position: outside;
	list-style-image: url(../_img/common/li_icon.jpg);
	padding-left: 2em;
}
#pageBody ul li {}
#pageBody table {
	border: 1px solid #DAD5BE;
}
#pageBody table th,
#pageBody table td {
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DAD5BE;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #DAD5BE;
}
#pageBody table th {
	background-color: #E9E6D8;
	color: #766B50;
	font-weight: bold;
}
#pageBody table th.title {
	background-color: #F3F1E9;
}
#pageBody table td {
	color: #666;
}
#pageBody table td.price {
	text-align: right;
	font-weight: bold;
	color: #333;
}
#sideMenu {
	float: left;
	width: 220px;
	margin-left: 10px;
}
#sideMenu .column {
	border: 1px solid #DDDDDD;
	margin-bottom: 10px;
}
#infoArea {
	position: absolute;
	margin-left: -10px;
}
#pageMenuArea {
	width: 220px;
	padding-top: 150px;
}
#uxArea {}
#uxArea ul {
	margin-top: 4px;
}
#uxArea li {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#uxArea li.even {
	background-color: #F7F7F7;
}
#uxArea li.last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#uxArea li span.title {
	display:block;
	font-weight: bold;
}
#uxArea li span.category {
	color: #999999;
}
#siteArea {}
#siteArea .siteSection {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DDDDDD;
}
#ecoArea {
	border-top-color: #B2D180;
	border-right-color: #B2D180;
	border-bottom-color: #B2D180;
	border-left-color: #B2D180;
}
#ecoArea .ecoSection {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B2D180;
}
#ecoArea .c25 img,
#ecoArea .carbonOffset img {
	float: left;
	margin-right: 10px;
}
#ecoArea .c25 p,
#ecoArea .carbonOffset p {
	color: #66B821;
	overflow: hidden;
	font-size: 83%;
}

/* infonArea -------------*/
#infonArea {
	width:670px;
	overflow:hidden;
}
#infonArea ul {
	width:680px;
	overflow:hidden;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-image: none;
	list-style-image: none;
}
#infonArea ul li {
	float:left;
	padding-right:0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 1px solid #DDD;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	overflow:hidden;
}
#infonArea ul li.large {
	width:668px;
}
#infonArea ul li.mini {
	width:328px;
	height:167px;
}
#infonArea ul li.i1 {
	background-image: url(../_img/information/top_icon_1.jpg);
	background-repeat: no-repeat;
	background-position: 10px bottom;
}
#infonArea ul li.i2 {
	background-image: url(../_img/information/top_icon_2.jpg);
	background-repeat: no-repeat;
	background-position: 10px bottom;
}
#infonArea ul li.i3 {
	background-image: url(../_img/information/top_icon_3.jpg);
	background-repeat: no-repeat;
	background-position: 10px bottom;
}
#infonArea ul li.i4 {
	background-image: url(../_img/information/top_icon_4.jpg);
	background-repeat: no-repeat;
	background-position: 10px bottom;
}
#infonArea ul li.i5 {
	background-image: url(../_img/information/top_icon_5.jpg);
	background-repeat: no-repeat;
	background-position: 10px bottom;
}
#infonArea ul li span {}
#infonArea ul li span.t1 {
	padding-top: 20px;
}
#infonArea ul li span.t2 {
	display: block;
	margin-top: 20px;
	margin-left: 95px;
}
#infonArea ul li span.t3 {
	display: block;
	margin-top: 10px;
	margin-left: 95px;
	padding-bottom: 10px;
}



/* footerArea -------------*/
#footerArea {
	background-image: url(../_img/common/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	clear: both;
	margin-top: 10px;
}
#footerPageUpBt {
	width: 930px;
	height:32px;
	margin-right: auto;
	margin-left: auto;
}
#footerPageUpBt .oiswrap { float:right; display:block; }
#footerPageUpBt a {}
#footerArea ul {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	vertical-align: middle;
	margin-top: 17px;
	margin-bottom: 17px;
}
#footerArea li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CFD7D9;
}
#footerArea li.last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footerArea li a {
	text-decoration: none;
	color: #006BB0;
}
#footerArea li a:hover {
	color: #CC0000;
}
#footerArea p {
	font-size: 83%;
	color: #999999;
}
#footerArea p.coyright {
	display: block;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 10px;
}
#w3cCheck {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	height: 31px;
	margin-bottom: 20px;
}
#w3cCheck p {}
#w3cCheck p.icon {
	float: left;
	margin-right: 10px;
}


#container:after,
#contentsArea:after
	{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#container,
#contentsArea
	{ display: inline-table; min-height: 1%; }
/* Hides from IE-mac */
* html #container,
* html #contentsArea
	{ height: 1%; }
#container,
#contentsArea
	{ display: block; }
/* End hide from IE-mac */


.content-nav, 
.current_page {
	padding: 2px;
	border: 1px solid #E7E7E7;
	margin-top: 10px;
	margin-bottom: 10px;
}


/* clearfix
---------------------------------------------------------------------------------------------*/
#ecoArea .ecoSection:after,
#pageBody .section:after,
#pageBody .sub_section:after
	{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#ecoArea .ecoSection,
#pageBody .section,
#pageBody .sub_section
	{ display: inline-table; min-height: 1%; }
/* Hides from IE-mac */
* html #ecoArea .ecoSection,
* html #pageBody .section,
* html #pageBody .sub_section
	{ height: 1%; }
#ecoArea .ecoSection,
#pageBody .section,
#pageBody .sub_section
	{ display: block; }
/* End hide from IE-mac */


/**/

