@charset "utf-8";
/* CSS Document */

/*====================================================================

common.css

======================================================================

01.format
02.body
03.header
04.nav
05.main
06.footer
07.other
08.index
09.level2

=====================================================================*/


/*--------------------------------------------------------------------/
	01.format
/--------------------------------------------------------------------*/

/* html5reset-1.6.1.css */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	border-collapse: collapse; /* added */
	-webkit-text-size-adjust: none; /* added */
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {display: block;}

nav ul {list-style: none;}
ul li {list-style: none;} /* added */

blockquote, q {quotes: none;}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {text-decoration:  line-through;}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;  
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {vertical-align: middle;}



/*--------------------------------------------------------------------/
	02.body
/--------------------------------------------------------------------*/
body {
	padding-top: 21px;
	background: #dff6ff url(img/common_body_bg.jpg) repeat-x 0 0;
	line-height: 1;
	font-size: 13px;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'ＭＳ ゴシック', Osaka, Osaka-等幅, sans-serif;
	text-align: center;
	color: #333333;
}

/* a
----------------------------------------------------------------*/
a { outline:none;}

a:link,
a:visited,
a:hover,
a:active{
	color:#0360bf;
	outline:none;
}

a:link   {text-decoration: underline;}
a:visited{text-decoration: underline;}
a:hover  {text-decoration: none;}
a:active {text-decoration: none;}


/* wrapper
----------------------------------------------------------------*/
div#wrapper,
div#main,
header {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	text-align: left;
}
div#wrapper {
	margin-bottom: 60px;
	background: url(img/wrapper_bg.png) repeat-y 0 0;
}

/*--------------------------------------------------------------------/
	03.header
/--------------------------------------------------------------------*/
header {
	background: url(img/header_bg.jpg) no-repeat;
	height: 120px;
}
header h1 {
	padding-left: 104px;
	padding-top: 38px;
	width: 415px;
	height: 60px;
}

/*--------------------------------------------------------------------/
	04.nav global
/--------------------------------------------------------------------*/
nav#global {
	height: 79px;
}
nav#global ul {
	height: 79px;
}
nav#global ul li {
	float: left;
	width: 165px;
	height: 79px;
}


/*--------------------------------------------------------------------/
	05.main
/--------------------------------------------------------------------*/
div#main {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	background: url(img/wrapper_bg_btm.jpg) no-repeat 0 100%;
	zoom:1;
}
div#main:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
div#main img { display: block;}


/*--------------------------------------------------------------------/
	contents
/--------------------------------------------------------------------*/
div#contents {
	margin: 0px auto;
	width: 916px;
}

/*--------------------------------------------------------------------/
	aside
/--------------------------------------------------------------------*/
aside {
	float: right;
	width: 250px;
}


/*--------------------------------------------------------------------/
	06.footer
/--------------------------------------------------------------------*/
footer {
	background: url(img/footer_bg.gif) repeat-x 0 0;
	width: 100%;
}
footer div#footer {
	margin-left: auto;
	margin-right: auto;
	background: url(img/footer_logo.gif) no-repeat 0 0;
	width: 980px;
	height: 80px;
	text-align: left;
}

/* list
--------------------------------------------------------------------*/
footer ul {
	margin-bottom: 5px;
	padding-top: 25px;
	padding-left: 620px;
}
footer ul li {
	float: left;
	margin-right: 15px;
	line-height: 1.2;
}

footer ul a:link,
footer ul a:visited,
footer ul a:hover,
footer ul a:active {
	color: #dff6ff;
	text-decoration: underline;
}
footer ul a:hover {
	color: #dff6ff;
	text-decoration: none;
}

/* pagetop
--------------------------------------------------------------------*/
div#pagetop {
	position: fixed;
	z-index: 500;
	margin-left: 490px;
	width: 34px;
	height: 130px;
	bottom: 145px;
	left: 50%;
}

/* p
--------------------------------------------------------------------*/
footer p {
	padding-left: 620px;
	line-height: 1.6;
	color: #dff6ff;
	font-size: 10px;
}


/*--------------------------------------------------------------------/
	07.others
/--------------------------------------------------------------------*/
.right {float:  right;}
.left {float: left;}
.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.clear {clear: both;}
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.clearfix {zoom: 1;}
.ws-n {white-space: nowrap;}


/* txt
----------------------------------------------------------------*/
.txt_l {text-align: left;}
.txt_r {text-align: right;}
.txt_c {text-align: center;}

.st {font-weight: bold;}
.red { color: #c00;}

/* size
----------------------------------------------------------------*/
.fs_s {
	font-size:  80%;
	line-height: 100%;
}
.fs_m {
	font-size: 100%;
	line-height: 120%;
}
.fs_l {
	font-size: 120%;
	line-height: 140%;
}
.msgoth-s {
	font-family: 'ＭＳ ゴシック',sans-serif;
	font-size: 10px;
}


/* letter spacing
----------------------------------------------------------------*/
.ls_s {letter-spacing: -1pt;}
.ls_m {letter-spacing: 0pt;}
.ls_l {letter-spacing: 1em;}


/* padding
----------------------------------------------------------------*/
.ps {padding: 5px;}
.ps_t {padding-top: 5px;}
.ps_b {padding-bottom: 5px;}
.ps_h {padding: 5px 0px;}
.ps_w {padding: 0px 5px;}

.pm {padding: 10px;}
.pm_t {padding-top: 10px;}
.pm_b {padding-bottom: 10px;}
.pm_h {padding: 10px 0px;}
.pm_w {padding: 0px 10px;}


/* margin
----------------------------------------------------------------*/
.ms {margin: 10px;}
.ms_t {margin-top: 10px;}
.ms_b {margin-bottom: 10px;}
.ms_l {margin-left: 10px;}
.ms_r {margin-right: 10px;}
.ms_h {margin: 10px 0px;}
.ms_w {margin: 0px 10px;}

.mm {margin: 15px;}
.mm_t {margin-top: 15px;}
.mm_b {margin-bottom: 15px;}
.mm_l {margin-left: 15px;}
.mm_r {margin-right: 15px;}
.mm_h {margin: 15px 0px;}
.mm_w {margin: 0px 15px;}

.ml {margin: 20px;}
.ml_t {margin-top: 20px;}
.ml_b {margin-bottom: 20px;}
.ml_l {margin-left: 20px;}
.ml_r {margin-right: 20px;}
.ml_h {margin: 20px 0px;}
.ml_w {margin: 0px 20px;}

.m_a {margin: 0px auto;}



/*--------------------------------------------------------------------/
	08.index
/--------------------------------------------------------------------*/

/* h2
----------------------------------------------------------------*/
div#top_h2 {
	width: 980px;
	height: 505px;
}


/*--------------------------------------------------------------------/
	suppor
/--------------------------------------------------------------------*/
div#suppor {
	margin: 0px -8px 3px 0;
	width: 924px;
	_zoom: 1;
	overflow: hidden;
}
div#suppor section {
	float: left;
	margin-right: 8px;
	background: url(img/support_bg.gif) repeat-y 0 0;
	width: 300px;
}
div#suppor section div.inner {
	padding-bottom: 10px;
	background: url(img/support_bg_btm.gif) no-repeat 0 100%;
	width: 300px;
	height: 300px;
}

div#suppor section div.inner ul {
	margin: 0px auto;
	padding-top: 12px;
	width: 256px;
}
div#suppor section div.inner ul li {
	margin-bottom: 5px;
	padding-bottom: 4px;
	padding-left: 20px;
	background: url(img/common_icon_01.gif) no-repeat 1px 2px;
	border-bottom: 1px solid #dedede;
	line-height: 1.4;
	font-weight: bold;
}

div#suppor section#s01 ul {
	padding-bottom: 103px;
	background: url(img/support_pic_01.jpg) no-repeat 50% 100%;
}
div#suppor section#s02 ul {
	padding-bottom: 103px;
	background: url(img/support_pic_02.jpg) no-repeat 50% 100%;
}


/*--------------------------------------------------------------------/
	voice
/--------------------------------------------------------------------*/
section#voice {
	margin-bottom: 10px;
	width: 916px;
}
section#voice h3 {
	margin-bottom: 16px;
}

div.voice_box {
	border: 1px solid #bbbbbb;
	background: url(img/bg_01.gif);
	width: 914px;
}
div.voice_box div.inner {
	padding: 25px 17px;
	background: url(img/voice_img.jpg) no-repeat 100% 47px;
	width: 880px !important;
}
div.voice_box h4 {
	margin-bottom: 5px;
	padding-bottom: 10px;
	background: url(img/voice_h4.gif) no-repeat 0 100%;
	color: #ec5401;
	font-size: 26px;
}
div.voice_box p.name {
	padding-right: 245px;
	padding-bottom: 0 !important;
	text-align: right;
	color: #252525;
	font-weight: bold;
	font-size: 18px;
}
div.voice_box span.date {
	padding: 5px 15px;
	background: #0360bf;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}

div.voice_box h5 {
	margin-bottom: 13px;
	color: #0360bf;
}
div.voice_box p {
	padding: 0 0 20px;
	line-height: 1.6;
	letter-spacing: 1px;
	font-size: 12px;
}
div.voice_box p.p01 {
	width: 451px;
}


/*--------------------------------------------------------------------/
	qa
/--------------------------------------------------------------------*/
section#qa {
	margin-bottom: 10px;
	width: 916px;
}
section#qa h3 {
	margin-bottom: 19px;
}

div.qa_box {
	margin: 0px auto 10px;
	width: 905px;
}
div.qa_box h4 {
	margin-bottom: 5px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 54px;
	background: url(img/qa_q.gif) no-repeat 0 0;
	color: #0360bf;
	font-size: 19px;
}
div.qa_box p {
	padding: 5px 0 10px 54px;
	background: url(img/qa_a.gif) no-repeat 3px 0;
	line-height: 1.6;
	letter-spacing: 1px;
}


/*--------------------------------------------------------------------/
	
/--------------------------------------------------------------------*/





/*--------------------------------------------------------------------/
	article, section
/--------------------------------------------------------------------*/
article.box {
	margin-bottom: 30px;
	width: 916px;
	zoom: 1;
}
section:after,
article:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

article.box p {
	padding: 0 3px 15px;
	line-height:1.6;
}

article.box p strong {
	color: #ff5656;
	border-bottom: 1px solid #eecc33;
}

article.box h3 {
	margin-bottom: 10px;
	padding: 10px 20px;
	background: #013aa2;
	color: #fff;
	font-size: 20px;
}
article.box h4 {
	margin: 0 5px 10px;
	padding: 10px 15px 7px;
	border: 1px solid #ccc;
	font-size: 16px;
}
article.box h5 {
	margin: 0 5px 10px;
	padding: 10px 2px 7px;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
}


/*--------------------------------------------------------------------/
	figure
/--------------------------------------------------------------------*/
figure.left {
}
figure.right {
}

figure.border img {
	padding: 2px;
	border: 3px solid #ddd;
}

figure figcaption {
	padding-top: 7px;
	text-align: center;
	line-height: 1.5;
	font-size: 11px;
}


/*--------------------------------------------------------------------/
	ul
/--------------------------------------------------------------------*/
ul.normal {
	margin-left: 10px;
}
ul.normal li {
	margin-bottom: 5px;
	padding-left: 20px;
	background: url(img/common_icon_01.gif) no-repeat 0px 2px;
	line-height: 1.5;
}

/*--------------------------------------------------------------------/
	ol
/--------------------------------------------------------------------*/
ol.normal  {
	margin-left: 15px;
}
ol.normal  li {
	list-style: decimal outside;
	margin-left: 15px;
	margin-bottom: 5px;
}

/*--------------------------------------------------------------------/
	dl
/--------------------------------------------------------------------*/
dl.normal {
	margin-left: 2px;
	margin-right: 2px;
}

dl.normal dt {
	margin-bottom: 7px;
	padding-bottom: 7px;
	padding-left: 5px;
	border-bottom: 1px dotted #aaaaaa;
	color: #333;
	line-height:1.3;
	font-size: 14px;
	font-weight: bold;
}
dl.normal dd {
	margin-bottom: 20px;
	padding-left: 5px;
	line-height:1.5;
}


/*--------------------------------------------------------------------/
	page_title
/--------------------------------------------------------------------*/
div#page_title {
	background: url(img/h2_bg.jpg) no-repeat 0 0;
	width: 980px;
	height: 190px;
}
div#page_title h2 {
	padding-left: 60px;
	padding-top: 65px;
	font-size: 36px;
}

/*--------------------------------------------------------------------/
	contact
/--------------------------------------------------------------------*/
table.contact {
	margin: 0 auto 20px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 890px;
}
table.contact th,
table.contact td {
	padding: 10px 10px 8px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
	line-height: 1.4;
	font-weight: normal;
}
table.contact th {
	background: #eee;
	width: 160px;
}
table.contact td {
	width: auto;
}
table.contact span {
	padding: 0 5px;
	font-size: 11px;
}
table.contact th span {
	background: #b80804;
	color: #ffffff;
}

.imeon{ ime-mode:active; }
.imeoff{ ime-mode:disabled; }

input,
textarea,
select { margin: 2px 2px; padding: 2px; font-size: 12px;}

input.send {
	margin-bottom: 20px;
	margin-left: 380px;
}
strong#error {color:#fb190e;}


/*--------------------------------------------------------------------/
	link_btn
/--------------------------------------------------------------------*/
a.link_btn {
	padding: 4px 15px 2px 20px;
	background: #444;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
}
a.link_btn:hover {
	background: #aaa;
	color: #ffffff;
	text-decoration: none;
}


/*--------------------------------------------------------------------/
	bnr
/--------------------------------------------------------------------*/
div.bnr {
	margin-bottom: 25px;
	width: 916px;
}


