@charset "utf-8";
@import "common.css";


/*=============== contents ===============*/


/*========== header ==========*/

/*===== navi =====*/
ul#navi {
	background: url(../images/bg_navi.gif) top center no-repeat;
}


/*========== main ==========*/
#main {
	width: 520px;
	padding: 3em 90px 0 90px;
}
h2.title {
	margin: 2em 0 0.5em 0;
}
.text {
	margin-left: 14px;
}
.clearBoth {
	clear: both;
}
.alignR {
	text-align: right;
}
.alignC {
	text-align: center;
}
.marginT1em {
	margin-top: 1em;
}

/*========== footer ==========*/

#footer {
	padding-top: 3em;
}





/*========== umex ==========*/
table#information tbody td { 
	font-size: 1em;
}
table#information tbody td > * { 
	font-size: 1.4em;
}
.attention {
	font-size: 1.2em;
	color: #990000;
	line-height: 1.4;
}
img.InlineImg {
	margin: 0 3px;
	vertical-align: text-bottom;
}
.selectUmex {
	margin-bottom: 1em;
	font-size: 1em;
	text-align: right;
}

/*========== info ==========*/
ol {
	margin-top: 0.5em;
	font-size: 1.4em;
}
dl#transition {
	margin: 0 0 0 14px;
	padding: 0;
	font-size: 1.4em;
}
dl#transition dt {
	float: left;
	clear: both;
	margin-right: 1em;
}
#responsibility {
	clear: both;
	margin-top: 2em;
	font-size: 1.2em;
	text-align: right;
}

/*========== gallery ==========*/
ul#photos {
	overflow: hidden;
	list-style: none;
	width: 516px;
	margin: 1em auto 1em auto;
	padding: 2px 0 0 2px;
}
ul#photos li {
	float: left;
	width: 168px;
	margin: 0 2px 2px 0;
	padding: 8px 0;
	border: solid 1px #666666;
	font-size: 0;
	text-align: center;
	background-color: #ffffff;
}
table#members {
	width: 90%;
	margin: 2em auto 0 auto;
}
table#members th p{
	font-size: 1em;
}
.selectBck {
	margin-bottom: 1em;
	font-size: 1em;
	text-align: right;
}
.comment {
	width: 90%;
	margin: 2em auto 0 auto;
	line-height: 1.4;
}
.noData {
	height: 8em;
	line-height: 8;
	text-align: center;
}

/*========== link ==========*/
table#links {
	text-align: left;
}
table#links th {
	white-space: normal;
}

/*========== manager ==========*/
#managers {
	width: 75%;
	margin: 0 auto;
}
#managers p {
	font-size: 1em;
}
#managers .notes {
	margin-top: 1em;
	font-size: 1.2em;
}
