﻿@charset "utf-8";
/* ------------------------------------------------------
Reset
------------------------------------------------------ */

* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	text-indent: none;
	line-height: 1.0;
}
a {
	text-decoration: none;
	color: #e46421;
}
a:hover {
	text-decoration: underline;
}
ul,li {
	list-style-type: none;
}
img,table {
	border: none;
}
/* ------------------------------------------------------
Font
------------------------------------------------------ */
body {
	font-size: 12px;
	color: #444444;
}
*html body { /* IE6、8用 */
    font-family: 'ＭＳ Ｐゴシック',Verdana, Arial,sans-serif;
}
body { /* IEを除くモダンブラウザ用 */
    font-family: Verdana,Arial,sans-serif;
}
*:first-child+html body { /* IE7用 */
    font-family: 'メイリオ','ＭＳ Ｐゴシック',Verdana, Arial,sans-serif;
}
/* ------------------------------------------------------
Base
------------------------------------------------------ */
body {
	background-color: #ffffff;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	border-left: 3px #999999 solid;
	border-right: 3px #999999 solid;
}
h1 {
	text-align: left;
	background: #f3f3f3;
	padding-top: 4px;
	padding-left: 6px;
	padding-bottom: 4px;
	color: #888888;
}
/* ------------------------------------------------------
Header
------------------------------------------------------ */
#logo {
	float: left;
}
#nav {
	background: url(/images/nav-back.jpg);
	width:100%;
	height:100px;
}
#header ul {
	float: right;
}

#header li {
	float: right;
}
.nav01 {
	background: url(/images/contact-over.gif) no-repeat;
	width: 72px;
	height: 36px;
}
.nav02 {
	background: url(/images/sitemap-over.gif) no-repeat;
	width: 91px;
	height: 36px;
}
.nav03 {
	background: url(/images/privacy-over.gif) no-repeat;
	width: 138px;
	height: 36px;
}
.nav04 {
	background: url(/images/home-over.gif) no-repeat;
	width: 63px;
	height: 36px;
}
/* ------------------------------------------------------
breadcrumbs-list
------------------------------------------------------ */
#breadcrumbs-list-home {
	background: url(/images/breadcrumbs-list-home.jpg);
	width: 750px;
	height: 23px;
}
#breadcrumbs-list-home ul {
	width: 600px;
	float: left;
	text-align: left;
	padding-top: 7px;
	padding-left: 13px;
}
#breadcrumbs-list-home li {
	float: left;
	text-align: left;
	font-size: 10px;
	color: #777777;
	line-height: 1.0;
}
#breadcrumbs-list-home li a {
	color: #777777;
	font-size: 10px;
	line-height: 1.0;
}
#breadcrumbs-list-home li a:hover {
	text-decoration: underline;
	color: #ff7373;
}
#breadcrumbs-list-company {
	background: url(/images/breadcrumbs-list-company.jpg);
	width: 750px;
	height: 23px;
}
#breadcrumbs-list-company ul {
	width: 600px;
	float: left;
	text-align: left;
	padding-top: 7px;
	padding-left: 13px;
}
#breadcrumbs-list-company li {
	float: left;
	text-align: left;
	font-size: 10px;
	color: #777777;
	line-height: 1.0;
}
#breadcrumbs-list-company li a {
	color: #777777;
	font-size: 10px;
	line-height: 1.0;
}
#breadcrumbs-list-company li a:hover {
	text-decoration: underline;
	color: #ff7373;
}
#breadcrumbs-list-dm {
	background: url(/images/breadcrumbs-list-dm.jpg);
	width: 750px;
	height: 23px;
}
#breadcrumbs-list-dm ul {
	width: 600px;
	float: left;
	text-align: left;
	padding-top: 7px;
	padding-left: 13px;
}
#breadcrumbs-list-dm li {
	float: left;
	text-align: left;
	font-size: 10px;
	color: #777777;
	line-height: 1.0;
}
#breadcrumbs-list-dm li a {
	color: #777777;
	font-size: 10px;
	line-height: 1.0;
}
#breadcrumbs-list-dm li a:hover {
	text-decoration: underline;
	color: #ff7373;
}
#breadcrumbs-list-net {
	background: url(/images/breadcrumbs-list-net.jpg);
	width: 750px;
	height: 23px;
}
#breadcrumbs-list-net ul {
	width: 600px;
	float: left;
	text-align: left;
	padding-top: 7px;
	padding-left: 13px;
}
#breadcrumbs-list-net li {
	float: left;
	text-align: left;
	font-size: 10px;
	color: #777777;
	line-height: 1.0;
}
#breadcrumbs-list-net li a {
	color: #777777;
	font-size: 10px;
	line-height: 1.0;
}
#breadcrumbs-list-net li a:hover {
	text-decoration: underline;
	color: #ff7373;
}
#breadcrumbs-list-recruit {
	background: url(/images/breadcrumbs-list-recruit.jpg);
	width: 750px;
	height: 23px;
}
#breadcrumbs-list-recruit ul {
	width: 600px;
	float: left;
	text-align: left;
	padding-top: 7px;
	padding-left: 13px;
}
#breadcrumbs-list-recruit li {
	float: left;
	text-align: left;
	font-size: 10px;
	color: #777777;
	line-height: 1.0;
}
#breadcrumbs-list-recruit li a {
	color: #777777;
	font-size: 10px;
	line-height: 1.0;
}
#breadcrumbs-list-recruit li a:hover {
	text-decoration: underline;
	color: #ff7373;
}



/* ------------------------------------------------------
Article
------------------------------------------------------ */
#article {
	float: right;
	width: 578px;
}
h2 {
	float: left;
	color: #fa9c20;
	border-left: 2px #fa9c20 solid;
	margin-left: 28px;
	margin-top: 20px;
	padding: 8px 0px 5px 10px;
	width: 500px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
*html h2 {
	display: inline;
}
p {
	clear: left;
	text-align: left;
	padding-top: 20px;
	padding-left: 35px;
	font-size: 12px;
	line-height: 1.8;
}
#buisiness {
	margin-top: 20px;
	margin-left: 30px;
}
#buisiness li {
	float: left;
}
.buisiness01 {
	background: url(/images/btn-dm-over.jpg) no-repeat;
	width: 265px;
	height: 63px;
}
.buisiness02 {
	background: url(/images/btn-net-over.jpg) no-repeat;
	width: 266px;
	height: 63px;
	margin-left: 10px;
}

h3 {
	clear: left;
	float: left;
	color: #ff7b5c;
	border-left: 2px #ff7b5c solid;
	margin-left: 28px;
	margin-top: 20px;
	padding: 8px 0px 5px 10px;
	width: 500px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	letter-spacing:2px;
}
*html h3 {
	display: inline;
}
#news {
	clear: left;
	float: left;
	width: 515px;
	padding-left: 35px;
	padding-top: 20px;
}
.pd0 {
	/padding-top: 5px !important;
}
#news dt {
	margin-bottom: 8px;
	color: #0c3090;
	width: 10em;
	clear: left;
	float: left;
	line-height: 1.5;
	text-align: left;
}
*html #news dt {
	padding-bottom: 0px;
}
#news dd {
	margin-bottom: 8px;
	text-align: left;
	line-height: 1.5;
}
/* ------------------------------------------------------
Aside
------------------------------------------------------ */
#aside {
	float: left;
	width: 170px;
}
#aside a {
	font-size: 12px;
	color: #787878;
}
#aside a:hover {
	text-decoration: none;
	color: #ff7373;
}
*html #aside {
	clear: right;
}
#aside li {
	line-height: 0;
	margin: 0px;
	padding: 0px;
}
*:first-child+html .navi-head {
	display: inline;
}
*html .navi-head {
	display: inline;
}
#aside .navi-detail {
	background: url(/images/navi-detail-back.gif) no-repeat;
	width: 100%;
	height: 19px;
	text-align: left;
	padding-top: 5px;
	padding-left: 15px;
}
*html #aside .navi-detail {
	height: 24px;
}
#aside-bottom {
	background: url(/images/navi-back.gif) no-repeat;
	height: 220px;
}
#btn-contact {
	padding-top: 10px;
}
#btn-recruit {
	padding-top: 10px;
}
#p-mark {
	padding-top: 20px;
}
.aside01 {
	background: url(/images/navi-home-over.gif) no-repeat;
	width: 170px;
	height: 36px;
}
.aside02 {
	background: url(/images/navi-company-over.gif) no-repeat;
	width: 170px;
	height: 36px;
}
.aside03 {
	background: url(/images/navi-dm-over.gif) no-repeat;
	width: 170px;
	height: 36px;
}
.aside04 {
	background: url(/images/navi-net-over.gif) no-repeat;
	width: 170px;
	height: 36px;
}
.aside05 {
	background: url(/images/navi-topics-over.gif) no-repeat;
	width: 170px;
	height: 36px;
}
.navi-detail a:hover {
	background:#faf2f2;
}
/* ------------------------------------------------------
Footer
------------------------------------------------------ */
#footer {
	clear: both;
	padding-top: 50px;
	padding-bottom: 5px;
}
#footer ul {
	padding-bottom: 2px;
	padding-right: 30px;
	text-align:right;
}
#footer li {
	display: inline;
	font-size: 10px;
}
#footer li,#footer li a {
	font-size: 10px;
	color: #666666;
}
/* ------------------------------------------------------
Common style
------------------------------------------------------ */
.rollover a {
	display: block;
}
.rollover a:hover{
	background: none;
}
.rollover a:hover img {
	visibility: hidden;
}
.sub-title {
	background: none;
	border: none;
}
.right {
	text-align:right;
	padding-right: 60px;
}
.thw5 {
	width: 5.5em;
}
.thw6 {
	width: 6em;
}
.space {
	clear: both;
	padding-top: 30px;
}
.text-center th {
	padding-right: 0.4em !important;
}
/* ------------------------------------------------------
Seat
------------------------------------------------------ */
.seat {
	clear: left;
	border-collapse: collapse;
	width: 520px;
	border: 2px solid #cccccc;
	margin-left: 30px;
	margin-top: 10px;
}
.seat {
	/margin-left: 0px;
}
.seat th {
	border-right: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	text-align: left;
	padding: 10px 0px 10px 10px;;
	font-size: 12px;
	background: #fdeae6;
}
.seat td {
	border-bottom: 1px dotted #cccccc;
	border-right: 1px dotted #cccccc;
	text-align: left;
	padding: 10px 0px 10px 10px;
	font-size: 12px;
	line-height: 1.5;
}
/* ------------------------------------------------------
Hab
------------------------------------------------------ */
#hab {
	padding-left: 35px;
	padding-top: 25px;
}
#hab dt {
	text-align: left;
}
#hab dt a {
	background: url(/images/arrow-right.gif) no-repeat;
	background-position: left center;
	padding-left: 10px;
	font-size: 13px;
}
#hab dd {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: left;
	line-height: 1.5;
}

/* ------------------------------------------------------
Privacy&Otoriatsukai
------------------------------------------------------ */
#privacy {
	clear: left;
	padding-left: 30px;
}
#privacy li,#privacy dt,#privacy dd {
	line-height: 1.8;
	text-align: left;
}
#privacy dt {
	font-weight: bold;
	padding-top: 20px;
}
#privacy dd {
	padding-top: 10px;
	padding-left: 2em;
}
#otoiawase {
	padding-left: 35px;
}
#otoiawase li {
	text-align: left;
	line-height:1.5;
}
.seat02 {
	clear: left;
	margin-top: 10px;
	margin-bottom: 20px;
	border-collapse: collapse;
	width: 470px;
	border: 2px solid #cccccc;
}
.seat02 {
	/margin-left: 0px;
}
.seat02 th {
	border-right: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	text-align: left;
	padding: 10px 0px 10px 10px;;
	font-size: 12px;
	background: #fdeae6;
}
.seat02 td {
	border-bottom: 1px dotted #cccccc;
	border-right: 1px dotted #cccccc;
	text-align: left;
	padding: 10px 0px 10px 10px;
	font-size: 12px;
}
.seat-head {
	font-weight: bold;
	background-color: #ffe0d3 !important;
}
.case {
	margin-left: 2em;
}
.case li {
	list-style-type: disc;
}
/* ------------------------------------------------------
Flow
------------------------------------------------------ */
#flow {
	clear: left;
	padding-top: 10px;
}
#flow li {
	background: url(/images/arrow-under.gif) no-repeat;
	background-position: 4% 100%;
	margin-left: 25px;
	padding-bottom: 25px;
	padding-top: 7px;
	text-align: left;
	padding-left:15px;
	line-height: 1.5;
}
.action {
	font-size: 13px;
	font-weight: bold;
	background: #ffebcf;
	padding: 3px 5px 3px 8px;
	line-height: 2.0;
	border-right: 1px #bbbbbb solid;
	border-bottom: 1px #bbbbbb solid;
	letter-spacing:1px;
	color: #666666;
}
.flow-last {
	background: none !important;
}

/* ------------------------------------------------------
List
------------------------------------------------------ */
.list {
	clear: left;
	padding-top: 20px;
	margin-left: 35px;
}
.list li {
	line-height: 2.0;
	text-align: left;
	background: url(/images/arrow-list.gif) no-repeat;
	background-position: left center;
	font-size: 13px;
	padding-left: 15px;
}
.list-cover {
	clear: left;
	padding-top: 20px;
	margin-left: 35px;
}
.list-cover dd {
	padding-bottom: 20px;
}
.list-cover dd li {
	margin-bottom: 5px;
}
.list-cover dt {
	text-align: left;
	background: url(/images/arrow-under.gif) no-repeat;
	background-position: left center;
	font-size: 13px;
	padding-left: 15px;
}
.list-cover dt a {
	font-weight: bold;
	color: #444444;
}
.list-cover dt a:hover {
	text-decoration: none !important;
	color: #ff7373;
}
/* ------------------------------------------------------
Inquiry
------------------------------------------------------ */
.red {
	color: #ff4433 !important;
	line-height: 1.3;
}
.contact-form th {
	line-height: 1.5;
}
.contact-form input {
	width: 280px;
	text-align: left;
}
.contact-form textarea {
	width: 370px;
	text-align: left;
}
#form-btn {
	margin-top: 10px;
}
#form-btn input {
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
}
.back-top {
	text-align: left;
	margin-top: 20px;
	margin-left: 35px;
}
.back-top a {
	background: url(/images/arrow-right.gif) no-repeat;
	background-position: left center;
	padding-left: 10px;
	font-size: 13px;
}
