@charset "shift_jis";

h1, h2, h3, h4, h5, h6{
	font-size: 100%; 
	font-weight: normal;
}


/* 1. text elements

----------------------------------------------------------- */

a{
	color: #10b8d1;
}

a:visited{
	color: #10b8d1;
}

a:hover{
	color: #10b8d1;
	text-decoration:underline;
}


/* 2. Html,Body elements (html,body)

----------------------------------------------------------- */

html, body {
	margin: 0;
	padding: 0;
}

body {
	text-align: left;
	background: #f3f0e7;
	font-family: "ヒラギノ明朝 Pro W3", Garamond, Georgia, "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color:#555;
	font-size:75%;
}

div#header{
}

h1 {
	margin: 0 0 33px;
	height: 105px;
}

div#mainwrap{
	width: 800px;
	margin: 0 0 0 50px;
	background: rgba(255,255,0,0.35);
}

div#column1, div#column2 {
	width: 350px;
}

div.column {
	float: left;
	width: 350px;
	margin: 0 50px 0 0;
}

h2 {
	margin: 0 0 20px;
	padding: 0 0 10px;
	font-weight: bold;
	background: url("../../common/images/h2_bg.gif") bottom no-repeat;
}

h3 {
	font-weight:bold;
}
table.profile {
	margin: 0 0 30px;
	padding: 0;
}

table.profile th, table.profile td {
	margin: 0;
	line-height: 140%;
	text-align:left;
	padding: 0 0 10px;
}

table.profile th {
	width: 90px;
}

table.profile .bottomrow {
	border: ;	
}

div#contact .email {
	color: #10b8d1;
}

div#copyright {
	clear: both;
	background: url("../../common/images/footer_bg.jpg") repeat-x;
	margin: 0 0 20px;
	padding: 260px 0 0 50px;
	color: #999;
}
div#copyright p {
	margin: ;
	padding: ;
	text-align: ;
}

div#mapwrapper {
}

div#map {
	width: 348px;
	height: 428px;
	border: 1px #fff solid;
}

div#balloontxt {
}