@charset "utf-8";
/*
	title:			【president】用
	author:		T.Nagayama (WITHWIND)
	description:	
*/
/*================================================================================
	
================================================================================*/

/*index.html*/
div#cmf_presi_flash {
	margin:0 0.5em 0 0;padding:0;
	float:left;
	width:410px;
}
div#cmf_presi_profile {
	margin:0 0.5em 0 420px; padding:0;
	font-size:1.1em;
	line-height:1.2em;
}
div#cmf_presi_profile ul {
	list-style-type:disc;
	list-style-position:outside;
}
div#cmf_presi_profile ul li { margin-left:16px;}

div#presi_photo {
	margin:0;padding:0;
	height:260px;
}
div#presi_photo div#presi_photo_img {
	margin:0 0 0 10px;padding:0;
	width:240px;height:200px;
	float:left;
}
div#presi_photo div#presi_photo_msg {
	float:left;
	width:240px;height:3em;
	margin:5px 0 0 10px;
	font-size:1.1em;
	line-height:1.2em;
}
div#presi_photo div#presi_photo_naviimg {
	margin:0 10px 0 260px;padding:0 0 0 10px;
}
ul#presi_photo_navi {;}
ul#presi_photo_navi li {display:inline;}
ul#presi_photo_navi li img {;}


/*president_publication.html*/
table.presi_publication {
	margin:0 0 1em;
	font-size:1.1em;
	line-height:1.2em;
	background-color:#fff;
	border:solid #ccc;
	border-width:0 0 1px;
}
table.presi_publication th {font-size:1.2em;font-weight:bold; vertical-align:top; white-space: nowrap;}
table.presi_publication td {;}
table.presi_publication td img {;}
table.presi_publication td h3{ color:#f03;}
table.presi_publication td div.desc{
	margin:0;padding:0.5em;
	font-size:1em;
	line-height:1.2em;
}
table.presi_publication td div.footer{
	margin:0;padding 0.5em 1em;
}

table.presi_publication tr.even th	{ background-color:#ffb300; color:#fff; }
table.presi_publication tr.even td	{ background-color:#fffce1; color:#000; }
table.presi_publication tr.odd th		{ background-color:#2455ff; color:#fff; }
table.presi_publication tr.odd td		{ background-color:#e6f3ff; color:#000; }



