/*---------------------------------------------

	CSS cording: EIDAI, Inc.
	http://www.eidai-inc.co.jp

----------------------------------------------*/

/* --------------------------------------------

   universalselector
   
---------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}


/* --------------------------------------------

	structure

---------------------------------------------*/

body {
	height:100%;
	position: static;
	width: 800px;
	margin: 0 auto;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	bottom: 0px;
	text-align: center;
	font-size: 11px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック', sans-serif;
	background-image: url(./img/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	color:#666666;
	background-color: #ebebeb;

}

a {
	color: #104E8B;
}

a:hover,a:active {
	color: #104E8B;
	text-decoration: underline;
}

img {
	border: 0;
	text-decoration: none;
}

#wrapper {
	height: auto;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#contents {
	width: 800px;
	height: 100%;
	min-height: 500px;
	display: inline-block;	
}

*:first-child+html #contents {
	padding-bottom:120px;
}

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

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


#main {
	height: 100%;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	margin-right: 10px;
	margin-left: 10px;
	min-height: 500px;

}
div#mainall {
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	padding: 5px;
	margin-right: 20px;
	margin-left: 20px;
	height: 100%;
	min-height: 500px;
}

/* --------------------------------------------

	button

---------------------------------------------*/

button {
margin-top:20px;
}

button.button1 {
-moz-background-clip:border;
-moz-background-origin:padding;
-moz-background-size:auto auto;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background-attachment:scroll;
background-position:0 0;
background-repeat:repeat-x;
border-bottom-style:solid;
border-bottom-width:1px;
background-color:#8AD627;
border-color:#8AD627;
cursor:pointer;
display:inline-block;
position:relative;
width:150px;
color:#FFFFFF;
font-size:14px;
font-weight:bold;
padding-bottom:6px;
padding-left:10px;
padding-right:10px;
padding-top:5px;
}

button.button2 {
-moz-background-clip:border;
-moz-background-origin:padding;
-moz-background-size:auto auto;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background-attachment:scroll;
background-position:0 0;
background-repeat:repeat-x;
border-bottom-style:solid;
border-bottom-width:1px;
background-color:#a9a9a9;
border-color:#a9a9a9;
cursor:pointer;
display:inline-block;
position:relative;
width:150px;
color:#FFFFFF;
font-size:14px;
font-weight:bold;
padding-bottom:6px;
padding-left:10px;
padding-right:10px;
padding-top:5px;
}

/* --------------------------------------------

	font

---------------------------------------------*/

p.red{
font-size: 24px;
font-weight:bold;
color:red;
text-shadow: gray 1px 2px 1px;
}

/*-------------------------------

 topmenu css 
 
-------------------------------*/
div#topmenu { 
	width : 800px;
	height : 25px;
	background-image : url(./img/topmenu.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	margin-bottom: 10px;
}    
div#topmenu ul{
	list-style: url(./img/deco02.gif);
	text-align:left;  /*ボタン枠のテキストをセンター寄せ*/
	float:right;
	padding : 0;
	margin : 0;
	position:relative;
}
div#topmenu li{
	font-size:13px;
	font-weight:bold;
	float:left;  これで一列にリストを並ばせる*/
	padding : 0;
	margin: 0px 20px;

}

div#topmenu li a{
	color: #666666;
	height : auto;  /*リンク範囲の高さを自動に：firefox必須*/
	text-decoration : none;  /*下線を表示しない*/  
}
div#topmenu li a:hover,a:active {  /*マウスポインタがリンクに重なったときの設定*/
	color:#ff7f50;
}

div#topmenu .selecton a{  /*マウスポインタがリンクに重なったときの設定*/
	color:#ff7f50;
}

/*--------------------------------

 side navi css
 
------------------------------- */
div#main-r {
	float: right;
	font-size: 13px;
	font-weight:500;
	line-height: 150%;
	height: 100%;
	list-style-type: none;
	margin: 10px 10px 2em 0;
}

div#main-r .sideimg{
	padding-top: 7px;
}

div#main-r ul {
	background-color: #F6F6F6;
	margin-top: 7px;
	padding: 0px;
}

div#main-r li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
div#main-r li a {
	height : auto;  /*リンク範囲の高さを自動に：firefox必須*/
	display: block;
	padding: 5px 0 5px 10px;
	width: 160px;
	text-decoration: none;
	border-left: 5px solid #daa520;
	border-bottom: 1px dashed #CCCCCC;
	background-color: #f5f5f5;
	color: #666666;
}
div#main-r li a:hover {  /*マウスポインタがリンクに重なったときの設定*/
	border-left: 5px solid #ffd700;	
}

div#main-r li a:active {  /*マウスポインタがリンクに重なったときの設定*/
	border-left: 5px solid #ffd700;	
}

div#main-r .selecton a{  /*マウスポインタがリンクに重なったときの設定*/
	border-left: 5px solid #ffd700;	
	font-weight:600;
}

/*--------------------------------

 footnavi css
 
------------------------------- */
#footnavi,
#footnavi2 {
	width: 800px;
	text-align: right;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	display: inline-block;
}
#footnavi:after,
#footnavi2:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hide from IE-mac \*/
* html #footnavi:after,
* html #footnavi2:after { height: 1%; }
#footnavi,
#footnavi2 { display: block; }
/* End hide from IE-mac */

#footnavi li,
#footnavi2 li {
	display: inline;
	margin: 0px;
	padding: 3px 5px 0px;
	background-position: left center;

}


/*--------------------------------

 footer css

--------------------------------*/


#footer {
	width: auto;
	background-color: #daa520;
	text-align: center;
	clear: both;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: 11px;
	color: #FFFFFF;
	letter-spacing: 0.15em;
}

/*-------------------------------
 for form  css  
-------------------------------*/
input.bg,
textarea {
	font-size: 100%;
	font-family: inherit;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-color: #f6f6f6;
	color: #4a6979;	
}

select {
	background-color: #f6f6f6;
	font-family: inherit;
	color: #4a6979;
}

/*-------------------------------
 for form  css  end
-------------------------------*/


/*----------------------------------

 other css
 
--------------------------------- */

table.line {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}
th.price {
	color: white;
	background-color: #336633;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-weight: bold;
}

tr.color {
	background-color: #f6f6f6;
	border: solid 1px #ffffff;
}
tr.white {
	background-color: #ffffff;
}

td.standard {
	color: #666666;
	line-height: 130%;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	text-align: left;
}
td.standard-gray {
	font-weight: bold;
	color: #666666;
	line-height: 130%;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	text-align: left;
	background-color: #f6f6f6;
}
td.standard-top {
	line-height: 130%;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
}
td.standard-bold {
	color: #666666;
	font-weight: bold;
	line-height: 130%;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	text-align: left;
}
td.standard-white {
	color: #ffffff;
	font-weight: bold;
	line-height: 130%;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	text-align: left;
}
td.standard-center {
	color: #666666;
	line-height: 130%;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
}


li.num {
	text-decoration: none;
	list-style-type: decimal;
	font-size: 13px;
	font-weight: bold;
	margin-left: 40px;
	
}

li.normal {
	text-decoration: none;
	list-style-type: square;
	font-weight: bold;
	margin-left: 20px;
}

li.under {
	text-decoration: none;
	list-style-type: none;
	margin-left: 30px;
}

div.stopper {
	clear: both;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}

td.standard {
	font-size: 13px;
	color: #666666;
	line-height: 130%;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}

td.standard-bgw {
	font-size: 13px;
	color: #666666;
	line-height: 130%;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	background-color: #ffffff;
}

td.standard-bgg {
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	line-height: 130%;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	background-color: #cccccc;
}

div#head-r {
	float: right;
	width: 210px;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 0px;

}
li.side {
	text-decoration: none;
	background-image: url(./img/bg_sidemenu.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 5px 0px 5px 10px;
	padding: 13px 0px 12px 30px;
	list-style-type: none;
}
h1.head {
	clear: both;
	margin-bottom: 0px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	height: auto;
	width: 800px;
}
div#shadow {
	height: auto;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	text-align: center;
	background-image: url(./img/shadow.gif);
	background-repeat: no-repeat;
	background-position: center top;

}

div#main-l {
	float: left;
	width: 580px;
	font-size: 12px;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 0px;
	height: 100%;
	line-height: 150%;
}
div.dot {
	background-image: url(./img/line.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 2px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	display: block;
	clear: both;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h2.title {
	color: #696969
	font-size: 16px;
	padding: 2px 0px 2px 10px ;
	border-left: solid 8px #daa520;
	border-bottom: solid 2px #daa520;
	background: #ffffff;
	margin-top: 5px;
	margin-bottom: 15px;
}
.image-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
h3.title {
	color: #696969
	font-size: 14px;
	background : #f9f9f9 ;
	border : dotted 1px #cccccc ;
	padding: 2px 0px 2px 10px ;
	margin-top: 5px;
	margin-bottom: 15px;
}

h3.title-news {
	font-size: 14px;
	clear: both;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 5px;
	padding-left: 0px;
	vertical-align: middle;
	padding-top: 7px;
	padding-bottom: 10px;
	background-image: url(img/line.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #993333;
}

div.headimage {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: center;
	vertical-align: middle;


}
img.imgleft {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
p.txtstandard {
	line-height: 180%;
	text-align: justify;
}
div.box,
div.sitemap {
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 5px;
	line-height: 180%;
	text-align: justify;
	width: 570px;
}

div.box2 {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 180%;
	text-align: justify;
	width: 750px;
}
dl.dlbox {
	height: auto;
	width: 500px;
}
dt.dtleft {
	float: left;
	height: auto;
	width: 100px;
}
dd.ddright {
	float: right;
	height: auto;
	width: 400px;
}
li {
	margin-left: 30px;
}
div.navi {
	width: 100%;
	text-align: right;
}
img.imglink {
	padding-top: 10px;
	padding-bottom: 10px;
}
p.hissu {
	font-size: 10px;
}
div.privacyform {
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
h2.pagetop {
	color: #333333;
	width: auto;
	height: auto;
	padding-left: 30px;
	padding-bottom: 7px;
	padding-top: 5px;
	margin-right: 50px;
	font-size: 18px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #003399;
}

h2.pagetop2 {
	font-size: 14px;
	clear: both;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(./img/bg_title2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 5px;
	padding-left: 15px;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #ffffff;

}

#imeok { 
ime-mode: active; 
} 

#imeno { 
ime-mode: disabled; 
} 

#imeun{ 
ime-mode: inactive; 
} 

td a,
p.pb a,
p.acolor a,
div.sitemap a {
	color: #6699CC;
	text-decoration: underline;
}

td a:hover,
td a:active,
p.pb a:hover,
p.pb a:active,
p.acolor a:hover,
p.acolor a:active,
div.sitemap a:hover,
div.sitemap a:active {
	text-decoration: underline;
	color: #ff9900;
}

.f10p {
	font-size: 10px;
}

.f11p {
	font-size: 11px;
}

.f12p {
	font-size: 12px;
}

.f13p {
	font-size: 13px;
}
.pb {
	font-weight: bold;
}

.end-kugiri {
	background-image: url(./img/bg_kugiri.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 100%;
	margin-bottom: 10px;
	padding: 0px;
	height: 5px;
}

li.smap {
	background-image: url(./img/bg_kugiri.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* --------------------------------------------

	画像の色を変化

---------------------------------------------*/
.topimg a:hover img {
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
}
