@import url("common.css");

/* BASE */

#contents {
	width:980px;
	margin-left:20px;
	margin-right:0px;
}

#main {
	width:700px;
	float:left;
}

#sidemenu {
	width:260px;
	float:right;
	padding-top:10px;
}


/* CONTENTS */

#title {
	padding-bottom:5px;
	border-bottom:1px solid #CCCCCC;
	margin-top:20px;
	margin-bottom:20px;
}

#title_membrana {
	width:700px;
	height:50px;
	margin-top:20px;
	margin-bottom:20px;
	background-image:url(../img/brand_membrana.gif);
}

#title_membrana h2 {
	text-indent:-999px;
	overflow:hidden;
}

#title p {
	padding-top:20px;
}

h2 {
	font-size:16px;
	font-weight:bold;
	color:#003399;
	padding-right:20px;
}

h3 {
	font-size:14px;
	font-weight:bold;
	color:#003399;
	margin-bottom:20px;
}

h4 {
	font-size:14px;
	line-height:150%;
	font-weight:bold;
	color:#333333;
	margin-bottom:15px;
}

#honmon ul li {
	font-size:12px;
	line-height:150%;
	margin-left:20px;
	list-style-type:circle;
}

#honmon .left, #honmon .right {
	width:335px;
}

.waku {
	width:308px;
	border:1px solid #CCCCCC;
	padding:10px 15px;
	margin-bottom:10px; 
}

.green {
	color:#339966;
	font-weight:bold;
	margin-bottom:5px;
}

#celgard td {
	padding:2px 10px;
	font-size:12px;
	line-height:150%
}

#about td {
	padding:5px;
	font-size:12px;
	line-height:150%;
	vertical-align:top;
}

#about, #contact {
	margin-left:20px;
}

#contact th, #contact td {
	padding:3px;
	font-size:12px;
	line-height:150%;
	vertical-align:top;
	font-weight:normal;
}

#button {
	margin-top:5px;
	margin-left:160px;
}

#news ul li {
	font-size:12px;
	line-height:150%;
	color:#666666;
	padding-top:15px;
	padding-bottom:10px;
	margin-right:20px;
	border-bottom:1px dashed #CCCCCC;
	list-style-type:none;
}


/* SIDEMENU */

#media {
	margin-top:20px;
}

.products2 {
	margin-left:10px;
	width:240px;
}

.cursol {
	margin-top:10px;
	font-size:10px;
	line-height:125%;
	color:#666666;
}

.products2 a:hover {
	cursor:pointer;
}

a.seihin01 {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	width:240px;
	height:12px;
	margin-bottom:5px;
	margin-top:7px;
	background-image:url(../img/s_03.gif);
	background-repeat:no-repeat;
}

a.seihin01:hover {
	background-image:url(../img/s_03a.gif);
	background-repeat:no-repeat;
}

a.seihin02 {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	width:240px;
	height:12px;
	margin-bottom:5px;
	margin-top:7px;
	background-image:url(../img/s_01.gif);
	background-repeat:no-repeat;
}

a.seihin02:hover {
	background-image:url(../img/s_01a.gif);
	background-repeat:no-repeat;
}

a.seihin03 {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	width:240px;
	height:12px;
	margin-bottom:5px;
	margin-top:7px;
	background-image:url(../img/s_02.gif);
	background-repeat:no-repeat;
}

a.seihin03:hover {
	background-image:url(../img/s_02a.gif);
	background-repeat:no-repeat;
}

a.seihin04 {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	width:240px;
	height:12px;
	margin-bottom:5px;
	margin-top:7px;
	background-image:url(../img/s_04.gif);
	background-repeat:no-repeat;
}

a.seihin04:hover {
	background-image:url(../img/s_04a.gif);
	background-repeat:no-repeat;
}

.maker {
	font-size:14px;
	font-weight:bold;
	margin-top:7px;
	border-top:1px solid #cccccc;
	border-left:5px solid #cccccc;
	border-bottom:1px solid #cccccc;
}





/* LINK */

.maker a:link,.maker a:visited,.maker a:active {
    color:#666666;
	text-decoration:none;
	display:block;
	padding-left:5px;
	background-color:#ffffff;	
}

.maker a:hover {
    color:#003399;
	text-decoration:none;	
	display:block;
	padding-left:5px;
	background-color:#ffffff;	
}


#sidemenu .small a:link {
    color: #333333;
	text-decoration:underline;	
}

#sidemenu .small2 a:link {
    color: #999999;
	text-decoration:underline;	
}

#sidemenu .small a:visited {
    color: #333333;
	text-decoration:underline;	
}

#sidemenu .small2 a:visited  {
    color: #999999;
	text-decoration:underline;	
}

#sidemenu .small a:hover {
    color: #333333;
	text-decoration:none;	
}

#sidemenu .small2 a:hover {
    color:#FF6600;
	text-decoration:none;	
}

#sidemenu .small a:active {
    color: #333333;
	text-decoration:underline;	
}

#sidemenu .small2 a:active {
    color: #999999;
	text-decoration:underline;	
}

