@charset "utf-8";

/* reset css
---------------------- */
html {
	height: 100%;
	overflow-y: scroll;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea,
p {
	padding: 0;
	margin: 0;
}

address,
caption,
em,
strong,
th {
	font-style: normal;
}

caption,
th {
	text-align: left;
}

legend {
	display: none;
}

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

li {
	list-style-type: none;
}


#contents ol,
#contents ul,
#contents dl,
#contents blockquote,
#contents pre,
#contents p {
	margin-bottom: 1em;
}

a img,
fieldset {
	border: none;
}

body {
	height: 100%;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size:80%;
	color: #333;
	line-height: 1.5;
	background:url(img/bg.gif);
}

* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

a:link {
}

a:visited {
}

a:hover {
	text-decoration: none;
}

a:active {
}

/* LAYOUT
---------------------- */

#page {
	width: 950px;
	padding: 0 5px;
	margin: 0 auto;
	min-height: 100%;
	background: url(img/background.gif) repeat-y left top;
}

/* header */
#header {
	position:relative;
	height:230px;
	padding:0 0 10px 0;
	background: url(img/bg1.jpg) no-repeat #fff;
}

#header h1 {
	position:absolute;
	top:80px;
	left:35px;
}

#unavi {
	width: 320px;
	padding-top: 45px;
	overflow: hidden;
	height: 25px;
}

#unavi li {
	padding: 0 5px 0 12px;
	display: inline;
	background: url(img/point2.gif) no-repeat left center;
	float: right;
}

#unavi li a,
#copy a {
	color: #ff49ae;
	text-decoration: none;
}

/* navigation */

#menu dl {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
}

#menu dt img {
	vertical-align: bottom;
}

#menu dd {
	padding: 0px;
	margin: 0px;
	background: no-repeat;
}

#menu dd a {
	display:block;
	height:34px;
	text-indent:-9999px;
	/*\*/ overflow: hidden;
	background:no-repeat;
}

#menu dd.m01 {
	background: url(img/menu01-hover.gif);
}

#menu dd.m01 a {
	background: url(img/menu01.gif);
}

#menu dd.m02 {
	background: url(img/menu02-hover.gif);
}

#menu dd.m02 a {
	background: url(img/menu02.gif);
}

#menu dd.m03 {
	background: url(img/menu03-hover.gif);
}

#menu dd.m03 a {
	background: url(img/menu03.gif);
}

#menu dd.m04 {
	background: url(img/menu04-hover.gif);
}

#menu dd.m04 a {
	background: url(img/menu04.gif);
}

#menu dd.m05 {
	background: url(img/menu05-hover.gif);
}

#menu dd.m05 a {
	background: url(img/menu05.gif);
}

#menu dd.m06 {
	background: url(img/menu06-hover.gif);
}

#menu dd.m06 a {
	background: url(img/menu06.gif);
}

#menu dd.m07 {
	background: url(img/menu07-hover.gif);
}

#menu dd.m07 a {
	background: url(img/menu07.gif);
}

#menu dd a:hover {
	background: none;
}

#contents {
	clear: both;
	zoom: 1;
	background:#fff;
}

/* contents */

#contents:after,
#header:after,
#gnavi:after {
	clear: both;
	height: 0.1px;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
	display: block;
	content: ".";
}

#main {
	float: right;
	width: 740px;
	margin: 10px 0;
}

.section {
	padding: 0 10px 10px;
	background: url(img/section_back.gif) no-repeat left top;
}

.section h3 {
	padding: 5px 10px 2px 10px;
	font-size: 120%;
	background:url(img/title-bg.gif);
	border-bottom: 3px solid #1379c9;
	margin: 0 0 .5em;
	color:#fff;
}

.section h4 {
	font-weight: bold;
	color:#006699;
}

.article {
	padding: 10px 0 0 5px;
	border-bottom: 1px dotted #dcc;
}

#sub {
	float: left;
	width: 200px;
	padding: 0 0 20px 10px;
	margin: 10px 0;
}

#sub h3 {
	padding: 10px 10px 0;
	font-size: 120%;
	color:#006699;
	background: url(img/sub_title.gif) no-repeat left top;
}

#sub ul {
	padding: 0px 3px 20px;
}

#sub li {
	padding: 3px 10px;
}

#sub li.first_list {
	padding-top: 10px;
	background: url(img/first_list.gif) repeat-x left top;
}

/* footer */
#footer {
	clear: both;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footernavi {
	padding: 10px 10px 30px;
	text-align: center;
	background: url(img/footer.gif) repeat-x left top;
}

#footernavi li {
	padding: 10px;
	display: inline;
	background: url(img/point1.gif) no-repeat left center;
}

#copy {
	padding-bottom: 15px;
	font-size: .8em;
	text-align: center;
}

/* 戻る */
.return {
	clear: both;
	padding: 0px;
	margin: 0px;
	text-align: right;
}

.return a:link {
	background: #FF99CC;
}

.return a:visited {
	background: #FF99CC;
}

.return a:hover {
	background: #CC9966;
}

.return a:active {
	background: #CC9966;
}

/* 汎用スタイル */
.clear {
	clear: both;
}

.img_r {
	float: right;
	padding: 0 0 10px 10px;
}

.img_l {
	float: left;
	padding: 0 10px 10px 0;
}

.img_r,
.img_l {
	background-color: #fff;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

/* 各固定ページ用
---------------------- */

/* greeting.html */
#CompanyInfo {
	width: 95%;
	margin: 1em 0 2em;
	border-collapse: separate;
}

#CompanyInfo th,
#CompanyInfo td {
	padding: 5px 10px;
	border-bottom: 1px solid #cccccc;
	line-height: 1.5;
}

#CompanyInfo th {
	border-left: 3px solid #0066FF;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
}

#CompanyInfo ul {
	margin:0;
}

/* access.html */
#access #main dt {
	font-weight: bold;
	color: #F56854;
}

#access #main dd {
	margin: 0 0 1em 1em;
}

#map {
	height: 350px;
	width: 500px;
	margin: 20px auto 30px;
	border: 1px solid #CCCCCC;
}

.googlemap {
	text-align: center;
}

/* privacy.html */

#privacy #main ul li {
	margin-left: 1.5em;
	list-style: none;
}

#privacy #main dl {
	margin-left: 1.5em;
}

#privacy #main dl dd {
	margin-bottom: 1em;
}

#privacy #main h4 {
	margin: 20px 0 5px 0;
}

/* inquiry.html */
#inquiry fieldset span {
	color: #FF0000;
}

#MailForm table {
	width: 98%;
	margin: 5px 0 15px;
	border-collapse: collapse;
}

#MailForm th,
#MailForm td {
	padding: 10px;
	border: 1px solid #CCCCCC;
	font-weight: normal;
	color: #444;
}

#MailForm th {
	width: 130px;
	background-color: #EBEBEB;
}

#MailForm input,
#MailForm textarea {
	width: 390px;
	border: 1px solid #B2B2B2;
}

#MailForm span {
	color:#FF0000;
}

#MailForm td.radio input {
	width:10px;
	border:0px;
	vertical-align:middle;
}

.inputarea li {
	float: left;
	margin: 0 15px 0 0;
}

#MailForm .inputarea li input {
	width:80px;
	background:none;
}

#thanks p {
	line-height: 300px;
	text-align: center;
}

/* 各ページ用スタイル
---------------------- */

#sp_table table {
border-collapse: collapse;
}

#sp_table table td {
border:1px solid #ccc;
}


.txt_r {
text-align:right;
}

#tel {
	font-weight:bold;
	font-size:150%;
}

.qr img {
	display:block;
	margin:0 auto;
}

.qr {
	text-align:center;
	border:solid 1px #ccc;
	background:#0074c5;
	padding:10px;
}

.qr a {
	color:#fff;
}

#index td,
#index tr,
#index table {
	margin:0px;
	padding:0px;
}

#index td img {
	valign:bottom;
}

#index td a {
margin:0px;
padding:0px;
border:0px;
}
