@charset "utf-8";
/* CSS Document */


/*01　全体のスタイル(共通)*/

*{
	margin:0;
	padding:0;
	line-height: 150%;
	font-size: 14px; /**/
	border-collapse: collapse;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

body {
	
}

#wrapper{
		width:980px;
		margin:0 auto;
		padding:0px 10px 10px 10px;
}


h1 {
	font-size: 200%;

}

h2 {
	font-size: 180%;
	margin:25px 0px 0px 0px;
}

h3 {
	font-size: 150%;
	margin:25px 0px 0px 0px;
}


h4 {
	font-size: 125%;	
}

h5 {
	font-size: 105%;	
}

a img {
	border: 0px;
}

.red {
	color: #C00;
}

th {
	line-height: 1.1em;
}

td {
	line-height: 1.1em;
}

input[type="text"],textarea { width: 98%; padding: 3px; border: #999 1px solid;}
input[type="checkbox"] { margin-right: 5px; }

/* ヘッダー部分のスタイル */


#header:after {
content: "&emsp;"; 
clear: both; 
height: 0; 
display: block; 
visibility: hidden;
}

#header{
	margin-bottom: 1em;
	padding:20px 0px;
	
}



body#home #header {
	margin-bottom: 0em;	
}

#header #logo{
	/*width:350px; 
	float:left; */
	height: 50px;

}

#header #logo:after {
content: "&emsp;"; 
clear: both; 
height: 0; 
display: block; 
visibility: hidden;
}

#header #logo a {
	float: left;
	display: block;
	width: 150px;
	height: 50px;
	margin-right: 5px;
	
}

#header #logo span{
	margin: 20px 10px 0px;
}

#header p#logo span a {
	text-decoration: none;
	color: #333;
	width: 420px;
	height: 40px;
	font-size: 24px;
	padding: 5px 15px;
	display: block;
	font-weight: bolder;
}

#header ul.menu{
	margin:25px 0px 0px 0px;
	border-left: #CDC solid 1px;
	border-right: #CDC solid 1px;
	border-top: #CDC solid 1px;	
	border-bottom: #CDC solid 1px;
	/*background: #096;*/
	background: #063;
	width: 100%;

	/*width:590px;
	float:right;*/
}

#header ul.menu:after {
content: "&emsp;"; 
clear: both; 
height: 0; 
display: block; 
visibility: hidden;
}

#header .menu li{
	width: 25%;
	min-width:145px;
	float:left;
	list-style:none;
	border-left:#CDC 1px solid;
	border-collapse:separate;
	text-align:center;
	margin-left: -1px;

	
}

#header .menu li a{
	padding: 1em;
	display:block;
	color: #FFF;
	text-decoration:none;
	font-size: 110%;
	font-weight: bold;
}

#header .menu li a:hover{
	background-color: #0C9;
}

/*

　02 コンテンツ部分

*/


#content{
	clear:both;
	margin-bottom: 20px;
	zoom: 100%;
	position: relative;
}

#content ul.news li{
	margin-left:	2em;
}

#content:after {
content: "&emsp;"; 
clear: both; 
height: 0; 
display: block; 
visibility: hidden;
}

#content h2 {
	color: #333;
	padding: 0.1em 0em 0.1em 0.5em;
	margin-bottom: 0.5em;
	border-left: 10px solid #030;
}

#content h2.sec_title {
	padding: 3px 2px 3px 1em;
	background-color: #CEC;
	color: #363;
	font-size: 14px;
	border-left: 10px solid #696;
	margin-bottom: 1em;
}


#content h3 {
	background: #EFEFEF;
	border-bottom: 2px #6C3 solid;
	padding: 0.1em 0.5em;
	margin-bottom: 0.25em;
}

#content h4 {
	color: #096;
}

#content table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #CCC;
}

#content table th {
	text-align: left;
	background-color: #CFC;
	padding: 8px;
	border: 1px solid #CCC;
	vertical-align: top;
}

#content table td {
	text-align: left;
	padding: 8px;
	border: 1px solid #CCC;
	vertical-align: top;
}

/*４等分ブロック*/

.colum_4 {
	margin: 0px 0px 10px 0px;
}

.colum_4:after {
content: "&emsp;"; 
clear: both; 
height: 0; 
display: block; 
visibility: hidden;
}

.colum_4 .block{
	width:23%;
	float:left;
	margin: 6px;
}

/*３等分ブロック*/

.colum_3 {
	margin: 0px 0px 10px 0px;
}

.colum_3:after {
content: "&emsp;"; 
clear: both; 
height: 0; 
display: block; 
visibility: hidden;
}

.colum_3 .block{
	width:31%;
	float:left;
	margin: 0px 1% 6px 1%;
}


/*２等分ブロック*/
.colum_2 {
	margin: 0px 0px 10px 0px;
}



.colum_2 .block{
	width:45%;
	float:left;
	margin: 6px;
}



.block {

}

#item-list .block {
	padding: 0px 0px 1em 0px;
	border: 1px solid #CCC;
}

#item-list .block p,
#item-list .block ul,
#item-list .block dl,
#item-list .block li,
#item-list .block dd,
#item-list .block dt{
	margin-left: 1em;
	margin-right: 1em;
}






/*　02-01　２カラムのコンテンツ(左右_レイアウト)*/

/*左側メニュー*/

#left-content {
	width: 280px;
	float: left;
	position:relative;	
}

#left-menu {
	width: 250px;
	position: absolute;
    top: -15px;
	}

#left-content h3 {
	background-color:#DFD;
	padding: 3px 1em;
	margin-bottom: 0px;
	
	}

#left-content ul.menu {

}

#left-content ul.menu li {
	list-style: none;
}

#left-content ul.menu li a {
	display: block;
	padding: 4px 1em 4px 3em;
	border-bottom: 1px solid #DDD;
	text-decoration: none;
	background-color: #EFE;
	background-image:url(img/ecalic002_018.png);
	background-position: 15px 50%;
	background-repeat: no-repeat;
		color: #343;
}

#left-content ul.menu li a:hover {
	background-color: #E0E0E0;
}

#left-content ul.menu ul {
	margin-left: 0px;
}

#left-content ul.menu ul li a {
	padding: 3px 1em 3px 4em;
	border-bottom: 1px dotted #DDD;
	text-decoration: none;
	background-color: #FFF;
	background-image:url(img/ecalic002_030.png);
	background-position: 30px 50%;
	background-repeat: no-repeat;
	color: #333;
}

#left-content ul.menu ul li a:hover {
	background-color: #EEE;
}


#right-content {
	width: 680px;
	float: right;
}

body#product #right-content {
	height:680px;
	overflow-y:scroll;
}



/*03 フッター部分 */
#footer{
	clear:both;	
	margin-top:50px;
	padding-top: 10px;
	border-top: 1px solid #666;
}

#footer .menu{
	margin:10px 0px 30px 0px;
}

#footer .menu li{
	float:left;
	list-style:none;
	margin:5px 15px 5px 0px;
}

#footer .menu li a{
	text-decoration:none;
	}



.mg0 {
	margin: 0px;
}

.mg10_0 {
	margin: 10px 0px;
}

.vh {
	display: none;
}

