html{
    height: 100%;
}

p, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", sans-serif;
	font-size: 75%;
	line-height: 1.8;
	height: 100%;
	color: #333;
	background-color: #F6F6F6;
}

br {
	clear: both;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

ul, li, ol {
	margin: 0;
	padding: 0;	
}

table {
	font-size: 100%;
	line-height: 1.4;
}

th {
	font-weight: normal;
}

form {
	margin: 0;
	padding: 0;
}

.txts {
	font-size: 90%;
	line-height: 1.2;
}
/* safari only \*/
html:\66irst-child .txts {
	font-size: 10px;
}

.txtl {
	font-size: 120%;
	line-height: 1.3;
}

.txtlb {
	font-size: 120%;
	font-weight: bold;
	line-height: 1.3;
}

.clearfix:after {
	content: url(pixel.gif);
	display: block;
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
.clearfix { display: block; }
/* Mac版IEのみに適用 \*//*/
.clearfix { overflow: hidden; }
/* */

.center {
	text-align: center;
}

.right {
	text-align: right;
}

/**ページ枠********************************************************************************************************/

#wrapper {
	width: 780px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #fff;
	margin: 0 auto;
	padding: 0;
}

/*メニューボタン*/
#menu {
	width: 780px;
}

#menu ul {
	list-style: none;
	width: 780px;
}

#menu li {
	float: left;
}

#menu li a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	float: left;
	height: 40px;
}

#menu li.home a {
	background: transparent url(../img/menu/home.jpg) no-repeat 0 0;
	width: 195px;
}
#menu li.staff a {
	background: transparent url(../img/menu/staff.jpg) no-repeat 0 0;
	width: 195px;
}
#menu li.houkoku a {
	background: transparent url(../img/menu/houkoku.jpg) no-repeat 0 0;
	width: 195px;
}
#menu li.kitei a {
	background: transparent url(../img/menu/kitei.jpg) no-repeat 0 0;
	width: 195px;
}


#menu li a:hover, #menu li a:active {
	background-position: 0 -40px;
}

/*メイン画像*/
#mainph {
	background: url(../img/mainph.jpg) no-repeat left top;
	width: 750px;
	height: 430px;
	margin: 5px 0 20px 20px;
}
/*メインテキスト*/
#sub {
	font-size: 14px;
	line-height: 1.7;
	width: 500px;
	padding: 15px 0 20px 10px;
}

/*部門ボタン*/
.layout {
	width: 740px;
	margin: 0 auto;
}

.layout ul {
	list-style: none;
}

.layout li {
	list-style: none;
	float: left;
}

.layout li.w240 {
	width: 240px;
	margin-right: 10px;
}
.layout li.w240n {
	width: 240px;
}



/*コピーライト*/
#copyright {
	background-color: #0066CC;
	text-align: center;
	width: 780px;
	padding: 10px 0;
	margin-top: 15px;
}

/*コンテンツ*/
#contents {
	width: 740px;
	margin: 20px auto;
}

.list {
	width: 710px;
}
.list ol {
	margin: 0 0 15px 40px;
}
.list li {
	margin-bottom: 5px;
}
.list td {
	margin-bottom: 5px;
	text-align: center;
	height: 2em;
}
.list td.name {
	text-align: center;
	width: 120px;
}
.list td.branch {
	width: 6em;
}
.list td.professor {
	width: 5em;
}
.list td.email {
	text-align: left;
}
.list td.title {
	background-color: #E0E0DE;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.list td img {
	border: 1px solid #333;
}

.list2 {
	margin: -10px 0;
	width: 700px;
}
.list2 ol {
	margin: 0 0 15px 40px;
}
.list2 ul {
	margin: 0 0 15px 40px;
}

h3 {
	color: #339999;
	font-size: 150%;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

h4 {
	color: #339999;
	font-size: 120%;
	font-weight: normal;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
}

/*PageTop*/
.pagetop {
	width: 740px;
	margin: 10px auto;
	text-align: right;
}

/*Back*/
.back {
	width: 740px;
	margin: 0.5em 0 -1.5em 0;
	text-align: right;
}

ul.cp_list {
	padding: 0.5em;
	list-style: none;
}
ul.cp_list li {
	position: relative;
	padding: 0.5em 1em 0.5em 2.3em;
	margin-bottom:5px;
}
ul.cp_list li:after,
ul.cp_list li:before {
	content:'';
	position: absolute;
	transform: rotate(45deg);
}
ul.cp_list li:before {
	top: 0.7em;
	left: 0.2em;
	width: 12px;
	height: 12px;
	border:2px solid rgba(255,143,0,1);
}
ul.cp_list li:after {
	top: 0.9em;
	left: 0.7em;
	width: 14px;
	height: 14px;
	background: rgba(255,143,0,0.5);
	transform: rotate(60deg);
}

.suuri {
	margin: 16px auto;
	text-align: center;
	display: block;
}
.suuri .text {
	text-align: left;
	display: inline-block;
}

/**マージン********************************************************************************************************/
.mt3 {
	margin-top: 3px;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt30 {
	margin-top: 30px;
}
.mb3 {
	margin-bottom: 3px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}

.mtb3 {
	margin-top: 3px;
	margin-bottom: 3px;
}
.mtb5 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.mtb10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.mtb15 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.mtb20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.mtb25 {
	margin-top: 25px;
	margin-bottom: 25px;
}
.mtb30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.ml5 {
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px;
}
.ml15 {
	margin-left: 15px;
}
.ml20 {
	margin-left: 20px;
}
.ml130 {
	margin-left: 130px;
}

.mr5 {
	margin-right: 5px;
}
.mr10 {
	margin-right: 10px;
}
.mr15 {
	margin-right: 15px;
}
.mr20 {
	margin-right: 20px;
}

/**リンク********************************************************************************************************/

a:link {
	color: #0066cc;
	text-decoration: none;
}

a:visited {
	color: #0099ff;
	text-decoration: none;
}

a:hover {
	color: #0099ff;
	text-decoration: underline;
}

a:active {
	color: #0099ff;
	text-decoration: underline;
}

table.line {
	width: 680px;
	border-width: 1px 0 0 1px;
	border-color: black;
	border-spacing: 0;
}

table.line, table.line th, table.line td {
	border-style: solid;
	border-collapse: collapse;
}

table.line th, table.line td {
	padding: 0.5em 4px;
	border-width: 0 1px 1px 0;
	border-color: black;
}

table.line th {
	background-color: #99CCFF;
	text-align: center;
}

.clear {
	clear: both;
}

.report ol {
	list-style-type: none;
	margin-left: 20px;
}

.report ol ol li {
	float: left;
	margin-right: 10px;
}

