@charset "utf-8";

/*---------------------------------------------------
* elements initialization 
*--------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1;
}
body {
	text-align: center;
	margin: 0 auto;
	color: #333333;
	background: url(/images/common/bg_01.gif) #ffffff repeat-x 0 0;
}
ul {
	list-style: none;
}
em {
	font-weight: bold;
	font-style: normal;
}
img {
	border: 0;
	vertical-align: top;
}
.contents p {
	line-height: 160%;
}

/*----- font scheme -----*/
body{
	font-size: 13px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
/* Win IE6 */
* html body {
	font-size: 80%;
}
/* Win IE7 */
*:first-child+html body {
	font-size: 80%;
}

/*----- links color scheme -----*/
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: underline;
}

a:link {	color: #002d8a;}
a:visited {	color: #800080;}
a:hover,
a:active {	color: #4169e1;}

/*----- clearfix scheme -----*/
div{
	display: inline-block;
}
div:after{
	height: 0;
	visibility: hidden;
	content: url(/images/common/img_spacer.gif);
	display: block;
	clear:both;
}
/* hide MacIE \*/
* html div {height: 1em;}
div {display: block;}
/* ini */


/*----- width -----*/
.width520 {
	width: 520px;
}


/*----- 文字回り込み -----*/
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.clear {
	clear: both;
}

/*-- floatHalf --*/
.floatHalf .floatL {
	width: 365px;
	display: inline;
}
.floatHalf .floatR {
	width: 335px;
	display: inline;
	text-align: left;
}
.floatHalf li {
	line-height: 140%;
}

/*-- floatHalfLine --*/
.floatHalfLine .floatL {
	width: 335px;
	_width: 365px;
	display: inline;
	padding-right: 30px;
	background: url(/images/common/bg_dotline02.gif) repeat-y 100% 0;
}
.floatHalfLine .floatR {
	width: 335px;
	display: inline;
	text-align: left;
}


/*----- 画像回り込み -----*/
.imgLeft {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}
.imgRight {
	float: right;
	padding-left: 10px;
	padding-bottom: 5px;
}
.textRightFix {
	float: right;
}
.textLeftFix {
	float: left;
}


/*----- 文字揃え -----*/
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}


/*----- 文字装飾 -----*/
.textBold {
	font-weight: bold;
}
.textEm {
	font-size: 110%;
	color: #006699;
	font-weight: bold;
}


/*----- 文字色 -----*/
.red {
	color: #dc143c;
}


/*----- box -----*/
/*-- box01 --*/
.box01,
.box01_lastchild {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	margin-bottom: 20px;
	padding-top: 3px;
	padding-bottom: 2px;
}
.box01_lastchild {
	margin-bottom: 0;
}

/*-- box02 --*/
.box02 {
	background: #eeeeee;
	border: 1px solid #cccccc;
	padding: 15px 20px;
}

/*-- box03 --*/
.box03 {
	border: 1px solid #cccccc;
	padding: 15px 20px;
}

/*----- list -----*/
/*-- list01 --*/
.list01 li {
	list-style: disc;
	margin-left: 25px;
	margin-bottom: 6px;
	padding-left: 0;
	line-height: 130%;
}

/*-- list02 --*/
ul.list02 {
	background: #eeeeee;
	padding: 15px 20px;
}
.list02 li {
	list-style: disc;
	margin-left: 25px;
	margin-bottom: 6px;
	padding-left: 0;
	line-height: 130%;
}

/*-- list03 --*/
ul.list03 {
	background: #eaf3fd;
	padding: 15px;
}
.list03 li {
	list-style: disc;
	margin-left: 15px;
	margin-bottom: 6px;
	padding-left: 0;
	line-height: 130%;
	color: #003366;
	font-weight: bold;
}


/*----- linkArrow -----*/
/*-- linkArrow01 --*/
p.linkArrow01 a {
	padding-left: 15px;
	background: url(/images/common/l-style_arrow01.gif) no-repeat 0 0.35em;
}
.linkArrow01 li {
	background: url(/images/common/l-style_arrow01.gif) no-repeat 0 0.5em;
	margin-left: 11px;
	padding-left: 15px;
	padding-bottom: 6px;
	line-height: 140%;
}
.linkArrow01 li a {
	padding-left: 0;
	background: none;
}

/*-- linkArrow02 --*/
.linkArrow02 {
	margin-top: 9px;
	margin-bottom: 12px;
}
.linkArrow02 a {
	padding-bottom: 5px;
	padding-left: 14px;
	background: url(/images/common/l-style_rnavi.gif) no-repeat 0 0.15em;
}
.linkArrow02 li {
	margin-left: 24px;
	margin-bottom: 6px;
	text-indent: -14px;
	line-height: 140%;
}

/*-- linkArrow05 --*/
p.linkArrow05 {
		margin-top: 15px;
}
p.linkArrow05 a {
	padding-left: 15px;
	background: url(/images/common/l-style_arrow01.gif) no-repeat 0 0.35em;
}


/*---------------------------------------------------
* 共通部分
*--------------------------------------------------*/

/*----- container -----*/
.container{
	margin: 0 auto;
	text-align: left;
	width: 950px;
}

/*----- All_Header -----*/
#All_Header{
	background: url(/images/common/bg_header.gif) #ffffff no-repeat 0 0;
	padding-top: 20px;
}

.title {
	float: left;
}
.catch {
	float: left;
	margin-top: 15px;
	margin-left: 25px;
}

/*-- search --*/
.search {
	float: right;
	width: 200px;
	display: inline;
}
.search ul {
	float: right;
	display: inline;
}
.search li {
	float: left;
	margin-left: 9px;
	display: inline;
}
.search li.firstchild {
	border-right: 1px solid #010101;
	padding-right: 9px;
	margin-left: 0;
}
.search form {
	float: right;
	display: inline;
}
.search input#search {
	clear: both;
	border: 1px solid #a5acb2;
	float: left;
	margin-top: 8px;
	width: 116px;
	display: inline;
}
.search p {
	float: left;
	margin-top: 6px;
	margin-left: 7px;
	display: inline;
}
.search button {
	background: #ffffff;
	border: none;
}

/*-- fontSize --*/
#fontSize {
	float:right;
	margin-left: 13px;
	display: inline;
}
#fontSize ul {
	padding-top: 8px;
}
#fontSize li {
	float: left;
	margin-left: 10px;
	display: inline;
}
#fontSize li.firstchild {
	margin-left: 1px;
}


/*----- All_GlobalNavigation -----*/
#All_GlobalNavigation {
	clear: both;
	padding-top: 16px;
}
#All_GlobalNavigation li{
	float: left;
	display: inline;
}

.contents {
	float: left;
	width: 730px;
	display: inline;
}

.side {
	float: right;
	width: 200px;
	display: inline;
}


/*----- All_BoxBanner -----*/
#All_BoxBanner p {
	margin-bottom: 10px;
}


/*----- All_BoxAbout -----*/
#All_BoxAbout p{
	margin-top: 6px;
	margin-bottom: 18px;
	font-size: 80%;
	line-height: 140%;
}


p.Graybox {
	background:#edebec;
	margin: 0 3px 3px;
	padding: 2px 3px 4px;
	font-size: 80%;
	line-height: 150%;
}


/*----- All_Footer -----*/
#All_Footer {
	clear: both;
	padding-top: 37px;
	margin-bottom: 10px;
}
#All_Footer div.footerBg {
	background: url(/images/common/bg_footer.gif) #eaeaea repeat-x 0 0;
	border-bottom: 1px solid #ffffff;
}
#All_Footer ul {
	clear: both;
	float: right;
	margin-top: 12px;
	margin-right: 20px;
	margin-bottom: 10px;
	display: inline;
}
#All_Footer li {
	float: left;
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid #010101;
}
#All_Footer li.firstchild {
	border-left: none;
	margin-left: 0;
}
#All_Footer p {
	clear: both;
	border-top: 6px solid #000080;
	padding-top: 7px;
	padding-right: 20px;
	text-align: right;
}
#All_Footer div.footerLine {
	background: url(/images/common/bg_footerline.gif) no-repeat 14px 0;
	clear: both;
}
div.qaBox {
	margin-bottom: 35px;
}