
#ProfilePage .contentGroupMain {
	padding-top: 0px;
}

* html #profiles {
    behavior: expression(IEPNGFIX.fix(this));
}

#profiles {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    width: 930px;
}

#profiles #menu {
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: left;
    width: 160px;
}
#profiles #menu a { text-decoration: underline; }
#profiles #menu a:link { color: #000000; }
#profiles #menu a:visited { color: #000000; }
#profiles #menu a:hover { color: #000000; }
#profiles #menu a:active { color: #000000; }
#profiles #menu ul {
	width: 140px;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color:#FFFFFF;
	font-size: 13px;
}
#profiles #menu ul li{
	text-align: left;
	background-color: #a70000;
}
#profiles #menu ul li.list_h1{
	color: #FFFFFF;
	padding:2px;
}
#profiles #menu ul ul li{
    margin-top: 2px;
    margin-left: 3px;
    margin-bottom: 2px;
    padding-left: 5px;
    font-size: 12px;
	text-align: left;
	background-color: transparent;
	line-height: 2;
}

#profiles #detail {
    margin-left: 10px;
	float: left;
}
#profiles #basic {
	margin :0;
	padding:0;
	width: 715px;
	/* overflow-y: auto; */
}
#profiles #basic table{
	width: 700px;
	font-size: 105%;
}
#profiles #basic td {
	padding-bottom: 5px;
}
#profiles #basic .item{
	padding-right: 5px;
}
#profiles #basic .item2{
	padding-right: 5px;
}
#profiles #basic .valu{
	padding-right: 5px;
}
#profiles #basic h1 {
    font-size: 14px;
    font-weight: normal;
    display: block;
    border-bottom: solid thin #A01E23;
    margin-bottom: 10px;
}
#profiles #basic #name {
    font-size: 16px;
}
#profiles #basic #name_kana {
    font-size: 12px;
    padding-left: 1em;
}
#profiles #profile2 {
	margin-top: 5px;
	padding: 10px;
	width: 720px;
    height: 510px;
	overflow: auto;
#	font-size: 90%;
    border: solid 1px #a70000;
}
#profiles #profile2 h2 {
    margin: 3px;
    padding: 5px;
    font-size: 150%;
    font-weight: bold;
    background-color: #a70000;
    color: #FFFFFF;
}
#profiles #profile2 h3 {
	padding: 1em 1em 0.2em 0;
    padding-left: 3px;
    padding-top: 2px;
    font-size: 135%;
    font-weight: bold;
	text-indent: 1em;
    border-bottom: 1px dotted #A01E23;
    margin: 0.5em 0;
}

#profiles #profile2 h5 {
	border-left: 2px solid #A01E23;
	margin: 1em 1em 0.5em;
    font-size: 100%;
    font-weight: bold;
	text-indent: 0.5em;
}

#profiles #profile2 ul {
	list-style-type: decimal;
	padding: 0 1em 0.5em 2.5em;
	margin: 0 0 1em;
}
#profiles #profile2 li {
	margin: 0 0 1em;
}
#profiles #profile2 li span{
	font-weight: bold;
}

#profiles #profile2 .none {
	display: none;
}
#profiles #profile2 .profile {
#	margin-bottom:20px;
	padding:0;
	clear:both;
/*	position:relative;
	top:0px; */
	left:0px;
}
#profiles #profile2 .profile dl {
/*	top: 0px; */
	left: 50px;
	margin: 0;
	padding-left: 50px;
	font-size:12px;
	width:650px;
}
#profiles #profile2 .profile dl dt {
    clear:both;
	margin: 0.3em 0 0 0;
	padding: 0;
	font-weight:bold;
}
#profiles #profile2 .profile dl dd {
	margin: 0.6em 0 0.5em 0.5em;
	padding: 0;
    clear:both;
}
*:first-child+ #profiles #profile2 .profile dl dd { /* IE7 */
	margin: 0.6em 0 0em 0.5em;
}
#profiles #profile2 .profile dl dd .detail {
    padding-left: 1em;
}
#profiles #profile2 .profile dl img {
	margin: 0 2px;
	padding: 0;
}
#profiles #profile2 .profile dl .link {
	padding: 0;
    float:right;
/*	width:480px; */
/*	text-align: right; */
/*	margin: 0.5em 0; */
}
#profiles #profile2 .profile dl .link a {
    margin: 0 10px;
    display:block;
    float:left;
    width:100px;
    height:20px;
}

#profiles #profile2 .profile dl .link a.webofscience{
    background:url(../image/profile/ja/wos.gif) 0 0 no-repeat;
    text-indent: -9999px
}
#profiles #profile2 .profile dl .link a.pubmed{
    background:url(../image/profile/ja/pubmed.gif) 0 0 no-repeat;
    text-indent: -9999px
}
#profiles #profile2 .profile dl .link a.sucra{
    background:url(../image/profile/ja/rep.gif) 0 0 no-repeat;
    text-indent: -9999px;
}
#profiles #profile2 .profile dl .link a.ejournal{
    background:url(../image/profile/ja/journal.gif) 0 0 no-repeat;
    text-indent: -9999px
}
#profiles #profile2 .profile dl .link a.syllabus{
    background:url(../image/profile/ja/syllabus.gif) 0 0 no-repeat;
    text-indent: -9999px
}

#profiles #profile2 .profile dl .link a:hover.webofscience{
    background:url(../image/profile/ja/wos.gif) 0 3px no-repeat;
    text-indent: -9999px
}
#profiles #profile2 .profile dl .link a:hover.pubmed{
    background:url(../image/profile/ja/pubmed.gif) 0 3px no-repeat;
    text-indent: -9999px
}
#profiles #profile2 .profile dl .link a:hover.sucra{
    background:url(../image/profile/ja/rep.gif) 0 3px no-repeat;
    text-indent: -9999px
}
#profiles #profile2 .profile dl .link a:hover.ejournal{
    background:url(../image/profile/ja/journal.gif) 0 3px no-repeat;
    text-indent: -9999px
}
#profiles #profile2 .profile dl .link a:hover.syllabus{
    background:url(../image/profile/ja/syllabus.gif) 0 3px no-repeat;
    text-indent: -9999px
}
/*
 * フッタ
 * ・リンク
 * ・著作権
 */
.oneColFixCtrHdr #footer {
	height:50px;
	margin-top:10px;
	padding:0 10px;
}
.oneColFixCtrHdr #footer a { text-decoration: none; }
.oneColFixCtrHdr #footer a:link    { color: #FFFFFF; }
.oneColFixCtrHdr #footer a:visited { color: #FFFFFF; }
.oneColFixCtrHdr #footer a:hover   { color: #FFFFFF; }
.oneColFixCtrHdr #footer a:active  { color: #FFFFFF; }

.oneColFixCtrHdr #footer .links {
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
	color: #ffffff;
	background: #A01E23;
}
.oneColFixCtrHdr #footer .icon { /* アイコン */
	float: left;
	margin: 3px; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	/* padding: 10px 0; このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	font-size: 9px;
	color: #333333;
}
.oneColFixCtrHdr #footer .copy { /* 著作権 */
	float: right;
	margin: 3px;
	font-size: 10px;
	color: #333333;
}

/*
 * 旧ソース
 */
#content {
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	width:780px;
/*	background: url("../image/profile/search_table_bg.gif") no-repeat top left; */
}

#content #profiles {
	margin:0 0 10px 0;
	padding:10px;
	height: 600px;
/*	background: url("../image/profile/search_table_bg_b.gif") no-repeat bottom left; */
}


#entry_date {
	text-align: right;
	margin-right: 0.5em;
}

#footer {
	clear: none;
	margin:0;
	padding: 0;
	text-align: center;
}
#footer ul{
	margin: 0;
	padding: 3px;
	list-style: none;
	color: #000000;
	font-size: smaller;
}
#footer ul li {
	margin: 0 2px;
	padding: 0;
	display: inline;
}
#copy {
	margin: 3px;
	padding: 0;
	text-align: center;
	font-size: smaller;
}

#pre {
	position: absolute;
	top: 113px;
	left:600px;
}

@media print {
    body {
        background: #ffffff;
    }
    html {
        font-size: 100%;
    }
    .headerGroup, .contentGroupTop, #menu, .contentGroupBottom {
        display: none;
    }
    #footerArea {
        display: none;
    }
    .oneColFixCtrHdr #container {
        background-image: none;
    }
    #profiles #profiles {
        background-image: none;
    }
    #profiles #profile2 {
        height: 100%;
        overflow: visible;
        border: none;
    }
    .link {
        margin-left: 25px;
    }
    dd {
        margin-left: 25px;
    }
    .link img{
		margin-left: 25px;
		margin-top: -1em;
		height: 5px;
		width: 25px;
    }
}

a.modal {
    background: url("../image/icon_external.gif") no-repeat scroll left center transparent;
    float: right;
    margin: 0 0 10px;
    padding: 2px 0 2px 20px;
    display: none;
}

.mask {
    background-color: #000000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 9000;
}
.boxes .window {
    background-color: #FFFFFF;
    width: 720px;
}
.boxes .window .header {
    background-color: #a70000;
    color: #FFFFFF;
    line-height: 2em;
    margin: 0 0 10px;
    padding: 2px 8px;
    display: none;
}
.boxes .window .header a {
    color: #FFFFFF;
    float: right;
}
.boxes .window .content {
    overflow: auto;
    width: 720px;
}

.link {
    background: none repeat scroll 0 0 transparent;
    text-align: right;
}
.link a {
    padding: 0 4px;
}
img#photo {
    width:auto;
    height:100px;
}

#profiles #profile2 ul.preview {
	display:none;
}
