/*
Site: The Keio Journal of Medicine
Page: common
*/

/* --- initialize --- */

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

a:hover {
	color: #f60;
	text-decoration: none;
}

body {
	margin: 0;
	padding: 0;
	color: #333;
	font-size:16px;
	*font-size:midium;
	*font:midium;
	line-height:150%;
	text-align:center;
	font-family: sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

td, th {
	line-height: 150%;
}

p {
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

ul {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

ol {
	padding-top: 0px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

/* --- header --- */

div#container-upper-frm {
	height: 136px;
	background-image: url(../common/upper-bg.gif);
}

div#container-upper {
	width: 950px;
	margin: 0 auto;
}

div#header {
	text-align: left;
	height: 92px;
	overflow: hidden;
}

div#logo {
	width: 730px;
	float: left;
	padding-top: 6px;
}

div#logo {
	width: 730px;
	float: left;
	padding-top: 6px;
	text-align: right;
}

div#header-navi {
	width: 180px;
	float: right;
	padding-top: 42px;
	text-align: right;
}

div#header-navi p {
	float: left;
	padding-left: 5px;
}

/* --- global navigation --- */

ul#navi-top {
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#navi-top li {
	float: left;
	margin: 0;
	padding: 0;
}

li#gnavi-links {
	width: 157px;
	height: 44px;
	text-indent: -9999px;
	background: url(../common/gnavi-links-off.gif) no-repeat;
}

li#gnavi-links a {
	width: 157px;
	height: 44px;
	display: block;
}

li#gnavi-links a:hover {
	background: url(../common/gnavi-links-on.gif) no-repeat;
}

li#gnavi-about {
	width: 157px;
	height: 44px;
	text-indent: -9999px;
	background: url(../common/gnavi-about-off.gif) no-repeat;
}

li#gnavi-about a {
	width: 157px;
	height: 44px;
	display: block;
}

li#gnavi-about a:hover {
	background: url(../common/gnavi-about-on.gif) no-repeat;
}

li#gnavi-editors {
	width: 157px;
	height: 44px;
	text-indent: -9999px;
	background: url(../common/gnavi-editors-off.gif) no-repeat;
}

li#gnavi-editors a {
	width: 157px;
	height: 44px;
	display: block;
}

li#gnavi-editors a:hover {
	background: url(../common/gnavi-editors-on.gif) no-repeat;
}

li#gnavi-authors {
	width: 158px;
	height: 44px;
	text-indent: -9999px;
	background: url(../common/gnavi-authors-off.gif) no-repeat;
}

li#gnavi-authors a {
	width: 158px;
	height: 44px;
	display: block;
}

li#gnavi-authors a:hover {
	background: url(../common/gnavi-authors-on.gif) no-repeat;
}

li#gnavi-subscription {
	width: 162px;
	height: 44px;
	text-indent: -9999px;
	background: url(../common/gnavi-subscription-off.gif) no-repeat;
}

li#gnavi-subscription a {
	width: 162px;
	height: 44px;
	display: block;
}

li#gnavi-subscription a:hover {
	background: url(../common/gnavi-subscription-on.gif) no-repeat;
}

li#gnavi-search {
	width: 159px;
	height: 44px;
	text-indent: -9999px;
	background: url(../common/gnavi-search-off.gif) no-repeat;
}

li#gnavi-search a {
	width: 159px;
	height: 44px;
	display: block;
}

li#gnavi-search a:hover {
	background: url(../common/gnavi-search-on.gif) no-repeat;
}

/* --- contents --- */

div#container-frm {
	width: 950px;
	margin: 0 auto;
}

div#container {
	text-align: left;
	padding: 20px 0 50px 0;
}

p#topic-path {
	text-align: right;
	font-size: 12px;
	color: #999;
	line-height: 24px;
	height: 24px;
}

p#topic-path a {
	color: #999;
}

div#contents {
	padding: 20px 30px 0 30px;
}


div#contents h1 {
	margin: 0;
	padding: 0;
	font-size: 150%;
	font-weight: bold;
	color: #505050;
	line-height: 100%;
}

div#contents h2 {
	margin: 20px 0 0 0;
	padding: 3px 7px;
	font-size: 120%;
	font-weight: bold;
	color: #505050;
	border-left: 3px solid #009;
}

div#contents h2 a {
	color: #505050;
	text-decoration: none;
}

div#contents h3 {
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 100%;
	font-weight: bold;
}

div#contents h3 a {
	color: #333;
	text-decoration: none;
}

/* --- footer --- */

div#container-footer-frm {
	background-color: #1450b4;
	padding: 20px 0;
}

div#container-footer {
	width: 950px;
	margin: 0 auto;
}

p#navi-bottom {
	clear: both;
	padding: 10px 0;
	color: #fff;
	font-size: small;
}

p#navi-bottom a {
	color: #fff;
}

p#copyright {
	padding-top: 15px;
	border-top: 1px solid #69f;
	font-size: small;
	color: #69f;
}

/* --- layout and design --- */

p.spc-n {
	margin: 0;
	padding: 10px 0;
}

p.spc-n17 {
	margin: 0;
	padding: 10px 0;
	text-indent: 17px;	
}

p.spc-b {
	margin: 0;
	padding: 10px 0 30px 0;
}

p.spcr-n {
	padding: 0 0 10px 0;
}

p.spcr-b {
	padding: 0 0 30px 0;
}

.aln-c {
	text-align: center;
}

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

img.flt-l {
	margin:0 10px 5px 0;
	float: left;
}

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

td.td-c {
	text-align: center;
}

span.atten {
	color: #900;
	font-weight: bold;
}

span.atten a {
	color: #900;
	text-decoration: none;
}

span.emp {
	font-weight: bold;
}

span.emp a {
	color: #333;
	text-decoration: none;
}


/* --- top --- */

div#top-left {
	width: 300px;
	float: left;
	padding-top: 20px;
	text-align: center;
}

div#top-left img {
	border: 10px solid #eaeaea;
}

div#top-right {
	width: 620px;
	float: right;
	background-image: url(../image/keio-bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

p.journal-issn {
	padding: 40px 0;
	font-size: 12px;
	font-weight: bold;
	color: #999;
}

h2.journal-latest {
	margin: 40px 200px 0 0;
	padding: 0 0 10px 10px;
	border-bottom: 3px double #999;
	font-size: 200%;
}

p.journal-published {
	padding: 10px 0 10px 10px;
	color: #360;
}

p.journal-next {
	padding: 10px 0 10px 10px;
}

p.journal-submit {
	padding: 70px 0 10px 10px;
}

/* --- links --- */

div.links-list p {
	padding: 15px 0;
	border-bottom: 1px dashed #ccc;
}

/* --- instruction --- */

table.inst-fee {
	width: 300px;
	margin-bottom: 20px;
	border-collapse: collapsed;
}

table.inst-fee td {
	text-align: center;
	padding: 5px;
	border: 1px solid #999;
}

/* --- editors --- */

table.editors-tbl {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapsed;
}

table.editors-tbl th {
	padding: 5px;
	vertical-align: top;
	text-align: left;
}

table.editors-tbl td {
	padding: 5px;
	vertical-align: top;
}