@charset "utf-8";

/*
 Share Style
----------------------------------------------------------- */
body {
	padding: 0;
	margin: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	color: #555;
	line-height: 1.5;
	background: url(img/bg.gif) left top repeat-x;
}


h1,
h2,
h3,
h4,
h5 {
	padding: 0;
	margin: 0;
	font-weight: normal;
}


a:link {
	color: #993300;
}


a:visited {
	color: #993333;
	text-decoration: none;
}


a:hover {
	color: #FF9900;
}


a:active {
	color: #993300;
}


p {
	margin: 0 0 1em;
}


dl,
ul,
ol,
dl dt,
dl dd,
ul li,
ol li {
	padding: 0;
	margin: 0;
	list-style: none;
}


/*
 body
----------------------------------------------------------- */

#wrapper {
	width: 757px;
	margin: 0px auto;
	margin: 0px auto;
	border: #ccc 1px solid;
	text-align: center;
	background: #FFFFFF;
}


/*
 header
----------------------------------------------------------- */
#keyword {
	text-align: left;
}


#keyword h1 {
	padding: 3px 10px;
	font-size: 75%;
	color: #000;
}


#header {
	height: 85px;
	text-align: left;
	background: url(img/header.gif) no-repeat left bottom;
}


#header h2 {
	overflow: hidden;
	text-indent: -9999px;
}


#header h2 a {
	height: 60px;
	width: 380px;
	display: block;
}


/*
 contents
----------------------------------------------------------- */

#top h3 {
	margin: 15px 0 0;
}


#contents {
	float: left;
	padding: 10px 7px;
}


#left {
	float: left;
	width: 180px;
	text-align: left;
}


#right {
	float: right;
	width: 555px;
	text-align: left;
}


#path {
	padding: 0px 15px;
	color: #000;
	line-height: 2;
	text-align: left;
}


/*
 footer
----------------------------------------------------------- */

#footer {
	clear: both;
	padding: 5px 15px;
	text-align: right;
	background-color: #6DCFF6;
}


#footer p {
	margin: 0px;
	font-size: 70%;
}


#footer a {
	color: #333;
	text-decoration: none;
}


#footer a:hover {
	color: #FFF;
}


/* menu */

.s-menu {
	height: 31px;
	padding: 0px;
	margin-bottom: 5px;
	text-align: center;
	background: none;
}


.s-menu li {
		float: left;
		display: inline;
		text-indent:-9999px;
		/*\*/ overflow: hidden;
		margin:0 3px;
}


.s-menu li a {
	height: 31px;
	width: 119px;
	display: block;
}


.s-menu li.menu01 {
	margin: 0 0 0 10px;
	background: url(img/m-01_hover.gif);
}


.s-menu li.menu01 a {
	background: url(img/m-01.gif);
}


.s-menu li.menu01 a:hover {
	background: none;
}


.s-menu li.menu02 {
	background: url(img/m-02_hover.gif);
}


.s-menu li.menu02 a {
	background: url(img/m-02.gif);
}


.s-menu li.menu02 a:hover {
	background: none;
}


.s-menu li.menu03 {
	background: url(img/m-03_hover.gif);
}


.s-menu li.menu03 a {
	background: url(img/m-03.gif);
}


.s-menu li.menu03 a:hover {
	background: none;
}


.s-menu li.menu04 {
	background: url(img/m-04_hover.gif);
}


.s-menu li.menu04 a {
	background: url(img/m-04.gif);
}


.s-menu li.menu04 a:hover {
	background: none;
}


.s-menu li.menu05 {
	background: url(img/m-05_hover.gif);
}


.s-menu li.menu05 a {
	background: url(img/m-05.gif);
}


.s-menu li.menu05 a:hover {
	background: none;
}


.s-menu li.menu06 {
	background: url(img/m-06_hover.gif);
}


.s-menu li.menu06 a {
	background: url(img/m-06.gif);
}


.s-menu li.menu06 a:hover {
	background: none;
}


/* company */
#company {
	width: 96%;
	margin: 0 auto;
	border-collapse: collapse;
}


#company th,
#company td {
	padding: 7px 15px;
	border: 1px solid #ddd;
}


#company th {
	background-color: #eee;
}


#map {
	height: 320px;
	width: 500px;
	margin: 15px auto 10px;
	border: 1px solid #555;
}


#map span {
	color: #333;
}


#right h4 {
	clear: both;
	margin-bottom: 1em;
}


/* topにもどる */
.return {
	clear: both;
	margin: 15px 0 15px;
	text-align: right;
}


h5 {
	font-size: 100%;
	font-weight: bold;
	color: #0066FF;
}


.img_r {
	float: right;
	margin: 0 0 10px 10px;
	vertical-align: top;
}


.img_l {
	float: left;
	margin: 0 10px 10px 0;
	vertical-align: top;
}


.p_center {
	clear: both;
	text-align: center;
}


.p_right {
	text-align: right;
}


.liststyle li {
	font-size: 120%;
	font-weight: bold;
	color: #FF9900;
}


.liststyle {
	margin: 1em;
}

