/*CSS*/
/*IE6以下のPNG対応（対応させたい要素名を記述）------------------------------------------------------------------*/
*#main_img {
 behavior: url(js/iepngfix.htc); 
}
/*スクロールバー（IEのみ）------------------------------------------------------------------*/
    *{
     scrollbar-face-color : #FFFFFF ;
     scrollbar-track-color: #EEEEEE ;
     scrollbar-arrow-color: #000066 ;
     scrollbar-shadow-color: #EEEEEE ;
     scrollbar-highlight-color: #FFFFFF ;
     scrollbar-darkshadow-color: #EEEEEE ;
}

/*共通設定------------------------------------------------------------------*/
body {
	padding: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	margin-top: 0px;
	font-size: 0.8em;
	line-height: 1.6em;
	font-family: "lr oSVbN", Osaka, "qMmpS Pro W3";
	background-color: #FFFFFF;
	color:#444444;

}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, dd{
	margin:0pt;
	padding:0pt;
}
h2,h3,h4 {
	font-size: 1em;
	font-weight: normal;
}

li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding:0px;
	text-indent:0px;
}

#outer_wrap {
	padding: 0px;
	text-align: justify;
	width: 100%;
	margin: 0px;
	background-image: url(../common_img/main_image_back.gif);
	background-repeat: repeat-x;
}
#inner_wrap {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: justify;
	width: 900px;
}

.bold{
	font-weight: bold;
}
.center{
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	text-align: center;
}

/*ヘッダ------------------------------------------------------------------*/

#header {
	height:50px;
	width:900px;
	border: none #9DBE2B;
	clear: both;
}

#logo {
	float: left;
	height: 50px;
	width: 450px;
	background-image: url(../common_img/logo.gif);
	background-position: left center;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}
#logo a {
	display:block;
	width:270px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: -10000px;
}




/*メインメニュー------------------------------------------------------------------*/
#main_menu{
	height: 45px;
	width: 400px;
	float: right;
}
#main_menu li{
	float: left;
}

#mm_top a{
	background:url(../common_img/main_menu.gif) no-repeat 0px 0px;
	display: block;
	width: 100px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	text-indent:-10000px;
}
#mm_top a:hover {
	background:url(../common_img/main_menu.gif) no-repeat 0px -50px;
}
#mm_AutoMod a{
	background:url(../common_img/main_menu.gif) no-repeat -100px 0px;
	display: block;
	width: 150px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	text-indent:-10000px;
}
#mm_AutoMod a:hover {
	background:url(../common_img/main_menu.gif) no-repeat -100px -50px;
}
#mm_AutoSched a{
	background:url(../common_img/main_menu.gif) no-repeat -250px 0px;
	display: block;
	width: 200px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	text-indent:-10000px;
}
#mm_AutoSched a:hover {
	background:url(../common_img/main_menu.gif) no-repeat -250px -50px;
}


/*コンテンツ------------------------------------------------------------------*/
.contents_wrap {
	clear: both;
	width: 100%;
	margin: 0px auto;
	padding: 0px 0px 20px;
}

#main_img {
	clear: both;
	width: 900px;
	padding: 0px;
	height: 300px;
	background-image: url(../automod/main_image.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.box01{
	width: 450px;
	float: left;


}
.box02{
	width: 450px;
	float: right;
}
.box03{
	width: 270px;
	float: left;


}
.box04{
	width: 630px;
	float: right;
}
.s_box01{
	width: 400px;
	float: left;
	clear: left;


}
.s_box02{
	width: 200px;
	float: right;
	clear: right;
}
.cap{
	font-size: 0.8em;
	line-height: 1.2em;
	margin-top: 5px;
	margin-bottom: 20px;
}
#title_mod {
	width: 425px;
	background-image: url(../common_img/index_mod_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 230px;
	text-indent: -10000px;
	margin-right: auto;
	margin-left: auto;

	
}
#title_sched {
	width: 425px;
	height: 230px;
	background-image: url(../common_img/index_sched_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -10000px;
	margin-right: auto;
	margin-left: auto;
	
	
}
.inner_box {
	width: 425px;
	margin-right: auto;
	margin-left: auto;
	
}
.title_03 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-weight: bold;
	margin-top: 10px;
}
.btn{
	margin-right: auto;
	margin-left: auto;
	height: 61px;
	width: 286px;
}

/*フッター------------------------------------------------------------------*/


#footer {
	width: 900px;
	clear: both;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border: 1px none #003A03;
	padding-top: 15px;

}

#f_menu{
	width: 900px;
	margin: 0px;
	padding: 0px;
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
#f_menu li{
	float: left;

}

#f_menu a{
	color: #444444;
	background-image: url(../common_img/link.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	text-decoration: none;
	padding-right: 20px;
}
#f_menu a:hover{
	text-decoration: underline;
	color: #FF6600;
}

#copy {
	clear: both;
	text-align: right;
	color: #444444;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	
}
.waku{
	width: 600px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(../common_img/footer_haikei.gif);
	padding: 10px;
	border: 1px solid #CCCCCC;
}
.clear{
	clear: both;
	height: 0px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;

}

/*サブページ ------------------------------------------------------------------*/
#side_menu ul{
	margin-bottom: 20px;
	
}
#side_menu li{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 235px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#side_menu a{
	color: #444444;
	background-image: url(../common_img/link.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	text-decoration: none;
	padding-right: 20px;
	width: 200px;
	display: block;
}
#side_menu a:hover{
	text-decoration: none;
	color: #444444;
	background-color: #DDDDDD;
}
#sub_page .box04 h2{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-weight: bold;
	color: #79B500;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}
#sub_page .box04 h3{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-weight: bold;
	margin-top: 10px;
	color: #666666;
	clear: both;
}
.s_contents{
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}
.page_top{
	width: 100%;
}
.page_top a{
	float: right;
	background:url(../common_img/page_top.gif) no-repeat 0px 0px;
	display: block;
	width: 67px;
	height: 16px;
	margin: 0px;
	padding: 0px;
	text-indent:-10000px;
}
.s_box2 img{
	margin-top: 10px;
}
#sub_page .box04 dl{
	margin-top: 10px;
	margin-bottom: 20px;
	
}
#sub_page .box04 dt{
	font-weight: bold;
	color: #666666;

}
#sub_page .box04 dd{
	margin-bottom: 10px;

}
.dousa h2{
	color: #79B500;
	font-weight: bold;
}
