@charset "UTF-8";
body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1       {
	padding-right: 15px;
	padding-left: 15px;
	font-size: 12px;
	margin: 0;
	padding-top: 0px;
	padding-bottom: 0px;
}
a img {
	border: none;
}
a:link {
	color: #42413C;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
#container {
	width: 960px;
	background: #FFF;
	margin: 0 auto;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	border-left-color: #DDDDDD;
}
#header {
	background-color: #18b7d4;
	margin-bottom: 10px;
	position: relative;
	height: 120px;
	background-image: url(images/header.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#header h1 {
	position: absolute;
	top: 5px;
	right: 3px;
	color: #FFF;
	font-size: 8px;
}
#header img {
	padding: 0px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#menuvar {
	height: 40px;
	position: relative;
	overflow: hidden;
	background-image: url(images/menu_bg.png);
	background-repeat: repeat-x;
}
#menuvar ul {
	position: relative;
	left: 50%;
	float: left;
}
#menuvar ul li {
	float: left;
	list-style-type: none;
	display: block;
	text-align: center;
	position: relative;
	left: -50%;
	line-height: 40px;
	font-size: 18px;
	font-weight: normal;
	width: 240px;
}
#menuvar ul li a {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	background-image: url(images/menu_mark.png);
	background-repeat: no-repeat;
	background-position: 20px 7px;
	text-align: left;
	text-indent: 70px;
}
#menuvar ul li a:hover {
	display: block;
	background-image: url(images/menu_over.png);
	background-repeat: no-repeat;
	color: #F2F2F2;
}
#menuvar ul .menu_last a {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	background-image: url(images/menu_mark2.png);
	background-repeat: no-repeat;
	background-position: 20px 7px;
	text-align: left;
	text-indent: 70px;
}
#menuvar ul .menu_last a:hover {
	display: block;
	background-image: url(images/menu_over2.png);
	background-repeat: no-repeat;
	color: #F2F2F2;
}

#content {
	padding: 10px 0;
	overflow: hidden;
}
#main {
	float: right;
	width: 690px;
	border: 1px solid #BBBBBB;
	margin-right: 10px;
	margin-bottom: 30px;
}
#main h2 {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 16px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #18b7d4;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #18b7d4;
}
#main h3 {
	color: #18b7d4;
	font-size: 16px;
	margin-right: 20px;
	margin-left: 20px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #888888;
	clear: both;
}
#main p {
	margin-right: 20px;
	margin-left: 20px;
}
#main .consul_img {
	margin-left: 20px;
	float: left;
	margin-bottom: 20px;
}
#main table tr td {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.email {
	background-image: url(images/email.gif);
	background-repeat: no-repeat;
	background-position: 110px top;
}
#side {
	float: left;
	width: 190px;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #BBBBBB;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#side ul {
}
#side ul li {
	text-decoration: none;
	list-style-type: none;
	height: 30px;
	margin-bottom: 10px;
	text-indent: 30px;
	line-height: 30px;
}
#side ul li a {
	text-decoration: none;
	display: block;
	height: 30px;
	line-height: 30px;
	text-indent: 30px;
	background-image: url(images/side_mark.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #18b7d4;
}
#side ul li a:hover {
	text-decoration: none;
	display: block;
	height: 30px;
	line-height: 30px;
	text-indent: 30px;
	background-image: url(images/side_mark_r.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #18b7d4;
}
#side ul .title {
	font-weight: bold;
	display: block;
	background-color: #F2F2F2;
	border: 1px solid #18b7d4;
}
#footer {
	/* [disabled]background-color: #e01b6d; */
	font-size: 12px;
	color: #EEEEEE;
	text-align: center;
	vertical-align: top;
	height: 30px;
	background-image: url(images/footer.png);
	background-repeat: repeat-x;
	padding-top: 10px;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#main table {
	margin: 0px;
	padding: 0px;
}

.waku {
	border: 1px solid #333333;
	margin: 5px;
	padding: 5px;
}
