@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	color: #595757;
	font-size: 13px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing: 0.1em;
}
a:link {
	color: #595757;
	text-decoration: none;
}
a:visited {
	color: #595757;
	text-decoration: none;
}
a:hover {
	color: #595757;
	text-decoration: none;
}
a img {
	border-style: none;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: #FFF;

}
ul, ul li {
list-style: none;
}
img {
	vertical-align: top;
}


/****************************************************
HEADER
****************************************************/


.header {
	height: 140px;
}
.header .area {
	width: 900px;
	height: 140px;
	margin: 0 auto;
}
.header h1 {
	text-decoration: none;
	margin-top: 22px;
	margin-left: 20px;
	position: absolute;
}
.header_box {
	width: 520px;
	float: right;
	text-align: right;
}
.header_text {
	margin-top: 12px;
}

.header_box ul {
	margin-top: 10px;

}
.header_box ul li {
	float: right;
	display: inline;
	border-left: 1px solid #00B4ED;
	margin-left: 1em;
	padding-left: 1em;
}
.header_box ul li.head {
	float: right;
	display: inline;
	margin-left: 0.4em;
	padding-left: 0.8em;
	border-left: none;
	letter-spacing: 0em;
}
.header_box ul li a:link {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0em;
}
.header_box ul li a:visited {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.header_box ul li a:hover {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.header_tel {
	margin-top: 10px;
	float: right;
}
.header_blog {
	float: right;
	margin-top: 10px;
	margin-left: 5px;
}


/****************************************************
BUTTON
****************************************************/

.index_swf .area {
	margin-right: auto;
	margin-left: auto;
	width: 950px;
}
.button {
	clear: both;
	background-image: url(common/button_outside.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.button .area {
	width: 938px;
	margin-right: auto;
	margin-left: auto;
}

/****************************************************
CONTENTES
****************************************************/

.contents .area {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
.contents_box {
	width: 780px;
	line-height: 140%;
	margin: 10px auto 28px;
}
.contents_inbox {
	margin-left: 24px;
	margin-right: 20px;
	margin-top: 4px;
	text-align: justify;
	text-justify: inter-ideograph;

}





/****************************************************
FOOTER
****************************************************/
.footer {
	clear: both;
	padding-top: 10px;
}
.footer .area {
	height: 40px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #333;
	letter-spacing: 0px;
	line-height: 110%;
	text-align: right;
}

.footer ul {
	margin-left: 45px;
	padding-top: 0px;
}
.footer ul li {
	float: left;
	display: inline;
	margin-left: 1.6em;
	color: #FFF;
	letter-spacing: 0px;
}
.footer ul li a:link {
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
}
.footer ul li a:visited {
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
}
.footer ul li a:hover {
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
}

.footer .copyright {
	font-size: 10px;
	color: #FFF;
	float: right;
	margin-right: 50px;
	letter-spacing: 0.1em;
}

