@charset "utf-8";
/* CSS Document */


/*---------------
BASIC
---------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote{
	margin:0;
	padding:0;
}


fieldset,img{
	border:0;
	margin:0;
	padding:0;
}																		

body{
	width:1000px;
	height:inherit;
	word-break:break-all;
	background:#e5e6e6 url(../image/bg.gif) repeat-y center left;
	text-align:left;
}
	
table{
	border-spacing:0;
}
	
address,caption,cite,code,dfn,em,th,var{
	font-style:normal;
	font-weight:normal;
}
	
ol,ul{
	list-style:none;
}


body,table {
	font:12px/1.22 "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;　　*font-size:small;*font:x-small;
}

a {
	text-decoration:none;
	color:#333333;
}

a:hover{
	text-decoration: none;
	color:#0063a1;
}


/*---------------
HEADER
---------------*/
div#header{
	border-top:solid 2px #0074be;
	background:url(../image/symb_tag.jpg) no-repeat right top;
	padding-top:2px;
	margin-bottom:20px;
	/margin-bottom:0px;
	height:24px;
}

*:first-child+html div#header{
	border-top:solid 2px #0074be;
	background:url(../image/symb_tag.jpg) no-repeat right top;
	padding-top:2px;
	margin-bottom:35px;
	height:24px;
}

.ptLogo {
	float:left;
	width:200px;
	text-align:left;
	margin-left:30px;
	display:inline;
}

.headerUl {
	margin-left:410px;
}
	
.headerUl li {
	margin:0.5em;
	display:inline;
}

.clear {
	clear:both;
}

/*---------------
NAVI
---------------*/
div#navi {
	background:url(../image/navi_bg.png) no-repeat;
	float:left;
	width:685px;
	height:51px;
	margin:15px 0 0 30px;
	padding:19px 0 0 15px;
	display:inline;
}


.naviUl {
	margin: 0;
	padding :0;
	list-style:none;
}

#navi li {
	display:inline;
	margin-left:4px;
	float:left;
}


/*---------------
breadcrumbs
---------------*/
div#breadcrumbs {
	background:url(../image/breadcrumbs_bg.png) no-repeat;
	float:left;
	width:685px;
	height:30px;
	margin-left:30px;
	padding-left:15px;
	display:inline;
	color:#0062AC;
}

.breadcrumbsUl {
	margin: 0;
	padding-top:8px;
	padding-left:5px;
	list-style:none;
}

#breadcrumbs li {
	display:inline;
	float:left;
	color:#0063a1
}


/*---------------
MTpro banner
---------------*/
div#mtproBanner {
	float:right;
	width:230px;
	margin:15px 30px 0  0;
	display:inline;
}

/*---------------
MAIN
---------------*/
div#main{
	margin-left:30px;
	_margin-left:15px;
	width:940px;
	background:url(../image/side_bg.png) right repeat-y;
	float:left;
	margin-top:10px;
   }

.contents{
	float:left;
	width:690px;
}

div#aboutMT {
	width:690px;
	height:180px;
	margin-bottom:20px;
}

.h {
	float:left;
	background:url(../image/h2_bg1.png) no-repeat top left;
	width:690px;
	height:25px;
}

#h2areaRight {
	margin:6px 15px 0 0;
	/margin:-5px 15px 0 0;		
	float:right;
	display:inline;	
}

.h_2 {
	float:left;
	background:url(../image/h2_bg2.png) no-repeat top left;
	width:690px;
	height:25px;
}

#h2areaRight2 {
	margin:6px 15px 0 0;
	/margin:-5px 15px 0 0;	
	float:right;
	display:inline;	
}

.infoUl {
	/margin-top:-30px;
	padding-top:15px;
	margin-left:25px;
	margin-bottom:25px;
}

*:first-child+html .infoUl {
	margin-top:-45px;
	margin-left:25px;
	margin-bottom:25px;
}

.infoUl li {
	list-style-image:url(../image/li_arrow.png);
	list-style-position:outside;
	margin-bottom:5px;
	line-height:150%;
}

.infoText {
	margin-top:15px;
	margin-left:25px;
	line-height:150%;
}

.articleUl {
	_margin-top:-30px;
	padding-top:15px;
	margin-left:25px;
	margin-bottom:25px;
}

*:first-child+html .articleUl {
	margin-top:-40px;
	padding:15px 0 5px 0;
	margin-left:25px;
	margin-bottom:25px;
}

.articleUl li {
	list-style-image:url(../image/li_arrow.png);
	list-style-position:outside;
	line-height:150%;
}

.articleBorder {
	margin-left:-13px;
	/margin-left:-15px;
	border-top:#dcdcdc 2px dotted;
	margin-top:3px;
	margin-bottom:3px;
}

/*---------------
SIDE
---------------*/
div#r {
	float:left;	
	margin:10px 0 -10px 740px;
	_margin:10px 0 -13px 370px;
}

*:first-child+html div#r {
	float:left;
	margin:10px 0 -17px 740px;
}

div#side{
	float:right;
	width: 180px;
	padding-left:20px;
	padding-top:3px;
	margin-right:35px;
	_margin-right:18px;
	display:inline;
}

div#side img{
	margin-bottom:10px;
}




/*---------------
FOOTER
---------------*/
div#footer{
	width:940px;
	clear:both;
	border-top:#0074be solid 3px;
	margin-left:30px;
	line-height:150%;
	_line-height:130%;
}

.footerUl {
	margin-left:0px;
}
	
.footerUl li {
	text-align:left;
	display:inline;
	font-size:10px;
}

#footer a {
	text-decoration:none;
	color:#000;
}

#footer a:hover{
	text-decoration: none;
	color:#0068B7;
}

.footerRight{
	float:right;
	width:60px;
	text-align:right;
	margin-top:5px;
	color:#666;
}

.footerLeft{
	float:left;
	width:195px;
	margin-bottom:30px;
}

.footerLeft2{
	float:left;
	width:650px;
	margin-left:25px;
	text-align:right;
	margin-top:5px;
}


/*---------------
to top
---------------*/
div#toTop{
	clear:both;
	width:230px;
	margin-left:740px;
	margin-bottom:10px;
	padding-top:10px;
}

/*---------------
COMMON
---------------*/
.topmargin5 {
	margin-top:5px;
}

.topmargin10 {
	margin-top:10px;
}

.topmargin15 {
	margin-top:15px;
}

.topmargin20 {
	margin-top:20px;
}

.topmargin25 {
	margin-top:25px;
}

.topmargin30 {
	margin-top:30px;
}

.topmargin35 {
	margin-top:35px;
}

.topmargin40 {
	margin-top:40px;
}

.leftmargin5 {
	margin-left:5px;
}

.leftmargin7 {
	margin-left:7px;
}

.leftmargin10 {
	margin-left:10px;
}

.leftmargin12 {
	margin-left:12px;
}

.leftmargin20 {
	margin-left:20px;
}

.leftmargin22 {
	margin-left:22px;
}

.rightmargin30 {
	margin-right:30px;
}

.leftmargin435 {
	margin-left:435px;
}

.rightmargin10 {
	margin-right:10px;
}

.textRight{
	font-size:100%;
	text-align:right;
}

.textLeft{
	font-size:100%;
	text-align:left;
}

.s {
	font-size:80%;
}

.l {
	font-size:150%;
	/font-size:130%;
}

.b {
	font-weight:bold;
}

.textRed {
	color:#e60012;
}

.textGreen {
	color:#009d8e;
}