@charset "utf-8";
/*  Base.css  ===============================

	EIDAI, Inc.
	http://www.eidai-inc.co.jp
	
	Contents:
	- Universal selector
	- Structure selector
	- Link selector
	- Header selector
	- Global Navi selector
	- Sub Navi selector
	- Main Contents selector
	- Sidebar selector
	- Footer selector
	- Form selector
	- CSS Hacks
	
	Date of modification:
	2008/07/20
	
============================================*/

/*
	Universal selector  
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

/*
	Structure selector 
---------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	font-size: 62.5%;
	font-family: 'メイリオ', Meiryo ,'ＭＳ Ｐゴシック', Helvetica, Arial, Verdana, sans-serif;
	color: #333333;
}

#wrapper-top {
	width: 100%;
	height: 100px;
	font-size: 120%;
	margin: 0px;
	background-color: #ffffff;
	text-align: center;
	background-image: url(../img/bg_wrapper_top.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#wrapper-pnk {
	width: 100%;
	height: 30px;
	font-size: 120%;
	margin: 0px;
	text-align: center;
	background-image: url(../img/bg_wrapper_mid.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#wrapper-mid {
	width: 100%;
	min-height: 300px;
	margin: 0px;
	font-size: 120%;
	text-align: center;
	background-image: url(../img/bg_wrapper_mid.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#wrapper-btm {
	width: 100%;
	height: 50px;
	margin-top: 15px;
	text-align: center;
	clear: both;
	background-image: url(../img/bg_wrapper_btm.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#wrapper-bnr {
	width: 100%;
	height: auto;
	margin-top: 15px;
	text-align: center;
	clear: both;
}

/* ClearFix logo */
div#logo {
	width: 920px;
	height: 100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	display: inline-block;
}

div#logo:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hide from IE-mac \*/
* html div#logo {
	height: 1%;
}
div#logo {
	display: block;
}
/* End hide from IE-mac */

div.logo-right {
	float: right;
	width: 300px;
	height: 80px;
	margin-top: 15px;
}
h1#logo-left {
	display: block;
	float: left;
	width: 400px;
	height: auto;
	margin-top: 15px;
	text-align: left;
}

li.topnavi {
	float: right;
	list-style-type: none;
	padding-left: 15px;	
}

div#pnk {
	width: 920px;
	height: 30px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 8px;
	text-align: left;
	color: #ffffff;
}

/* ClearFix contents-top */
div#contents-top {
	width: 940px;
	height: 200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/bg_wrapper_mid.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	display: inline-block;
}

table#contents-top {
	width: 940px;
	height: 200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/bg_wrapper_mid.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

div#contents-top:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hide from IE-mac \*/
* html div#contents-top {
	height: 1%;
}
div#contents-top {
	display: block;
}
/* End hide from IE-mac */

/* ClearFix contents */
div#contents {
	width: 940px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #ffffff;
	text-align: left;
	display: inline-block;
	background-image: url(../img/bg_contents.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

div#contents:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hide from IE-mac \*/
* html div#contents {
	height: 1%;
}
div#contents {
	display: block;
}
/* End hide from IE-mac */

/* ClearFix s-bnr */
div#s-bnr {
	width: 940px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	display: inline-block;
}

div#s-bnr:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hide from IE-mac \*/
* html div#s-bnr {
	height: 1%;
}
div#s-bnr {
	display: block;
}
/* End hide from IE-mac */

div#contents-btm {
	width: 940px;
	height: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	clear: both;
	background-image: url(../img/bg_contents_btm.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


/*
	Link selector
---------------------------------------------*/

a {
	color: #336699;
	text-decoration: underline;
}

a:hover,a:active {
	color: #003366;
	text-decoration: none;
}

div#pnk a {
	color: #ffffff;
	text-decoration: underline;
}

div#pnk a:hover,div#pnk a:active {
	color: #ffffff;
	text-decoration: none;
}

a.under {
	text-decoration: underline;
	color: #4a6979;
}

a.under:hover,a.under:active {
	color: #0066cc;
	text-decoration: none;
}

a.white {
	text-decoration: none;
	color: #ffffff;
}

a.white:hover,a.white:active {
	color: #0066cc;
	text-decoration: underline;
}


/*
	Header selector
---------------------------------------------*/



/*
	Global Navi selector
---------------------------------------------*/

h2 em {
	visibility: hidden;
	font-size: 50%;
	text-decoration: none;
	color: #999999;
}


h2.gn01 a {
	width: 240px;
	height: 60px;
	background-image: url(../img/gn01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	margin: 0px;
	text-decoration: none;
}

h2.gn01 a:hover, h2.gn01 a:active {
	width: 240px;
	height: 60px;
	background-image: url(../img/gn01_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	margin: 0px;
	text-decoration: none;
}


h2.gn02 a {
	width: 240px;
	height: 60px;
	background-image: url(../img/gn02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	margin: 5px 0px 0px 0px;
	text-decoration: none;
}

h2.gn02 a:hover, h2.gn02 a:active {
	width: 240px;
	height: 60px;
	background-image: url(../img/gn02_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	margin: 5px 0px 0px 0px;
	text-decoration: none;
}

h2.gn03 a {
	width: 240px;
	height: 60px;
	background-image: url(../img/gn03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	margin: 5px 0px 0px 0px;
	text-decoration: none;
}

h2.gn03 a:hover, h2.gn03 a:active {
	width: 240px;
	height: 60px;
	background-image: url(../img/gn03_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	margin: 5px 0px 0px 0px;
	text-decoration: none;
}

/*
	Sub Navi selector 
---------------------------------------------*/


/*
	Main Contents selector 
---------------------------------------------*/

#main {
	float: left;
	width: 660px;
	/*
	margin-left: 10px;
	*/
	position: relative;
	left: 10px;
}

#main-top {
	float: left;
	width: 660px;
	height: 200px;
	position: relative;
	left: 10px;
	display: block;
		
}

div.main-inner {
	width: auto;
	margin: 10px 15px 0px 15px;
}

img.bnr-btm {
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}

h2.title {
	font-size: 130%;
	margin: 0px;
	padding: 0px;
	line-height: 120%;
	clear: both;
	margin-bottom: 10px;
}

h2.title-left {
	width: 500px;
	font-size: 130%;
	line-height: 120%;
	margin: 0px;
	padding: 0px;
	float: left;
}

div.title-box {
	width: 100%;
}

/* ClearFix title-box */
div.title-box {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	display: inline-block;
}

div.title-box:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hide from IE-mac \*/
* html div.title-box {
	height: 1%;
}
div.title-box {
	display: block;
}
/* End hide from IE-mac */
/* ClearFix title-box end */

img.midashi {
	margin-right: 15px;
}

.tble100p {
	width: 100%;
	margin-bottom: 15px;
}

.bor-gray {
	border: 1px solid #cccccc;
}

tr.blue {
	background-image: url(../img/bg_blue.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

tr.gray {
	background-image: url(../img/bg_gray.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

tr.white {
	background-image: url(../img/bg_white.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

tr.paleblue {
	background-image: url(../img/bg_paleblue.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

td.n {
	padding: 5px 10px 5px 15px;
}

td.nvtop {
	padding: 5px 10px 5px 15px;
	vertical-align: top;
}

.bor-left {
	background-image: url(../img/border_left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.bor-left-pale {
	background-image: url(../img/border_left_paleblue.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

td.w120 {
	width: 120px;
	padding: 5px 10px 5px 15px;
	
}

h3.title {
	font-size: 120%;
	margin: 0px;
	padding: 0px;
	line-height: 120%;
	clear: both;
	margin-bottom: 10px;
}

p.btn-list {
	float: right;
	vertical-align: top;
	text-align: right;
}

p.pagetop {
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: right;
	clear: both;
}

img.imgpnk {
	vertical-align: middle;
}

div.nombre {
	width: 100%;
	clear: both;
}

p.nomleft {
	float: left;
	width: 40%;
	text-align: left;
}

p.nomright {
	float: right;
	width: 40%;
	text-align: right;
}

table.line {
	border: 1px solid #CCCCCC;
	
}

td.question {
	font-weight: bold;
	color: #000000;
}

p.title120p {
	font-size: 120%;
	font-weight: bold;
	color: #000000;
}

ul.linormal {
	margin: 0px 0px 0px 30px;
}

ul.lisitemap {
	margin: 0px 0px 0px 60px;
}

h3.n-title {
	font-size: 120%;
	color: #ffffff;
	background-color: #993366;
	padding: 3px 20px 3px 20px;
	margin-top: 10px;
	margin-bottom: 7px;
	clear: both;
}

/*
	Side selector
---------------------------------------------*/

#side {
	float: right;
	width: 240px;
	/*
	margin-right: 10px;
	*/
	position: relative;
	right: 10px;
}

#side-top {
	float: right;
	width: 240px;
	height: 200px;
	position: relative;
	right: 10px;
	display: block;
}

img.bnr-side {
	margin-top: 10px;
	margin-bottom: 0px;
}

/*
	Footer selector
---------------------------------------------*/

#footer {
	width: 920px;
	height: auto;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

h2.foottxt {
	font-weight: normal;
	text-align: right;
	font-size: 100%;
}

/*
	Form selector
---------------------------------------------*/

input.bg,
textarea.bg {
	font-size: 12px;
	font-family: inherit;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	background-color: #f6f6f6;	
}


select {
	background-color: #f6f6f6;
	font-family: inherit;
	font-size: 120%;
	color: #000000;
}

/*
	CSS Hacks
---------------------------------------------*/

/*
	Others
---------------------------------------------*/

img {
	border: 0;
	vertical-align: bottom;
}

.img-fr {
	border: 1px solid #cccccc;
	padding: 2px;
}

.imgleft {
	float: left;
	margin: 0px;
	padding: 0px;
}

.imgleft-fr {
	float: left;
	padding: 2px;
	margin: 0px 10px 2px 0px;
	border: 1px solid #cccccc;
}

.imgright {
	float: right;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

.img-right {
	float: right;
	margin: 0px 0px 5px 10px;
	padding: 0px;
}

.imgright-fr {
	float: right;
	padding: 2px;
	margin: 0px 0px 2px 10px;
	border: 1px solid #cccccc;
}

img.middle {
	vertical-align: middle;
	display: block;
	float: left;
}

img.title-icon {
	margin-right: 15px;
}

img.underspace {
	margin-bottom: 15px;
}

div.stopper,
br.stooper {
	clear: both;
}

img.icosmall {
	margin-right: 5px;
}

/*
	Common selector  
---------------------------------------------*/
/*	Wide	-------------------*/

.agnright {
	text-align: right;
}

.agnleft {
	text-align: left;
}

.w10per {
	width: 10%;
}

.w15per {
	width: 15%;
}

.w20per {
	width: 20%;
}

.w25per {
	width: 25%;
}

.w30per {
	width: 30%;
}

.w35per {
	width: 35%;
}

.w40per {
	width: 40%;
}

.w45per {
	width: 45%;
}

.w50per {
	width: 50%;
}

.w60per {
	width: 60%;
}

.w70per {
	width: 70%;
}

.w100per {
	width: 100%;
}

/*	Font	-------------------*/

.fw {
	color: #ffffff;
}

.fwpb {
	color: #ffffff;
	font-weight: bold;
}

.f110per {
	font-size: 110%;
}

.f115per {
	font-size: 115%;
}

.f120per {
	font-size: 120%;
}

.f8p {
	font-size: 8px;
}

.f9p {
	font-size: 9px;
}

.f10p {
	font-size: 10px;
}

.f11p {
	font-size: 11px;
}

.f12p {
	font-size: 12px;
}

.f13p {
	font-size: 13px;
}

.f14p {
	font-size: 14px;
}

.f15p {
	font-size: 15px;
}

.f16p {
	font-size: 16px;
}

.f17p {
	font-size: 17px;
}

.f18p {
	font-size: 18px;
}

.pb {
	font-weight: bold;
}

.aka {
	color:#df0442;
}

.kuro {
	color:#000000;
}

.shiro {
	color:#ffffff;
}

.midori {
	color:#006633;
}

.cha {
	color:#660033;
}

/*	Align	-------------------*/

.txt-l {
	text-align: left;
}

.txt-r {
	text-align: right;
}


/*	valign	-------------------*/

.va5btm {
	padding-bottom: 5px;
}
.va10btm {
	padding-bottom: 10px;
}

?.va12btm {
	padding-bottom: 12px;
}

.va14btm {
	padding-bottom: 14px;
}

.va16btm {
	padding-bottom: 16px;
}

.va5top {
	padding-top: 5px;
}

.va10top {
	padding-top: 10px;
}

.va12top {
	padding-top: 12px;
}

.va14top {
	padding-top: 14px;
}

.va16top {
	padding-top: 16px;
}

/*	bg color	-------------------*/

.bgmidori {
	background-color:#006633;
}

.bgshiro {
	background-color:#ffffff;
}