
dt, dd {
        list-style : none;
        margin-bottom : 0.4em;
}

dl {
        margin-left : 16px;
        margin-bottom : 20px;
}

dt {
        margin-top : 0.6em;
        font-weight : bold;
}

dd {
        padding-left : 2em;
}

.box {
	margin-bottom : 20px;
}

.bordered {
	border : solid 2px #999999;
	padding : 8px;
}

.redBordered {
	border : solid 2px #FF3333;
	padding : 8px;
}

h3.leftBorder {
	border-left : solid 10px #FF9900;
	border-bottom : solid 1px #FF9900;
	padding-top : 6px;
	padding-bottom : 6px;
	padding-left : 12px;
}

h4.leftBorder {
	border-left : solid 6px #666666;
	padding-top : 4px;
	padding-bottom : 4px;
	padding-left : 8px;
}

a:hover img {
	opacity : 0.75;
	filter : alpha(opacity=75);
}

img.rev {
	opacity : 0.75;
	filter : alpha(opacity=75);
}

a:hover img.rev {
	opacity : 1.0;
	filter : alpha(opacity=100);
}

.hidden {
	display : none;
}

.overline {
	text-decoration : overline;
}

.underline {
	text-decoration : underline;
}

.author{
        text-align:right;
        font-weight:bold;
        font-size:120%;
        line-height:1.5;
        margin-bottom:1em;
}

.subTitle {
	float : right;
	margin-top : -16px;
	margin-left : 20px;
	margin-bottom : 20px;
}

.subTitleLeft {
	/*float : right;*/
	margin-top : -16px;
	margin-left : 20px;
	margin-bottom : 20px;
}

.plainList {
        /*margin-bottom : 20px;*/
				margin-bottom : 10px;
}

.plainList2 {
        /*margin-bottom : 20px;*/
				/*margin-bottom : 10px;*/
}

.innerList {
	margin-top : -0.6em;
	margin-bottom : 0.4em;
	margin-left : 1em;
}



.innerList2 > li {
	background : url("/ja/common/images/cur01.gif") no-repeat 0 4px;
	padding-left:22px;
	line-height:1.5;
}


.plainList > li {
        margin-left : 8px;
        margin-bottom : 0.4em;
	background : url("/ja/common/images/cur03.gif") no-repeat 0 4px;
	padding-left : 12px;
}




.plainList2 > li {
	margin-left : 8px;
	margin-bottom : 0.4em;
	background : url("/ja/common/images/cur03.gif") no-repeat 0 4px;
	padding-left : 12px;
}

.subList > li {
	margin-left : 8px;
	margin-top:4px;
	margin-bottom : 0.4em;
	background : url("/ja/common/images/cur02.gif") no-repeat 0 4px;
	padding-left : 22px;
}

.horizontalList > li {
	float : left;
	margin-right : 12px;
}

.numericList > li {
	list-style-type : decimal;
	list-style-position : inside;
	/*list-style-position:outside;*/
	margin-left : 20px;
	margin-bottom : 0.4em;
	overflow : visible;
}

.numericList2 > li {
	list-style-type : decimal;
	list-style-position:outside;
	margin-left : 20px;
	margin-bottom : 0.4em;
	overflow : visible;
}

.numericList3 > li {
	list-style-type : decimal;
	list-style-position:outside;
	margin-left : 30px;
	margin-bottom : 0.4em;
	overflow : visible;
}

/* outside版 */
.orderedList {
	margin-left:2em;
}
.orderedList > li {
	list-style-type: decimal;
	margin-bottom:0.5em;
}

.alphaList > li {
	list-style-type : upper-alpha;
	list-style-position : inside;
	margin-left : 20px;
	margin-bottom : 0.4em;
	overflow : visible;
}

.alphaList2 > li {
	list-style-type : upper-alpha;
	list-style-position : outside;
	margin-left : 20px;
	margin-bottom : 0.4em;
	overflow : visible;
}

.romanList > li {
	list-style-type : lower-roman;
	list-style-position : outside;
	margin-left : 20px;
	margin-bottom : 0.4em;
	overflow : visible;
}


.indentList{
	margin-left:1em;
}

.indentList p{
	text-indent:-1.5em; 
	padding-left:1.5em;
	margin:0.5em 0;
}

.indentList p span{
	margin-right:5px;
}

.plainTable {
	margin-bottom : 20px;
	border-collapse : collapse;
}

.plainTable th, .plainTable td {
	border : solid 1px #7FBEFF;
	padding : 4px;
}

.plainTable th.date, .plainTable td.date {
	white-space : nowrap;
	text-align : right;
	padding-right : 0.6em;
	font-weight : normal;
}

.plainTable td {
	background-color : #FFFFFF;
}

.plainTable th {
	background-color : #C1DFFD;
}

.plainTable th.subHeader {
	background-color : #E0F0FF;
}

/*--- [ plainTable_02 2014/09/10追加 ] ---*/
.plainTable_02 {
	margin-bottom : 20px;
	border-collapse : collapse;
    text-align: center;
}

.plainTable_02 th, .plainTable_02 td {
	border : solid 1px #7FBEFF;
	padding : 6px;
    letter-spacing:0.1em;
}

.plainTable_02 th.date_02, .plainTable_02 td.date_02 {
	white-space : nowrap;
	text-align : center;
    padding-right: 0.6em;
	font-weight : normal;
}

.plainTable_02 td {
	background-color : #FFFFFF;
}

.plainTable_02 th {
	background-color : #C1DFFD;
    font-size: 14px;
}

.plainTable_02 th.subHeader_02 {
	background-color : #E0F0FF;
}


/*--- [ plainTable_02 2014/09/10追加 ] ---*/
.newsImage{
	border:1px #ccc solid;
	padding:10px;
	width:450px;
	margin-bottom:1em;
}

.newsImageBox{
	width:450px;
	margin-bottom:10px;
	border:1px #aaa solid;
	padding:10px;
	background:#f7f7f7;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px; 
}

.newsImage .title{
	border-left:7px #002855 solid; 
	padding:3px 0 3px 5px;
	margin-bottom:0.7em;
	line-height:1.3;
	font-weight:bold;
	font-size:120%;
}

.newsImage .imageArea{
	float:right; 
	width:100px; 
	margin-left:10px;
	padding:7px; 
	background:#FFFFFF; 
	border:1px #ccc solid;
}

.newsImage p{
	margin-bottom:0;
}



.outerLink {
	background : url("/ja/common/images/icon03.gif") no-repeat 0 0;
	padding-left : 20px;
}

.pdfLink {
	background : url("/ja/common/images/icon04.gif") no-repeat 0 0;
	padding-left : 18px;
	display : inline-block;
	min-height : 18px;
}

.pdfLink2 {
	background : url("/ja/common/images/icon04.gif") no-repeat 0 0;
	padding-left : 18px;
	display : inline-block;
	min-height : 18px;
	vertical-align: middle;
}

.excelLink {
	background : url("/ja/common/images/icon/xlsxIcon.gif") no-repeat 0 0;
	padding-left : 18px;
	display : inline-block;
	min-height : 18px;
	vertical-align: middle;
}

.wordLink {
	background : url("/ja/common/images/icon/docxIcon.gif") no-repeat 0 0;
	padding-left : 18px;
	display : inline-block;
	min-height : 18px;
	vertical-align: middle;
}

.zipLink {
	background : url("/ja/common/images/icon/zipIcon.png") no-repeat 0 0;
	padding-left : 18px;
	display : inline-block;
	min-height : 18px;
	vertical-align: middle;
}

.mailLink {
	background : url("/ja/common/images/mail.jpg") no-repeat 0 3px;
	padding-left : 20px;
}

.imageLeft {
	float : left;
	padding : 8px;
	background-color : #eeeeee;
	margin-right : 20px;
	margin-bottom : 8px;
}

.imageLeft120 {
	float : left;
	width:120px;
	padding : 8px;
	/*background-color : #eeeeee;*/
	border:1px #ccc solid;
	margin-right : 20px;
	margin-bottom : 8px;
}

.imageLeft120 .caption{
	margin-top:0.5em;
	
}

.imageRight {
        float : right;
        padding : 8px;
        background-color : #eeeeee;
	margin-left : 20px;
	margin-bottom : 8px;
}

.imageRight250 {
	float : right;
	padding : 8px;
	background-color : #eeeeee;
	margin-left : 20px;
	margin-bottom : 8px;
	width:250px;	
}

.imageRight250 p{
	padding-top:0.5em; 
	margin-bottom:0;
}


.imageCenter {
	text-align : center;
	margin-bottom : 20px;
}



.imageShadow{
	border:1px #bbb solid; /* for IE8 */
	box-shadow: 0 0 7px #888;	/* CSS3  */  
	-moz-box-shadow: 0 0 7px #888;   /* FF */ 
	-webkit-box-shadow: 0 0 7px #888;	/* Safari,Chrome */
}

.photoFrame150{
	float : right;
	padding : 8px;
	border:1px #bbb solid; /* for IE8 */
	box-shadow: 0 0 7px #888;	/* CSS3  */ 
	margin-left : 20px;
	margin-bottom : 8px;
	width:150px;	
}

.photoFrame150 .imageCaption{
	padding-top:0.5em; 
	margin-bottom:0;
	padding-left:0;
}



.topicPath ul{
	list-style-type:none;
	/*font-size:80%;*/
	margin-bottom:0.5em;

}

.topicPath ol{
	list-style-type:none;
	/*font-size:80%;*/
	margin-bottom:0.5em;

}

.topicPath li.head{
	float:left;
}

.topicPath li.follow{
	float:left;
	background:url(/en/common/images/cur04.gif) no-repeat left center;
	padding-left:15px;
	margin-left:10px;
}

/* TOPページに学外・学内アイコン追加 ここから */
li.out a{
	background:url(/ja/images/top/out.gif) no-repeat left center;
	padding-left:18px;
	margin-left:2px;
	
}

li.in a{
	background:url(/ja/images/top/in.gif) no-repeat left center;
	padding-left:18px;
	margin-left:2px;
	
}

li.inOut a{
	background:url(/ja/images/top/in-out.gif) no-repeat left center;
	padding-left:34px;
	margin-left:2px;
	
}
/* TOPページに学外・学内アイコン追加 ここまで */


/* 図書室iframeカレンダー（ここから） */
.libCalendar .iframe_cal {
/*
		margin: 10px 20px;
		border: 1px solid #ccc;
		height: 700px;
		width: 250px;
*/
		transform: scale(0.71);
		transform-origin: 0px 0px 0px;
		height: 645px;
		width: 410px;
		margin: 10px -10px;
}

.libCalendar .area_cal{
		overflow-x: hidden;
		border: 1px solid rgb(153, 153, 153);
		width: 300px;
		height: 280px;
		float: left;
		margin: 10px;
}

.libCalendar .content_cal{
		width: 300px;
		height: 500px;
		overflow: hidden;
}

/* 図書室iframeカレンダー（ここまで） */


.italic{
	font-style:italic;
}

.simpleHead{
	background: url("/ja/common/images/icon01.gif") no-repeat scroll 0 11px transparent;
	/*margin-left: 1em;*/
	padding-left: 1.2em;
	padding-top: 0.5em;
}


/* 画像を下に並べて配置する場合（ここから） */

.bottomAlignedImage {
	margin-top:20px;
	margin-left:40px;
}
.bottomAlignedImage .imageArea {
	float:left;
	width:250px;
	background:#eeeeee;
	margin:5px;
	/*padding:15px;*/

	padding:15px 15px 10px 15px;
}
.bottomAlignedImage .imageArea p {
	margin-bottom:0;
}
/* 画像を下に並べて配置する場合（ここまで） */

/* clearfix ここから */
.clearfixDummy:before,
.clearfixDummy:after {
    content:"";
    display:table;
}


/*----- [ 画像中央配置 2014-09-18追加（ここから）] -----*/
.bottomCenterImage {
    margin: 0 auto;
    padding: 0;

}
.bottomCenterImage .imgArea {
	width:300px;
	background:#eeeeee;
	margin: 0 auto;
	padding:15px 15px 10px 15px;
}
.bottomCenterImage .imgArea p {
	margin: 5px;
}
/*----- [ 画像中央配置 2014-09-18追加（ここまで）] -----*/

 
.clearfixDummy:after {
    clear:both;
}

.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
 
.clearfix:after {
    clear:both;
}
/* clearfix ここまで */


.css3button a{
	display:inline-block;
	color: #ffffff ;
	font-size:120%;
	padding: 10px 25px;
	background: -moz-linear-gradient(
		top,
		#0089c9 0%,
		#013f76);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#0089c9),
		to(#013f76));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 3px solid #ffffff;
	-moz-box-shadow:
		0px 3px 11px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(0,43,255,1);
	-webkit-box-shadow:
		0px 3px 11px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(0,43,255,1);
	box-shadow:
		0px 3px 11px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(0,43,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.3);

	/* IE8 */
	background:#013f76;

	/* SVG as background image (IE9のみ摘要。上記IE8のCSSを上書きしているので要注意) */ 
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc3MTciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiMwMDg5QzkiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMwMTNGNzYiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c3MTcpIiAvPgo8L3N2Zz4=);
}

.css3button a:hover{
	opacity:0.7;
	filter : alpha(opacity=70);
	text-decoration:none;	
}






