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


/*----- material -----*/
h2.style1 {
	background-image:url(../images/bg_midashi1.gif);
	background-repeat:no-repeat;
	font-size:153.9%;
	font-weight:bold;
	padding:10px 5px 30px 30px;
	font-family:'メイリオ',Meiryo;
}

h3 {
	background-image:url(../images/icon_circle.gif);
	background-repeat:no-repeat;
	background-position:left center;
	font-size:108%;
	padding:5px 5px 5px 25px;
	border-bottom:dashed 1px #999999;
	font-weight:bold;
	font-family:'メイリオ',Meiryo;
	margin:20px 0 20px 0;
}

form {
	margin:0;
	padding:0;
	display:inline;
}
object{margin:0;padding:0;}

/*----- articles -----*/
.text_wrapper{padding:0 15px 0 15px;margin-bottom:35px;}
.text_wrapper p {margin:0.5em 0 0.5em 0;}
.text_wrapper ul, .text_wrapper ol{margin:0.5em 0 0.5em 0;}
.text_wrapper ul li{margin:0.25em 0 0.25em 0;list-style-type:disc;list-style-position: inside;}
.text_wrapper ol li{margin:0.25em 0 0.25em 0;list-style-type:decimal;list-style-position: inside;}
.text_wrapper em {font-style:italic;}
.text_wrapper strong {font-weight:bold;}
.text_wrapper h1{font-size:138.5%;font-weight:bold;position:relative;margin:0.5em 0 0.5em 0;}
.text_wrapper h2{font-size:123.1%;margin:0.5em 0 0.5em 0;font-weight:bold;}
.text_wrapper h4{font-size:108%;margin:0.5em 0 0.5em 0;font-weight:bold;}
.text_wrapper h5{font-size:93%;margin:0.5em 0 0.5em 0;font-weight:bold;}
.text_wrapper h6{font-size:77%;margin:0.5em 0 0.5em 0;font-weight:bold;}


table {
	border-collapse: separate;
	border:solid 1px #CCCCCC;
	border-spacing: 1px;
	table-layout: fixed;
	margin:1.5em 0 1.5em 0;
}

table td, table th {
background-color:#EDEDED;
border-top:solid 1px #FFFFFF;
border-left:solid 1px #FFFFFF;
border-right:solid 1px #CCCCCC;
border-bottom:solid 1px #CCCCCC;
padding:5px;
}

table th , table th.bg_2 {
	background-color:#FFFFFF;
	background-image:url(../images/bg_th.gif);
	background-repeat:repeat-x;
	text-align:center;
	vertical-align:middle;
}

table th.bg_2 {
	background-image:url(../images/bg_th2.gif);
}






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

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}



/*----- margin parts -----*/
.mgt_22{margin-top:22px;}
.mgt_16{margin-top:16px;}


