@charset "utf-8";
/* CSS Document */
/*

####使用カラー定義####

濃青1: #185d90
濃青2: #094da0
青1: #588dc0
青2: #0360c0

薄青1: #4cb3d0
薄青2: #9cf

薄緑1: #abcd44
濃緑: #090;

アクセント黄: #f3e366
薄黄1: #ff9
薄黄2: #ffb

薄ピンク: #fcc

アクセント赤: #f33;

アクセントオレンジ : #ff4020

グレー: #776
薄グレー1: #ddf
薄グレー2: #ccb
薄グレー3: #a9a9af
薄グレー4: #c9c9cf

*/

/*ブラウザスタイルのリセット*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{
    margin: 0; 
    padding: 0;
}
html{
    overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}
ol, ul{
    list-style:none;
}
fieldset, img{
     border:0;
}
table{
    border-collapse: collapse;
    border-spacing:0;
}
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}
/*ブラウザスタイルのリセット*/

body{
	text-align: center;
	font-size: 10pt;
	line-height: 1.4;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #fff url(../images/bg/main_bg.gif) repeat-y center;
}

/*アンカーテキスト*/
a{
	text-decoration: none;
	color: #0360c0;
	text-decoration: underline;
}
	a:link{
	}
	a:active{
	}
	a:visited{
		color: #094da0;
	}
	a:hover{
		color: #ff4020;
	}
	a.image{
		border: none;
	}
	a.image:hover{
		border: none;
	}

img{
	border: none;
	margin: 0;
	vertical-align: bottom;
}

/*段組ボックス*/
.clearfix{
}
	*html .clearfix{
		display: inline-block;
	}
	*:first-child+html .clearfix{
		display: inline-block;
	}

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/*idボックスのスタイル*/
#container{
	margin: 0 auto 0 auto;
	padding: 0;
	width: 920px;
	text-align: left;
	position: relative;
}

#header{
	margin: 0;
}
	#head_left{
	}
	#head_right{
		margin: 10px 0 0 0;
		float: right;
	}
	#head_right img{
		vertical-align: bottom;
	}
	#header h1{
		color:#666;
		font-size: 0.8em;
		font-weight: 200;
		margin: 0;
	}
	#header h1 a{
		text-decoration: none;
	}
	#header h2{
		color:#776;
		font-size: 0.8em;
		font-weight: 300;
		margin: 5px;
	}

/*ページトップ*/
#go_top{
	text-align: right;
	margin: 30px 10px 5px 10px;
	padding: 0 0 0 12px;
}
#go_top img{
	vertical-align: middle;
	margin: 0 2px 0 0;
}

/*フッター*/
#foot_links{
	border-top: 1px solid #4cb3d0;
	text-align: center;
	margin: 0;
	padding: 10px;
	color: #999;
	background: #fff;
}
	#foot_links a{
		font-size: 0.9em;
	}

#footer{
	z-index: 10;
	margin: 0;
	padding: 2px 8px 2px 2px;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background: #185d90;
	text-align: center;
	clear: both;
	position: relative;
}

#menu{
	background: #fff url(../ui/menu/bg.gif) no-repeat center bottom;
	margin: 0;
	padding: 0;
	height: 30px;
	overflow: hidden;
	text-align: center;
	vertical-align: top;
}
	#menu img{
		margin: 0;
		padding: 0;
	}
	#menu a{
		font-size: 0.9em;
		margin: 0;
		padding: 0;
		border: none;
	}
	#menu a:link{
		color: #fff;
		text-decoration: underline;
	}
	#menu a:visited{
		color: #fff;
		text-decoration: underline;
	}
	#menu a:active{
		color: #fff;
		text-decoration: underline;
	}
	#menu a:hover{
		background: #f3e366;
		color: #36f;
		text-decoration: none;
		border: none;
	}

/*パンくずnavi*/
#navi{
	margin: 5px 10px 20px 10px;
	padding: 2px;
	color: #aaa;
}
#navi a{
	font-size: 0.9em;
}
#navi span{
	color: #556;
	font-weight: bold;
	font-size: 0.9em;
}
#navi span.date{
	color: #776;
	margin: 0 5px 0 0;
	border: none;
}


/*各ボックスのサイズ*/
#right{
	width: 175px;
	float: right;
	text-align: center;
}
#left{
	width: 190px;
	margin: 0;
	padding: 0;
	float: left;
}

#main{
	margin: 0;
	padding: 0 5px 0 0;
	width: 720px;
	float: right;
}
	#main h2{
		margin: 0 0 10px 0;
		padding: 0;
	}

.clear{
	clear: both;
}

/*右袖タイトル*/
#right h3.title1{
	margin: 0 5px;
	padding: 3px 3px 3px 1.5em;
	background: #fff url(../icons/icon2_nvy_down.gif) no-repeat 5px;
	color: #776;
	font-size: 0.9em;
	font-weight: 600;
	text-align: left;
}
/*左袖のタイトル*/
#left h2{
	margin: 0;
	padding: 3px 3px 3px 1.5em;
	background: #fff url(../icons/icon2_nvy_down.gif) no-repeat 5px;
	color: #776;
	font-size: 0.9em;
	font-weight: 600;
	text-align: left;
}
#left h3.nowpage{
	margin: 0 5px 10px 5px;
	padding: 3px 3px 3px 1em;
	background: #776;
	color: #fff;
	font-size: 0.9em;
	font-weight: 600;
	border: 1px solid #665;
}

.h3_ble{
	margin: 0 5px;
	padding: 3px 3px 3px 1em;
	background: #fff url(../images/bg/gra_bg_ble_t.gif) repeat-x top;
	color: #4cb3d0;
	font-size: 0.9em;
	font-weight: bolder;
	border: 1px solid #4cb3d0;
	border-bottom: 1px dotted #4cb3d0;
}

.h3_grn{
	margin: 0 5px;
	padding: 3px 3px 3px 1em;
	background: #fff url(../images/bg/gra_bg_grn_t.gif) repeat-x top;
	color: #abcd44;
	font-size: 0.9em;
	font-weight: 400;
	border: 1px solid #abcd44;
	border-bottom: 1px dotted #abcd44;
}
	 img{
		vertical-align: middle;
	}
	.h3_ble a{
		color: #4cb3d0;
		font-weight: 600;
		text-decoration: none;
	}
	.h3_grn a{
		color: #abcd44;
		font-weight: 600;
		text-decoration: none;
	}
	.h3_ble a:hover,
	.h3_grn a:hover {
		text-decoration: underline;
	}
h3.imagebtn{
	font-size: 0.9em;
	margin: 5px auto 5px auto;
	padding: 0;
}
	h3.imagebtn a{
		text-decoration: none;
	}
h3.banner{
	font-size: 0.9em;
	margin: 0 auto 5px auto;
	padding: 0;
}
div.dotline{
	border-bottom: 1px dotted #ccb;
	margin: 10px 5px 10px 5px;
}

/*左袖リスト*/
#left ul.list1{
	margin: 0 5px 10px 5px;
	padding: 5px 0 5px 0;
	list-style: none none outside;
	position: relative;
	border: 1px solid #4cb3d0;
	border-top: none;
	font-size: 0.9em;
	background: #fff url(../images/bg/gra_bg_ble_100.gif) repeat-x bottom;
}
	#left ul.list1 li{
		margin: 8px 10px;
		padding: 0 0 0 14px;
		background: url(../icons/icon1_nvy.gif) no-repeat left center;
		line-height: 20px;
	}
	#left ul.list1 li.loading{
		background: none;
		padding: 5px;
		color: #776;
	}
	#left ul.list1 li.now{
		color: #222;
		text-decoration: underline;
		background: url(../icons/icon1_grn.gif) no-repeat left center;
	}
	#left ul.list1 li.now_d ul.sub_content li.now{
		background: none;
	}

/*リストの中のリスト（サブコンテンツ）*/
#left ul.list1 li.now_d{
	background-image: url(../icons/icon1_grn_down.gif);
}
#left ul.list1 li.now_d h4{
	margin-bottom: 0.2em;
	padding: 2px;
	color: #000;
	font-weight: 400;
}
#left ul.sub_content{
	list-style: none none outside;
	margin: 0;
	padding: 0;
}
	#left ul.sub_content li{
		border-left: 3px solid #abcd44;
		background: none;
		padding: 3px 3px 3px 5px;
		margin: 0;
	}
	#left ul.sub_content li.now{
		font-size: 0.9em;
		border-left: 3px solid #185d90;
		border-bottom: none;
		padding: 3px 3px 2px 5px;
		margin: 0;
	}
	#left ul.sub_content li a{
		background: none;
		font-size: 0.9em;
	}

/*サブメニュー下のリンク*/
#left a.rlink{
	font-size: 0.9em;
	margin: 0 5px 10px 5px;
	padding: 4px 2px 4px 16px;
	color: #185d90;
	background: #fff url(../images/bg/left_link_bg.gif) repeat-x left center;
	display: block;
	text-align: left;
	border: 1px solid #4cb3d0;
	text-decoration: none;
}
#left a.rlink img{
	margin: 2px;
	vertical-align: top;
}
#left a.rlink:hover{
	background: #fff url(../images/bg/left_link_bg_hover.gif) repeat-x left center;
	border: 1px solid #abcd44;
}

#left a.rlinkselected{
	color: #222;
	text-decoration: underline;
	background: #fff url(../images/bg/left_link_bg_hover.gif) repeat-x left center;
	border: 1px solid #abcd44;
}

/*画像のリスト*/
ul.image_list{
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0;	
}
	ul.image_list li{
		margin: 0;
		padding: 2px;
		text-align: center;
	}
	ul.image_list li a{
		border: none;
	}
	ul.image_list li a:hover{
		border: none;
	}




/*日付クラス*/
span.date{
	color: #776;
	font-size: 0.8em;
	margin-left: 1em;
}

/*コンテンツボックス*/
dl{
	display: block;
	margin: 10px 0 0 0;
	padding: 0;
}
	a.tbox {
		display: block;
		margin: 0 2px 0 2px;
		padding: 0;
		width: 174px;
		height: 7em;
		float: left;
		border: 1px solid #4cb3d0;
		text-decoration: none;
		background: #fff url(../images/bg/gra_bg_ble_50.gif) repeat-x bottom;
	}
	a.tbox:hover{
		background: #fff url(../images/bg/gra_bg_ylw_50.gif) repeat-x bottom;
		border: 1px solid #abcd44;
	}
	a.tbox p.photo{
		border: 2px solid #fff;
	}
	a.tbox dt{
		color: #185d90;
		font-size: 0.9em;
		margin: 0 0 0.2em 0;
		padding: 0 0 0 5px;
		clear:both;
	}
	a.tbox dd{
		font-size: 0.8em;
		line-height: 1.2em;
		padding: 0 5px 0 10px;
		color: #776;
	}
	a.tbox:hover dd{
		color: #000;
	}
	a.tbox p{
		margin: 0;
		padding: 0;
	}


/*ページ移動*/
p#page_jump{
	margin: 5px;
	text-align: right;
}
p#page_jump a{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	letter-spacing: 0.1em;
	margin: 0;
}
p#page_jump img{
	margin: 0 2px 0 10px;
}

/*テーブルタイプ1*/
table.table1{
	margin: 5px;
	border-collapse: collapse;
}
	table.table1 th{
		background: #9cf;
		font-weight: 400;
		border: 1px solid #ccb;
		padding: 4px;
	}
	table.table1 td{
		border: 1px solid #ccb;
		padding: 4px;
	}

/*略称*/
abbr{
	color: inherit;
	font-weight: inherit;
	margin: 0.1em;
	text-decoration: underline;
}
	a abbr{
		border: none;
	}
	h1 abbr{
		border: none;
	}
	h2 abbr{
		border: none;
	}
	h3 abbr{
		border: none;
	}
	h4 abbr{
		border: none;
	}

/*強調*/
strong{
	font-weight: 600;
	color: inherit;
}
strong.marker{
	background: #ff9;
}

/*RSSアイコン*/
* a.rss_icon{
	width: 70px;
	float: right;
	border: none;
}
* a.rss_icon:hover{
	border: none;
}


/*ルビ（フリーダイヤル）*/
ruby#free_dial{
	margin: 5px;
}
ruby#free_dial strong{
	font-weight: 600;
	font-size: 1.3em;
	vertical-align: middle;
	background: none;
	color: #f33;
}
ruby#free_dial rp,rt{
	vertical-align: middle;
	font-size: 0.8em;
}
ruby#free_dial img{
	vertical-align: middle;
}

/*脚注*/
span.kyak{
	vertical-align: top;
	color: #c33;
	font-size: 0.8em;
	margin-right: 5px;
}
sup{
	vertical-align: top;
	color: #c33;
	font-size: 0.8em;
	margin-right: 5px;
}
/*※注記*/
span.atn{
	vertical-align: top;
	color: #c33;
	font-size: 0.8em;
	margin-left: 5px;
}
p.commentary{
	padding: 4px;
	color: #776;
	border: 1px dotted #ccb;
	font-size: 0.9em;
	line-height: 1.2em;
}
p.commentary strong{
	color: #776;
	font-size: inherit;
}

/*スペースを形成*/
div.space{
	margin: 0;
	padding: 0;
	height: 20px;
}

/*noscriptのメッセージ*/
#main div.noscript{
	font-size: 0.9em;
	padding: 5px;
	background: #ffb;
	color: #f60;
	text-align: center;
}

/*言語選択*/
#language{
	padding: 5px;
	background: #ddf;
	border: 1px solid #ddf;
	border-top: none;
	width: 240px;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0.9em; 
}
	#language a, #language span{
		margin: 0 0 0 5px;
		padding: 0;
		color: #4cb3d0;
		border: 1px solid #4cb3d0;
		background: #fff url(../images/bg/gra_bg_ble.gif) repeat-x bottom;
		font-size: 0.8em;
		display: block;
		width: 50px;
		float: left;
		text-align: center;
		display: inline-block;
	}
	#language span{
		color: #999;
		background: none;
		border: none;
	}
	#language a:hover{
		color: #333;
		background: #fff url(http://www.matec-inc.co.jp/images/bg/gra_bg_ylw.gif) repeat-x bottom;
		border: 1px solid #abcd44;
	}
	#language .lang1{
		font-family: Arial, Helvetica, sans-serif;
	}
	#language .lang2{
		font-family:Arial,'MS UI Gothic',SimSun;
	}
	#language a img{
		vertical-align: middle;
		border: 1px solid #4cb3d0;
	}
	#language a:hover img{
		border: 1px solid #abcd44;
	}



/*モバイルボックスを消去*/
#mobile{
	display: none;
}

/*左にフロートするイメージ横*/
div.left_img {
	background:transparent url(../images/bg/air_bg.gif) no-repeat scroll 0%;
	float:left;
	height:160px;
	margin: 5px  5px  5px 0;
	padding:10px;
	width:240px;
	display: inline-block;
}
/*左にフロートするイメージ縦*/
div.left_img_t {
	background:transparent url(../images/bg/air_bg_t.gif) no-repeat scroll 0%;
	float:left;
	height:240px;
	margin: 5px  5px  5px 10px;
	padding:10px;
	width:160px;
}
/*右にフロートするイメージ横*/
div.img_right {
	float:right;
	width: 300px;
	padding:5px;
	margin: 0;
	background: #fff;
}


/*フロート画像の右のタイトル*/
#main h4.right{
	border: none;
	background: none;
}
#main h4.right span{
	padding: 2px 4px 2px 4px;
	color: #776;
	border-bottom: 1px solid #abcd44;
}
/*フロート画像の右のテキスト*/
p.right_txt{
	margin: 2em 1em 1em 1em;
}


/*mainボックス基本*/
/*タイトル*/
#main h2#title{
	margin: 0 0 15px 0;
	padding: 4px 8px;
	background: #185d90;
}
	#main h2#title strong{
		font-weight: 600;
		font-size: 15px;
		color: #fff;
		letter-spacing: 1px;
	}
	#main h2#title span{
		color: #def;
		margin-left: 10px;
		font-size: 11px;
		font-weight: 400;
		font-family: Arial, Helvetica, sans-serif;
		vertical-align: middle;
	}

#main h3{
	color: #185d90;
	font-size: 1.1em;
	font-weight: bolder;
	letter-spacing: 0.1em;
	padding: 2px;
	margin: 10px 5px 15px 5px;
	border-bottom: 1px solid #4cb3d0;
	background: #fff url(../images/bg/gra_bg_ble.gif) repeat-x bottom;
}
	#main h3 span{
		margin: 0 4px 0 4px;
		font-size: 0.8em;
		color: #999;
		letter-spacing: 0;
		font-family:Geneva, Arial, Helvetica, sans-serif;
	}
#main h3.bg_nvy{
	color: #fff;
	font-size: 1em;
	padding: 2px 2px 2px 6px;
	background: #185d90;
	border-left: 4px solid #4cb3d0;
	letter-spacing: 2px;
}
#main h3.title2{
	color: #090;
	border-bottom: 1px solid;
	background: none;
	font-size: 1em;
	padding: 2px;
}
#main h4{
	color: #776;
	font-weight: 600;
	background: #fff url(../images/bg/gra_bg_ble.gif) repeat-x bottom;
	margin: 10px 5px 5px 15px;
	padding: 2px 2px 2px 4px;
}

#main div.box1{
	margin: 0 0 15px 0;
	padding: 0;
	border: 1px solid #a9a9af;
	border-top: 1px solid #c9c9cf;
	border-left: 1px solid #c9c9cf;
	background: #fff url(../images/bg/gra_bg_ble_100.gif) repeat-x bottom;
}
	#main div.box1 h3{
		margin: 10px;
		padding: 0 0 0 0.5em;
		font-size: 1.1em;
		letter-spacing: 0.2em;
		background: none;
		border: none;
		color: #094da0;
		border-left: 8px solid #588dc0;
	}
	#main div.box1 h3 strong{
		color: #f60;
		font-size: 1.6em;
	}
	#main div.box1 h3 span{
		color: #666;
		font-size: 0.9em;
		font-weight: normal;
	}
	#main div.box1 p.right a{
		padding: 0 0 0 15px;
		background: url(../icons/icon1_nvy.gif) no-repeat left center;
	}

#main div.box1 dl{
	margin: 5px 10px 15px 20px;
}
#main div.box1 dl dt{
	font-size: 1.1em;
	font-weight: bold;
	color: #090;
	margin: 0 0 5px 0;
}
#main div.box1 dl dd{
	margin: 0 0 10px 10px;
}
#main .float span.left-image{
		float: left;
		background: #fff;
		border: 1px solid #ccb;
		padding: 4px;
		margin: 0 10px 0 0;
	}

#main div.box2{
	margin: 20px 0 25px 0;
	padding: 10px 0 0 0;
	border-top: 1px dotted #a9a9af;
}
	#main div.box2 h3{
		margin: 0 0 10px 0;
		padding: 0 0 0 0.5em;
		letter-spacing: 0.1em;
		line-height: 1.8;
		background: none;
		border: none;
		color: #185d90;
		border-left: 18px solid #588dc0;
	}
	#main div.box2 p.image{
		margin: 0;
		padding: 0;
		text-align: center;
	}

/*段落*/
.center{
	text-align: center;
}
.right{
	text-align: right;
}
p{
	margin: 5px 10px 15px 20px;
}
p.image{
	margin: 0;
	padding: 0;
}
p.sub{
	font-size: 0.8em;
	line-height:1.6;
}
	p.sub strong{
		margin: 0 0.5em 0 0;
	}
	
/*最下bannerBox*/
#main div.bannerBox{
	margin: 20px 0 5px 0;
	padding: 0;
	border: 1px solid #abcd44;
	background: #fff  url(../images/bg/gra_bg_grn_50.gif) repeat-x bottom;
}
	#main div.bannerBox h3{
		margin: 0 0 10px 0;
		padding: 5px;
		background: #fff;
		border: none;
		border-bottom: 1px solid #abcd44;
		color: #abcd44;
		font-weight: 600;
		font-size: 10pt;
	}

/* お知らせ */
dl#News {
	margin:5px 0 10px 0;
	border:1px solid #ccb;
}
dl#News dt {
	padding:5px 10px 3px 10px;
	background-color: #fcc;
	font-size:12pt;
	color: #f33;
}
dl#News dd {
	margin:10px;
}
