@charset "euc-jp";
/* CSS Document */
/********************************************************************* tag_define */
* {
	margin: 0;
	padding: 0;
	font-family:"£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	font-style: normal;
	text-decoration: none;
	line-height: 16px;
}

body{
	margin: 0px;
	line-height:120%;
	text-decoration: none;
	color: #666666;
	font-size: 12px;
	}

h1 {
	font-size: 11px;
	color: #FFFFFF;
	height: 20px;
	width: 900px;
	font-weight: normal;
	margin: 0px;
	padding-top: 3px;
	text-align: right;
}

h2, h3, h4, p {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

ul, ol, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

dl, dt, dd {
	margin: 0;
	padding: 0;
}
table, th, td{
}
a {
	text-decoration: none;
	color: #003366;
}
a:hover{
	text-decoration: underline;
}

/********************************************************** basic_position_classes */
.clear { clear: both;}
.align-c { text-align: center; }
.align-l { text-align: left; }
.align-r { text-align: right; }

/********************************************************** commmon_rayout_classes */

#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/body_bg.jpg);
	background-repeat: repeat-x;
	height: 100%;
}

/********************************************************** header */
.header {
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	height: 79px;
	width: 900px;
	padding-right: 50px;
	padding-left: 50px;
}
.logo {
	float: left;
	height: 56px;
	width: 227px;
}

.header_menu {
	width: 673px;
	float: left;
	height: 26px;
	padding-top: 30px;
	font-size: 11px;
	}

.header_menu ul {
	height: 26px;
	text-align: right;
	}

.header_menu li {
	display: inline;
	font-size: 12px;
	color: #666666;
	background-image: url(../img/mark_arrow.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: 0px 3px;
	margin-left: 10px;
	}

.header_menu li a:link, 
.header_menu li a:visited {
	color: #666666;
	text-decoration: none;
	font-size: 11px;
	}

.header_menu ul li a:hover, 
.header_menu ul li a:active {
	color: #003399;
	text-decoration: underline;
	font-size: 11px;
	}
.contents {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

/********************************************************** menu */
#menu_main{width:900px;height:51px;background-image:url(../img/menu.jpg); background-repeat:no-repeat; z-index:9999;}
#menu_main #navi_main{width:900px;height:51px;margin:0;padding:0;list-style-type: none;}
#menu_main #navi_main li{float:left;}
#menu_main #navi_main li a,
#menu_main #navi_main li .current{
	display: block;
	overflow: hidden;
	color:#FFFFFF;
	text-indent:-10000px;
}

	 
#navi_11 a {
	background-position:   0px 0px;
	width:226px;
	height:51px;
	background-image: url(../img/menu.jpg);
	background-repeat: no-repeat;
}
#navi_12 a {
	background-position:-226px 0px;
	width:224px;
	height:51px;
	background-image: url(../img/menu.jpg);
	background-repeat: no-repeat;
}
#navi_13 a {
	background-position:-450px 0px;
	width:224px;
	height:51px;
	background-image: url(../img/menu.jpg);
	background-repeat: no-repeat;
}
#navi_14 a {
	background-position:-674px 0px;
	width:226px;
	height:51px;
	background-image: url(../img/menu.jpg);
	background-repeat: no-repeat;
}
#navi_15 a { background-position:-456px 0px; width:114px; height:41px;}
#navi_16 a { background-position:-570px 0px; width:114px; height:41px;}

#navi_11,
#navi_11 a:hover,
#navi_11 a:active {
	background-position:   0px -51px;
	background-image: url(../img/menu.jpg);
	background-repeat: no-repeat;
	height: 51px;
	width: 226px;
}
#navi_12,
#navi_12 a:hover,
#navi_12 a:active {
	background-position:-226px -51px;
	background-image: url(../img/menu.jpg);
	background-repeat: no-repeat;
	height: 51px;
	width: 224px;
}
#navi_13,
#navi_13 a:hover,
#navi_13 a:active {
	background-position:-450px -51px;
	background-image: url(../img/menu.jpg);
	background-repeat: no-repeat;
	height: 51px;
	width: 224px;
}
#navi_14,
#navi_14 a:hover,
#navi_14 a:active {
	background-position:-674px -51px;
	background-image: url(../img/menu.jpg);
	background-repeat: no-repeat;
	height: 51px;
	width: 226px;
}
#navi_15,
#navi_15 a:hover,
#navi_15 a:active {
	background-position:-456px -41px;
	background-image: url(../img/navi.jpg);
	background-repeat: no-repeat;
}
#navi_16,
#navi_16 a:hover,
#navi_16 a:active {
	background-position:-570px -41px;
	background-image: url(../img/navi.jpg);
	background-repeat: no-repeat;
}



.hidden .submenu{
	width:140px;
	height:auto;
	background-color:#0033FF;
	visibility:hidden;
	position:absolute;
	line-height:135%;
	font-weight:bold;
	}

.show .submenu{
	width:222px;
	height:auto;
	visibility:visible;
	position:absolute;
	line-height:135%;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #333333;
	margin-bottom: 30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	}


.submenu a.sub{
	width:210px!important;
	height:15px !important;
	padding:6px !important;
	display:block !important;
	color:#333333!important;
	background:url(../img/sub_menu1_bg.jpg) repeat-y!important;
	font-size:1em!important;
	text-decoration:none !important;
	text-indent:0 !important;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	font-weight: bold;
	}

.submenu a.sub:hover{
	border-top:1px solid #CCCCCC;
	color: #FFFFFF!important;
	background-image: url(../img/sub_menu1ov_bg.jpg)!important;
	background-repeat: repeat-y;
	}

.submenu a.sub2{
	width:210px!important;
	height:15px !important;
	padding:6px !important;
	display:block !important;
	color:#666666!important;
	background:#FFFFFF!important;
	font-size:1em!important;
	text-decoration:none !important;
	text-indent:0 !important;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	font-weight: bold;
	}

.submenu a.sub2:hover{
	border-top:1px solid #CCCCCC;
	color: #FFFFFF!important;
	background-color: #CCCCFF!important;
	}
	
/********************************************************** footer */
.footer {
	width: 100%;
	background-image: url(../img/footer_bg.jpg);
	background-repeat: repeat-x;
	}

.footer ul {
	height: 20px;
	padding-top: 10px;
	text-align: center;
	}

.footer li {
	display: inline;
	font-size: 12px;
	color: #666666;
	}

.footer ul li a:link, 
.footer ul li a:visited {
	color: #666666;
	text-decoration: none;
	}

.footer ul li a:hover, 
.footer ul li a:active {
	color: #0066CC;
	text-decoration: underline;
	}
	
#copy {
	text-align: center;
	width: 1000px;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(../img/copy_bg.jpg);
	background-repeat: repeat-x;
	height: 21px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
	
/********************************************************** top page */
.top_img {
	height: 280px;
	width: 900px;
}

.side_menu_box {
	float: left;
	height: 280px;
	width: 224px;
	background-color: #0B1F44;
}

.side_menu{
	width:220px;
	height:270px;
	padding-top: 10px;
	padding-right: 2px;
	padding-left: 2px;
}

.side_menu ul{
	width:200px;
	padding-right: 10px;
	padding-left: 10px;
}

.side_menu li{
	margin-bottom: 10px;
}
.side_menu ul a{
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 200px;
}

.side_menu ul a:hover{
	background-position: 0px -40px;
}

/* menu1 */
.side_menu ul a.side_menu1{
	background-image: url(../img/side_menu1.gif);
	background-repeat: no-repeat;
}
/* menu2 */
.side_menu ul a.side_menu2{
	background-image: url(../img/side_menu2.gif);
	background-repeat: no-repeat;
}
/* menu3 */
.side_menu ul a.side_menu3{
	background-image: url(../img/side_menu3.gif);
	background-repeat: no-repeat;
}
/* menu4 */
.side_menu ul a.side_menu4{
	background-image: url(../img/side_menu4.gif);
	background-repeat: no-repeat;
}



.banner_mtk{
	padding-bottom: 10px;
}

.banner_mtk a{
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 60px;
	width: 220px;
	background-image: url(../img/banner_mtk.gif);
}

.banner_mtk a:hover{
	background-position: 0px -60px;
}


.main {
	width: 898px;
	padding-top: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.side {
	float: left;
	width: 200px;
	padding-right: 13px;
	padding-left: 14px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-bottom: 20px;
}

.banner {
	width: 200px;
}

.banner li {
	margin-bottom: 10px;
}

.banner ul a {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 96px;
	width: 200px;
}

.banner ul a:hover {
	background-position: 0px -96px;
}

.banner ul a.banner01 {
	background-image: url(../img/banner1.gif);
	background-repeat: no-repeat;
}

.banner ul a.banner02 {
	background-image: url(../img/banner2.gif);
	background-repeat: no-repeat;
}
.info {
	width: 640px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	margin-bottom: 20px;
}

.news_box {
	background-image: url(../img/contents_box_bg.jpg);
	background-repeat: no-repeat;
	padding: 10px 20px;
	width: 598px;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px;
	border-right: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
	margin-bottom: 10px;
}
.news_box ul {
	height: 100%;
	width: 598px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.news_box ul li {
	background-image: url(../img/mark_cercle.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 23px;
	padding-top: 7px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.news_box ul li a:link, 
.news_box ul li a:visited {
	color: #666666;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
	}

.news_box ul li a:hover, 
.news_box ul li a:active {
	color: #6699CC;
	text-decoration: underline;
	}
.news_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
}
.flash {

	height: 280px;
	width: 676px;
	float: left;
}
