/* CSS Document */
@charset "iso-8859-1";

/* 
========================================
universal reset
========================================
 */
* {
	margin: 0;
	padding: 0;
	min-height:1px;
	font-family: "Times New Roman";
}

ol, ul, li { margin:0; padding:0; }
li { list-style:none; }
h1, h2, h3, p { margin:0; padding:0; }
a { text-decoration:none; }
a:hover { color:#CC3300; text-decoration:underline; }
/*Hidden Mac IE\*/
a { text-decoration:none; overflow:hidden; }
/**/
p {	font-family: "Times New Roman";}
.small{font-size: 0.8em;}

/* 
========================================
base layout
========================================
 */

body {
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	text-align:center;
}


.footer {
	margin: 0 auto;
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

.footer a { 
	text-decoration:none; 
	overflow:hidden;
	margin: 0 auto;
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

.footer a:hover {
	color:#CC3300;
	text-decoration:underline;
	margin: 0 auto;
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}


/* 
========================================
委員会・選考専門委員会
========================================
 */
#i_area{
	width: 680px;
	padding: 10px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-size: 0.9em;
} 
#i_area h2{
	font-size: 1.3em;
	color: #003333;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#i_area h3{
	font-size: 1.3em;
	color: #003333;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	page-break-before: always; 
} 
#i_area .day{
	font-size: 0.9em;
	color: #003333;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
} 
#i_area table{
	width: 650px;
	font-size: 0.9em;
	margin-bottom: 5px;
}
#i_area th{
	font-size: 0.9em;
	font-weight: normal;
	padding: 5px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
}
#i_area th.left{
	font-size: 0.9em;
	font-weight: normal;
	padding: 5px;
	text-align: center;
	border: 1px solid #333333;
}
#i_area td{
	font-size: 0.9em;
	font-weight: normal;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	vertical-align: top;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
}
#i_area td.left{
	font-size: 0.9em;
	font-weight: normal;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	vertical-align: top;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
}
