@charset "UTF-8";
/* CSS 毎日コミュニケーションズ */


body
{
	background-color:#FFF;
	color: #6c5a44;
	font-family: Arial, Helvetica, sans-serif, "EE EゴシチE", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	margin: 0 auto;
}
p
{
 line-height: 1.5em;
 padding: 5px 0;
 margin: 0;
}
dl
{
 clear: both;
 margin: 0;
 padding: 5px 0;
}
dt
{
 float: left;
 clear: both;
 width: 10em;
}
dd { margin-left:10em; }
.dl_bottom { border-bottom: 1px solid #FFF; }
h1,
h2,
h3
{
 font-size: 16px;
 font-weight: bold;
 line-height: 1em;
 margin:0;
 padding: 0;
}
a,
a:link
{
 color:  #6C5A44;
 text-decoration: none;
}
a:hover { text-decoration: none; 
}
.clear_both
{
 clear: both;
 font-size: 0px;
 height: 0px;
}
#wrapper
{
 background: url(../img/wrapper_bg.gif) repeat-y;
 margin: 0 auto;
 padding: 0 15px;
 width: 800px;
}
#header
{
	background:url(../img/header_bg.gif) no-repeat;
	height: 160px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F90;
}
#content
{
	padding: 25px;
	text-align: left;
	background-image: url(../img/content_bg.gif);
	background-repeat: repeat-x;
}
#footer
{
 background: url(../img/foot_bg.gif) no-repeat;
 font-size: 10px;
 height: 15px;
 padding: 8px;
 text-align: right;
}
/* =============== TEXT ================= */

.page_top
{
 margin-bottom: 15px;
 text-align: right;
 padding: 8px 0 5px;
}
.title_grid h2
{
 background:url(../img/border_checker.gif) repeat-x;
 border-bottom: 1px solid #6c5a44;
 font-size: 13px;
 margin: 0 0 20px;
 padding: 15px 0 10px;
}
/* =============== HEADER ================= */

#head_logo
{
 float: left;
 width: 210px;
 padding-top: 37px;
 padding-right: 15px;
 padding-bottom: 5px;
 padding-left: 45px;
}
#header h1
{
 font-size: 13px;
 padding-left: 10px;
 text-align: left;
}
#header h2
{
 font-size: 11px;
 font-weight: normal;
 text-decoration: none;
 padding-top: 5px;
 padding-right: 0;
 padding-bottom: 2px;
 padding-left: 10px;
 text-align: left;
}
#header h3
{
 font-size: 11px;
 font-weight: normal;
 padding: 20px 0 0;
}
#head_right
{
 float: right;
 width: 530px;
}
/* =============== MENU BAR ================= */
#menubar
{
 padding: 0;
 margin: 0px 0 0;
 text-align: left;
}
#menubar a
{
	background: url(../img/menu_btn_bg.gif) no-repeat;
	display: block;
	float: left;
	height: 21px;
	line-height: 1em;
	width: 90px;
	padding-top: 14px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}
#menubar a:hover
{
 background-position: 0 -35px;
 color: #FFF;
 text-decoration: none;
 text-align: left;
}
/* =============== CONTENT LEFT ================= */

#cont_left
{
 background: #f7f5e9;
 float: left;
 width: 180px;
}
#cont_left a {
 display: block;
 width: 169px;
 padding-top: 3px;
 padding-right: 0px;
 padding-bottom: 4px;
 padding-left: 3px;
}
#cont_left a:hover
{
 background-color: #D0C4B5;
 display: block;
 text-decoration: none;
}


#cont_left h2,
h3
{
 color: #523f31;
 font-size: 13px;
}
#cont_left h2
{
 background: #ffde81;
 border-top: 2px solid #6c5a44;
 padding: 7px 3px;
}
#cont_left h3
{
 background: none;
 padding: 7px 3px;
}
#cont_left ul
{
 background:url(../img/navi_bg.gif);
 font-size: 9px;
 line-height: 13px;
 list-style-type: none;
 padding-top: 0px;
 padding-left: 5px;
 margin-left: 0px;
 padding-right: 0px;
 padding-bottom: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
}
#cont_left li { padding: 0px; 
}
#cont_left p
{
 line-height: 1.3em;
 padding: 2px 9px 10px;
}
/* =============== CONTENT RIGHT ================= */

	
#cont_right
{
 width: 560px;
 float: right;
}
.main_title
{
 background: #6c5a44;
 padding: 10px;
 color: #FFF;
 font-weight: bold;
}
.main_title h2
{
 color: #FFF;
 font-size: 13px;
 float: left;
 padding: 3px;
}
.main_title h3
{
 color: #ffdd83;
 float: right;
 font-size: 11px;
 font-weight: normal;
}
.main_link
{
 background: #6c5a44;
 color: #FFF;
 text-align: right;
 padding: 6px 10px;
}
.main_link a
{
 color: #FFF;
 text-decoration: none;
}
.main_link a:hover { text-decoration: underline; }
.topics_row { padding: 15px 0; }
.topics_row h2
{
 background: #6c5a44;
 color: #FFF;
 font-size: 13px;
 padding: 10px;
}
.topics_left
{
 float: left;
 background: #6c5a44;
 width: 270px;
}
.topics_right
{
 background: #6c5a44;
 float: right;
 width: 270px;
}
/* =============== PRODUCT ================= */

.product_row
{
	_height: 1%; /*IE6*/
	height: auto;
	width: 560px;
}
*:first-child+html .product_row { height: 1%; /*IE7*/ }
.product_detail
{
 color: #FFF;
 background: #6c5a44;
 padding: 20px;
}
.product_detail h2 { color: #ffde81; }
.product_detail h3
{
 color: #FFF;
 margin: 20px 0;
}
.product_detail dl
{
 border-top: 1px solid #FFF;
 margin: 15px 0 0;
 padding: 15px 0 0;
 line-height: 1.6em;
}
.product_deatil dt
{
 width: 6em;
 color: #FFF;
 font-weight: bold;
 clear: both;
}
.product_detail dd
{
 color: #FFF;
 margin-left: 6em;
 padding: 0;
}
/* =============== LIST ================= */

	
.list_row
{
 border-bottom: 1px dotted #6c5a44;
 padding: 5px 0 15px;
}
.list_row h3 {
 padding: 0 0 20px;
 white-space: nowrap;
}
.list_row ul
{
 list-style-type: none;
 margin: 0;
 padding: 0;
}
.list_row li
{
 display:block;
 float: left;
 line-height: 1.5em;
 width: 270px;
 text-align: center;
 background-color: #F7F5E9;
 color: #6C5A44;
 height: auto;
 margin: 5px;
}
.list_row img { padding-bottom: 5px; }
#list_row_right
{
 float: right;
 margin: 0;
}
/* =============== COMPANY ================= */

.company_info {
 margin-bottom: 15px;
 width: 560px;
}
div.company_info div
{
 vertical-align:bottom;
 width: 550px;
}
* html div.company_info div
{/* IE 6 */
 display:inline;
 zoom:1;
}
*:first-child+html div.company_info div
{/* IE 7 */
 display:inline;
 zoom:1;
}
.company_info_text
{
 padding-left: 10px;
 width: 310px;
}
* html .company_info_text
{/* IE 6 */
 padding-left: 10px;
 width: 300px;
}
.company_info dl { border-bottom: 1px solid #FFF; }
.company_info dt { width: 5em; }
.company_info dd { margin-left: 5em; }
.company_detail h2
{
 background: #ffde81;
 border-bottom: 1px solid #6c5a44;
 font-size: 13px;
 padding: 5px;
}
.company_detail dl { line-height: 2em; }
.company_detail dt
{
 border-bottom: 1px dotted #6c5a44;
 width: 5em;
}
.company_detail dd
{
 border-bottom: 1px dotted #6c5a44;
 margin-left: 5em;
}
#wrapper #content #cont_right .list_row ul li r { }
.list_row ul li r { }
.eco {
 border-top-width: 10px;
 border-bottom-width: 10px;
 border-top-style: solid;
 border-right-style: solid;
 border-bottom-style: solid;
 border-left-style: solid;
 border-top-color: #6C5A44;
 border-right-color: #6C5A44;
 border-bottom-color: #6C5A44;
 border-left-color: #6C5A44;
 border-right-width: 0px;
 border-left-width: 0px;
}
#info_body {
 background-color: #6C5A44;
 color: #FFF;
 font-size: 15px;
 padding-top: 10px;
 padding-right: 0px;
 padding-bottom: 10px;
 padding-left: 10px;
}
.info_main {
 background-color: #F7F5E9;
 color: #6C5A44;
 padding: 10px;
}
.pay_01 {
 padding: 2px;
 text-align: center;
 text-decoration: none;
}
.company_photo { width: 560px; }
#wrapper #content .form1 #form1 table tr td {
	text-align: center;
}
.top_view {
	width: 560px;
}
.main_con {
	width: 560px;
}
.list {
	width: 560px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 490px;
}
.photo {
	width: auto;
}

