@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,
th {
		font-style: normal;
}

strong {
		font-weight:bold;
		font-size:130%;
		color:#FF6600;
}

em {
		font-weight:bold;
		font-size:100%;
		color:#FF0000;
		font-style:normal;
}

caption,
th {
		text-align: left;
}

hr,
legend {
		display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
		font-size: 100%;
}

span {
		color: #CC0000;
}

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: 90%;
		color: #333;
		line-height: 1.5;
		background: #fff;
}

* html body {	/* for IF6 */
		font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

a:link {
}

a:visited {
}

a:hover {
		text-decoration: none;
}

a:active {
}

/* LAYOUT
---------------------- */

#page {
		width: 800px;
		padding: 0 25px;
		margin: 0 auto;
		min-height: 100%;
		background: url(img/background.gif) repeat-y left top;
}

/* header */
#header {
		padding: 10px 10px 0;
		background: url(img/header.gif) #fff repeat-x left top;
		zoom: 1;
}

#header h1 {
		float: left;
		width: 450px;
		height: 70px;
}

#topnavi {
		float: right;
		width: 320px;
		position:relative;
}

#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: #316AC5;
		text-decoration: none;
}

#topnavi address {
		position:absolute;
		top:-10px;
		right:0;
}

/* navigation */


#footernavi {
		padding: 2px 0;
		background: url(img/border.gif) repeat-x left top;
}

#gnavi {
		background: url(img/gnavi-back.gif) repeat-x left top;
		zoom: 1;
}

#gnavi ul {
		width: 800px;
		margin-bottom: 0;
		height:51px;
}

#gnavi ul li {
		float:left;
		height:51px;
		text-indent:-9999px;
		/*\*/ overflow: hidden;
}

#gnavi li a {
		height: 51px;
		width: 133px;
		display: block;
}

#gnavi li.menu01 {
		background: url(img/menu01-hover.gif);
}

#gnavi li.menu01 a {
		width: 134px;
		background: url(img/menu01.gif);
}

#gnavi li.menu01 a:hover {
		background: none;
}

#gnavi li.menu02 {
		background: url(img/menu02-hover.gif);
}

#gnavi li.menu02 a {
		background: url(img/menu02.gif);
}

#gnavi li.menu02 a:hover {
		background: none;
}

#gnavi li.menu03 {
		background: url(img/menu03-hover.gif);
}

#gnavi li.menu03 a {
		background: url(img/menu03.gif);
}

#gnavi li.menu03 a:hover {
		background: none;
}

#gnavi li.menu04 {
		background: url(img/menu04-hover.gif);
}

#gnavi li.menu04 a {
		background: url(img/menu04.gif);
}

#gnavi li.menu04 a:hover {
		background: none;
}

#gnavi li.menu05 {
		background: url(img/menu05-hover.gif);
}

#gnavi li.menu05 a {
		background: url(img/menu05.gif);
}

#gnavi li.menu05 a:hover {
		background: none;
}

#gnavi li.menu06 {
		background: url(img/menu06-hover.gif);
}

#gnavi li.menu06 a {
		width: 134px;
		background: url(img/menu06.gif);
}

#gnavi li.menu06 a:hover {
		background: none;
}

#contents {
		clear: both;
		zoom: 1;
		background:#fff;
}

/* contents */
#visual h2 {
		text-align: center;
}

#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: 580px;
		margin: 10px 0;
}

.section {
		padding: 0 10px 10px;
		background: url(img/section_back.gif) no-repeat left top;
}

.section h3 {
		padding: 5px 10px 2px 20px;
		font-size: 130%;
		background: #eaf0ff url(img/title-bg.gif) no-repeat 5px center;
		border-bottom: 3px solid #3ca5de;
		margin: 0 0 .5em;
}

.section h4 {
		font-weight: bold;
		color: #0078c5;
		font-size:130%;
}

.section h5 {
		font-size:110%;
}

.article {
		padding: 10px;
		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: #016ca6;
		background: url(img/sub_title.gif) no-repeat left top;
}

#sub ul {
		padding: 0px 3px 20px;
		background: url(img/sub_back.gif) no-repeat left bottom;
}

#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;
}

/* 汎用スタイル */
.p_c,
.img_r,
.img_l {
		text-align:center;
}

.p_r {
		text-align:right;
}

.clear {
		clear: both;
}

.img_r {
		float: right;
		padding: 0 0 10px 10px;
}

.img_l {
		float: left;
		padding: 0 10px 10px 0;
}

.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;
}

#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;
}

#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;
}

/* 各ページ用スタイル
---------------------- */
#qr img {
		display:block;
		margin:1em auto 0;
}

#qr {
		text-align:center;
		border:dotted 5px #0078c5;
		background-color:#FFFF99;
		padding:0 0 1em;
}

/* -----------------index.html */
.ul_point li {
		background:url(img/icon1.gif) no-repeat;
		padding:7px 0 7px 30px;
}

.bg_bo,
.bg_c {
		padding:10px 10px 5px;
		margin:0 0 1em;
}

.bg_bo {
		border:solid 2px #0066CC;
		font-size:120%;
		color:#006699;
}

.bg_c {
		background-color:#FFFF66;
		text-align:center;
}

/* -----------------index.html/greeting.html */
.dl_2flow dt {
		font-weight:bold;
		font-size:120%;
		color:#006699;
}

.dl_2flow dd {
		margin:0 0 1em 20px;
}

/* -----------------greeting.html */
.bg_staff {
		border:solid 2px #336699;
		background-color:#FFFF99;
		padding:10px;
		margin:0 0 1em;
}

.bg_staff dl {
		margin:0 0 0 220px;
}

.bg_staff dt {
		font-weight:bold;
		font-size:120%;
		color:#006699;
}

.bg_staff dd {
		margin:0 0 1em 20px;
}

/* -----------------contents1.html */
.table1 {
		border:2px solid #0078c5;
		border-collapse:collapse;
		margin:0 0 1em;
}

.table1 td,
.table1 th {
		border:1px solid #0078c5;
		padding:5px 10px;
}

.table1 th {
		background:#ffff99;
		color:#0078c5;
		white-space:nowrap;
}

/* -----------------contents2.html */
#contents2 dl {
		margin:0 0 1em 70px;
}

#contents2 dt {
		font-weight:bold;
		font-size:160%;
		color:#006699;
}

#contents2 dd dl {
		margin:0;
}

#contents2 dd dt {
		font-size:100%;
		color:#333;
}

#contents2 dd dd {
		margin:0 0 1em;
}

/* -----------------contents3.html */
.img_ya li {
		float:left;
		width:250px;
		margin:0 10px 1em 0;
		background:url(img/icon2.gif) right center no-repeat;
}

li.img_no {
		background:none;
}

.bg_lin dt {
		color:#0099FF;
}

.bg_lin h4 {
		border-top:solid 1px #006699;
		padding:30px 0 0;
		margin:0 0 1em;
}

/* -----------------contents4.html */
#contents4 h4 {
		clear:both;
		color:#CC0000;
		border-left:solid 5px #CC0000;
		border-bottom:solid 1px #CC0000;
		padding:0 0 0 10px;
		margin:0 0 5px;
}

#contents4 table {
		font-size:80%;
}

.dl1 dt {
		font-size: 14px;
		font-weight: bold;
		color: #FF6600;
}

.dl2 {
		background-color:#e9e9e9;
		border:solid 1px #c8c8c8;
		padding:10px 10px 0;
}

.dl2 dt {
		font-weight:bold;
}

.dl2 dd {
		margin:0 0 1em 20px;
}

.bg_c {
		padding: 1em;
		background-color: #FFCC99;
}
.table2 {
		border:1px solid #ff9a9a;
		border-collapse:collapse;
		margin:0 0 1em;
		width:99%;
}

.table2 td,
.table2 th {
		border:1px solid #ff9a9a;
		padding:3px 8px;
}

.table2 th {
		background:#ffd3d3;
		}

#contents4 strong {
color:#333;
}