@charset "utf-8";

/*** Research Panel CSS Document ***************************************

	ver.2009/09

	initialize.css

----------------------------------------------------------------***/

/**  initialize.css Menu *********************************************

	1.Base HTML
	2.Base Font
	3.Base Link
	4.float clear
	5.float
	6.general

*******************************************************************/


/*-----------------------------------------------------------------

	1.Base HTML

-------------------------------------------------------------------*/


html{
	height: 100%;
}

body{
	height: 100%;
	text-align: center;
	margin:0px;
}

ul,ol{
	list-style-type: none;
}

a,
fieldset,
img { border: 0; }

/*----------- img element*/

/* For IE7 \*/
	
*:first-child+html img { vertical-align: middle; }
/**/

img {
	margin-bottom: 0;
	line-height: 0;
}

/*---------form element*/

input,
select { vertical-align: top; }

/* \*/
*:first-child+html input { vertical-align: middle; }

* html input { vertical-align: middle; }

*:first-child+html select { vertical-align: middle; }

* html select { vertical-align: middle; }

/**/



/*-----------------------------------------------------------------

	2.Base Font

-------------------------------------------------------------------*/

body{
	color: #666464;
	font-size: 84%;
	font-family:Arial;
}

/* \*/

html[lang*=""] body{
	font-size: 84%;
}


/**/


address{
	line-height: 1.1;
	font-style: normal;
}


h1{ margin:0; padding:0; }

h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	line-height: 1.3;  margin:0; padding:0; 
}

p,
li,
dt,
dd,
table,
th,
td,
pre,
caption {
	font-size: 100%;
	line-height: 1.3; margin:0; padding:0;
}

p input,
p select,
p textarea,
li p,
li li,
li dt,
li dd,
li input,
li select,
li textarea,
dd p,
dd li,
dd dt,
dd dd,
dd input,
dd select,
dd textarea,
th p,
th li,
th dt,
th dd,
th input,
th select,
th textarea,
td p,
td li,
td dt,
td dd,
td input,
td select,
td textarea { font-size: 100%; margin:0; padding:0; }

p input,
p select,
p textarea,
li p,
li li,
li dt,
li dd,
li input,
li select,
li textarea,
dd p,
dd li,
dd dt,
dd dd,
dd input,
dd select,
dd textarea,
th p,
th li,
th dt,
th dd,
th input,
th select,
th textarea,
td p,
td li,
td dt,
td dd,
td input,
td select,
td textarea { font-size: 100%; margin:0; padding:0; }

div {
margin:0;
padding:0;
}
hr {
display:none;
}
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
}
p, pre, blockquote, sup, sub {
margin:0;
padding:0;
}
address {
margin:0;
padding:0;
}
em, strong, dfn, code, samp, kbd, cite, abbr, acronym, q, ins, del, br {
margin:0;
padding:0;
}
ul, ol, li, dl, dt, dd {
margin:0;
padding:0;
}
fieldset {
margin:0;
padding:0;
}
legend {
margin:0;
padding:0;
}
form {
margin:0;
padding:0;
}

/*-----------------------------------------------------------------

	3.Base Link

-------------------------------------------------------------------*/

a {
	text-decoration: underline;
}
a:link {
	color: #FD6602;
}
a:visited {
	color: #FD6602;
}
a:hover {
	color: #FD6602;
	text-decoration: none;
}
a:active {
	color: #FD6602;
}

a img {
	border: none;
	text-decoration: none;
}


h3 a {
	text-decoration: underline;
}
h3 a:link {
	color: #005eae;
}
h3 a:visited {
	color: #005eae;
}
h3 a:hover {
	color: #005eae;
	text-decoration: none;
}
h3 a:active {
	color: #005eae;
}

a.blank{
	background:transparent url(/common/img/blank.gif) no-repeat scroll right 4px;
	padding:0 16px 0 0;
}



/*-----------------------------------------------------------------

	4.float clear

-------------------------------------------------------------------*/

br.clr /* For test */ {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }
/*\*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/**/

hr.hr-cler{
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	visibility: hidden;
}

/*-----------------------------------------------------------------

	5.float

-------------------------------------------------------------------*/

.floatLeft{
	float: left;
}

.floatRight{
	float: right;
}



/*-----------------------------------------------------------------

	1.Layout

-------------------------------------------------------------------*/

div#wall{
	width: 900px;
	margin: 0px auto;
	text-align: center;
}

div#wallWrap{
	clear: both;
	width: 900px;
	margin: 0px auto;
	text-align: left;
	min-height:350px;
	height: auto !important;
	height: 350px;
}

div#mainContetns{
	float: right;
	width: 700px;
	padding-top: 15px;
	padding-bottom: 15px;
}

div.localContetns{
	float: left;
	width: 164px;
	padding-top: 19px;
	padding-bottom: 28px;
}

/*------------------------------------------------------ 1-1.Column pattern*/

div.locator{
	clear: both;
}

div.column2A,
div.column2B,
div.column3A,
div.column3B,
div.column4A,
div.column4B,
div.column4C,
div.column4D,
div.column5A,
div.column5B,
div.column5C,
div.column5D,
div.column5E,
div.column2AEx,
div.column2BEx,
div.column3AEx,
div.column3BEx,
div.column3CEx,
div.photoArea{
	float: left;
}

div.column3C{
	float:right;
}

/*------------------------------------------------------ 1-2.Title*/

div#mainContetns h1.titleH101{
	font-size: 150%;
	line-height: 1.2;
	margin-bottom: 15px;
	color: #0092d7;
}


div#mainContetns h2.titleH201{
	color: #0092d7;
	font-size: 123.1%;
	margin-bottom: 1px;
}

div#mainContetns p.text{
	margin-bottom: 20px;
}

/*------------------------------------------------------ 1-3.Bread clumb*/

div.breadClumb{
	width: 100%;
	margin-bottom: 14px;
}

div.breadClumb ul li{
	display: inline;
}

div.breadClumb ul li span{
	margin-left: 4px;
}

div.breadClumb ul li.onPage{
	color: #0092d7;
	font-weight: bold;
}


div.breadClumb ul li a:link,
div.breadClumb ul li a:visited,
div.breadClumb ul li a:hover{
	color: #666464;
}

div.breadClumb ul li.onPage a:link,
div.breadClumb ul li.onPage a:visited,
div.breadClumb ul li.onPage a:hover{
	color: #0092d7;
}


/*-----------------------------------------------------------------

	2.Header

-------------------------------------------------------------------*/

div#header{
	width: 900px;
	text-align: left;
	padding: 10px 0 0 0 ;
	display: inline;
}

div#header div.column2A{
	width: 700px;
	padding: 0;
}

div#header div.column2A h1,
div#header div.column2A p.logo{
	line-height: 0;
	margin: 0 0 10px 5px;
	width: 260px;
	float: left;
	display: inline;
}
div#header div.column2A img#declaration{
	float: left;
	padding-top: 5px;
}

div#header div.column2B{
	float: right;
	width: 192px;
	_width: 200px;
	text-align: right;
	padding-right: 8px;
	display: inline;
}




div#header div.btns p{
	zoom:1;
	white-space:nowrap;
	line-height: 1.1;
	margin-bottom: 7px;
}


div#header div.btns p:after{
	display:block;
	clear:both;
	content:'';
}

div#header div.btns p{
	float:right;
	position: relative;
	background-image: url(../img/bg_btn01.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align:center;
	text-decoration:none;
	margin-top: 5px;
}

div#header div.btns p span.btn{
	position:relative;
	display:block;
	left:5px;
	top:0px;
	float:left;
	background-image: url(../img/bg_btn01.gif);
	text-decoration:none;
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #FFFFFF;
}

div#header div.btns p span.btn span {
	display:block;
	float: left;
	position: relative;
	top:-5px; left:0px;
	background-image: url(../img/bg_btn01.gif);
	text-decoration:none;
	background-repeat: no-repeat;
	background-position: right top;
}

div#header div.btns p span.btn span a{
	display: block;
	float: left;
	position: relative;
	padding:5px 5px 1px 31px;
	top: 0px;left: -5px;
	background-image: url(../img/bg_btn01.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


div#header div.btns p a:link,
div#header div.btns p a:visited{
	text-decoration: none;
	color: #fff;
}

div#header div.btns p a:hover{
	color: #fff;
	text-decoration: underline;
}

div#header div.column2B p.links{
	clear: both;
	padding-top: 14px;
}

div#header div.column2B p.links img{
	vertical-align: middle;
	margin-right: 4px;
}

div#header div.column2B p.links a:link,
div#header div.column2B p.links a:visited{
	text-decoration: none;
	color: #666464;
}

div#header div.column2B p.links a:hover{
	text-decoration: underline;
	color: #666464;
}


/*-----------------------------------------------------------------

	3.Global Navigation

-------------------------------------------------------------------*/

div#gNavi{
	width: 900px;
	background-image: url(../img/bg_navi2.gif);
	background-repeat: no-repeat;
	text-align:center;
	line-height:39px;
}

/* \*/
* html div#gNavi{
	padding-bottom: 9px;
	text-align:center;
}

/**/

div#gNavi ul li{
	float: left;
	margin: 6px 0;
	padding:0 15px 6px 15px;
	line-height: 1.1;
	text-align:center;
}

div#gNavi ul li a{
	float: left;
	color: #0092d7;
	font-weight: bold;
	font-size: 107%;
	background-position: left top;
	background-repeat: no-repeat;
	
	padding-left: 5px;
}

div#gNavi ul li a span{
	display: block;
	float: left;
	padding: 5px 12px 0px 7px;
	height: 22px;
	text-align:center;
}

/* \*/
* html div#gNavi ul li a span{
	height: 25px;
}

/**/


div#gNavi ul li a:link,
div#gNavi ul li a:visited{
	color: #fff;
	text-decoration: none;
	
}

div#gNavi ul li a:hover{
	color: #03569b;
	background-image: url(../img/bg_navi_on_left_01.gif);
	
}

div#gNavi ul li a:hover span{
	text-decoration: none;
	background-image: url(../img/bg_navi_on.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-decoration: none;
	cursor: pointer;
	
}

/*-----------------------------------------------------------------

	4.Local Navigation

-------------------------------------------------------------------*/


div.localContetns div.localBox{
	background-image: url(../img/bg_local01.gif);
	background-repeat: repeat-x;
	background-position: top;
}

div.localContetns h3{
	font-size: 120%;
	margin: 0 0 5px 5px;
}

div.localContetns a{
	text-decoration:none;
}

div.localContetns a:hover{
	text-decoration:underline;
}

div.localContetns div.localBox dl{
	padding-top: 10px;
	padding-bottom: 9px;
	background-image: url(../img/bg_local01.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

div.localContetns div.localBox dl.first{
	padding-top: 12px;
}

div.localContetns div.localBox dl dt{
	padding: 0px 8px;
	margin-bottom: 2px;
}
div.localContetns div.localBox dl dd{
	padding: 0 16px;
}


div.localContetns div.localBox dl dd ul{
	margin-left: 4px;
}

div.localContetns div.localBox dl dd ul li{
	background-image: url(../img/ico_list01.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding:1px 0 1px 8px;
}



/*-----------------------------------------------------------------

	5.Footer

-------------------------------------------------------------------*/

div#footer{
	clear: both;
	width: 900px;
	margin-bottom: 10px;
	background-image:url(../img/bg_footer.gif);
	background-repeat:repeat-y;
	background-position: left;
}


div#footer div.wrapFirst{
	width: 900px;
	background-image: url(../img/bg_footer_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div#footer div.wrapSecond{
	text-align:left;
	background-image:url(../img/bg_footer_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

div#footer div.wrapFirst div.wrapSecond div.section{
	width:275px;
	float: left;
	clear: none;
	min-height: 100px;
	height: auto !important;
	margin: 0;
	padding:12px 0 14px 24px;
	white-space:nowrap;
}



div#footer div.wrapFirst div.wrapSecond div.section div.localContetns{
	width: 275px;
	padding:  0 0 0 40px;
}

div#footer div.wrapFirst div.wrapSecond div.section h3{
	float: left;
	clear: none;
	font-size: 100%;
	margin: 6px 0 0 0;
}
div#footer div.wrapFirst div.wrapSecond div.section h3 a,
div#footer div.wrapFirst div.wrapSecond div.section div.localContetns h3 a,
div#footer div.wrapFirst div.wrapSecond div.section div.localContetns h3 a:visited{
	color: #fff;
	text-decoration: none;
}

div#footer div.wrapFirst div.wrapSecond div.section h3.pl_40{
	padding-left:40px;
}

div#footer div.wrapFirst div.wrapSecond div.section div.localContetns div.localBox{
	background: none;
}
div#footer div.wrapFirst div.wrapSecond div.section div.localContetns div.localBox dl{
	float:left;
	clear:left;
	width:120px;
	background: none;
	padding: 4px 0 2px 0;
	margin: 0;
	line-height: 1.2;
}
div#footer div.wrapFirst div.wrapSecond div.section div.localContetns div.localBox dl dt{
	background-image:url(../img/footer_arrow.gif);
	background-repeat:no-repeat;
	background-position:center left;
	float:left;
	clear:left;
	margin:0;
	padding: 0 0 0 10px;
}

div#footer div.wrapFirst div.wrapSecond div.section div.localContetns div.localBox dl a{
	color: #fff;
}

div#footer div.wrapFirst div.wrapSecond div.section div.localContetns div.localBox dl a.blank{
	background: none;
}

div#footer div.wrapFirst div.wrapSecond div.section div.localContetns div.localBox dl a strong{
	font-weight: normal;
}


/* hidden kuroiwa 20100224 This area is deleted after three months if there is not editing
div#footer ul li,
div#footer h3,
div#footer dl dt,
div#footer dl dd{
	color: #fff;
}


div#footer dl dd ul{
	margin-left: 4px;
}

div#footer a:link,
div#footer a:visited{
	color: #fff;
	text-decoration:none
}

div#footer a:hover{
	color: #fff;
	text-decoration:underline;
}

div#footer div.column5A,
div#footer div.column5B{
	padding-bottom: 25px;
}

div#footer div.column5A{
	width: 138px;
}

div#footer div.column5B{
	width: 122px;
}

div#footer div.column5A ul li,
div#footer div.column5B ul li{
	background-image: url(../img/icon_list_footer.gif);
	background-position: 0 8px;
	background-repeat: no-repeat;
	padding-left: 6px;
}

div#footer ul.footNavi{
	clear: both;
}

div#footer ul.footNavi li{
	display: inline;
	margin-right: 4px;
}

div#footer ul.footNavi li span{
	margin-left: 8px;
}
*/
div#copyRight{
	width: 900px;
	padding-bottom: 10px;
	text-align: right;
}

div#copyRight address{
	margin-right: 12px;
	font-size: 92.3%;
}

/*-----------------------------------------------------------------

	twitter btn

-------------------------------------------------------------------*/

a#twitterBtn{
	position: fixed;
	display: block;
}

/*-----------------------------------------------------------------

	6.general

-------------------------------------------------------------------*/
.ml38{
	margin-left: 38px;
}

.section{
	margin-bottom: 30px;
	clear: both;
}
.sectionTitle{
	font-size: 130%;
	margin-bottom: 2px;
}

ul.circle{
	margin: 10px 15px;
	line-height:1.6;
}


ul.circle li{
	background: url(/common/img/ico_circle.gif) no-repeat left 5px;
	padding-left: 20px;
	margin: 10px 0;
}

.border{
	border: 1px solid #ccc;
}
p.text{
	margin-bottom: 15px;
}
.days{
	text-align: right;
	color: #333;
}

.indentParagraph{
	margin: 5px 15px;
}
a.account{
	margin-left: 20px;
	background: url(/common/img/ico_list_arr_gray.gif) no-repeat left center;
	padding-left: 12px;
}

/*----------------------------------------------------------------- clearfix*/

.clear {
	clear:both;
	display:block;
	font-size:0%;
	height:1px;
	overflow:hidden;
	width:1px;
}

.clearfix {
display:inline-block;
}
.clearfix {
display:block;
}
.clearfix:after {
clear:both;
content:"";
display:block;
}

div#wallWrap:after,
div#header:after,
div#footer div.wrapSecond:after,
div#gNavi:after,
div#mainContetns:after,
div#header div.btns:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }

div#wallWrap,
div#header,
div#footer div.wrapSecond,
div#mainContetns,
div#header div.btns { display:inline-block; }

/*\*/
* html div#wallWrap,
* html div#header,
* html div#footer div.wrapSecond,
* html div#mainContetns,
* html div#header div.btns { height:1%; }

div#wallWrap,
div#header,
div#footer div.wrapSecond,
div#mainContetns,
div#header div.btns { display:block; }

/**/