@charset "shift_jis";

/* base ------------------------------------------------------------------------------------------------------------------------------------- */
body {
	font: 14px/150% "・ｭ・ｳ ・ｰ繧ｴ繧ｷ繝・け", "Osaka窶千ｭ牙ｹ・;
	color: #333333;
	margin: 0px;
	letter-spacing: 1px;
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 20px;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #ff9900;
	text-decoration: underline;
}
.style1{
  color: #FFFFFF;
  font-size: 14px;
}
/* title ------------------------------------------------------------------------------------------------------------------------------------- */
h1 { font-size: 20px; font-weight: normal;}
#contents h1 {
	padding: 18px 0px 0px 40px;
	margin: 0px 0px 0px 2px;
	font-size: 23px;
	font-weight: bold;
        COLOR: #436eaf;
	background:url(image/back_03.gif) no-repeat;
	height:50px;
        text-shadow:2px 2px 2px #c0c0c0;
}
* html #contents h1 { padding: 13px 0px 0px 18px;}

h2 { font-size: 13px; font-weight: normal;}
#contents h2 {
	padding: 18px 0px 0px 40px;
	margin: 0px 0px 0px 2px;
	font-size: 20px;
	font-weight: bold;
        COLOR: #436eaf;
	background:url(image/back_03.gif) no-repeat;
	height:32px;
        text-shadow:2px 2px 2px #808080;
}
* html #contents h2 { padding: 13px 0px 0px 18px;}

td {
	font-size: 12px;
	line-height: 110%;
	letter-spacing: 1px;
}
.tablemain {
	border-left: 2px solid #999999;
	border-right: 2px solid #999999;
}

/* text ------------------------------------------------------------------------------------------------------------------------------------- */

.text1 {
	font-size: 13px;
	line-height: 150%;
	letter-spacing: 1px;
}
.text2 {
	font-size: 13px;
	line-height: 150%;
	letter-spacing: 1px;
}
.text3 {
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 1px;
}
.text4 {
	font-size: 15px;
	line-height: 150%;
	letter-spacing: 1px;
}
.tbl {
	border: 1px solid #333333;
	margin-top: 20px;
	margin-bottom: 20px;
}
.red {
	color: #CC0000;
}
.big {
	font-size: 14px;
}
.chuuo {
	text-align: center;
}
.tableform {
	border:1px solid #0046ff; border-collapse:collapse; margin-top:1em;
}
.tableth {
	bgcolor:#ebf3fa; width:100px; text-align:left; border:1px solid #0046ff; padding:8px; font-weight:normal; background:#c9e2f4;
}
.tabletd {
	bgcolor:#ebf3fa; width:400px; text-align:left; border:1px solid #0046ff; padding:8px; font-weight:normal;
}
.strongttl {
	text-align:left; border-left:solid 4px #cc0000; display:block; padding:2px 5px; margin-top:1.5em;
}
input.button{
	width:90px;
}

/* containe ------------------------------------------------------------------------------------------------------------------------------------- */

div#container {
	width: 840px;
	padding: 0px 15px 0px 15px;
	margin: 0px auto;
	background-color: #FFFFFF;
	text-align:justify;
	text-justify:inter-ideofraph;
}
body > #container { height: auto;}

/* clearfix ------------------------------------------------------------------------------------------------------------------------------------- */

.clearfix: after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
  overflow:hidden;
}
/*Hides from IE-Mac */
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */