/* Style Sheet for IIJ Lab */

/* general style */

body {
	padding:0px;
	margin:0px;
	background: #bcc2c4;
	line-height: 160%;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: 80%;
	overflow: -moz-scrollbars-vertical;
}

h1,h2,h3,h4 {
	padding-left: 5px;
	color: #333333;
}

h1 {
	background: url("../image/h1.gif") no-repeat 0% 50%;
	border-bottom:1px dotted #C6C6C6;
	font-size: 130%;
	line-height: 200%;
	padding-left: 25px;
	width: 97%;
}

h2 {
	border-left: 4px solid #00a0c6;
	border-top: 1px solid #00a0c6;
	background-color: #d5e8ed;
	font-size: 110%;
	line-height: 150%;
	color: #00a0c6;
	width: 100%;
}

h3 {
	border-left: 2px solid #869A9E;
	border-bottom: 1px solid #869A9E;
	font-size: 110%;
	width: 100%;
}

h4 {
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 100%;
	line-height: 105%;
	color: #666666;
	width: 100%;

}

a {
	text-decoration: none;
	color: #00a0c6;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

table {
	margin-left: 10%;
	margin-right: 5%;
	margin: 0px 0px 40px 0px;
	border: 1px solid #dae3e5;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

table caption {
	color: #869A9E;
	font-weight: bold;
	font-size: 95%;
	text-align: left;
}

th {
	padding: 3px;
	border-right: 1px solid #ffffff;
	background-color: #dae3e5;
	font-size: 95%;
	font-weight: normal;
}

td {
	padding: 5px;
	border: 1px solid #dae3e5;
	background-color: #ffffff;
	font-size: 95%;
}

ol,li {
	line-height: 150%;
}


dt {
	font-weight: bold;
	color: #869A9E;
	margin-left: 10px;
}

p {
	padding-left: 5px;
}



/* original elements */

#main {
	margin-left: 5%;
	margin-right: 5%;
	background: #858c8e;
}

#header {
	width: 100%;
	height: 105px;
	background: white url("../image/topimg.gif") no-repeat 100% 0%;
}

#switch {
	text-align: right;
	padding: 0 20px;
	line-height: 100%;	
}


#switch a{
	padding-left: 15px;
	background: url("../image/arrow_r.gif") no-repeat 0% 50%;
	text-align: left;
	vertical-align: middle;

}

#identity {
	padding-left: 15px;
	line-height: 100%;
}

#identity img {
	border: 0;
}


#navi {
	width: 100%;
	background: #858c8e;
	border-top: 1px solid #00a0c6;
}

#navi a {
	display: block;
	font-weight: normal;
	float: left;
	padding: 0 12px;
	color: white;
	border-right: 1px solid #cccccc;
	font-size: 105%;
	line-height: 150%;
	background: #858c8e;
}

#navi a.on {
	background: #6a7578;
	border-bottom: 3px solid #d7092f;
}

#navi a.off {
	border-bottom: 3px solid #cccccc;
}

#footer {
	clear: both;
	width: 100%;
	text-align: right;
	background: #acb3b7;
	font-size: 90%;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #858c8e;
	border-bottom: 1px solid #858c8e;
}


#container1 {
	clear: both;
	position: relative;
	border-left: 1px solid #94E0ED;
	border-right: 1px solid #858c8e;
	width: 100%;
	background: #669999 url("../image/container1.gif") repeat-y;
}

#content1 {
	margin-left: 82px;
	padding: 30px 20px 30px 30px;
	background: #eef2f3;
	min-height: 300px;
	border-left: 1px solid white;
}

#sidebar1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 82px;
}

#container2 {
	clear: both;
	position: relative;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #858c8e;
	width: 100%;
	background: #669999 url("../image/container2.gif") repeat-y;
}

#content2 {
	margin-left: 82px;
	padding: 30px 20px 30px 30px;
	background: #ffffff;
	min-height: 300px;
	border-left: 1px solid white;
}

#sidebar2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 82px;
}

.person {
	clear: both;
	width: 100%;
	padding: 20px 0;
}

.person-i {
	padding-left: 115px;
}

.person img{
	border: 0;
	float: left;
}

.arrow {
	padding-left: 15px;
	background: url("../image/arrow_r.gif") no-repeat 0% 50%;
	vertical-align: middle;

}

.person-c {
	font-size: 130%;
	font-weight: bold;
	line-height: 105%;

}

.person-r {
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #666666;

}

.person-n {
	font-size: 160%;
	font-weight: bold;
}

.person-e {
	font-weight: bold;
	color: #666666;
}

.person-t {
	line-height: 95%;
	margin-bottom: 10px;
}
