@charset "UTF-8";

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

body {
	background-color: #6bb2d7;
	text-align: center;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #3399cc;
}

#main a {
	color: #cc3333;
	text-decoration: none;
}

#main a:hover {
	color: #cc3333;
	text-decoration: underline;
}

#main {
	width: 960px;
	margin: 0 auto 0 auto;
}

#header {
	background-image: url(../img/header_zebra.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	width: 960px;
	height: 98px;
	padding-top: 30px;
}

#header h1 a {
	background-image: url(../img/logo.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	width: 377px;
	height: 98px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	/*position: fixed;*/
	display: block;
}

#header p {
	display: none;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#wrap {
	width: 960px;
	margin-top: 30px;
	padding: 0 0 30px 0;
}

#contents {
	background-image: url(../img/content_top.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	width: 521px;
	min-height: 460px;
	float: right;
	padding: 30px 30px 0px 30px;
	background-color: #ffffff;
	text-align: left;
}

#contents p {
	text-align: left;
	margin-bottom: 15px;
	line-height: 140%;
	color: #3399cc;
}

#contents h2 {
	height: 35px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-bottom: 30px;
}

#contents h3 {
	margin-bottom: 15px;
	font-weight: bold;
	color: #3399cc;
	text-align: left;
	font-size: 130%;
}

#contents h4 {
	/*margin-bottom: 15px;*/
	font-weight: bold;
	color: #3399cc;
	text-align: left;
}

#side {
	width: 258px;
	float: left;
	margin-top: 0;
	padding: 0 0 0 60px;
}

#side .menu_fix {
	position: fixed;
	bottom: 20px;
}

#menu ul li a {
	display: block;
	width: 256px;
	height: 87px;
	background-image: url(../img/menu.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 15px;
}

#menu #menu_home a {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 87px;
}

#menu #menu_home a:hover {
	background-position: 0px -87px;
	background-repeat: no-repeat;
}

#menu #menu_aboutus a {
	background-position: -256px 0px;
	background-repeat: no-repeat;
	height: 87px;
}

#menu #menu_aboutus a:hover {
	background-position: -256px -87px;
	background-repeat: no-repeat;
}

#menu #menu_service a {
	background-position: -512px 0px;
	background-repeat: no-repeat;
	height: 87px;
}

#menu #menu_service a:hover {
	background-position: -512px -87px;
	background-repeat: no-repeat;
}

#menu #menu_staff a {
	background-position: -768px 0px;
	background-repeat: no-repeat;
	height: 87px;
}

#menu #menu_staff a:hover {
	background-position: -768px -87px;
	background-repeat: no-repeat;
}

#menu #menu_recruit a {
	background-position: -1024px 0px;
	background-repeat: no-repeat;
	height: 87px;
}

#menu #menu_recruit a:hover {
	background-position: -1024px -87px;
	background-repeat: no-repeat;
}

#menu #menu_contact a {
	background-position: -1280px 0px;
	background-repeat: no-repeat;
	height: 87px;
}

#menu #menu_contact a:hover {
	background-position: -1280px -87px;
	background-repeat: no-repeat;
}

#footer {
	width: 100%;
	height: 30px;
	padding-bottom: 20px;
	text-align: center;
}

#footer p {
	text-align: left;
	padding: 20px 20px 0 20px;
	color: #ffffff;
	text-align: center;
}

#footer a {
	color: #ffffff;
}

#top #contents #ttl {
	background-image: url(../img/top_topics.jpg);
}

#aboutus #contents #ttl {
	background-image: url(../img/top_aboutus.jpg);
}

#service #contents #ttl {
	background-image: url(../img/top_service.jpg);
}

#staff #contents #ttl {
	background-image: url(../img/top_staff.jpg);
}

#recruit #contents #ttl {
	background-image: url(../img/top_recruit.jpg);
}

#contact #contents #ttl {
	background-image: url(../img/top_contact.jpg);
}

#fbttl {
	margin-top: 60px;
}

#contents dl {
	width: 521px;
	padding-bottom: 1em;
}

#contents dl dt {
	float: left;
	width: 100px;
	padding-left: 30px;
	color: #3399cc;
}

#contents dl dd {
	float: left;
	width: 391px;
	color: #3399cc;
}

#contents table {
	width: 518px;
	border: 1px solid #6bb2d7;
	margin-bottom: 60px;
}

#contents table tr {

}

#contents table tr th {
	width: 6em;
	padding: 0.5em 1em 0.5em 1em;
	background-color: #6bb2d7;
	text-align: left;
	color: #ffffff;
	border: 1px solid #6bb2d7;
	line-height: 140%;
	vertical-align: middle;
}

#contents table tr td {
	/*width: 521px;*/
	padding: 0.5em 1em 0.5em 1em;
	background-color: #ffffff;
	text-align: left;
	color: #3399cc;
	border: 1px solid #6bb2d7;
	line-height: 140%;
	vertical-align: middle;
}

#contents #gmap {
	margin-bottom: 60px;
	vertical-align: middle;
	width: 518px;
	height: 300px;
	border: 1px solid #6bb2d7;
}

#contents ul.square {
	list-style-type: square;
	padding-left: 30px;
}

#contents ul.square li {
	/*padding-left: 1em;*/
	text-align: left;
	color: #3399cc;
	line-height: 140%;
	margin-bottom: 0.5em;
}

#contents ol.decimal {
	list-style-type: decimal;
	padding-left: 30px;
}

#contents ol.decimal li {
	/*padding-left: 1em;*/
	text-align: left;
	color: #3399cc;
	line-height: 140%;
	margin-bottom: 0.5em;
}

#main .mt30 {
	margin-top: 30px;
}

#main .mt20 {
	margin-top: 20px;
}

#main .mt10 {
	margin-top: 10px;
}

#main .mt5 {
	margin-top: 5px;
}

#main .mb30 {
	margin-bottom: 30px;
}

#main .mb60 {
	margin-bottom: 60px;
}

#main .bor1 {
	border: 1px solid #6bb2d7;
	padding: 0.5em 1em 0.5em 1em;
}

/**********************************************************
 mailform
 **********************************************************/

div#mailform {
	padding: 0 0 30px 0;
}

div#mailform dl {
	margin-top: 20px;
}

div#mailform .red {
	color: #cc0000;
	font-weight: bold;
}

div#submit {
	margin-top: 20px;
	text-align:center;
}
