@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,
th,
td {
		padding: 0;
		margin: 0;
}

address,
caption,
em,
strong,
th {
		font-style: normal;
}

caption,
th {
		text-align: left;
}

hr,
legend {
		display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
		font-size: 100%;
}

li {
		list-style-type: none;
}

#contents table,
#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: #1F1B18;
		line-height: 1.5;
		background:#000;
}

* html body {	/* for IF6 */
		font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

a:link {
}

a:visited {
		text-decoration: none;
}

a:hover {
}

a:active {
}

/* LAYOUT
---------------------- */

#page {
		margin: 0 auto;
		background: url(img/header.gif) repeat-x left top;
		min-height: 100%;
}

/* header */
#header {
		zoom: 1;
		width: 950px;
		margin: 0 auto;
		padding:10px;
}

#header h1 {
		font-size:80%;
		font-weight:normal;
		letter-spacing:1px;
		color:#ccc;
}

#header .head-logo {
		float: left;
}

#header .head-inquiry {
		float: right;
		text-align: right;
}

/* navigation */



#gnavi dd img,
#gnavi dt img {
		vertical-align:bottom;
}

#contents {
		clear: both;
		zoom: 1;
		background:#000;
		margin: 0 auto;
		width:950px;
}

/* contents */
#visual {
		width: 730px;
		margin: 0 0 10px 0;
}

#contents:after,
#header:after,
#gnavi:after {
		clear: both;
		height: 0.1px;
		visibility: hidden;
		font-size: 0.1em;
		line-height: 0;
		display: block;
		content: ".";
}

#sub {
		float: left;
		width: 200px;
		margin: 10px 0;
}

#sub a img {
		display: block;
}

#sub ul a img {
		display: inline;
}

#sub a:hover {
		text-decoration:none;
}

#sub li {
		vertical-align:bottom;
		padding:0;
		font-size:10%;
}

#main {
		float: right;
		width: 730px;
		margin: 10px 0;
		display: inline;
}

.section h3 {
		background: url(img/title-bg.gif) no-repeat 3px 1px;
		font-weight:bold;
		font-size: 130%;
		color:#fff;
		padding: 20px 10px 17px 25px;
		clear:both;
}

.section h4 {
		font-weight:bold;
		font-size:130%;
		color:#0099CC;
		border-left:solid 4px #0099CC;
		padding:10px;
}

.article {
		overflow:hidden;
		zoom:1;
		letter-spacing:2px;
		line-height:24px;
		color: #fff;
		padding: 10px;
		border-bottom: 1px dotted #dcc;
		margin-bottom:10px;
}

/* footer */
#footer {
		background:#000;
		clear: both;
		padding:0 0 10px;
}

#footer a {
		color: #fff;
		text-decoration: none;
}

#footernavi {
		padding: 10px;
		text-align: center;
}

#footernavi li {
		padding: 10px;
		display: inline;
		background: url(img/point1.gif) no-repeat left center;
}

#copy {
		text-align:center;
		margin:10px 0;
}

#copy a {
		text-decoration: none;
}

/* 戻る */
.return {
		clear: both;
		padding: 0px;
		margin: 0px;
		text-align: right;
}

.return a:link {
		background: #7c7c7c;
}

.return a:visited {
		background: #7c7c7c;
}

.return a:hover {
		background: #d1d1d1;
}

.return a:active {
		background: #d1d1d1;
}

/* 汎用スタイル */
.clear {
		clear: both;
}

.p_c {
		text-align:center;
}

.p_r {
		text-align:right;
}

.p_r li {
		margin:0 0 1em;
}

.img-list1 li {
		float:left;
		width:230px;
		padding:0 3px;
		text-align:center;
		margin:0 auto;
}

.img_r {
		float: right;
		padding: 0 0 10px 8px;
}

.img_l {
		float: left;
		padding: 0 8px 10px 0;
}

#index .img_r,
#index .img_l {
		padding:10px 0 0;
}

.float_l {
		float: left;
}

.float_r {
		float: right;
}

/* 各固定ページ用
---------------------- */


/* greeting.html */
#CompanyInfo {
		margin: 1em 0 2em;
		border-collapse: separate;
		width:99%;
}

#CompanyInfo th,
#CompanyInfo td {
		padding: 5px 10px;
		border-bottom: 1px solid #666;
		line-height: 1.5;
}

#CompanyInfo th {
		border-left: 3px solid #666;
		font-weight: normal;
		text-align: left;
		white-space: nowrap;
}

#CompanyInfo ul {
		margin:0;
}

/* access.html */
#access #main dt {
		font-weight: bold;
		color: #808080;
}

#access #main dd {
		margin: 0 0 1em 1em;
}

#map {
		height: 350px;
		width: 500px;
		font-size:90%;
		margin: 20px auto 30px;
		border: 1px solid #CCCCCC;
}

#map span {
		color:#333;
}

.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;
}

.inquiry {
		width:500px;
		margin-top:5px;
		padding:15px 15px 10px;
		border:solid 5px #CCCCCC;
}

#tel {
		font-weight:bold;
		font-size:150%;
		color:#FF6633;
}

#fax {
		font-size:130%;
		color:#FF9933;
}

#MailForm {
		width: 500px;
		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: 310px;
		border: 1px solid #B2B2B2;
}

.inputarea li {
		float: left;
		margin: 0 15px 0 0;
}

#thanks p {
		line-height: 300px;
		text-align: center;
}

/* 各ページ用スタイル
---------------------- */

.news dd {
		padding:0 0 5px 20px;
		margin:0 0 5px;
		border-bottom:solid 1px #666;
}

#contents3 td {
		vertical-align:top;
		width:350px;
		padding:0 5px 0 0;
}

#contents3 td li,
#ui-tab2_slow div dt {
		background:url(img/icon1.gif) no-repeat 0 6px;
		padding:0 0 0 15px;
}

#contents3 td h4 {
		border:none;
		padding:0;
		color:#CC0000;
}

#ui-tab2_slow ul {
		margin:0;
}

#ui-tab2_slow div {
		border:solid 3px #c0c0c0;
		margin:0 0 1em;
		overflow:hidden;
		zoom:1;
		background:#000;
}

#ui-tab2_slow div dt {
		float:left;
}

#ui-tab2_slow div dd {
		text-align:right;
		color:#FF0000;
		border-bottom:dotted 1px #666;
		padding:0 8px 5px 0;
		margin:0 0 5px;
}

#ui-tab2_slow div h5 {
		font-size:120%;
		padding:20px 0 0;
}

.access {
		padding:0 0 0 310px;
}

.access dt {
		float:left;
		padding:0 0 0 8px;
}

.access dd {
		padding:0 8px 5px 130px;
		margin:0 0 5px;
		border-bottom:solid 1px #666;
}

.txt1 {
		color:#FF0000;
}

.txt2 {
		font-size:200%;
		color:#0099CC;
}
.txt3 {
		font-size:160%;
		color:#0099CC;
}
.news-txt {
		font-weight:bold;
		color: #FF3300;
}


