@charset "UTF-8";

/* 全体
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1{
	font-size: 10px;
	color: #666;
	font-weight: normal;
	margin-left: 5px;
}
html,body{
	width:100%;
	height:100%;
	filter: expression (document.execCommand("BackgroundImageCache",false,true));

}

body {
	line-height: 160%;
	color: #333;
	font-family:Verdana,Arial,Helvetica,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	font-size:12px;
	word-break:break-all;
	background-image: url(../common/img/main_bk.gif);
	background-repeat: repeat-x;
}

#wrapper{
	width:900px;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 20px;
}

#header{
	width:900px;
	height:65px;
	text-align: left;
	background-image: url(http://info.sm-ac.jp/common/img/top_b.gif);
}
.logo{
	float: left;
	padding-left: 10px;
}
.hd_contact{
	float: right;
	margin-right: 10px;
	margin-top: 15px;
}

.menu_bar{
	text-align: left;
	background-color: #90C600;
	height: 38px;
}
/* リンク */

a {
	color:#000;
	text-decoration:none;
	font-weight: normal;
}
a:link {
	color:#000;
	text-decoration:none;
	font-weight: normal;
}
a:visited {
	color:#000;
	text-decoration:none;
	font-weight: normal;
}
a:hover {
	color:#000;
	text-decoration:underline;
	font-weight: normal;
	;
}
a:active {
	color:#000;
	text-decoration:none;
	font-weight: normal;
}



/* ナビゲーション */
#navi_continer {
	position: relative;
	z-index:100;
	width: 900px;
	height:35px;
	margin-right: auto;
	margin-left: auto;
	background-color: #8EC51B;
}

#navi {
	position: absolute;
	width: 860px;
	left: 20px;
	height: 35px;
}

#navi ul {
margin: 0;
padding: 0;
list-style: none;
}

#navi li {
	float: left;
	width: 171px;
	height: 35px;
	margin-right: 1px;
}

#navi li a {
font-size: 14px;
color: #ffffff;
display: block;
width: 100%;
text-align: center;
text-decoration: none;
}

#navi li a:hover {
color: #ffffff;
}

/* サブメニュー */
#navi ul.sub {

}

#navi ul.sub li {
	color: #ffffff;
	float: none;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	height: 25px;
	background-image: url(../common/img/sub_menu_bk.gif);
	background-repeat: no-repeat;
}

#navi ul.sub li a {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0;
	background-position: 5;
	background-image: url(../common/img/sub_menu_bk.gif);
}

#navi ul.sub li a:hover {
	color: #ffffff;
	background-image: url(../common/img/sub_menu_bk_on.gif);
}

#navi ul li.navi_menu ul {
display: none;
}

#navi ul li.navi_menu_on ul {
display: block;
}

#navi li.navi_menu{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#navi li.navi_menu_on{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* IE用hackここから */
.clearfix{
	zoom:100%;
}
/* IE用hackここまで */


.clearfix:after{
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}

.clear{
	clear:both;
}
.pankuzu{
	text-align: left;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* ------------------------------------- 
 *  共通
 * ------------------------------------- */
.txt1{
	font-size: 10px;
}
.text2{
	color: #82be02;
}
.font_14{
	font-size: 14px;
}
.page_top{
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding-right: 15px;
	margin-top: 20px;
}


/* ------------------------------------- 
 *  Footer
 * ------------------------------------- */
#footer {
	text-align:left;
	width: auto;
	font-family: "Arial", "Verdana", sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	margin-right: auto;
	margin-left: auto;
	height: 76px;
	background-color: #ffffff;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #ccc;
}
#footer address{
	font-size: 10px;
	color: #000;
	text-align: left;
	margin-top: 15px;
	padding-left: 10px;
	font-style: normal;
}
#footer table{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}


#footer a {
	color:#000;
	text-decoration:none;
	font-weight: normal;
}
#footer a:link {
	color:#000;
	text-decoration:none;
	font-weight: normal;
}
#footer a:visited {
	color:#000;
	text-decoration:none;
	font-weight: normal;
}
#footer a:hover {
	color:#000;
	text-decoration:underline;
	font-weight: normal;
	;
}
#footer a:active {
	color:#000;
	text-decoration:none;
	font-weight: normal;
}
.ERR {
	color: #f00;
}
/* ------------------------------------- 
 *  共通サイトマップ
 * ------------------------------------- */
.site_map{
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	background-color: #EEE;
	padding-top: 20px;
	padding-bottom: 20px;
}
.site_map table{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.site_map td{}
.site_map ul{
	list-style-type: none;
	list-style-position: inside;
	line-height: 140%;
	margin-bottom: 5px;
	padding-left: 2em;
}
.site_map li{
	text-indent: -1em;
}
.site_map img{
	margin-right: 2px;
	margin-bottom: 3px;
}
