﻿@charset "UTF-8";
/* Share CSS (layout.css) */





/* -- clear float -- */ 
.clear {
	display: inline-table;
	min-height: 0;
}
.clear:after {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	content: ".";
}

/* MacIE5銇伩闄ゅ */
/* \*/ 
* html .clear {
	height: 0;
}
.clear {
	display: block;
}

/* */ 
/* -- end clear float -- */


/* Font-color */

body {
color:#595757;
}




/* Link Setting */
a:link {color:#595757; text-decoration:underline;}
a:visited {color:#595757; text-decoration:none;}
a:hover {color:#7f7f7f; text-decoration:none;}
a:active {color:#595757; text-decoration:none;}



.rollover a:hover img{
filter: alpha(opacity=70);
-moz-opacity:0.7;
opacity:0.7;
}


.bold{
font-weight:bold;
}

#banner li img{
width:200px;
}

@media screen and (min-width: 641px) {

.title_line {
	border-bottom:1px solid rgb(193,193,193);
	padding:0 0 15px 0;
	margin:10px 0 20px 0;
}

.news_sub .subImg {
	float:left;
	width:155px;
	margin:0 0 0 20px;
}
.news_sub .subImg p {
	text-align: center;
	margin:10px 0 0 0;
}
.news_sub .subImg a {
	background:none;
	width:155px !important;
	height: auto !important;
	text-indent: initial !important;
}
.news_sub .subImg a:hover {
	background-image:none !important;
	opacity:0.8;
}
.news_sub .stitle {
	float:left;
	width:100px;
	margin:0 25px 0 0;
}
.news_sub .stitle .small_tt {
	color:rgb(164,164,164);
	margin:0 0 15px 0;
	font-weight:normal;
	font-size:14px;
}

/* mod_submenu */
.mod_submenu{
 position:fixed;
 z-index:9999;
 margin-top:13px;
 background:rgb(249,249,249);
 padding:12px 15px 20px;
}
.mod_submenu.sublast{
 left:-98px;
}
.mod_submenu{
 display:none;
}
.mod_submenu ul{
 width:650px;
 padding:0 5px 5px 5px;
  zoom: 1;  
}

.mod_submenu ul li{
 float:none !important;
 font-weight:bold;
 border-bottom:solid 1px #CCCCCC;
 padding:5px 0 0 0;
 margin:0 0 3px 0;
}
.mod_submenu ul li img {
	display:block !important;
}
.mod_submenu ul li:last-child{
 border-bottom:none;
}
/*
.mod_submenu ul li a{
 display:block;
 float:none;
 font-weight:bold;
}
*/

}