@charset "utf-8";

/*初期化
----------------------------------------*/
*{
	margin: 0;
	padding: 0;
	font-size: 100%;
}

#viewmain {
	font-size: 0.8em;
	line-height: 1.3em;
	color: #333333;
	background-color:#FFFFFF;
	width:100%;
}

ul{
	list-style-type: none;
}

img{
	vertical-align:top;
	border: 0;
}


/*リンク
----------------------------------------*/
a:link{
	/* 2016/02/24 koga upd start */
	/* color: #001E6A; */
	color: #006FBF;
	/* 2016/02/24 koga upd start */
}
a:visited{
	color: #666666;
}
a:active{
	color: #666666;
}
a:hover{
	/* 2016/02/24 koga upd start */
	/* color: #006FBF; */
	color: #001E6A;
	/* 2016/02/24 koga upd start */
}


/*ClearFix
----------------------------------------*/
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clear {
	height: 1%;
}
/*.clear {
	display: block;
}*/
/* Hides from IE-mac */

.hidden{
	display:none;
}
.block{
	display:block;
}
.inline{
	display: inline;
}

/*コンテンツボックス
----------------------------------------*/
/*文字サイズ調整範囲用*/
#all {
	background-color:#FFFFFF;
}


/*ヘッダー
----------------------------------------*/
#header {
	width: 780px;
/*	padding:8px 0 12px 0;*/
	margin:0 auto;
	font-size: medium;
	line-height: normal;
}

/*ロゴ*/
#logo {
	width: 250px;
	float: left;
	padding-top: 10px;
}

#sitetop {
	margin-bottom: 8px;
	text-align: right;
	font-size: small;
	line-height: 1.3em;
}

/*----- ヘッダーリンク -----*/
#headerlink {
	float:right;
	margin-top:0;
	font-size:1px;
	line-height:1px;
}
#headerlink li {
	float: left;
	padding-left: 14px;
}
#headerlink  a {
	display: block;
	height: 11px;
	text-indent: -9999px;
	text-decoration:none;
	overflow: hidden;
}

/*#headerlink .hl a {
/*	width: 55px;
/*	background-repeat: no-repeat;
/*}

/*#headerlink .hl a {
/*	background-image: url(../image/ja/switch.gif);
/*	margin-right: 10px;
/*}

/*----- ヘッダーボックス -----*/
#headerbox {
	float: right;
}

/*文字サイズ*/
#fontsize {
	float: left;
	/*width:118px;*/
	position: relative;
	font-size:1px;
	line-height:1px;
}
#fontsize dt{
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: top right;
	width: 80px;
	height: 9px;
	float: left;
	margin-top:4px;
	margin-right:6px;
}
#fontsize dt{
	background-image: url(../image/ja/fontsize.gif);
}
#fontsize dd{
	display: inline;
}
/*文字サイズアイコン*/
#fontsize ul{
	display: inline;
}
#fontsize li{
	float: left;
}
#fontsize li a{
	text-indent: -9999px;
	display: block;
	background-repeat: no-repeat;
	background-position: top;
	width: 18px;
	height: 18px;
	margin-right:3px;
	text-decoration: none;
	overflow: hidden;

}

#fontsize .fs1 {
	background-image: url(../image/ja/font_large.gif);
}
#fontsize .fs2 {
	background-image: url(../image/ja/font_middle.gif);
}
#fontsize .fs3 {
	background-image: url(../image/ja/font_small.gif);
}

.noscript{
	position: absolute;
	top:0px;
	left:0px;
	color: #FF0000;
	font-size: 10px;
	line-height: 1.1em;
	height: 27px;
	overflow: hidden;
	background-image: url(../image/bg_koshi.gif);
}

/*文字サイズ調整*/
.font_superlarge{
	font-size:150%;
	line-height:1.5em;
}
.font_large{
	font-size:120%;
	line-height:1.3em;
}
.font_normal{
	font-size:100%;
/*	line-height:1.3em;*/
}

/*フッター
----------------------------------------*/
#footer {
/*
	background-image: url(../image/bg_footer.jpg);
	background-position:top left;
	background-repeat:repeat-x;
*/
	clear: both;
	min-height:100px;
/*	background-color: #011E6A;*/
	background-color: #76bfff;
	min-width:818px;
}
/*min-height IE用*/
* html #footer {
	height:100px;
}
#footer a{
	color:#FFFFFF;
}
#footer a:hover{
	color:#001E6A;
}

#footercontents{
	width:780px;
	margin: 0 auto;
	padding-top:13px;
	font-size: 80%;
}

#footerlink{
	float:left;
	margin:0;
}
#footerlink li{
	display: inline;
	border-left: solid 1px #FFFFFF;
	padding: 0 5px;
}
#footerlink li.start{
	border:0;
}

#copyright{
	float:right;
	text-align:right;
	color:#FFFFFF;
	/* 2016/02/24 koga add start */
	font-size: 85%;
	/* 2016/02/24 koga add end */
}

/* 検索キーワードハイライト */
span.highlight {
	font-weight: bold;
	background-color: #FFFF66;
}

h1.sorantitle {
	margin: 0 auto;
	width: 860px;
	font-size: x-large;
	/*line-height: normal;*/
	color: #02206B;
}

/* 特殊文字 下線 */
span.underline {
	text-decoration:underline;
}

#viewmain form {
	font-size: medium;
	line-height: normal;
/*	background-image: url("../image/line.gif");*/
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #76bfff;
/*	background-color: #001E6A; */
	text-align: center;
	padding: 1ex 0;
	width: 100%;
}

#viewmain form .flat {
	border: 1px solid #999999;
}

#viewmain form input {
	margin: 0 0.5ex;
	vertical-align: middle;
}

#viewmain form label {
	margin-left: -1.5ex;
}

#viewmain form p {
	color: #FFFFFF;
	font-size: small;
}

#backlinkcontainer {
	line-height: normal;
	background-image: url("../image/line.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #048DFF;
}

#backlinkcontainer p {
	margin: 0 auto;
	padding: 1em 0;
	text-align: right;
	width: 860px;
	font-size: small;
}

a#backlink {
	color: #FFFFFF;
	margin-right: 1ex;
}

a#backlink:hover {
	color: #FF8800;
}

#viewcontainer {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 1ex;
/*
	width: 860px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
*/
}

#viewcontainer .explanation {
	text-align: center;
	padding: 1em;
}

#viewmain.error {
	background-image: url("../image/line.gif");
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 60px;
	text-align: center;
}

#viewmain.error #viewcontainer {
	padding: 1em 0;
	font-size: medium;
}

div.resultline {
	background-image: url("../image/resultline.gif");
	background-repeat: repeat-x;
	border: 1px solid #999999;
	border-bottom: 3px groove #76bfff;
/*	border-bottom: 3px groove #001E6A; */
	color: #0090FF;*/
/*  color: #001E6A; */
	margin: 0 1em;
}

h1.resultline {
	background-image: url("../image/resulticon.gif");
	background-repeat: no-repeat;
	background-position: 4px center;
	font-size: x-large;
	padding: 1ex 44px;
	/*line-height: normal;*/
}

.resultpage {
	margin: 1ex 1em;
}

.resultpage strong {
	color: #FF0000;
}

.resultpage span {
	font-weight: bold;
}

.resultpage .resultcount {
	padding-left: 1ex;
}

.resultpageleft {
	width: 40%;
}

.resultpageright {
	width: 60%;
	text-align: right;
	margin: 0 0 0 auto;
}

.resultpageright span {
	margin-right: 1ex;
	font-weight: normal;
}

.resultpageright a:visited {
/*	color: #006FBF;*/
	color: #001E6A;
}

.resultpageright a.currentpage {
	font-weight: bold;
}

.resultpagetop {
	position: relative;
	height: 100%;
}

.resultpagetop .resultpageright {
	position: absolute;
	right: 0;
	bottom: 0;
}

/* ページリンク */
p.paging a {
	text-decoration: none;
}

/* ページリンク：無効 */
p.paging span.invalidity {
	font-size: 105%;
	color: gray;
}

/* ページリンク：表示中ページ */
p.paging span.page-now {
	font-weight: bold;
	font-size: 125%;
	padding: 0 0.2ex;
}

/* ページリンク：前後移動 */
p.paging span.navi {
	font-size: 105%;
}

.detailswitch {
	text-align: right;
	margin: 0 auto;
	padding: 0 1em;
/*	width: 800px;*/
/*	clear: both;*/
	width: 95%;
}

#searchresult {
	margin: 0 auto;
	width: 95%;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#searchresult tr.odd {
	background-color: #E0F0FF;
}

#searchresult th,
#searchresult td {

	border-top: 1px solid #CACACA;
	border-left: 1px solid #CACACA;
/*
	border-top: 1px solid #5672BB;
	border-left: 1px solid #5672BB;
*/
}

#searchresult th {
	padding: 0.8ex;
	background-color: #76bfff;
/*	background-color: #001E6A; */
	color: #FFFFFF;
}

#searchresult th a {
	color: #FFFFFF;
}

#searchresult th.searchresult_no {
	width: 6%;
}

#searchresult th.searchresult_faculty {
	width: 28%;
}

#searchresult th.searchresult_title {
	width: 12%;
}

#searchresult th.searchresult_name {
	width: 20%;
}

#searchresult th.searchresult_field {
}

#searchresult td {
	padding: 0.8ex;
}

#searchresult td.searchresult_no {
	text-align: right;
}

.viewname {
/*	border-bottom: 1px solid #76BFFF; */
	font-size: xx-large;
	/*line-height: normal;*/
	padding: 0 1ex 1ex;
}

.yomi {
	font-size: 70%;
	font-weight: normal;
	padding-left: 1em;
}

.psnphoto {
	float: right;
}

.lastmodified {
	clear: both;
	text-align: right;
	border-top: 1px solid #76BFFF;
	padding-top: 1ex;
	margin-bottom: 1em;
}

.totop {
	clear: both;
	text-align: right;
}

#viewcontents {
	margin: 12px 12px 12px 222px;
}

#viewcontents h3 {
	border-left: 8px solid #0090FF;
	margin: 1ex;
	padding: 0.5ex 1.5ex;
}

#viewcontents ul,
#viewcontents table {
	margin: 0 0 1em 1.8em;
	font-size: smaller;
}

#viewcontents table {
	width: 580px;
	background-color: #CCCCCC;
}

#viewcontents table th {
	background-color: #EEEEEE;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	font-weight: normal;
	padding: 2px;
}

#viewcontents table td {
	background-color: #FFFFFF;
	padding: 3px;
}

#viewcontents table td.no {
	text-align: right;
}

#viewcontents table td.date {
	text-align: center;
}

#viewcontents table ul {
	margin: 0;
	font-size: 100%;
}

.sidenavi {
	position: absolute;
	top: 12px;
	left: 12px;
	width: 190px;
	border: 1px solid #0060FF;
	background-color: #76bfff;
	padding: 0 5px 5px;
	background-image: url("../image/navihead.gif");
	background-repeat: repeat-x;
	background-position: left top;
}

.sidenavi dt {
	border-left: 6px solid #FFFFFF;
	color: #FFFFFF;
	padding: 3px;
	font-weight: bold;
	margin: 5px 0;
}
.sidenavi ul {
	margin: 0;
}

.sidenavi li {
	background-color: #FFFFFF;
	margin: 1px;
	padding: 0;
	font-size: smaller;
	border: 1px solid #F0F0F0;
}

.sidenavi a {
	display: block;
	padding: 0.5ex 0.5ex 0.5ex 1.5em;
}

.sidenavi a:hover {
	color: #FF8800;
}

.sidenavi a:visited,
.toggle a:visited,
.totop a:visited,
.detailswitch a:visited {
	color: #006FBF;
}



/**
 * 学外公開用スタイル定義（style.cssの上書き）
 */
/* 2016/02/24 koga add start */
body {
	font-family: 'メイリオ',Meiryo, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック",sans-serif;
}
/* 2016/02/24 koga add end */
 
div.title {
/*	background: #001E6A; */
/*	#006FBF */
	line-height: normal;
	background-image: url("../image/line.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #048DFF;
}

#homemain .home {
	padding-bottom: 0;
}

div#column {
	margin-top: 0;
}

div.home {
	border: 1px solid #CACACA;
}

div.home h3 {
	color: #444444;
}

div.menu ul li a:link, div.menu ul li a:visited, div.menu ul li a:hover {
	color: #444444;
}

div#sidebar div.names {
	background: #76bfff;
}

div#sidebar div.data {
	border-color: #CACACA;
}

div#main div.text h3 {
/*	background: #FFF; */
/*	color: #001E6A; */
/*	border-style: none none solid solid; */
/*	border-width: 0px 0px 2px 10px; */

	background: #FFF;
	color: #444444;
	border-style: none none solid solid;
	border-width: 0px 0px 0px 10px;
	background-color: #e8e8e8;
	border-left: 5px solid #76bfff;
}

div.search h3 span.search_red {
	color: #444444;
}

div#main div.text h3 span a:link, div#main div.text h3 span a:visited, div#main div.text h3 span a:hover {
	color: #001E6A;
}

div.search ul.result li h4 {
	background: #E0F0FF;
}

.cv_item_frame {
	border: 1px solid #CCCCCC;
	padding: 6px 13px;
	margin-bottom: 3px;
}

.group_frame {
	margin-left: 1.5em;
}

div#main div.text div.cv_item_frame ul {
    margin-left: 0em;
}

div#main div.ym {
	width: 90px;
	display: inline-block;
	/* 2016/02/24 koga add start */
	font-size:90%;
	/* 2016/02/24 koga add end */
}

div#main div.tilde {
	width: 20px;
	text-align:center;
	display: inline-block;
	/* 2016/02/24 koga add start */
	font-size:90%;
	/* 2016/02/24 koga add end */
}

/* 2016/02/24 koga add start */
p.inline-block {
	display: inline-block;
}
/* 2016/02/24 koga add start */
