@charset "utf-8";
/* CSS Document */

/* index==========================

	1.for ayumi index
	2.for photo
	3.for thesis index
	4.for thesis

*/


/* 1.for ayumi index ====================================================*/
div.ayumi div.section h4{
	margin-bottom:15px;
}
div#ayumiIndex{
	padding-bottom:40px;
	background:url("../../common/image/m_bgf.gif") no-repeat bottom;
}
div#ayumiIndex ul{
	margin-left:23px;
}
div#ayumiIndex li{
	float:left;
	display:inline;
	margin:0 15px 15px 0;
	width:158px;
}
div#ayumiIndex li a.ptaLink{
	padding-left:15px;
	background:url("../img/pta_list.gif") no-repeat 0 4px;
}

/* 2.for photo ====================================================*/
div.photoBox{
	margin:0 0 40px 30px;
}
div.photoLast{
	padding:0 0 40px 30px;
	background:url("../../common/image/m_bgf.gif") no-repeat bottom;
}
div.photoLeft{
	float:left;
	display:inline;
	width:300px;
}
div.photoRight{
	float:right;
	display:inline;
	margin-right:20px;
	width:190px;
}

/* 3.for thesis index ====================================================*/
div.thesisBox{
	padding:0 30px 40px 30px;
	background:url("../../common/image/m_bgf.gif") no-repeat bottom;
}
div.thesisBox h5{
	color:#FF6600;
	font-size:1.2em;
	font-weight:bold;
}
div.thesisBox ul{
	margin-bottom:30px;
}
div.thesisBox li{
}
div.thesisBox li li{
	margin-left:50px;
	list-style:decimal;
}

/* 4.for thesis ====================================================*/
div.chapterBox{
	padding:0 30px 40px 30px;
	background:url("../../common/image/m_bgf.gif") no-repeat bottom;
}
div.chapterBox h5{
	margin-bottom:20px;
	padding-bottom:2px;
	color:#FF6600;
	font-size:1.2em;
	font-weight:bold;
	background:url("../../common/image/dot.gif") repeat-x bottom;
}
div.chapterBox h6{
	margin-bottom:15px;
	font-size:1.2em;
	font-weight:bold;
}
div.chapterBox dt{
	margin-bottom:10px;
	font-weight:bold;
}
div.chapterBox dd{
	margin:0 0 15px 20px;
}
div.chapterBox p{
	margin-bottom:15px;
}
div.chapterBox p.sentRight{
	margin-bottom:40px;
	text-align:right;
}
div.chapterBox ul{
	margin:0 0 10px 20px;
	list-style:disc;
}
div.chapterBox ol{
	margin:0 0 10px 20px;
	list-style:decimal;
}
div.chapterBox span{
	font-weight:bold;
}
div.chapterBox caption{
	text-align:right;
	font-size:0.8em;
}
div.chapterBox table{
	width:400px;
	border-top:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
}
div.chapterBox th{
	font-weight:normal;
	border-left:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
}
div.chapterBox td{
	width:80px;
	text-align:right;
	border-left:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
}

div.chapterBox table.cha211{
	margin-bottom:15px;
	width:450px;
}
div.chapterBox table.cha211 td{
	width:70px;
}
div.chapterBox table.cha211 th.tabtitle{
	text-align:center;
}


div.chapterBox table.cha221{
	margin-bottom:15px;
	width:350px;
}
div.chapterBox table.cha221 th{
	padding-left:10px;
	text-align:left;
}
div.chapterBox table.cha221 td{
	width:100px;
}
div.chapterBox table.cha221 th.tabtitle{
	text-align:center;
}
