@charset "utf-8";
/* ------------------------------------------------------------

	basic style

------------------------------------------------------------ */

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/bg.jpg) repeat-x left top #E2F4F5;
	color: #454545;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 87.5%;
	text-align: center;
}

a:link {
	color: #003366;
	text-decoration: underline;
}

a:visited {
	color: #996699;
	text-decoration: underline;
}

a:active {
	color: #FF6600;
	text-decoration: underline;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}

/* font default */

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

p, address {
	font-size: 100%;
	font-style: normal;
	line-height: 1.5em;
}

/* list default */

ol, ul {
	list-style: none;
}

ul, ol, dl {
	font-size: 100%;
	line-height: 1.5em;
}

ul.list_basic {
	list-style-type: disc;
	padding-left:15px;
}

ul.list_basic li {
	margin-left: 3px;
}

ol.list_basic {
	list-style-type: decimal;
	padding-left:15px;
}

ol.list_basic li {
	margin-left: 6px;
}

* html body ol.list_basic li {
	margin-left: 10px;
}

*+html body ol.list_basic li {
	margin-left: 10px;
}

/* sup for Firefox */

*>/**/sup {
	vertical-align: text-top;
	line-height: 4px;
}

/* table default */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th, td {
	font-weight: normal;
	line-height: 1.5em;
}

/* image default */

img {
	border-style: none;
}

/* ----------clear---------- */

.clr {
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

/* ----------layout---------- */

#container {
	width: 880px;
	margin: 0 auto;
	text-align: left;
}

/* ----------header---------- */

#header {
	width: 880px;
	overflow: hidden;
	padding: 27px 0 13px;
}

#header .logo {
	float: left;
	width: 369px;
	padding: 8px 0 0 11px;
}

#header .tel {
	float: right;
	width: 360px;
	padding-right: 15px;
}

/* ----------global navi---------- */

#g_navi {
	width: 880px;
	background: url(../images/g_navi_base.gif) repeat-y left top;
	overflow: hidden;
}

/* ----------パンくずリスト---------- */

#topicpath {
	float: left;
	width: 477px;
	padding: 2px 0 4px 12px;
	overflow: hidden;
}

#topicpath li {
	display: block;
	float: left;
	background: url(../images/topicpath_arrrow.gif) no-repeat right center;
	margin-top: 1px;
	padding: 2px 20px 0 0;
	color: #FFFFFF;
	font-size: 85.7%;
}

#topicpath li a {
	color: #FFFFFF;
	text-decoration: none;
}

#topicpath li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#topicpath li.home {
	padding-top: 3px;
}

* html body #topicpath li.home {
	padding-top: 8px;
	background-position: right 8px;
}

#topicpath .active {
	background-image: none;
	padding: 2px 0 0;
	color: #FFFFCC;
	font-size: 134%;
	font-weight: bold;
}

/* ----------navi---------- */

ul#navi {
	float: right;
	width: 391px;
	padding: 1px 0 4px 0;
	overflow: hidden;
}

ul#navi li {
	float: left;
}

ul#navi li a {
	display: block;
	height: 30px;
	background: no-repeat left top;
}

ul#navi li a span {
	display: none;
}

ul#navi li.navi1 a {
	width: 89px;
	background-image: url(../images/g_navi_01.gif);
}

ul#navi li.navi2 a {
	width: 93px;
	background-image: url(../images/g_navi_02.gif);
}

ul#navi li.navi3 a {
	width: 97px;
	background-image: url(../images/g_navi_03.gif);
}

ul#navi li.navi4 a {
	width: 112px;
	background-image: url(../images/g_navi_04.gif);
}

/* rollover */

body#company ul#navi li.navi1 a,
ul#navi li.navi1 a:hover {
	width: 89px;
	background-image: url(../images/g_navi_01_o.gif);
}

body#voice ul#navi li.navi2 a,
ul#navi li.navi2 a:hover {
	width: 93px;
	background-image: url(../images/g_navi_02_o.gif);
}

body#faq ul#navi li.navi3 a,
ul#navi li.navi3 a:hover {
	width: 97px;
	background-image: url(../images/g_navi_03_o.gif);
}

ul#navi li.navi4 a:hover {
	width: 112px;
	background-image: url(../images/g_navi_04_o.gif);
}

/* ----------main_area---------- */

#main_area {
	width: 856px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 11px;
}

/* ----------page title---------- */

h1 {
	margin-bottom: 11px;
}

/* ----------contents---------- */

#contents {
	width: 856px;
	background: url(../images/contents_base.gif) repeat-y left top;
	overflow: hidden;
}

/* ----------area_left---------- */

#area_left {
	float: left;
	width: 650px;
	border-top: 1px solid #CCCCCC;
	padding-top: 9px;
}
.prohibition {
	font-size: 17px;
	color: #FF0000;
	text-align: center;
	background-color: #FFEEEE;
	border: 2px solid #FF0000;
	margin-top: 15px;
	padding: 5px;
}

/* ----------area_right---------- */

#area_right {
	float: right;
	width: 190px;
	padding: 5px;
}

#area_right ul.btn_home {
	width: 104px;
	height: 11px;
	padding: 8px 0 14px 6px;
	font-size: 1px;
	line-height: 1%;
}

#area_right .right_head {
	margin-bottom: 1px;
}

#area_right ul.right_banner {
	font-size: 1px;
	line-height: 1%;
}

#area_right ul.right_banner li {
	width: 190px;
	height: 175px;
	margin-bottom: 7px;
}

#area_right ul.right_banner li.list_end {
	margin-bottom: 0;
}

/* ----------bottom_tel---------- */

.bottom_tel {
	text-align: center;
}

/* ----------page top---------- */

.pagetop {
	margin-top: 30px;
	text-align: right;
}

/* ----------bottom_link---------- */

#bottom_link {
	margin-top: 15px;
	color: #666666;
	font-size: 71.4%;
	text-align: right;
}

#bottom_link a {
	color: #666666;
	text-decoration: none;
}

#bottom_link a:hover {
	text-decoration: underline;
}

/* ----------footer---------- */

#footer {
	width: 100%;
	background: url(../images/footer_line.gif) repeat-x left top;
	margin-top: 2px;
	padding: 25px 0 0px;
	text-align: left;
}

#footer p {
	width: 860px;
	margin: 0 auto 10px;
	color: #000000;
}

#footer address {
	width: 860px;
	margin: 0 auto;
	color: #000000;
	font-size: 85.7%;
}

#saiseiko {
	font-size: 85.7%;
	color: #666666;
	margin-left: 20px;
}


#index_bottom {
	width: 860px;
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: left;
}

#copyright {
	float: left;
	width: 750px;
	color: #B2B2B2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85.7%;
	line-height: normal;
}


/* ----------line hight---------- */

.text2 {
	line-height: 2em;
}


/* ----------text size---------- */

.small {
	font-size: 85.7%;
}

.large {
	font-size: 114%;
}

/* ---------- text color ---------- */

.text_red {
	color: #FF0000;
}

/* ----------margin---------- */

.mb0 {
	margin-bottom: 0;
}

.mb05 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb1em {
	margin-bottom: 1em;
}

.mb2em {
	margin-bottom: 2em;
}

/* ----------block---------- */

.block1 {
	clear: both;
	width: 610px;
	border: 1px solid #CCCCCC;
	margin-bottom: 30px;
	padding: 19px;
	overflow: hidden;
}

.block1b {
	clear: both;
	width: 620px;
	border: 1px solid #CCCCCC;
	margin-bottom: 30px;
	padding: 14px 9px 19px 19px;
	overflow: hidden;
}

.block2 {
	width: 630px;
	margin-bottom: 30px;
	padding: 0 10px;
	overflow: hidden;
}

/* ----------bottom_column---------- */

.bottom_column {
	width: 610px;
	background-color: #F3F3F3;
}

.bottom_column ul {
	padding: 13px 13px 13px 28px;
	font-size: 85.7%;
	line-height: 2em;
}

/* ----------list_link---------- */

ul.list_link,
ul.list_link2,
ul.list_link3 {
	font-size: 85.7%;
	font-weight: bold;
}

ul.list_link li {
	text-align: right;
}

ul.list_link3 li {
	font-size: 100%;
}

ul.list_link li a,
ul.list_link2 li a,
ul.list_link3 li a {
	background: url(../images/icon_arrow_blue.gif) no-repeat left 0.1em;
	padding-left: 14px;
}

/* ----------list_pdf---------- */

ul.list_pdf li a {
	background: url(../images/icon_pdf.gif) no-repeat left 0.1em;
	padding-left: 18px;
}

/* ----------list_anchor---------- */

ul.list_anchor li a {
	background: url(../images/icon_pagelink.gif) no-repeat left 0.1em;
	padding-left: 18px;
	color: #003366;
	text-decoration: underline;
}

ul.list_anchor li a:hover {
	text-decoration: none;
}

/* ----------image layout---------- */

.image_right {
	float: right;
	margin-left: 20px;
}

.image_left {
	float: left;
	margin-right: 20px;
}

.image_center {
	text-align: center;
}

