@charset "utf-8";
/*
 * This Stylesheet was based on Yahoo! UI Library's Reset and Fonts CSS.
 * http://developer.yahoo.com/yui/reset/
 * http://developer.yahoo.com/yui/fonts/
 * http://developer.yahoo.net/yui/license.txt
*/
/* @group ���Ǥ��ȤΥ������� */
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;
  line-height: 1.41;
}

body {
  color: #444;
  font: 13px/1.231 "ＭＳ Ｐゴシック", 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3';
  *font-size: small;
  *font: x-small;
  text-align: center;
}

/* for Win IE8 */
head~/* */body {
  font: 13px/1.231 "ＭＳ Ｐゴシック", 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3';
}

html:not(:target) body {
  font: 13px/1.231 "ＭＳ Ｐゴシック", 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3';
  *font: 13px/1.231 "ＭＳ Ｐゴシック", 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3';
}


/* COMMON STYLES */
	.georgia{font-family:"Georgia", serif;}
	.times{font-family:"Times New Roman", serif; font-style:italic}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table th {
  text-align: left;
}

img {
  border: none;
  vertical-align: bottom;
}

address,caption,cite,code,dfn,em,strong,th,var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
  position: relative;
}

fieldset {
  border: none;
}

input,textarea,select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,textarea,select {
  *font-size: 100%;
}


input.text {
  _height: 1.55em;  /* for Win IE6 */
}

input.email,
input.password,
input.num {
  ime-mode: inactive;
}

input.submit {
  line-height: 1;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

input.button {
  padding: 0 2px;
  vertical-align: middle;
  *vertical-align: top;
  font-size: 12px;
  *font-size: 74%;
  cursor: pointer;
}

textarea {
  margin-bottom: 5px;
  line-height: 1.21;
  overflow: auto;
}

input.text:focus,
textarea:focus {
  color: #000;
  background: #fff;
}

select {
  cursor: pointer;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

p, ul, ol,
ul li,
ol li,
table,
table th,
table td {
  font-size: 100%;
}

p {
  line-height: 1.51;
}

dt {

}

li {
  line-height: 1.51;
}

table td ul,
table td ul li,
dl dd ul,
dl dd ul li {
  font-size: 100%;
}

strong,
b {
  font-weight: bold;
}

u {
  text-decoration: underline;
}

del {
  text-decoration: line-through;
}

/* ���Ф� */
h1, h2, h3, h4, h5, h6 {
  font-size: 110%;
  font-weight: bold;
}
.fadeIn,
.fadeInSlow{
	display:none;
}
a{
	outline:none;
}
a:link {
	color: #435D9A;
	text-decoration:underline;
}
a:visited {
	color: #435D9A;
	text-decoration:underline;
}
a:hover,
a:visited:hover {
	color: #71b4e7;
	text-decoration:none;
}
a:active,
a:visited:active {
	color: #419ade;
}
/* �ƥ���������� */
::-moz-selection {
  color: #000;
  background: #f3f3f3;
}

::selection {
  color: #000;
  background: #f3f3f3;
}

/* @end ���Ǥ��ȤΥ������� */

.hidden {
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

.section-lv1,
.section-lv2,
.section-lv3,
.section-lv4 {
  position: relative;
}



/* @group floating-clear */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac Hack \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* @end floating-clear */

/* @end ���� */


/******* general-purpose *******/
/* margin */
.mT0 {margin-top:0px!important;}
.mT7 {margin-top:7px!important;}
.mT10 {margin-top:10px!important;}
.mT20 {margin-top:20px!important;}
.mT25 {margin-top:25px!important;}
.mT30 {margin-top:30px!important;}
.mT40 {margin-top:40px!important;}
.mT50 {margin-top:50px!important;}

.mB0 {margin-bottom:0px!important;}
.mB5 {margin-bottom:5px!important;}
.mB7 {margin-bottom:7px!important;}
.mB10 {margin-bottom:10px!important;}
.mB15 {margin-bottom:15px!important;}
.mB20 {margin-bottom:20px!important;}
.mB25 {margin-bottom:25px!important;}
.mB30 {margin-bottom:30px!important;}
.mB35 {margin-bottom:35px!important;}
.mB40 {margin-bottom:40px!important;}
.mB45 {margin-bottom:45px!important;}
.mB50 {margin-bottom:50px!important;}
.mB60 {margin-bottom:60px!important;}

.mR0 {margin-right:0px!important;}
.mR10 {margin-right:10px!important;}
.mR15 {margin-right:15px!important;}
.mR20 {margin-right:20px!important;}
.mR25 {margin-right:25px!important;}
.mR30 {margin-right:30px!important;}

.mL5 {margin-left:5px!important;}
.mL10 {margin-left:10px!important;}
.mL20 {margin-left:20px!important;}
.mL30 {margin-left:30px!important;}

.m0auto { margin:0 auto;}

.pa10{ padding:10px;}
.pa20{ padding:20px;}
.pB10{ padding-bottom:10px;}
.pT10{ padding-top:10px;}




/* border */
.border1{ border:1px solid #cccccc}
.border2{ border:1px solid #cccccc; padding:1px}

.bBnone{ border-bottom:none!important;}
.bTnone{ border-top:none!important;}
.bL4{ border-left:4px solid #cccccc; padding-left:6px;}

.b{ font-weight:bold}
.n{ font-weight:normal}

/* align */
.align-l{ text-align:left!important;}
.align-c{ text-align:center!important;}
.align-r{ text-align:right!important;}

/* moz */
.moz2{border-radius: 2px;-moz-border-radius: 2px;-webkit-border-radius: 2px;}
.moz4{border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;}

/* box */
.box-a, .box-b, .box-c,
.box-l {float:left}
.box-r{ float:right}

.font22{font-size:22px!important;}
.font21{font-size:21px!important;}
.font20{font-size:20px!important;}
.font19{font-size:19px!important;}
.font18{font-size:18px!important;}
.font17{font-size:17px!important;}
.font16{font-size:16px!important;}
.font15{font-size:15px!important;}
.font14{font-size:14px!important; line-height:1.7em;}
.font13{font-size:13px!important;}
.font12{font-size:12px!important;}
.font11{font-size:11px!important;}
.font10{font-size:10px!important;}


/* -------------------------------------Space----- */
.t01 { margin-top: 5px;}
.t02 { margin-top: 10px;}
.t03 { margin-top: 15px;}
.t04 { margin-top: 20px;}
.t05 { margin-top: 25px;}
.t06 { margin-top: 30px;}
.t07 { margin-top: 35px;}
.t08 { margin-top: 40px;}
.l02 { margin-left: 10px;}
.l03 { margin-left: 15px;}
.v01 { margin-top: 5px; padding-bottom: 5px;}
.v02 { margin-top: 10px; padding-bottom: 10px;}
.v03 { margin-top: 15px; padding-bottom: 15px;}
.v04 { margin-top: 20px; padding-bottom: 20px;}
.lt03 { margin-top: 15px; margin-left: 15px;}
.box01 { margin: 10px 10px 10px 10px;}
.box01nt { margin: 0 10px 10px 10px;}
.parag { margin-top: 40px;}

.txtBlack01 {color: #191919;}
.txtBlue01 {color: #003A79;}

/* -------------------------------------Line----- */

.lineDot01 { height: 1px; font-size: 1px; background: transparent url(/common/img/linedot01.gif) repeat-x left center;}

.lineGray01 { height: 1px; font-size: 1px; background: transparent url(/common/img/linegray01.gif) repeat-x left top;}

.bglineCenter { background: #FFFFFF url(/common/img/line_center01.gif) repeat-x left center;}
.bglinebox { background-color:#FFFFFF; padding-right:10px;}


/* -------------------------------------width----- */
.w76 { width:76px; }
.w109 { width:109px; }
.w120 { width:120px; }
.w150 { width:150px; }
.w157 { width:157px; }
.w180 { width:180px; }
.w197 { width:197px; }
.w199 { width:199px; }
.w209 { width:209px; }
.w213 { width:213px; }
.w222 { width:222px; }
.w224 { width:224px; }
.w266 { width:266px; }
.w273 { width:273px; }
.w306 { width:306px; }
.w310 { width:310px; }
.w327 { width:327px; }
.w329 { width:329px; }
.w327 { width:327px; }
.w350 { width:350px; }
.w394 { width:394px; }
.w395 { width:395px; }
.w423 { width:423px; }
.w428 { width:428px; }
.w437 { width:437px; }
.w486 { width:486px; }
.w520 { width:520px; }
.w630 { width:640px; }
.w714 { width:714px; }