@charset "shift_jis";

/* ======医学書院ライブラリーCommonElements===== */
* {
	margin: 0;
	padding: 0;
}
body{
	font-size:80%;
	background-color:#aaaaaa;
	margin:0px;
	padding:0px;
	color:#333;
	text-align: center;
}

a img	{
	border:0;
}

img#tabmap	{
	border:0;
}
a:link {text-decoration:underline;color: #774218;}
a:visited {text-decoration:underline; color: #774218;}
a:active {text-decoration:none; color: #774218;}
a:hover { text-decoration:none; color: #774218;}

#windowfixed{
	width:1115px;
	float:left;
	}

#container{
	width:100%;
	margin:0 auto;
	padding:0 0 0 0;
	background-color:#EDE7D9;
	border-top:3px #6A0000 solid;
}

table td.submenu{
	padding:10px 20px 30px 15px;
}

table td.maincontents{
	padding:10px 20px 30px 0;
}

p{
	font-size:12px;
	line-height:140%;
	text-align:left;
}

a.large{
	font-size:14px;
}

.color{
	padding:0 0 3px 10px;
	width:100%;
	font-size:12px;
	line-height:140%;
	text-align:left;
	color:#660000;
}

/* ------------------------------------　　header------------------------------------ */
#header{
	width: 100%;
	margin: 0;
	padding: 0;
	height:100%;
	text-align: left;
	background:  url(../img/h_bg.gif) repeat-x top left;
}
#header h1{
	width:180px;
	height:93px;
	float: left;
	display: inline;
	margin: 0 0 0 15px;
}
#header .menu_area {
	text-align:right;
	margin:0 15px 0 0;
	width:570px;
	background:  url(../img/h_bg.gif) repeat-x top left;
}
#header .menu_area .btn{
	margin:0 9px;
	padding:0;
}
#header .menu_area .copy{
	margin:8px 0 0 0;
}

/* ------------------------------------　　navi------------------------------------ */
#navi{
	background: url(../img/navi_bg.jpg) top center;
	width:180px;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: left;
}
#navi p{
	padding:0 10px 0 10px;
	font-size:12px;
	font-weight:bold;
}
#navi ul li {
	list-style: none;
	background-image: url("../img/cursor.gif");
	background-position: 9px 5px;
	background-repeat: no-repeat;
	font-size:12px;
	padding:3px 5px 2px 22px;
	text-align:left;

}
* html #navi ul li{
 background-position: 9px 8px;
 }
.bannar{
	margin:0 0 5px 0;
}

/* ------------------------------------　　contents------------------------------------ */
.contentsframe{
	width:100%;
	margin:0 0 15px 0;
	background-color:#ffffff;
	border:1px solid #DFD4A4;
}
.contentsframe div.contentstitle{
	background-image:url("../img/contents_title.gif");
	background-repeat: no-repeat;
	height:35px;
	padding:0px 0 0px 10px;
}
.contentsframe div.contentstitle h2{
	font-size:18px;
	font-weight:nomal;
	color:#ffffff;
	text-align:left;
	padding:7px 0 0 0;
}
.contentsframe p{
	padding:10px;
	text-align:left;
}
.contentsframe p img.top_contents{
	margin:0 10px 10px 0;
	height:65px;
}
.contentsframe p strong{
	font-size:14px;
	font-weight:bold;
	color:#660000;
}
.red{
	font-size:12px;
	color:#cc0000;
}
.contentsframe p strong.nm{
	font-size:12px;
	font-weight:bold;
	color:#333333;
}
.contentsframe div.contentsbr{
	background-image:url("../img/contents_br.gif");
	margin:0 10p
x;
}
ul#topics{
	background-image:url("../img/topics_title.gif");
	background-repeat: no-repeat;
	padding:35px 10px 10px 15px;
}
ul#topics li{
	padding:0 0 5px 0;
	list-style: none;
	text-align:left;
	font-size:12px;
}

.contentsbt{
	width:880px;
	margin:0 0 15px 0;
	text-align:left;
}

.contentsbt ul.bt li{
	float:left;
	margin-right:7px;
	list-style:none;
}

.contents_menu{
	padding:19px 14px 4px 19px;
}

.contents_menu p{
	padding:0;
	line-height:150%;
}

.contents_menu img{
	margin:0 10px 0 0;
}

.contents_menu .clearfix{
	padding:0 0 15px 0;
}



/* ------------------------------------　　footer------------------------------------ */
#footer{
	width: 100%;
	margin: 0;
	padding: 0;
	height: 60px;
	float:left;
	background:  url(../img/footer_bg.jpg) repeat-x top left;
}
#footer .copy{
	margin-top:23px;
}

/* ------------------------------------　　contents_中ページ------------------------------------ */
	.contentsframe p img.contents_bannar{
	margin:0 0 10px 10px;
}
.contentsframe h3{
	padding:10px 0 0 10px;
	font-size:18px;
	font-weight:nomal;
	text-align:left;
	color:#660000;
}
.contentsframe h4{
	padding:15px 0 0 10px;
	font-size:18px;
	font-weight:nomal;
	text-align:left;
	color:#333333;
}
.contentsframe div.inter{
	background-image:url("../img/inter_title.gif");
	background-r
epeat: no-repeat;
	height:35px;
	padding:0px 0 0px 10px;
}

/* ------------------------------------clearfix------------------------------------ */
	
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* ------------------------------------ iPhoneボタン　非表示設定 ------------------------------------ */
.contentsbt ul.bt li.iphone,
.contents_menu div.iphone {
	display: none;
}
