@charset "UTF-8";

*{
	margin:0;
	padding:0;
}

body{
	font-family:arial,helvetica,clean,sans-serif;
	font-size:100%;
	width:100%;
}

a:link,
a:visited,
a:hover,
a:active{
	text-decoration: none;
}

img{
	border-width:0;
}

h2{
	font-size:95%;
	color:#cc9933;
	padding:3px 5px 2px 5px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#333333;
	background-color: #330000;
}
h3{
	font-size:95%;
	color:#000000;
	margin:10px 0 10px 0;
	padding:3px 5px 2px 15px;
	border-left-style:double;
	border-left-width:20px;
	border-left-color:#660000;
}

div#keep-center{
	width:640px;
}

/*== header ==*/
div#header{
	width:640px;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:#000000;
}

div#header p.logo{
	display:none;
}

div#header p.info{
	display:none;
}

div#header p.assoc{
	font-family:serif;
	font-size:120%;
	font-weight:600;
	color:#000000;
	padding:0 0 10px 0;
}

div#header p.assoc span{
	font-family:serif;
	font-size:150%;
	font-weight:600;
	letter-spacing:-1px;
	color:#000000;
}

/*== image ==*/
div#image{
	clear:both;
	display:none;
}

/*== main menu ==*/
div#mainmenu{
	display:none;
}

/*== bread menu ==*/
div#pannavi{
	clear:both;
	width:640px;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:#554422;
}

div#pannavi p{
	text-align:left;
	font-size:80%;
	color:#000000;
	padding:10px 20px 5px 0;
}

div#pannavi a{
	text-decoration: underline;
}

/*== contents ==*/
div#contents{
	width:640px;
	height:100%;
	text-align:left;
	color:#000000;
}

/*-- contents left --*/
div#cnt-left{
	display:none;
}

/* sub menu */
div#submenu{
	display:none;
}

/*-- contents right --*/
div#cnt-right{
	width:640px;
	color:#000000;
}

/*-- contents wide --*/
div#cnt-wide{
	width:640px;
	padding:10px 0 20px 0;
}

/*== footer ==*/
div#footer{
	clear:both;
	width:640px;
	height:30px;
	border-top-style:solid;
	border-top-width:2px;
	border-top-color:#000000;
}
div#footer p.jumptop{
	display:none;
}
div#footer p.copyright{
	clear:both;
	font-size:75%;
	line-height:1.4;
	padding:10px 0 0 0;
	text-align:center;
}
div#footer p.copyright a{
	color:#000000;
}
