@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: #333;
		line-height: 1.5;
}

* html body {	/* for IF6 */
		font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

a:link {
}

a:visited {
		text-decoration: none;
}

a:hover {
}

a:active {
}

/* LAYOUT
---------------------- */

#page {
		width: auto;
		margin: 0 auto;
		min-height: 100%;
		background: url(img/header.gif) repeat-x left top;
}

/* header */
#header p {
		font-size:90%;
		color:#6d6d6d;
}

#header {
		padding:10px 10px 0;
		zoom: 1;
		width: 940px;
		margin: 0 auto;
}

#header h1 {
		float: left;
		width: 450px;
}

#topnavi {
		float: right;
		text-align: right;
}

/* 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: 940px;
		height:70px;
		margin: 0 auto;
}

#gnavi ul li {
		float:left;
		height:70px;
		text-indent:-9999px;
		/*\*/ overflow: hidden;
}

#gnavi li a {
		height: 70px;
		width: 156px;
		display: block;
}

#gnavi li.menu01 {
		background: url(img/menu01-hover.gif);
}

#gnavi li.menu01 a {
		width: 158px;
		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: 158px;
		background: url(img/menu06.gif);
}

#gnavi li.menu06 a:hover {
		background: none;
}

#index #gnavi li.menu01 a,
#greeting #gnavi li.menu02 a,
#contents1 #gnavi li.menu03 a,
#contents3 #gnavi li.menu04 a,
#contents5 #gnavi li.menu05 a,
#inquiry #gnavi li.menu06 a {
		background: none;
}

#contents {
		clear: both;
		zoom: 1;
		background:#fff;
		width: 940px;
		margin: 0 auto;
}

/* contents */

#visual h2 {
		text-align: center;
		margin:10px 0 0;
}

#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: 700px;
		margin: 10px 0;
}

.section h3 {
		background: url(img/title-bg.gif) no-repeat;
		height:37px;
		font-weight:bold;
		font-size: 110%;
		color:#666;
		padding: 8px 0px 0px 20px;
		margin: 0 0 .5em;
}

.section2 h3 {
		background: url(img/title-bg2.gif) no-repeat;
		height:37px;
		font-weight:bold;
		font-size: 110%;
		color:#666;
		padding: 8px 0px 0px 20px;
		margin: 0 0 .5em;
}

.section3 h3 {
		background: url(img/title-bg3.gif) no-repeat;
		height:37px;
		font-weight:bold;
		font-size: 110%;
		color:#666;
		padding: 8px 0px 0px 20px;
		margin: 0 0 .5em;
}

.section h4 {
		font-weight: normal;
		color: #0076e4;
}

.article {
		padding: 10px;
		border-bottom: 1px dotted #dcc;
		margin-bottom: 10px;
}

#sub p {
		color:#0033FF;
		font-size:85%;
}

#sub {
		float: left;
		width: 200px;
		margin: 10px 0;
}

#sub h3 {
		padding: 10px 10px 0;
		font-size: 120%;
		color: #171717;
}

#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;
		background:url(img/footer.gif) repeat-x left top;
		padding:0 0 10px;
}

#footer a {
		color: #666;
		text-decoration: none;
}

#footernavi {
		padding: 10px;
		text-align: center;
}

#footernavi li {
		padding: 10px;
		display: inline;
		background: url(img/point1.gif) no-repeat left center;
}

div#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: #FF99CC;
}

.return a:visited {
		background: #FF99CC;
}

.return a:hover {
		background: #CC9966;
}

.return a:active {
		background: #CC9966;
}

/* 汎用スタイル */
.clear {
		clear: both;
}

.p_c {
		text-align:center;
}

.p_r {
		text-align:right;
}

.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: 500px;
		width: 678px;
		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 {
		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;
}

.inquiry-bg {
		width:500px;
		margin-top:5px;
		padding:15px 15px 10px;
		border:solid 5px #CCCCCC;
}

.txt_c {
		text-align:center;
}

/* 各ページ用スタイル
---------------------- */


.txt-link01 {
		text-align:right;
		clear:both;
}

.txt-link01 a {
		padding:0 20px 0 0;
		background:url(img/point3.gif) no-repeat right;
}

/* index.html */


.news li {
		margin:0 0 10px 0;
		padding:4px 10px;
		border-bottom:1px dotted #ccc;
}

.news span {
		color:#666;
		margin:0 10px 0 0;
}

#top-banner {
		margin-bottom:20px;
		padding:1px;
		border:1px solid #e8e2da;
}

#top-banner ul {
		margin:0px;
		padding:10px 0 6px 0;
		border:3px solid #f4f2ee;
		overflow:hidden;
		zoom:1;
}

#top-banner li {
		text-align:center;
		width:230px;
		float:left;
}

/* greeting.html */

.inset01 h4 {
		font-size:120%;
		font-weight:bold;
		color: #990000;
		margin-bottom:10px;
		padding:0 0 1px 0;
		border-bottom:1px solid #ccc;
}

.inset01 {
		margin-bottom:30px;
		border-bottom:1px dotted #EAEAEA;
		overflow:hidden;
		zoom:1;
}

.inset02 {
		position:relative;
		margin-bottom:20px;
		padding:25px 10px 15px 10px;
		border:3px solid #1E3573;
		float:left;
}

.inset02 h4 {
		position:absolute;
		font-size:110%;
		font-weight:bold;
		letter-spacing:1px;
		top:-14px;
		left:10px;
}

/* contents1.html */



#main .table01 {
		width:99%;
		margin:15px auto 30px;
		border-collapse:collapse;
}

.table01 th,
.table01 td {
		border:1px #ccc solid;
		padding:5px 1em;
}

.table01 th {
		font-weight:normal;
}

/* contents2.html */

.list01 {
		padding:0 0 10px 0;
		border:2px solid #335290;
}

.list01 dt {
		font-size:110%;
		font-weight:bold;
		letter-spacing:1px;
		color:#fff;
		margin-bottom:12px;
		padding:1px 10px 2px 10px;
		background:#335290;
}

.list01 dd {
		margin-bottom:10px;
		padding:0 15px;
}

.list01 li {
		margin-bottom:10px;
}

.list02 {
		margin:0 0 0 10px;
}

.list02 li {
		margin-bottom:2px;
}

.list03 {
		padding:15px 20px;
		border:1px solid #ccc;
}

.list03 dt {
		font-size:110%;
		font-weight:bold;
		color: #0C3476;
		margin-bottom:4px;
}

.list03 dd {
		margin-bottom:15px;
}

/* contents4.html */





.list04 dt {
		font-size:110%;
		font-weight:bold;
		letter-spacing:1px;
		color:#fff;
		margin:0px;
		padding:1px 10px 2px 10px;
		background:#dc6101;
}

.list04 dd {
		margin-bottom:25px;
		padding:15px 25px;
		border:2px solid #dc6101;
		overflow:hidden;
		zoom:1;
}

/* contents6.html */



.txt01 {
		font-size:120%;
		font-weight:bold;
		color: #0033CC;
		margin-bottom:15px
}

.inset03 {
		width:705px;
		margin:0 -20px 25px 0;
		overflow:hidden;
		zoom:1;
}

.pick-block01 {
		width:298px;
		margin:0 20px 0 0;
		padding:10px 15px;
		border:1px solid #ccc;
		float:left;
}

.list05 li {
		float:left;
		margin:0 10px 30px;
		color: #002b82;
		font-size:110%;
}

