@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 {
	line-height: 1;
	font-size: 12px;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'ＭＳ ゴシック', Osaka, Osaka-等幅, sans-serif;
	text-align: center;
	color: #636363;
}

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

a:link,
a:visited,
a:hover,
a:active{
	color:#27269C;
	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 {
	margin: 100px auto;
	padding: 40px 40px 20px;
	border: 3px double #ccc;
	width: 680px;
	text-align: left;
}


div#wrapper h1 {
	margin-bottom: 20px;
	text-align: center;
	color: #000;
	font-size: 20px;
}
div#wrapper p {
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 1.6;
}
div#wrapper p.url {
	font-size: 15px;
	font-weight: bold;
}
div#wrapper p.url a:link,
div#wrapper p.url a:visited {
}


/*--------------------------------------------------------------------/
	03.header
/--------------------------------------------------------------------*/



/*--------------------------------------------------------------------/
	04.nav global
/--------------------------------------------------------------------*/


/*--------------------------------------------------------------------/
	05.main
/--------------------------------------------------------------------*/
div#main {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
	zoom:1;
}
div#main:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}


/*--------------------------------------------------------------------/
	contents
/--------------------------------------------------------------------*/


/*--------------------------------------------------------------------/
	aside
/--------------------------------------------------------------------*/


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

body.english footer div#footer {
	background: url(img/en_footer_logo.gif) no-repeat 0 0;
}

/* list
--------------------------------------------------------------------*/
div#f_navi {
	float: left;
	padding-top: 40px;
	width: 560px;
}

footer div#f_navi ul {
	float: left;
	margin-right: 50px;
	padding-left: 5px;
}
footer div#f_navi ul li {
	margin-bottom: 13px;
	padding-left: 20px;
	background: url(img/common_icon_01.gif) no-repeat left center;
	line-height: 1;
	text-align: left;
	font-size: 10px;
}
footer div#f_navi ul li.li02 {
	background: none;
}

footer div#f_navi ul a:link,
footer div#f_navi ul a:visited,
footer div#f_navi ul a:hover,
footer div#f_navi ul a:active {
	color: #636363;
	text-decoration: none;
}
footer div#f_navi ul a:hover {
	color: #3b91a3;
	text-decoration: none;
}

/* pagetop
--------------------------------------------------------------------*/
div#pagetop {
	margin-bottom: 5px;
	width: 940px;
}
div#pagetop img {
	float: right;
	width: 100px;
	height: 20px;
}

/* p
--------------------------------------------------------------------*/
footer article {
	float: right;
	padding-top: 60px;
	width: 300px;
}
body.english footer div#footer article {
	padding-top: 85px;
}

footer article p {
	line-height: 2;
	color: #636363;
	text-align: right;
	font-size: 10px;
}

/* link
--------------------------------------------------------------------*/
ul.link {
	position: absolute;
	top: 201px;
	left: 0;
	clear: both;
	width: 940px;
}
ul.link li {
	float: left;
	margin-right: 10px;
	width: 180px;
	height: 41px;
}


/*--------------------------------------------------------------------/
	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; color: #222;}
.red { color: #e72828;}
.blue { color: #3b91a3;}

/* size
----------------------------------------------------------------*/
.fs_s {
	font-size:  90%;
	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;}

.mll_b {margin-bottom: 65px;}


