@charset 'utf-8';
@import url("./common.css");

/* =======================================
 1.header
 2.contents
 3.side
  3-1.sidemenu
 4.sitemap
 5.contact_box
 6.about_box
 7.group_box
=======================================*/


/* 1.header
========================================== */
#header{
	background	: url("../img/bg_sub.jpg") top;
	height		: 120px;
	}

/* 2.contents
========================================== */
#contents {
	width:535px;
	margin:5px 0 0 5px;
	float:right;
}
*html #contents {
	/* ie6用 \*/
	width:535px;
	margin:5px 0 0 2px;
}
.return {
	text-align:right;
	margin:10px;
}
#contents h3{
	margin		: 5px;
	}

.entry{
	margin		: 10px;
	}

.entry-header{
	margin		: 5px auto 15px auto;
    padding-left	: 15px;
	font-size	: 14px;
	letter-spacing	: 0.1em;
    line-height		: 140%;
	color		: #333;
    border-left	: solid 3px #669999;
    border-bottom	: dotted 1px #CCC;
	}
	
.entry-header a{
	text-decoration	: none;
	color		: #333;
	}
	
.entry-header a:hover{
	text-decoration	: underline;
	}

.entry-content{
	padding		: 5px;
	}


/* 3.side
========================================== */
#side {
	width:200px;
	margin:5px 0 0;
	padding:0;
	float:left;
}

#side h4{
	font-size	: 12px;
	letter-spacing	: 0.1em;
	padding		: 4px 2px 10px 40px;
	margin		: 10px 2px;
	background	: url("../img/bg_side.gif") no-repeat 0 0;
	}
	
#side li{
	font-size	: 12px;
	line-height	: 130%;
	margin		: 2px 2px 4px 20px;
	}

.btn_contact{
	margin		: 15px 5px;
	}

/* 3-1.sidemenu
------------------------------------------ */
.sidemenu{
	margin		: 20px 2px 2px 15px;
	width		: 170px;
	}
	
.sidemenu_li{
	list-style	: none;
	background	: url("../img/bg_sidemenu.gif") no-repeat;
	padding		: 13px 2px 2px 20px;
	margin		: 0;
	width		: 160px;
	line-height	: 120%;
	}	
	
.sidemenu_sub{
	margin		: 10px 2px 2px 5px;
	padding		: 0;
	}
	
.sidemenu_sub_li{
	background	: url("../img/bg_subcategory.gif") no-repeat 0 9px;
	padding		: 5px 2px 2px 20px;
	margin		: 0 0 0 5px;
	list-style	: none;
	}

*html .sidemenu_sub_li{
	background	: url("../img/bg_subcategory.gif") no-repeat 0 9px;
	padding		: 5px 2px 2px 20px;
	margin		: 0  0 0 -15px;
	list-style	: none;
	}
	

/* 4.sitemap
========================================== */
.archive-list a,
.archive-list a:hover{
	color		: #666;
	}

.archive-list-item{
	margin		: 20px 5px 5px 30px;
	padding		: 0 0 0 15px;
	background	: url("../img/icon_sitemap01.gif") no-repeat;
	letter-spacing	: 0.1em;
	}

.sitemap{
	list-style-type	: none;
	}

.sitemap li{
	margin		: 2px 2px 2px 20px;
	padding		: 0 0 0 20px;
	background	: url("../img/icon_sitemap02.gif") no-repeat center left;
	list-style	: none;
    line-height	: 200%;
    letter-spacing	: 0.1em;
	}

li.archive-list-item{
	text-decoration	: none;
	list-style-type	: none;
	}


/* 5.contact_box
========================================== */
.contact_box{
	margin		: 10px auto;
	}

.contact_box li{
	list-style	: none;
	}

.contact_box dt{
	padding		: 3px 15px;
	}

.contact_box dd{
	padding		: 3px 30px;
	}

.contact_box th,
.contact_box td{
	margin		: 4px;
	font-size	: 12px;
	}

.contact_box th{
	width		: 90px;
	text-align	: right;
	padding		: 2px 5px;
	border-right: 2px #CCC solid;
	font-weight	: normal;
	}

.eng{
	color		: #699;
	font-size	: 10px;
	}

/* 6.about_box
========================================== */
.about_box dt{
	width		: 80px;
	margin-left	: 5px;
	padding		: 8px 0 5px 0;
    float		: left;
    letter-spacing	: 0.1em;
	font-weight	: bold;
    clear		: left;
	}

.about_box dd{
	margin-left	: 20px;
	padding		: 8px 0 5px 0;
	}


/* 7.group_box
========================================== */
.group_box{
	clear		: both;
    margin		: 0 0 30px 0;
    padding-bottom	: 10px;
    border-bottom	: dotted 1px #CCC;
	}

.group_logo{
	width		: 75px;
    height		: 75px;
    float		: left;
    margin		: 0 5px;
	}
	
.group_cap{
	width		: 180px;
    height		: 130px;
    float		: left;
    margin		: 0 5px;
	}