@charset "UTF-8";
/*
style.css
*/


/* ////////////////////////////////////////////////
  Font Style
//////////////////////////////////////////////// */
body {
font-size:12px;
font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
*font-size: small;
*font: x-small;
line-height:0;　/* margin fix for include file */
}

/* text size sample *10-26 number is pixel number */
.text8 { font-size: 62%; }
.text9 { font-size: 70%; }
.text10 { font-size: 77%; }
.text11 { font-size: 85%; }
.text12 { font-size: 93%; }
.text13 { font-size: 100%; }
.text14 { font-size: 108%; }
.text15 { font-size: 116%; }
.text16 { font-size: 124%; }
.text17 { font-size: 131%; }
.text18 { font-size: 139%; }
.text19 { font-size: 147%; }
.text20 { font-size: 154%; }
.text21 { font-size: 162%; }
.text22 { font-size: 170%; }
.text23 { font-size: 177%; }
.text24 { font-size: 185%; }
.text25 { font-size: 193%; }
.text26 { font-size: 200%; }
.text27 { font-size: 208%; }
.text28 { font-size: 216%; }
.text29 { font-size: 224%; }
.text30 { font-size: 231%; }
.text31 { font-size: 239%; }
.text32 { font-size: 247%; }
.text33 { font-size: 254%; }
.text34 { font-size: 262%; }
.text35 { font-size: 270%; }
.text36 { font-size: 277%; }
.text37 { font-size: 285%; }
.text38 { font-size: 293%; }
.text39 { font-size: 300%; }
.text40 { font-size: 308%; }
/*
Font-size list (base: 13px)
 62% =  8px
 70% =  9px
 77% = 10px
 85% = 11px        162% = 21px        239% = 31px
 93% = 12px        170% = 22px        247% = 32px
100% = 13px        177% = 23px        254% = 33px
108% = 14px        185% = 24px        262% = 34px
116% = 15px        193% = 25px        270% = 35px
124% = 16px        200% = 26px        277% = 36px
131% = 17px        208% = 27px        285% = 37px
139% = 18px        216% = 28px        293% = 38px
147% = 19px        224% = 29px        300% = 39px
154% = 20px        231% = 30px        308% = 40px
*/

p {
font-size: 100%;
line-height: 1.5;
}

h1 {
font-size: 100%;
line-height: 1.5;
}
h2 {
font-size: 100%;
line-height: 1.5;
}
h3 {
font-size: 100%;
line-height: 1.5;
}
h4 {
font-size: 100%;
line-height: 1.5;
}
h5 {
font-size: 100%;
line-height: 1.5;
}
h6 {
font-size: 100%;
line-height: 1.5;
}

table {
font-size: 100%;
line-height: 1.5;
}

ul,ol,dl {
font-size: 100%;
line-height: 1.5;
}

strong {
font-weight:bold;
}
sub {
font-size: 64%;
line-height: 1;
}
sup {
font-size: 64%;
line-height: 1;
}
form {
line-height: 1.5;
}

.Red {
	color:#FF0000;}

/* setting a consistent width, 160px; 
   control of type=file still not possible */
input[type=text],input[type=password],textarea {
font-size: 100%;
width:12.25em;
*width:11.9em;
}
select {
border-color: #e1e1e1;
border-style: solid;
border-width: 1px;
}

/*-------------------------------------------------
  Links 
-------------------------------------------------*/
/* Links */
a:link {
	text-decoration: none;
	color:#FF0000;}
a:visited {
	text-decoration: underline;
	color:#FF0000;}
a:hover, a:active {
	text-decoration: underline;
	color:#FF0000;}

/*-------------------------------------------------
  Links 
-------------------------------------------------*/
#contents {
	width:1000px;
	margin:0px auto;}

.main_ttl {
	margin-bottom:15px;}
.txtC {
	color:#FF0000;
	font-size:154%;
	text-align:center;
	line-height:1.5em;
	font-weight:bold;
	padding-bottom:0.8em;}

.sub_ttl {
	background-image: url(../img/kawaguchi/ttl_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width:1000px;
	color:#FFFFFF;
	font-size:147%;
	text-align:center;
	font-weight:bold;
	line-height:50px;
	margin:30px 0px 20px 0px;}

.tableA {
	margin-bottom:20px;
	border-top:1px #AFAFAF solid;
	border-left:1px #AFAFAF solid;}
.tableA th {
	background-color:#FFE2E5;
	border-right:1px #AFAFAF solid;
	border-bottom:1px #AFAFAF solid;
	padding:10px 0px;
	width:20%;
	text-align:center;
	vertical-align:top;}
.tableA td {
	border-right:1px #AFAFAF solid;
	border-bottom:1px #AFAFAF solid;
	padding:10px 15px;
	text-align:left;
	vertical-align:middle;}

.tableB {
	margin-bottom:20px;
	border-top:1px #AFAFAF solid;
	border-left:1px #AFAFAF solid;}
.tableB th {
	background-color:#FFE2E5;
	border-right:1px #AFAFAF solid;
	border-bottom:1px #AFAFAF solid;
	padding:10px 0px;
	text-align:center;
	vertical-align:top;}
.tableB td {
	border-right:1px #AFAFAF solid;
	border-bottom:1px #AFAFAF solid;
	padding:10px 15px;
	text-align:left;
	vertical-align:middle;}

ul.phList {
	display:block;
	margin-bottom:15px;}
ul.phList li {
	display: inline-block;
	padding:0px;
	margin-right:35px;}
ul.phList02 {
	display:block;
	margin:5px 0px;}
ul.phList02 li {
	display: inline-block;
	padding:0px;
	margin-right:30px;}
ul.phList li:nth-child(3),
ul.phList02 li:nth-child(3){
	margin-right:0px;}

#footer {
	width:1000px;
	margin:01px auto;
	background-color:#000000;
	color:#ffffff;
	text-align:center;
	font-size:100%;
	line-height:80px;
	margin-top:50px;}

/*-------------------------------------------------
  reset.css 
-------------------------------------------------*/
/* elements' property reset */
body,
div,
dl,dt,dd,
ul,ol,
li,
h1,h2,h3,h4,h5,h6,
pre,
code,
form,
fieldset,legend,
input,textarea,
p,
blockquote,
table,th,td,
img {
border: none;
font-size: 100%;
font-style: normal;
font-weight: normal;
margin: 0;
padding: 0;
text-align: left;
text-decoration: none;
vertical-align: baseline;
}
ul,ol {
list-style-type: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

em,strong {
font-style: normal;
font-weight: normal;
}
caption,th{
text-align: left;
}

sup {
vertical-align: text-top;
}
sub {
vertical-align: text-bottom;
}

/* hr */
hr {
display: none;
}


/* clear float */
.clear {
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 1%;
	margin: 0;
	padding: 0;
	display: none;
}

/* clearfix */
.clearfix {
	min-height: 1px;
	zoom: 1;
}
.clearfix:after {
	clear: both;
	content: ".";  /* new element */
	display: block;
	height: 0;
	visibility: hidden;
}
/* clearfix for IE */
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
  
 
/*-------- PNG alpha channel fix for IE6 ---------*/
* html .iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}





