/****************************** common ********************************/
* {
	margin:0;
	padding:0;
}
html {
	height:100%;
	font-size:100%;	
}
body{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";	
	padding:0;
	margin:0;
	background:#fff;
	width:100%;
	height:100%;
	font-size:100%;
}


h1,h2,h3,h4,h5,h6,p,a {
	margin:0;
	padding:0;
}
li {
	list-style-position:inside;
}
a{
	color:#009;
	text-decoration:none;
	}
a:visited{
	color:#939;
	text-decoration:none;
	}
a:hover{
	color:#00c;
	text-decoration:underline;
	}

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

a img{
	border:0;
	outline:none;
}

.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
.inline {
	display:inline;
}
/*li .list_style0 {
	padding:0;
	margin:0;
	list-style:none;
	background-image:none;
	border:none;
}*/
/*td {
	font-size:100%;
}*/

/****************************** common2 ********************************/

#bread {
	width: 740px;
	font-size:80%;
	text-align: left;
	margin-top: 13px;
	margin-bottom:5px;
}
#bread ul{
	margin: 0;
	padding: 0;
}
#bread li{
	display:inline;
	margin-right:0.5em;
	white-space:nowrap;
}
.alert {
	width: 740px;
	font-size: 100%;
	color: #CC0000;
}
#contents {
	float:none;
	width:740px;
/*	background-image:url(../images/back_top.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding-top:24px;*/
}

/****************************** hw-news ********************************/

#pagetitle h1 {
	font-size: 100%;
	font-weight: bold;
	padding: 2px;
	background-color: #ffe1d9;
	margin-bottom:5px;
}
.subtitle {
	width: 700px;
	text-align:left;
	font-size: 100%;
	font-weight: bold;
	padding: 2px;
	background-color: #ffe1d9;
	clear:both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.bodycontents {
	width: 680px;
	line-height:150%;
	text-align:left;
	font-size: 80%;
	padding: 2px;
	border-bottom:15px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.bodycontentsfull {
	width: 700px;
	text-align:left;
	line-height:150%;
	font-size: 80%;
	padding: 2px;
	margin:10px 0px 5px 0px;
	border-bottom:15px;
}
dl.news {
	width:680px;
	padding-bottom: 10px;
}
dl.news dt {
	float:left;
	clear:both;
	width:100px;
	padding:2px;
}
dl.news dd {
	float:left;
	width:550px;
	padding:2px;
}
.waku {
	border: 2px solid #ffe1d9;
	padding: 5px;
	margin-bottom:10px;
}
.waku dt {
	font-weight:bold;
	font-size:110%;
}
.kuwashiku {
	font-weight:normal;
	font-size:90%;
}
.waku dd {
	padding-left:20px;
	margin-bottom:1em;
}
.waku dd.gaikoku {
	font-size:110%;
}
.ask {
	border:1px dotted #666666;
	margin-top:10px;
	margin-left:180px;
	padding:2px;
	background-color: #FFFFE6;
}
.table01 {
    width: 600px;
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
    border-spacing: 0;
}

.table01 caption {
	font-size:80%;
	line-height:110%;
}

.table01 th {
    padding: 5px;
    border: #CCCCCC solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
	font-size: 80%;
    line-height: 110%;
    text-align: center;
    white-space: nowrap; 
}

.table01 td {
    padding: 5px;
    border: 1px #CCCCCC solid;
    border-width: 0 0 1px 1px;
	font-size: 80%;
    text-align: center;
    white-space: nowrap;
}
.table02 {
    width: 680px;
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
    border-spacing: 0;
}

.table02 caption {
	font-size:80%;
	line-height:110%;
}

.table02 th {
    padding: 5px;
    border: #CCCCCC solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
	font-size: 80%;
    line-height: 110%;
    text-align: center;
    white-space: nowrap; 
}

.table02 td {
    padding: 5px;
    border: 1px #CCCCCC solid;
    border-width: 0 0 1px 1px;
	font-size: 80%;
    text-align: center;
    white-space: nowrap;
}
.table03 {
    width: 600px;
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
    border-spacing: 0;
}

.table03 caption {
	font-size:80%;
	line-height:110%;
}

.table03 th {
    padding: 5px;
    border: #CCCCCC solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
	font-size: 80%;
    line-height: 110%;
    text-align: center;
    white-space: nowrap; 
}

.table03 td {
    padding: 5px;
    border: 1px #CCCCCC solid;
    border-width: 0 0 1px 1px;
	font-size: 80%;
    text-align: left;
}
.table04 {
    width: 680px;
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
    border-spacing: 0;
}

.table04 caption {
	font-size:80%;
	line-height:110%;
}

.table04 th {
    padding: 5px;
    border: #CCCCCC solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
	font-size: 80%;
    line-height: 110%;
    text-align: center;
    white-space: nowrap;
}

.table04 td {
    padding: 5px;
    border: 1px #CCCCCC solid;
    border-width: 0 0 1px 1px;
	font-size: 80%;
    text-align: left;
}
.table04 td.doubleline {
    border-top:double 3px;
    border-top-color:#CCCCCC;
}
.table05 {
	font-size:100%;
}
.table06 {
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
    border-spacing: 0;
}

.table06 caption {
	font-size:80%;
	line-height:110%;
}

.table06 th {
    padding: 5px;
    border: #CCCCCC solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
	font-size: 80%;
    line-height: 110%;
    text-align: center;
    white-space: nowrap; 
}

.table06 td {
    padding: 5px;
    border: 1px #CCCCCC solid;
    border-width: 0 0 1px 1px;
	font-size: 80%;
    text-align: left;
    white-space: nowrap;
}
.photo {
	margin:5px;
}
li.2nd {
	list-style-type: none;
	padding-left: 2em;
}
.phone {
	margin-left:3em;
}
/*.obun {
	font-family:Arial, Helvetica, sans-serif;	
}
.china {
	font-family:Tahoma, 'MS Gothic', Osaka,sans-serif;
}*/

/****************************** hw-map ********************************/

dl.map {
	width:680px;
}
dl.map dt {
	padding:2px;
	background-color:#FFCC99;
	border: 1px solid #FFFFFF;
	font-weight: bold;
	font-size: 120%;
}
dl.map dd {
	background-color:#FFEECC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.graywaku {
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-bottom:10px;
}
.chu01 {
	margin-top: 10px;/*	text-indent:-1em;
	margin-left:1em;*/
	}
.chu02 {
	text-indent:1em;
}
.underlinered {
	color: #CC0000;
	text-decoration: underline;
}
/****************************** kt-map ********************************/
#pagetitlekt h1 {
	font-size: 100%;
	font-weight: bold;
	padding: 2px;
	background-color: #ffdead;
	margin-bottom:5px;
}
.subtitlekt {
	width: 700px;
	text-align:left;
	font-size: 100%;
	font-weight: bold;
	padding: 2px;
	margin:10px 0px 5px 0px;
	background-color: #ffdead;
	clear:both;
}
