@charset "EUC-JP";
/*************************/
/* SECTION 1 - MAIN BODY */
/*************************/

body {
	font-size: 95%;
	margin: 0px auto;
	padding: 0px;
	font-family: arial, sans-serif;
	background-image: url(../img/background01.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.page-container-1 {
	width: 770px;
	margin: 0px auto;
	padding: 0px;
	border: solid 1px rgb(100,100,100);
	background-repeat: repeat-y;
	background-image: url(../img/page-container-1-bg.jpg);
}
.img-header {
	clear: both;
	float: left;
	width: 770px;
	height: 150px;
	margin: 0px;
	padding: 0px;
}

/*----------------------------*/
/* 2.3 - Navigation - Level 1 */
/*----------------------------*/
.nav1-container {width: 770px; top: 35px; position: absolute; z-index: 3; background: transparent;}
.nav1 {margin: 0px; padding: 0px; font-family: verdana, arial, sans serif; font-size: 1.0em;}
.nav1 ul {float: right; margin: 0px; padding: 0px 20px 0px 0px; border-left: solid 1px rgb(115,162,182); background-color: rgb(255,255,255); font-weight: bold;}	
.nav1 li {display: inline; list-style: none; margin: 0px; padding: 0px;}
.nav1 li a {display: block; float: left; margin: 0px; padding: 2px 5px 2px 5px; border-right: solid 1px rgb(115,162,182); color: rgb(115,162,182); text-decoration: none; font-size: 10px;}
.nav1 a:hover, .nav2 a.selected {color: rgb(50,50,50); text-decoration: none;}

/*----------------------------*/
/* 2.4 - Navigation - Level 2 */
/*----------------------------*/

.nav2 {
	clear: both;
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, sans serif;
	font-size: 1em;
	background-image: url(../img/header_bar.jpg);
	background-repeat: repeat-x;
	width: 770px;
}
/*
.nav2 ul {
	float: left;
	width: 770px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	height: 100px;
	background-image: url(../img/header_bar.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333300;
	border-bottom-color: #333300;
}	
.nav2 li {display: inline; list-style: none; margin: 0px; padding: 0px;}
.nav2 li a {
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	color: #FFFF66;
	text-transform: uppercase;
	font-size: 100%;
	border-right-width: 1px;
	border-right-color: rgb(54,83,151);
	text-decoration: none;
	font-weight: bold;
	font-family: "Trebuchet MS";
}
.nav2 a:hover, .nav2 a.selected {
	color: #996600;
	text-decoration: none;
	background-color: #CCFFCC;
	font-weight: bolder;
}*/
.bread {
	clear: both;
	width: 760px;
	height: 1em;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-color: #003300;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003300;
	border-right-color: #FF0000;
	border-left-color: #FF0000;
	background-image: url(../img/pankuzu_background.jpg);
	background-repeat: repeat-y;
	margin: 0px;
}
.bread p {
	font-size: 80%;
	line-height: 150%;
	color: #FFFFFF;
}
.bread a {
	font-size: 100%;
	line-height: 150%;
	color: #FFFF00;
	font-weight: bold;
}

/*----------------------------*/
/* 2.5 - Navigation - Level 3 */
/*----------------------------*/
.nav3 {
	overflow: hidden;
	clear: both;
	float: left;
	width: 160px;
	min-height: 500px;
	margin: 0px;
	padding: 0px;
	color: rgb(75,75,75);
	font-size: 1em;
}
.nav3 ul {
	width: 160px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	border-bottom: solid 1px rgb(216,206,159);
	background-color: #99CC66;
}	
.nav3 li {
	margin: 0px;
	padding: 0px;
	line-height: 100%;
	list-style-type: none;
}
.nav3 li.title {
	margin: 0px;
	background-color: #669900;
	color: rgb(255,255,255);
	text-transform: uppercase;
	font-weight: bold;
	font-size: 120%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.nav3 li.group a {
	display: block;
	min-height: 1.7em;
	height: auto !important;
	height: 1.7em;
	line-height: 110%;
	margin: 0px;
	color: rgb(75,75,75);
	font-weight: bold;
	font-size: 120%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgb(200,200,200);
	border-left-color: rgb(219,230,241);
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.nav3 li a {
	display: block;
	min-height: 1.7em;
	height: auto !important;
	height: 1.7em;
	line-height: 110%;
	margin: 0px;
	color: rgb(75,75,75);
	text-decoration: none;
	font-size: 110%;
	border-left-width: 7px;
	border-left-color: rgb(219,230,241);
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
.nav3 li a:hover, .nav3 li a.selected {
	color: #990000;
	text-decoration: none;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #FF6600;
	line-height: 110%;
	font-weight: bold;
	font-size: 120%;
}
.nav3  .photoHead  {
	font-size: 1em;
	font-weight: bold;
	color: #333300;
	background-color: #CCCCCC;
	margin: 0px;
	padding: 3px;
}
.nav3 li.sublinks {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

/******************************************************************************/
/* SECTION 3 - SPECIFIC CLASSES FOR LAYOUT #1 (With navigation, with sidebar )*/
/******************************************************************************/

.content1 {
	float: left;
	width: 428px;
	margin: 0px;
	padding: 0px 0px 10px 20px;
	color: rgb(75,75,75);
	background-repeat: repeat-y;
}
.content1-container {clear: both; float: left; width: 408px; margin: 0px 0px 15px 0px; padding: 0px;}
.content1-container-1col {overflow: hidden; width: 408px; margin: 0px; padding: 0px;}

.content1-pagetitle {
	overflow: hidden;
	width: auto;
	border-bottom: solid 3px rgb(88,144,168);
); 						color: #006633;
	font-weight: bold;
	font-size: 180%;
	background-image: url(../img/logo_aocf_small.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	_background-position: 0px 0px;/* IE6 */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 43px;
}
.content1 h2 {
	font-size: 140%;
	font-weight: bold;
	color: #006633;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666600;
}
.content1 h3 {
	line-height: 1.5em;
	font-weight: bold;
	color: #336600;
}


/* Headings */
h1 {
	margin: 1.0em 0px 0.5em 0px;
	font-weight: bold;
	font-size: 100%;
}
h2 {
	margin: 1.0em 0px 0.5em 0px;
	font-weight: bold;
	font-size: 100%;
}
h3 {
	font-weight: bold;
	font-size: 130%;
	margin-top: 0.5em;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0.1em;
}
h4 {
	margin: 1.0em 0px 0.5em 0px;
	font-weight: bold;
	font-size: 100%;
}
h5 {
	margin: 0px 0px 0.2em 0px;
	font-weight: bold;
	font-size: 100%;
}
h6 {
	margin: 0px 0px 0.2em 0px;
	font-weight: bold;
	font-style: italic;
	font-size: 100%;
}

/* Paragraphs */
p {margin: 0px 0px 0.5em 0px; padding: 0px; line-height: 1.3em; font-family: arial, sans serif; font-size: 120%; }

/*--------------------*/
/* 6.2 - Sidebar Area */
/*--------------------*/
.sidebar {
	overflow: hidden;
	float: right;
	width: 160px;
	min-height: 500px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	text-align: left;
	color: rgb(75,75,75);
	border-left-color: #336666;
	border-bottom-color: #336666;
}
.sidebar-maintitle {
	background-color: #669900;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 120%;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin: 0px;
}
.sidebar-title-noshade {
	margin: 0px;
	padding: 2px 10px 3px 10px;
	border-top: solid 1px rgb(215,215,215);
	color: #660000;
	font-weight: bold;
	font-size: 120%;
}
.sidebar-txtbox-noshade {margin: 0px 0px 10px 0px; padding: 2px 10px 3px 10px;}
.sidebar-txtbox-noshade h3 {
	color: #660000;
}
.sidebar-txtbox-noshade p {
	line-height: 1.25em;
	font-size: 110%;
	text-indent: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.sidebar-txtbox-noshade a {
	color: #0000FF;
	font-weight: bold;
}
.content-txtbox-noshade li {
	margin-bottom: 1em;
	list-style-position: outside;
	font-size: 95%;
	line-height: 130%;
	background-image: url(0);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.content-txtbox-noshade  ul li ul  li  {
	list-style-type: none;
	font-size: 90%;
	text-align: right;
}
.content-txtbox-noshade   .listHead01 {
	text-indent: 0px;
	line-height: 130%;
	padding-left: 1.5em;
	background-image: url(../img/turn_c1.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
p.newsHead01    {
	line-height: 1.5em;
	font-size: 110%;
	background-image: url(../img/crystal9.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	text-align: left;
	text-indent: 0px;
	font-weight: bold;
}
.newsHeadDetail  {
	text-align: right;
	font-size: 100%;
	line-height: 1.5em;
}

/*--------------------*/
/* 6.3 - Footer Area  */
/*--------------------*/
.footer {
	overflow: hidden;
	clear: both;
	width: 770px;
	height: 180px;
	margin: 0px;
	border-top: solid 1px rgb(125,125,125);
	background-color: #9FC17F;
	color: #333333;
	font-size: 1em;
	padding-top: 0.5em;
	padding-right: 0px;
	padding-bottom: 0.5em;
	padding-left: 0px;
}
.footer p {margin: 0px; padding: 0px; text-align: center; line-height: 1.3em; font-size: 110%;}
.footer a {
	font-weight: bold;	
}

/*-------------------*/
/* 6.4 - Hyperlinks  */
/*-------------------*/

/*.content1 a, .content2 a, .content3 a, .sidebar-txtbox-noshade a, .sidebar-txtbox-shade a {
	color: #0000CC;
	text-decoration: underline;
}*/
.content1 a:hover, .content2 a:hover, .content3 a:hover, .sidebar-txtbox-noshade a:hover, .sidebar-txtbox-shade a:hover {
	color: #990000;
	text-decoration: none;
}
/*.content1 a:visited, .content2 a:visited, .content3 a:visited, .sidebar-txtbox-noshade a:visited, .sidebar-txtbox-shade a:visited  {
	color: #660099;
}
.footer a {color: rgb(255,255,255); text-decoration: underline;}
.footer a:hover {color: rgb(0,0,0); text-decoration: none;}*/


/*****************************/
/* SECTION 8 - MISCELLANEOUS */
/*****************************/
.showcode {font-family: monospace; font-weight: bold; font-size: 13px; color: rgb(255,0,0);}
.clear {clear: both;}
.hide {display: none;}
br {clear: none;}
.readmore {
	font-size: 90%;
	line-height: 150%;
	font-weight: bold;
}
.author {
	font-size: 90%;
	line-height: 150%;
	font-weight: bold;
	text-align: center;
	margin-top: 1em;
	color: #003366;
}
.date {
	font-size: 90%;
	color: #330000;
	text-align: right;
}
.imgRight {
	margin: 10px;
	padding: 0px;
	float: left;
}
.articleContent01 {
	font-size: 100%;
	line-height: 150%;
	color: #333333;
	margin-bottom: 2em;
	text-indent: 2em;
}
.imgCenter {
	text-indent: 0px;
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
	clear: both;
	float: none;
}
.imgCenter02 {
	text-indent: 0px;
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	clear: both;
	float: none;
}
.imgCenter p {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	font-size: 95%;
	color: #660000;
	margin-bottom: 0px;
}
.imgCenter h4 {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	font-size: 95%;
	color: #003333;
	font-weight: bold;
	line-height: 150%;
	width: 300px;
	margin-bottom: 2em;
}
.noIndent {
	text-indent: 0px;
}
.table01 {
	margin-right: auto;
	margin-left: auto;
}
.table01 caption {
	font-size: 120%;
	line-height: 150%;
	font-weight: bold;
	color: #006600;
}
.table01 th {
	font-size: 90%;
	font-weight: bold;
	color: #333333;
	text-align: center;
	vertical-align: middle;
}
.table01 td {
	font-size: 90%;
	line-height: 150%;
}
.comMemberName {
	font-size: 120%;
	line-height: 120%;
	margin-left: 2em;
	margin-top: 1em;
}
.comMemberProfile {
	font-size: 90%;
	line-height: 120%;
	margin-left: 5em;
	margin-top: 0.5em;
}
.kazaguruma {
	list-style-position: outside;
	list-style-image: url(../img/crystal8.gif);
}
