@charset "utf-8";
/* formatting style
---------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background: #FFFFFF;
}
p {
	font-size: 12px;
	line-height: 1.5;
}
/* link styles
---------------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
/* basic layout
---------------------------------------*/
#contents {
	width: 720px;
	padding: 10px 20px;
	text-align: justify;
	text-justify: inter-ideograph;
}
#title {
	height: 40px;
	width: 750px;
	margin-left: 10px;
	margin-top: 10px;
}
#left {
	float: left;
	width: 350px;
}
#right {
	float: right;
	width: 350px;
}#menubar {
	width: 720px;
	margin-left: 20px;
	text-align: center;
	clear: both;
}
#contents img {
	float: right;
	margin-right: 30px;
}
/* menubar
---------------------------------------*/
p a:hover img{
	position: relative ;
    z-index: -1 ;
}
p.aim, p.award, p.program, p.org, p.info, p.venue{
    width : 200px ;
    height : 20px ;
}
p.aim a, p.award a, p.program a, p.org a, p.info a, p.venue a, p.p1 a, p.p3 a, p.p4 a{
    display : block ;
    background-repeat : no-repeat ;
}
p.aim a:hover{
    width : 200px ;
    height : 20px ;
	background: transparent url(../img/menu_04-2.jpg);
}
p.award a:hover{
    width : 200px ;
    height : 20px ;
	background: transparent url(../img/menu_06-2.jpg);
}
p.program a:hover{
	background: transparent url(../img/menu_08-2.jpg);
    width : 200px ;
    height : 20px ;
}
p.org a:hover{
	background: transparent url(../img/menu_05-2.jpg);
    width : 200px ;
    height : 20px ;
}
p.info a:hover{
	background: transparent url(../img/menu_07-2.jpg);
    width : 200px ;
    height : 20px ;
}
p.venue a:hover{
	background: transparent url(../img/menu_09-2.jpg);
    width : 200px ;
    height : 20px ;
}
p.p1, p.p3, p.p4{
    width : 200px ;
    height : 14px ;
}
p.p1 a:hover{
    width : 200px ;
    height : 14px ;
	background: transparent url(../img/menu_10-2.jpg);
}
p.p3 a:hover{
    width : 200px ;
    height : 14px ;
	background: transparent url(../img/menu_12-2.jpg);
}
p.p4 a:hover{
	background: transparent url(../img/menu_13-2.jpg);
    width : 200px ;
    height : 14px ;
}
/* TABLE STYLE
---------------------------------------*/
.p-table1 {
	width: 700px;
	border-collapse:collapse;
	border: 2px solid #AAAAAA;
	margin: 10px auto;
}
.p-table1 td, tr, th {
	border: 1px solid #AAAAAA;
	padding: 3px;
	font-size: 11px;
	line-height: 1.1;
	text-align: center;
	vertical-align: middle;
}
.p-table2 {
	margin-left: 30px;
	text-align: left;
	margin-bottom: 10px;
}
.p-table2 td, tr, th {
	padding: 0px 3px;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	line-height: 1.5;
}
.o-table {
	width: 100%;
	text-align: left;
	margin-bottom: 25px;
}
.o-table td, tr, th {
	padding: 0px 10px;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	line-height: 1.5;
}
/* font
---------------------------------------*/
h1 {
	font-size: 26px;
	color: #800040;
	border-bottom: 1px solid #FFB468;
	border-left: 5px solid #FFB468;
	font-weight: bold;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	border-left: 5px solid #008000;
	padding-left: 2px;
	margin-bottom: 5px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 3px double #008000;
	margin-top: 15px;
	margin-bottom: 5px;
}
h4 {
	font-style: italic;
	font-size: 12px;
	line-height: 1.5;
	font-weight: normal;
	text-decoration: underline;
	text-indent: 10px;
}
h5 {
	font-size: 15px;
	font-weight: bold;
	border-left: 5px solid #800040;
	padding-left: 2px;
	margin-bottom: 5px;
}
em {
	font-style: italic;
}
#navi {
	font-size: 11px;
	line-height: 4.0;
}
.t12_132l {
	margin-left: 132px;
}
.t12_129l {
	margin-left: 129px;
}
.bold {
	font-weight: bold;
}
.t12_10l {
	margin-left: 10px;
}
.line {
	border-top: 1px solid #FFB468;
}
.t12_30ind {
	text-indent: 30px;
}
