@charset "shift-jis";

/*########################################*/
/*######        Base Style          ######*/
/*########################################*/

/*::::::::::::::::::::::::::::::::::::::::*/
/*::::::         Initialize         ::::::*/
/*::::::::::::::::::::::::::::::::::::::::*/

body {
	margin: 0;
	padding: 0;
}
ul,ol {
	margin-left: 1em;
	padding-left: 0;
}
blockquote {
	border: dotted 3px #ccc;
	margin: 0.5em 0;
	padding: 10px;
}
a {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #B4344E;
	text-decoration: underline;
}
img {
	border: 0;
}

/*::::::::::::::::::::::::::::::::::::::::*/
/*::::::           Layout           ::::::*/
/*::::::::::::::::::::::::::::::::::::::::*/

body {
	margin: 0px;
	padding: 0px;
	background: #fff url(../img_common/bg.jpg) repeat-x 0 0;
}
#container {
	margin: 0 auto;
	width: 100%;
	position: relative;
	padding-bottom: 100px;
	min-height: 100vh;
}
#header {
	width: 808px;
	height: 100px;
	margin: 0 auto;
	position:relative;
}
#contents {
	display: flex;
	width: 808px;
	margin: 0 auto;
	padding-top: 20px;
	background: url(../img_common/bg-contents.jpg) no-repeat 0 0;
}
#contentsSpace {
	flex-basis: 520px;
	margin-left: 20px;
}
#sideMenu {
	flex-basis: 240px;
	margin-right: 20px;
}
#footer {
	width: 100%;
	min-width: 808px;
	height: 80px;
	background: #F8EBEE;
	position:absolute;
	bottom: 0;
}

/*::::::::::::::::::::::::::::::::::::::::*/
/*::::::         WireFrame          ::::::*/
/*::::::::::::::::::::::::::::::::::::::::*/

/*:::::::::: Header ::::::::::*/
#header h1 {
	width: 500px;
	margin: 40px;
}
.tokyo-med-logo{
	width: 98px;
	position: absolute;
	top: 50px;
	right: 10px;
}
.tokyo-med-logo-en{
	width: 98px;
	position: absolute;
	top: 50px;
	right: 120px;
}

.tokyo-med-en{
	width: 98px;
	position: absolute;
	top: 50px;
	right: 100px;
}
.tokyo-med-ja{
	width: 98px;
	position: absolute;
	top: 50px;
	right: 220px;
}

/*:::::::::: Side ::::::::::*/
#sideMenu ul {
	margin: 0;
	padding: 0 0 0 20px;
	text-align: left;
	list-style-type: none;
}
#sideMenu ul li {
	margin-bottom: 6px;
	background: url(../img_common/bk-menu.jpg);
	font-size: 110%;
	font-weight: bold;
}
#sideMenu ul li a {
	display: block;
	height: 50px;
	padding: 10px 10px 0 10px; 
	text-decoration: none;
	color: #B3334E;
}
#sideMenu ul li a:hover {
	text-decoration: underline;
}
/*:::::::::: Footer ::::::::::*/
#footer p {
	margin-top: 20px;
	font-size: 60%;
	text-align: center;
}

/*:::::::::: Content ::::::::::*/
#contentsSpace h2 {
	margin-top: 0;
	padding: 7px 0 7px 15px;
	border-top: #B4344E solid 2px;
	border-bottom: #DEA4B0 solid 1px;
	background: url(../img_common/icon-hline.gif) no-repeat left center;
	font-size: 167%;
	color: #B3334E;
}
#contentsSpace h3 {
	margin-top: 20px;
}
#contentsSpace h4 {
	margin-top: 10px;
}
#contentsSpace ul{
	margin-top: 10px;
	list-style-type: none;
}
#contentsSpace ul li{
	margin-left: 1em; text-indent: -1em;
}
#imgMain{
	width: 510px;
	height: 310px;
	padding-top: 10px;
	padding-left: 10px;
	background-color: #F8EBEE;
}
#imgMainBottom h2{
	margin: 0;
	padding: 10px 0;
	border: none;
	background: none; 
}
#imgMainBottom table{
	border: none;
	text-align: left;
	font-size: 11px;	
}
#imgMainBottom table th{
	vertical-align: top;
}
#imgMainBottom table td{
	padding-left: 5px;
	padding-bottom: 3px;
}
#headline{
	width: 520px;
	height: 50px;
	position:relative;
}
#headline ul{
	list-style-type:none;
	position:absolute;
	top: 5px;
	left: 5px;
}
#headline li{
	float:left;
	margin-right: 30px;
}
#update table{
	border: none;
	text-align: left;
	font-size: 12px;
	margin-top: 10px;
}
#update table th{
	width: 80px;
	vertical-align: top;
}
#update table td{
	padding-bottom: 15px;
}
#info{
	padding-top: 5px;
	padding-bottom: 20px;
}
#kwak{
	margin-top: 50px;
	font-size: 110%;
}
.btSpace{
	padding-top: 20px;
}
.Members{
	padding-bottom: 20px;
}
.research-1{
	padding-bottom: 30px;
}
.research-2{
	padding-bottom: 30px;
}
.research-3{
	padding-bottom: 30px;
}
.contact{
	margin-top: 10px;
	margin-bottom: 20px;
}
.donation{
	margin-top: 10px;
	margin-bottom: 20px;
}
.access-en{
	margin-bottom: 20px;
}
.list li{
	margin: 15px 0;
}
