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

/* --------------------------------------------------------------------
 * Resets
 -------------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input,textarea,select {
	*font-size:100%;
}
legend {
	color:#000;
}


/* --------------------------------------------------------------------
 * Utilities
 -------------------------------------------------------------------- */
/* clearfix */
.clearfix:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.clearfix { display: inline-block; }
/* no ie mac \*/
* html .clearfix { height: 1%; }
.clearfix[class] { height: auto; }
.clearfix { display: block; }
/* */

/* font size */
.fs-10 {font-size:77%;}
.fs-11 {font-size:85%;}
.fs-12 {font-size:93%;}
.fs-13 {font-size:100%;}
.fs-14 {font-size:108%;}
.fs-15 {font-size:116%;}
.fs-16 {font-size:123.1%;}
.fs-17 {font-size:131%;}
.fs-18 {font-size:138.5%;}
.fs-19 {font-size:146.5%;}
.fs-20 {font-size:153.9%;}
.fs-21 {font-size:161.6%;}
.fs-22 {font-size:167%;}
.fs-23 {font-size:174%;}
.fs-24 {font-size:182%;}
.fs-25 {font-size:189%;}
.fs-26 {font-size:197%;}

.bold {font-weight:bold;}

.clear {clear: both;}

.error {
font-weight: bold;
color: #ff0000;
}

.none {
display: none;
}


/* --------------------------------------------------------------------
 * Common
 -------------------------------------------------------------------- */
a {
	outline: none;
}
a:link {
	color: #555555;
	text-decoration: none;
}
a:visited {
	color: #555555;
	text-decoration: none;
}
a:hover {
	color: #555555;
	text-decoration: underline;
}
a:active {
	color: #555555;
	text-decoration: underline;
}


body {
	font:13px/1.5 Verdana,/*'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'メイリオ',Meiryo,*/'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
	text-align: center;
	color: #555555;
	background: #f2f2f2;
}
select,input,button,textarea {
	font:13px/1.5 Verdana,/*'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'メイリオ',Meiryo,*/'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
table {
	font-size:inherit;
	font:100%;
}


#wrapper {
	background: url(../images/bg_01.jpg) repeat-y scroll center;
}


/* ヘッダー */
#header, #content, #footer {
	background: #ffffff;
	text-align: left;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	clear: both;
}
#header-inner, #content-inner, #footer-inner {
	width: 980px;
	margin-right: 10px;
	margin-left: 10px;
	position: relative;
}
#header-inner {
	padding-top: 35px;
}

/*#home #header-inner {
	padding-top: 20px;
}*/


#header h1 {
	width: 980px;
	text-align: right;
	position: relative;
	padding-bottom:10px;
}
#header h1 span {
	position: absolute;
	top: 0;
	left: 0;
}


#header .util-nav {
	position: absolute;
	top: 0;
	right: -5px;
}
#header .util-nav li {
	display: block;
	float: left;
	width: 85px;
}
#header .util-nav li a {
	display: block;
	padding-right: 5px;
}

/*#home #header .util-nav {
	padding-bottom: 5px;
	position: relative;
	top: 0;
	right: 0;
}*/


#header .global-nav {
}
#header .global-nav li {
	display: block;
	float: left;
	width: 163px;
}
#header .global-nav li.last {
	width: 165px;
}
#header .global-nav li a {
	display: block;
}

/* #home #header .global-nav {
	display: none;
}*/


/* コンテンツ */
#content-inner {
	padding-top: 40px;
}

#side {
float: left;
width: 220px;
}
#side-inner {
}

#side .side-h {
padding-bottom: 30px;
}
#side .side-menu {
padding-bottom: 20px;
}
#side .side-menu ul {
padding-right: 10px;
padding-left: 9px;
}
#side .side-menu ul li {
padding-bottom: 20px;
}
#side .side-menu ul li ul {
padding: 5px 10px 0 10px;
}
#side .side-menu ul li ul li {
padding-top: 5px;
padding-bottom: 5px;
}
#side .side-menu ul li ul li a {
background: url(../images/arrow-01.gif) no-repeat scroll left 3px;
display: block;
padding-left: 15px;
}


#main {
float: right;
width: 760px;
}
#main-inner {
padding-right:20px;
padding-left:30px;
}

/*#policy #main,*/
#engpage #main,
#faq #main,
#contactus #main {
float: none;
width: auto;
}
/* #policy #main-inner,*/
#engpage #main,
#faq #main-inner,
#contactus #main-inner {
padding: 0;
}
/*#policy #side,*/
#engpage #main,
#faq #side,
#contactus #side {
display: none;
}


/* フッター */
#footer {
	background: #ffffff url(../images/copyright.gif) no-repeat scroll 580px 10px;
}
#footer-inner {
	background: url(../images/line_01.gif) repeat-x scroll;
	height: 120px;
}
#footer ul {
	position: absolute;
	bottom: 30px;
	left: 0;
}
#footer ul li {
	display: inline;
	padding-right: 20px;
}
#footer p.copyright {
	display: none;
}


h2.page-title {
padding-bottom: 30px;
}
h3.sub-title {
font-size: 153.9%;
font-weight: bold;
padding-bottom: 20px;
}
p.lead {
	padding-bottom: 10px;
}
