﻿
/*  Base.css  ===============================

	EIDAI, Inc.
	http://www.eidai-inc.co.jp
	kawamoto@eidai-inc.co.jp
	linktext #f10281
	
============================================*/

/*
	Universal selector  
---------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

/*
	Structure selector  
---------------------------------------------*/
body#common {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 62.5%;
	font-family: 'メイリオ', Meiryo ,'ＭＳ Ｐゴシック','Hiragino Kaku Gothic Pro', sans-serif;
	color: #333333;
	background-color: #ffffff;
	background-image: url(../img/bg_wrapper_out.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hide from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

#wrapper-out {
	height: auto;
	width: 1020px;
	margin: 0 auto 0 auto;
	background-color: none;
	text-align: center;
	background-color: none

}

#wrapper-mid {
	height: auto;
	width: 840px;
	margin: 25px auto 25px auto;
	text-align: center;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	/*
	background-image: url(../img/bg_wrapper_in.gif);
	background-repeat: repeat-y;
	background-position: left top;
	*/
}

#logoblock {
	display: inline-block;
	height: auto;
	width: auto;
	margin-right: 0;
	padding: 0 0 0 0;
	text-align: left;
	background-image: url(../img/bg_header_time.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: none;
}

#logoblock:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hide from IE-mac \*/
* html #logoblock { height: 1%; }
#logoblock { display: block; }
/* End hide from IE-mac */

#en-logoblock {
	display: inline-block;
	height: auto;
	width: auto;
	margin-right: 0;
	padding: 0 0 0 0;
	text-align: left;
	background-image: url(../img/en_bg_header_time.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: none;
}

#en-logoblock:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hide from IE-mac \*/
* html #en-logoblock { height: 1%; }
#en-logoblock { display: block; }
/* End hide from IE-mac */

#logo-right {
	float: right;
	width: 430px;
	height: auto;
	margin: 0;
	padding: 0;
	background-color: none;
	display: block;
	margin: 0 20px 0 0;
}

#logo-left {
	float: left;
	width: 320px;
	height: auto;
	margin: 0 0 0 20px;
	padding: 0;
	background-color: none;
	display: block;
}

#wrapper-in {
	height: auto;
	width: auto;
	margin: 5px 20px 0 20px;
	text-align: left;
	background-color: none;
	/*
	background-image: url(../img/bg_wrapper_in.gif);
	background-repeat: repeat-y;
	background-position: left top;
	*/
}


#contents:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#contents {
	width: auto;
	height: auto;
	padding: 10px 0 0 0;
	display: inline-block; 
	background-color: none;
}

/* Hide from IE-mac \*/
* html #contents { height: 1%; }
#contents { display: block; }
/* End hide from IE-mac */

#contents-inner:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#contents-inner {
	display: inline-block;
	margin: 15px 0 0 0;
}

/* Hide from IE-mac \*/
* html #contents-inner{ height: 1%; }
#contents-inner { display: block; }
/* End hide from IE-mac */


/*
	Global Navi selector
---------------------------------------------*/

#side-block strong {
	visibility: hidden;
	font-size: 6px;
}

#side-block h3#gn00 a {
	margin: 0;
	padding: 0;
	background-image: url(../img/gn00.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 50px;
	width: 220px;
	display: block;
}

#side-block h3#gn00 a:hover,
#side-block h3#gn00 a:active {
	margin: 0;
	padding: 0;
	background-image: url(../img/gn00_on.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 50px;
	width: 220px;
	display: block;
}

#side-block h3#gn01 a {
	margin: 0;
	padding: 0;
	background-image: url(../img/gn01.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 50px;
	width: 220px;
	display: block;
}

#side-block h3#gn01 a:hover,
#side-block h3#gn01 a:active {
	margin: 0;
	padding: 0;
	background-image: url(../img/gn01_on.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 50px;
	width: 220px;
	display: block;
}

#side-block h3#gn02 a {
	margin: 0;
	padding: 0;
	background-image: url(../img/gn02.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 50px;
	width: 220px;
	display: block;
}

#side-block h3#gn02 a:hover,
#side-block h3#gn02 a:active {
	margin: 0;
	padding: 0;
	background-image: url(../img/gn02_on.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 50px;
	width: 220px;
	display: block;
}

#side-block h3#gn03 a {
	margin: 0;
	padding: 0;
	background-image: url(../img/gn03.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 50px;
	width: 220px;
	display: block;
}

#side-block h3#gn03 a:hover,
#side-block h3#gn03 a:active {
	margin: 0;
	padding: 0;
	background-image: url(../img/gn03_on.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 50px;
	width: 220px;
	display: block;
}

#side-block h3#gn04 a {
	margin: 0;
	padding: 0;
	background-image: url(../img/gn04.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 50px;
	width: 220px;
	display: block;
}

#side-block h3#gn04 a:hover,
#side-block h3#gn04 a:active {
	margin: 0;
	padding: 0;
	background-image: url(../img/gn04_on.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 50px;
	width: 220px;
	display: block;
}

#side-block h3#gn05 a {
	margin: 0;
	padding: 0;
	background-image: url(../img/gn05.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 50px;
	width: 220px;
	display: block;
}

#side-block h3#gn05 a:hover,
#side-block h3#gn05 a:active {
	margin: 0;
	padding: 0;
	background-image: url(../img/gn05_on.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 50px;
	width: 220px;
	display: block;
}

#side-block h3#gn06 a {
	margin: 0;
	padding: 0;
	background-image: url(../img/gn06.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 50px;
	width: 220px;
	display: block;
}

#side-block h3#gn06 a:hover,
#side-block h3#gn06 a:active {
	margin: 0;
	padding: 0;
	background-image: url(../img/gn06_on.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 50px;
	width: 220px;
	display: block;
}

#side-block h3#gn07 a {
	margin: 0;
	padding: 0;
	background-image: url(../img/gn07.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 50px;
	width: 220px;
	display: block;
}

#side-block h3#gn07 a:hover,
#side-block h3#gn07 a:active {
	margin: 0;
	padding: 0;
	background-image: url(../img/gn07_on.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 50px;
	width: 220px;
	display: block;
}

#side-block h3#gn08 a {
	margin: 0;
	padding: 0;
	background-image: url(../img/gn08.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 50px;
	width: 220px;
	display: block;
}

#side-block h3#gn08 a:hover,
#side-block h3#gn08 a:active {
	margin: 0;
	padding: 0;
	background-image: url(../img/gn08_on.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 50px;
	width: 220px;
	display: block;
}

#side-block h3#gn09 a {
	margin: 0;
	padding: 0;
	background-image: url(../img/gn09.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 50px;
	width: 220px;
	display: block;
}

#side-block h3#gn09 a:hover,
#side-block h3#gn09 a:active {
	margin: 0;
	padding: 0;
	background-image: url(../img/gn09_on.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 50px;
	width: 220px;
	display: block;
}

#side-block h3#gn10 a {
	margin: 0;
	padding: 0;
	background-image: url(../img/gn10.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 50px;
	width: 220px;
	display: block;
}

#side-block h3#gn10 a:hover,
#side-block h3#gn10 a:active {
	margin: 0;
	padding: 0;
	background-image: url(../img/gn10_on.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 50px;
	width: 220px;
	display: block;
}

#side-block h3#en-gn00 a {
	margin: 0;
	padding: 0;
	background-image: url(../img/en_gn00.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 50px;
	width: 220px;
	display: block;
}

#side-block h3#en-gn00 a:hover,
#side-block h3#en-gn00 a:active {
	margin: 0;
	padding: 0;
	background-image: url(../img/en_gn00_on.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 50px;
	width: 220px;
	display: block;
}

#side-block h3#en-gn01 a {
	margin: 0;
	padding: 0;
	background-image: url(../img/en_gn01.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 50px;
	width: 220px;
	display: block;
}

#side-block h3#en-gn01 a:hover,
#side-block h3#en-gn01 a:active {
	margin: 0;
	padding: 0;
	background-image: url(../img/en_gn01_on.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 50px;
	width: 220px;
	display: block;
}

#side-block h3#en-gn02 a {
	margin: 0;
	padding: 0;
	background-image: url(../img/en_gn02.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 50px;
	width: 220px;
	display: block;
}

#side-block h3#en-gn02 a:hover,
#side-block h3#en-gn02 a:active {
	margin: 0;
	padding: 0;
	background-image: url(../img/en_gn02_on.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 50px;
	width: 220px;
	display: block;
}

#side-block h3#en-gn03 a {
	margin: 0;
	padding: 0;
	background-image: url(../img/en_gn03.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 50px;
	width: 220px;
	display: block;
}

#side-block h3#en-gn03 a:hover,
#side-block h3#en-gn03 a:active {
	margin: 0;
	padding: 0;
	background-image: url(../img/en_gn03_on.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 50px;
	width: 220px;
	display: block;
}

#side-block h3#en-gn04 a {
	margin: 0;
	padding: 0;
	background-image: url(../img/en_gn04.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 50px;
	width: 220px;
	display: block;
}

#side-block h3#en-gn04 a:hover,
#side-block h3#en-gn04 a:active {
	margin: 0;
	padding: 0;
	background-image: url(../img/en_gn04_on.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 50px;
	width: 220px;
	display: block;
}

#side-block h3#en-gn05 a {
	margin: 0;
	padding: 0;
	background-image: url(../img/en_gn05.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 50px;
	width: 220px;
	display: block;
}

#side-block h3#en-gn05 a:hover,
#side-block h3#en-gn05 a:active {
	margin: 0;
	padding: 0;
	background-image: url(../img/en_gn05_on.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 50px;
	width: 220px;
	display: block;
}

#side-block h3#en-gn06 a {
	margin: 0;
	padding: 0;
	background-image: url(../img/en_gn06.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 50px;
	width: 220px;
	display: block;
}

#side-block h3#en-gn06 a:hover,
#side-block h3#en-gn06 a:active {
	margin: 0;
	padding: 0;
	background-image: url(../img/en_gn06_on.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 50px;
	width: 220px;
	display: block;
}

#side-block h3#en-gn07 a {
	margin: 0;
	padding: 0;
	background-image: url(../img/en_gn07.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 50px;
	width: 220px;
	display: block;
}

#side-block h3#en-gn07 a:hover,
#side-block h3#en-gn07 a:active {
	margin: 0;
	padding: 0;
	background-image: url(../img/en_gn07_on.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 50px;
	width: 220px;
	display: block;
}

#side-block h3#en-gn08 a {
	margin: 0;
	padding: 0;
	background-image: url(../img/en_gn08.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 50px;
	width: 220px;
	display: block;
}

#side-block h3#en-gn08 a:hover,
#side-block h3#en-gn08 a:active {
	margin: 0;
	padding: 0;
	background-image: url(../img/en_gn08_on.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 50px;
	width: 220px;
	display: block;
}

#side-block h3#en-gn09 a {
	margin: 0;
	padding: 0;
	background-image: url(../img/en_gn09.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 50px;
	width: 220px;
	display: block;
}

#side-block h3#en-gn09 a:hover,
#side-block h3#en-gn09 a:active {
	margin: 0;
	padding: 0;
	background-image: url(../img/en_gn09_on.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 50px;
	width: 220px;
	display: block;
}

#side-block h3#en-gn10 a {
	margin: 0;
	padding: 0;
	background-image: url(../img/en_gn10.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 50px;
	width: 220px;
	display: block;
}

#side-block h3#en-gn10 a:hover,
#side-block h3#en-gn10 a:active {
	margin: 0;
	padding: 0;
	background-image: url(../img/en_gn10_on.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 50px;
	width: 220px;
	display: block;
}





/*
	Header selector  
---------------------------------------------*/

#head-wrapper {
	background-image: url(../img/bg_head.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: auto;
	height: auto;
	padding: 10px 0px 0px 0px
}


/*
	Main selector  
---------------------------------------------*/

.bgtitle {
	background-image: url(../img/bg_titlebar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: normal;
	padding: 5px 0 5px 20px;
	margin: 0 0 15px 0;
	font-size: 140%;
}

/* For Blog page */

h2 strong.nonv {
	visibility: hidden;
	font-size: 6px;
}

h2#tab-new a {
	background-image: url(../img/tab_new.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	width: 151px;
	height: 46px;
	float: left;
	border: none;
	text-decoration: none;
}

h2#tab-new-on {
	background-image: url(../img/tab_new_on.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	width: 151px;
	height: 46px;
	float: left;
}

h2#tab-access a {
	background-image: url(../img/tab_access.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	width: 151px;
	height: 46px;
	float: left;
	border: none;
	text-decoration: none;
}

h2#tab-access-on {
	background-image: url(../img/tab_access_on.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	width: 151px;
	height: 46px;
	float: left;
}

h2#tab-aiueo a {
	background-image: url(../img/tab_aiueo.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	width: 151px;
	height: 46px;
	float: left;
	border: none;
	text-decoration: none;
}

h2#tab-aiueo-on {
	background-image: url(../img/tab_aiueo_on.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	width: 151px;
	height: 46px;
	float: left;
}

/*
	Block selector  
---------------------------------------------*/

a.blog {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

h3.article-title {
	width: 560px;
	height: 31px;
	line-height: 130%;
	display: block;
	margin: 0 0 8px 0;
	padding: 0;
	border: none;
	font-size: 15px;
	vartical-align: middle;
	background-image: url(../img/bg_blog_bar_article.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

td.profile-dot {
	padding: 5px 8px 5px 8px;
	background-image: url(../img/bg_blog_profile_dot.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

td.profile-normal {
	padding: 5px 8px 5px 8px;
}

#side-block div img.n {
	margin: 0;
	padding: 0;
}

img.profile-photo {
	vertical-align: bottom;
	padding: 27px 0 0 0;
}

div#profile-top {
	text-align: center;
	width: 220px;
	height: 167px;
	background-image: url(../img/bg_blog_profile_top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

div#profile-bottom {
	text-align: center;
	width: 220px;
	height: 12px;
	background-image: url(../img/bg_blog_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

div#new-top {
	text-align: center;
	width: 220px;
	height: 30px;
	background-image: url(../img/bg_blog_new_top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

div#new-bottom {
	text-align: center;
	width: 220px;
	height: 12px;
	background-image: url(../img/bg_blog_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
}


h3.bloggername {
	display: block;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #f7007b;
	font-size: 14px;
	vartical-align: top;
}

table.blogbox {
	width: 100%;
	height: 100%;
	margin: 10px 0 0 0;
}

div.bloglist:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.bloglist {
	display: inline-block;
	background-image: url(../img/bg_hana.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 500px;
}

/* Hide from IE-mac \*/
* html div.bloglist { height: 1%; }
div.bloglist { display: block; }
/* End hide from IE-mac */

div.articlelist:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.articlelist {
	display: inline-block;
	background-image: url(../img/bg_blog_article.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 150px;
}

/* Hide from IE-mac \*/
* html div.articlelist { height: 1%; }
div.articlelist { display: block; }
/* End hide from IE-mac */

div.block800-top {
	background-image: url(../img/bg_#_top.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0;
	padding: 0;
	height: 10px;
	width: 800px;
}

div.block800-middle {
	background-image: url(../img/bg_#_middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0;
	padding: 5px 0 0 0;
	height: auto;
	width: 800px;
}

div.block800-bottom {
	background-image: url(../img/bg_#_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 800px;
}

#side-block {
	width: 220px;
	height: auto;
	display: block;
	float: left;
	background-color: none;
	color: #000000;
}

#main-block {
	width: 560px;
	height: auto;
	display: block;
	float: right;
	background-color: none;
	font-size: 12px;
}

#main-block-allwide {
	width: 780px;
	height: auto;
	display: block;
	float: right;
	background-color: none;
	font-size: 12px;
}

h2.newsblock-top-news {
	height: 30px;
	width: auto;
	background-image: url(../img/bg_newsblock_top_news.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	background-color: none;
}

h2.newsblock-top-event {
	height: 30px;
	width: auto;
	background-image: url(../img/bg_newsblock_top_event.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	background-color: none;
}

h2.newsblock-top-press {
	height: 30px;
	width: auto;
	background-image: url(../img/bg_newsblock_top_press.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	background-color: none;
}

.newsblock {
	border: 1px solid #fcc0a8;
	margin: 0 0 10px 0;
	padding: 5px 10px 5px 10px;
	background-color: none;
}

font.title {
	visibility: hidden;
	font-size: 8px;
}

div.bgtype01 {
	width: 100%;
	background-image: url(../img/bg_type01.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	min-height: 400px;
}

.bgtype02-top {
	width: 100%;
	height: x;
	background-image: url(../img/bg_type02_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 20px 0 10px 0;
	margin: 0;
	display: block;
	font-size: 14px;
}

.bgtype02-btm {
	min-height: 130px;
	width: 100%;
	background-image: url(../img/bg_type02_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 20px 0 30px 0;
	margin: 0;
	display: block;
	text-align: left;
	vertical-align: top;
	line-height: 150%;
}

.thum-wrapper {
	display: block;
	float: left;
	width: 121px;
	height: 170px;
	margin: 8px;
	padding 0 auto;
	text-align: center;
	background-image: url(../img/bg_thum.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.thum-photo {
	margin: 10px auto 6px auto;
	padding: 0;
}

.photo01 {
	display: block;
	width: 341px;
	height: 427px;
	margin: 0;
	padding: auto;
	text-align: center;
	vertical-align: middle;
}

.photo02 {
	display: block;
	width: 213px;
	height: 171px;
	margin: 0;
	padding: auto;
	text-align: center;
	vertical-align: middle;
}

.photo03 {
	display: block;
	width: 214px;
	height: 171px;
	margin: 0;
	padding: auto;
	text-align: center;
	vertical-align: middle;
}


/*
	Form selector  
---------------------------------------------*/

input.bg {
	font-size: 14px;
	background-color: #f6f6f6;
	color: #333333;
	margin: 0;
	padding: 4px 0 4px 5px;
	border: 1px solid #999999;
}

select.bg {
	background-color: #f6f6f6;
	font-size: 15px;
	color: #333333;
	line-height: 150%;
}


/*
	Side Navi selector  
---------------------------------------------*/


h3.sgn00 a {
	display: block;
	margin: 0;
	padding: 0;
	width: 220px;
	height: 41px;
	background-image: url(../img/sgn00.gif);
	background-position: left bottom;
	background-repeat: none;
	background-color: none;
}

h3.sgn00 a:hover,
h3.sgn00 a:active {
	display: block;
	margin: 0;
	padding: 0;
	width: 220px;
	height: 41px;
	background-image: url(../img/sgn00_on.gif);
	background-position: left bottom;
	background-repeat: none;
	background-color: none;
}

h3.sgn00-on {
	display: block;
	margin: 0;
	padding: 0;
	width: 220px;
	height: 41px;
	background-image: url(../img/sgn00_on.gif);
	background-position: left bottom;
	background-repeat: none;
	background-color: none;
}


/*
	Footer selector  
---------------------------------------------*/


div#footbanner {
	display: inline-block;
	width: auto;
	height:auto;
	margin: 20px auto 0 auto;
	padding: 0;
	font-size: 10px;
}

div#footbanner:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hide from IE-mac \*/
* html div#footbanner { height: 1%; }
div#footbanner { display: block; }
/* End hide from IE-mac */



img#footbanner-left {
	float:left;
	padding: 0;
	margin: 0 10px 0 0px;
	vertical-align: bottom;
}

img#footbanner-center {
	float:left;
	padding: 0;
	margin: 0;
	vertical-align: bottom;
}

img#footbanner-right {
	float:right;
	padding: 0;
	margin: 0 0 0 10px;
	vertical-align: bottom;
}

#foot-navi {
	width: auto;
	text-align: center;
	padding: 0 0 10px 0;
	margin: 40px 0 0 0;
	display: block;
	letter-spacing: 0.1em;
	backgournd-color: none;
}

#foot-navi h4 {
	font-weight: normal;
	font-size: 11px;
	padding: 0 8px 0 8px;
	margin: 0;
	display: inline;
	background-color: none;
}

#foot-navi h4 a {
	color: #333333;
	text-decoration: none;
}

#foot-navi h4 a:hover,
#foot-navi h4 a:active {
	color: #f3399a;
	text-decoration: underline;
}

#footer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#footer {
	display: inline-block;
	width: auto;
	height: auto;
	margin-right: 0px;
	padding: 20px 0 20px 0;
	font-size: 11px;
	letter-spacing: 0.15em;
	text-align: center;
	background-color: none;
	background-image: url(../img/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* Hide from IE-mac \*/
* html #footer { height: 1%; }
#footer { display: block; }
/* End hide from IE-mac */


/*
	List selector  
---------------------------------------------*/

li {
	margin-left: 15px;
}


/*
	Common selector  
---------------------------------------------*/
/*	Wide	-------------------*/

.agnright {
	text-align: right;
}

.agnleft {
	text-align: left;
}

.w5per {
	width: 5%;
}

.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	-------------------*/

.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;
}

.ao {
	color:blue;
	text-decoration: underline;
}

.aka {
	color:#df0442;
}

.kuro {
	color:#000000;
}

.shiro {
	color:#ffffff;
}

.midori {
	color:#006633;
}

.cha {
	color:#660033;
}

.pin {
	color:#d56076;
}

.gin {
	color:#666666;
}

.fnormal {
	font-weight: normal;
}

/*	Image	-------------------*/

img {
	border: 0;
	vertical-align: bottom;
}

img.imgleft {
	float: left;
	padding-right: 15px;
	padding-bottom: 2px;
}

img.imgright {
	float: right;
	padding-left: 15px;
	padding-bottom: 2px;
}

img.imgright-pzero {
	float: right;
	padding: 0;
}

img.imgright-fr {
	float: right;
	margin-left: 15px;
	margin-bottom: 8px;
	padding: 2px;
	border: 1px solid #cccccc;
}

img.imgleft-fr {
	float: left;
	margin-right: 15px;
	margin-bottom: 8px;
	padding: 2px;
	border: 1px solid #cccccc;
}

img.imgleft-virtual {
	float: left;
	padding-left: 18px;
	padding-bottom: 7px;
}

img.imgleft-fr-menu {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 2px;
	border: 1px solid #cccccc;
}

img.imgright-fr-menu {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 2px;
	border: 1px solid #cccccc;
}

img.imgleft-fr-shiro {
	float: left;
	margin-right: 13px;
	margin-bottom: 10px;
	padding: 2px;
	border: 1px solid #ffffff;
}

img.imgfr {
	margin-bottom: 2px;
	padding: 2px;
	border: 1px solid #cccccc;
}


/*	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;
}

/*	link	-------------------*/

a {
	text-decoration: none;
	color: #f10281;
}

a img {
	border: 0;
	vertical-align: bottom;
}

a:hover,
a:active {
	color: #f10281;
	text-decoration: underline;
}


/*	Stopper	-------------------*/


.stopper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.stopper { 
	display: inline-block;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

/* Hide from IE-mac \*/
* html .stopper { height: 1%; }
.stopper{ display: block; }
/* End hide from IE-mac */

.dotline:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.dotline { 
	display: inline-block;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
}

/* Hide from IE-mac \*/
* html .dotline { height: 1%; }
.dotline{ display: block; }
/* End hide from IE-mac */

.dot:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.dot { 
	display: inline-block;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	height: 1px;
	width: 100%;
}

/* Hide from IE-mac \*/
* html .dot { height: 1%; }
.dot{ display: block; }
/* End hide from IE-mac */

/*
	Table selector  
---------------------------------------------*/

table#mailmaga {
	width: 220px;
	height: 124px;
	margin: 10px 0 0 0;
	background-color: none;
	background-image: url(../img/bg_mailmaga.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

td.maga-label {
	font-size: 11px;
	font-weight: bold;
	padding: 0 3px 0 10px;
	vertical-align: middle;
	text-align: right;
	margin: 0;
}


td.maga {
	padding: 0 10px 0 0;
	vertical-align: middle;
	margin: 0;
}

td.standard-pink {
	color: #ffffff;
	font-weight: bold;
	line-height: 130%;
	padding: 10px 10px 10px 10px;
	background-color: #f10281;
	vertical-align: middle;
	text-align: left;
	background-image: url(../img/dot_pink.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

td.standard-pink-end {
	color: #ffffff;
	font-weight: bold;
	line-height: 130%;
	padding: 10px 10px 10px 10px;
	background-color: #f10281;
	vertical-align: middle;
	text-align: left;
}

td.standard {
	font-weight: bold;
	line-height: 130%;
	padding: 10px 10px 10px 10px;
	background-color: none;
	vertical-align: middle;
	text-align: left;
	background-image: url(../img/dot_pink.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

td.standard-end {
	font-weight: bold;
	line-height: 130%;
	padding: 10px 10px 10px 10px;
	background-color: none;
	vertical-align: middle;
	text-align: left;
}

td.hissu {
	color: #f10281;
	font-weight: normal;
	line-height: 130%;
	background-color: none;
	vertical-align: middle;
	padding-left: 10px;
	text-align: center;
	background-image: url(../img/dot_pink.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
td.hissu-end {
	color: #f10281;
	font-weight: normal;
	line-height: 130%;
	padding-left: 10px;
	background-color: none;
	vertical-align: middle;
	text-align: center;
}

table#maid-detail {
	width: 512px;
	height: 427px;
	background-image: url(../img/bg_maid_detail.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

table#maid-profile {
	width: 512px;
	height: auto;
	background-color: #ffb02a;
}

td.prof-l {
	width: 25%;
	font-weight: bold;
	line-height: 130%;
	padding: 10px 10px 10px 10px;
	background-color: #ffb02a;
	vertical-align: top;
	text-align: right;
}

td.prof-r {
	font-weight: bold;
	line-height: 130%;
	padding: 10px 10px 10px 10px;
	background-color: #ffffff;
	vertical-align: top;
	text-align: left;
}

td.newsbottomline {
	padding: 3px 0;
	border-bottom: 1px dotted #cccccc;
}

/*
	DL DT DD selector  
---------------------------------------------*/

dl#notice {
	font-size: 8pt;
	color: #666666;
	padding: 0px 0px 0px 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
}
dl#notice dt {
	font-size: 13px;
	line-height: 160%;
	color: #669999;
	font-weight: bold;
	padding-left: 20px;
	letter-spacing: 0.1em;
	margin-top: 10px;
}
dl#notice dd {
	font-size: 12px;
	line-height: 150%;
	color: #666666;
	padding-left: 10px;
	text-decoration: none;
	list-style-type: none;
}

/*
	H selector  
---------------------------------------------*/
/*	H1	-------------------*/

h1 {
	margin: 0;
	padding: 0;
}

h1#logo {
	margin: 0;
	padding: 10px 0 0 0;
	height: auto;
	width: auto;
	clear: both;
	font-size: 11px;
	line-height: 110%;
	font-weight: normal;
	text-align: right;
}


/*	H2	-------------------*/

h2 {
	margin: 0;
	padding: 0;
}

h2.bar {
	margin: 10px 0 0 0;
	padding: 0;
	font-weight: normal;
	font-size: 10px;
}

h2.inbar {
	margin: 0 0 0 0;
	padding: 0;
	font-weight: normal;
	font-size: 10px;
}

h2.title {
	margin-bottom: 15px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

/*	H3	-------------------*/

h3 {
	margin: 0;
	padding: 0;
}

h3.res-list {
	border-left:5px solid #d56076;
	border-bottom: 1px solid #d56076;
	padding: 2px 0 3px 10px;
	margin: 10px 0 5px 0;
	font-size: 14px;
}

/*
	Other selector  
---------------------------------------------*/


#pankuzu {
	height: 30px;
	width: 800px;
	background-color: #006699;
}

/*
	Page Proccessing selector  
---------------------------------------------*/

.num-wrapper {
	display: inline-block;
	margin: 10px 0px 10px 0px;
}
.num-wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hide from IE-mac \*/
* html .num-wrapper { height: 1%; }
.num-wrapper { display: block; }
/* End hide from IE-mac */

li.num {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 8px 5px 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 7px;
	border: 1px solid #cccccc;
	list-style-type: none;
	float: left;
	display: block;
	background-color: #ffffff;
}


/*
	Lightbox selector  
---------------------------------------------*/


#lightbox{
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
  }

#lightbox a img{ border: none; }

#outerImageContainer{
  position: relative;
  background-color: #ffffff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  }

#imageContainer{
  padding: 10px;
  }

#loading{
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
  }
  
#hoverNav{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  }
  
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
  width: 20%;
  height: 100%;
  background: transparent url(../img/blank.gif) no-repeat; /* Trick IE into showing hover */
  display: block;
  }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100% 
  }

#imageData{ 
	padding:0 10px;
	color: #666;
	font-size:12px;
	font-family: 'メイリオ', Meiryo ,'ＭＳ Ｐゴシック','Hiragino Kaku Gothic Pro', sans-serif;
}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }  
#imageData #caption{ font-weight: bold; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;  }     
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;  } 
    
#overlay{
  position: absolute;
  /*  */
  top: 0;
  right: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
  background-color: #000;
 }