/* Reset-----------------------------------------------------------*/
html, body, div, span, h1, h2, h3 p, blockquote, pre,
a, address, big, code, em, font, img,  strong,
ol, ul, li, form, label, table,  tr, th, td,
article, aside, footer, header, menu, nav, section, summary
 {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
background: transparent;
}
ul, ol { list-style: none;}
img { border: none; vertical-align: bottom; }
:focus { outline: 0; }
table { border-collapse: collapse; border-spacing: 0; }
h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dd,dt {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
	list-style-type: none;
}

.clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
height: 1px;
}

.clearfix:after {
clear: both;
content: ' ';
display: block;
font-size: 0;
line-height: 0;
visibility: hidden;
width: 0;
height: 0;
}

.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}



/* Layout-----------------------------------------------------------*/
a {
	color:#003399;
	text-decoration:none;
}
a:hover {
	color:#999999;
	text-decoration:underline;
}
body {
	background:#ffffff;
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 80%;
	line-height:1.6em;
	text-align: center;
	font-family: verdana, arial, hevetica, sans-serif;
}

/* common section-----------------------------------------------------------*/
section#main {
	width: 538px;
	height:auto;
	margin:20px auto;
	text-align:left;
}

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

.margin_top_10 {
	margin-top:10px;
}



/************* line *************/
.border_topbottom01 {
	border-top:#003399 solid 1px;
	border-bottom:#003399 solid 1px;
	padding:3px;
}

/************* table *************/
.table01 {
	border-top:#999999 solid 1px;
	border-left:#999999 solid 1px;
}

.table01 th {
	background-color:#e9f5fe;
	border-right:#999999 solid 1px;
	border-bottom:#999999 solid 1px;
	padding:3px;
}

.table01 td {
	background-color:#ffffff;
	border-bottom:#999999 solid 1px;
	border-right:#999999 solid 1px;
	text-align:left;
	padding:3px;
}

/************* dl *************/
dl.list dt {
 	float: left;
	margin-right:1em;
}

dl.list dd {
}

/************* font *************/
.blue {
	color:#003399;
}

.large {
	
}

.bold {
	font-weight:bold;
}


/************* caption *************/
h1.caption03 {
	background:url(../img/common/caption03.jpg) no-repeat;
	width: 538px;
	height:26px;
	padding-left:20px;
	padding-top:5px;
	font-weight:bold;
}


/************* button *************/
#btn_googlemap01 a {
	background: url(../img/common/btn_googlemap.jpg) no-repeat;
	width: 106px;
	height: 21px;
	display: block;
	text-indent: -9999px;
}

#btn_googlemap01 a:hover {
	background: url(../img/common/btn_googlemap_over.jpg) no-repeat;
}
