/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-image: url(http://www.chukai.ne.jp/~ecr33/back.gif);
	background-repeat: repeat-x;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}
label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	border-bottom: 1px solid #cccccc;
	width: 950px;
	text-align: center;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#navBar{
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 0px;
	margin-right: 0%;
	margin-bottom: 0;
	margin-left: 0;
	float: left;
}

#content{
	float:right;
	width: 750px;
	padding: 0;
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	background-color: #FFFFFF;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}


/*************** #pageName styles **************/

#pageName{
	background-image: url(http://www.chukai.ne.jp/~ecr33/blueberry-gari.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 78px;
	text-indent: -9999px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #cccccc;
	background-color: #996699;
	height: 30px;
	width: 950px;
	text-align: center;
	padding: 0px;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 10px;
}
#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px;
	color: #0000CC;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: left;
	color: #0000FF;
	text-decoration: underline;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	font-size: 12px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
	background-color: #FFFFCC;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #333333;
	margin-top: 0px;
	margin-left: 0%;
	background-color: #97CBFF;
	padding: 0px;
	width: 100%;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	border: 1px solid #CCCCCC;
}
#navBar ul {
	list-style: none;
	margin: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {
	border-bottom: none;
	font-size: 14px;
	line-height: 30px;
}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	width: 195px;
	float: left;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 0px;
	padding: 0px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 0px;
	border-top: 1px solid #cccccc;
	width: auto;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 0px;
	margin: 0px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	background-color: #F3C79E;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
.style1 {color: #999999}
h1{
	font-size: 10px;
	color: #999999;
	margin: 0;
}
h2{
 font-size: 20px;
 margin: 0;
}
h3{
 font-size: 14px;
 color:#FF00CC;
 margin: 0;
}
h4{
	font-size: 120%;
	background-color: #CCFFCC;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	color: #663399;
	font-weight: bold;
}
h5{
 font-size: 12px;
 margin: 0;
}
h6{
 font-size: 12px;
 margin: 0;
}
.style2 {font-size: 100%}
.style4 {font-size: 120%}
.style5 {
	font-size: 160%;
	color: #0066FF;
}
.style7 {color: #666666; font-size: 160%; font-weight: bold; }
.style9 {
	color: #FF6633;
	font-size: 180%;
	font-weight: bold;
}
.style10 {
	font-size: 300%;
	color: #666666;
}#form4 .style4 {
	margin-left: 100px;
}
daosen {
	margin-left: 150px;
}
#content .feature {
	margin: 0px;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 12px;
	background-image: url(http://www.chukai.ne.jp/~ecr33/blueberry-jam1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#title {
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 950px;
	background-image: url(http://www.chukai.ne.jp/~ecr33/title1000.jpg);
	background-repeat: no-repeat;
}
.style5 {
	font-size: 160%;
	color: #0066FF;
}
.style11 {font-size: 160%; color: #0066FF; font-weight: bold; }
#content .story2 {
	margin: 0px;
	padding: 0px;
	width: 80%;
}
#content p {
	height: auto;
	width: 80%;
}
#pr {
	float: left;
	width: 100%;
	margin-top: 600px;
	padding-top: 0%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 200px;
}
#content .feature h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	font-size: 16px;
	line-height: 30px;
	text-indent: 15px;
	background-color: #FFFFFF;
	width: 75%;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #0000FF;
	border-left-color: #0000FF;
}
#content .feature p {
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}
#content .feature h4 {
	padding-left: 30px;
}
#content h3 {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 180%;
	color: #0000FF;
	padding-left: 10px;
	background-color: #FFCC99;
}
#content .story h3 {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#content .story p {
	padding-left: 50px;
	font-size: 100%;
}
#content #story2 h2 {
	margin-left: 10px;
}
#content #story2 {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFCC;
	list-style-type: none;
	font-size: 12px;
}
#content #story2 p {
	padding-left: 50px;
}
#content .story h2 {
	background-color: #FFCC99;
}
#content #story2 h2 {
	background-color: #FFCC99;
}
.style12 {color: #FF0000}
#content .story img {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 20px;
	margin-top: 5px;
}
#hinshu {
	padding: 5px;
	float: left;
	height: auto;
	width: 200px;
	border: 1px dotted #999999;
	background-color: #CCFF99;
	margin: 5px;
}
#content .story #hinshu h4 {
	text-align: center;
	font-size: 120%;
	background-color: #CC9999;
	color: #3C04FB;
	margin: 0px;
}
#content .story #hinshu .style13 img {
	margin: 0px;
	padding: 0px;
}
#content .story #hinshu img {
	float: none;
	padding: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}
.style13 {
	font-size: 80%;
	list-style-type: none;
	margin: 0px;
}
.style14 {color: #660099}#content #story2 li {
	list-style-type: none;
	margin-left: 50px;
}
#content .story #hinshu .style11 {
	font-size: 120%;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#content .story #hinshu .style13 {
	padding-right: 5%;
	padding-left: 5%;
}
#content .story #hinshu h5 {
	text-align: center;
	color: #990099;
	font-size: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#content .story #hinshu .style13 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content .story #saibaihinshu {
	background-color: #CCFF99;
	border: 1px dotted #999999;
	float: left;
	height: auto;
	width: 200px;
	margin: 5px;
	padding: 5px;
}
#content .story #saibaihinshu h4 {
	background-color: #CC9999;
	text-align: center;
	font-size: 140%;
	color: #0033CC;
}
#content .story #saibaihinshu .style13 {
	list-style-type: none;
	text-align: left;
}
#content .story #saibaihinshu li {
	margin-left: -10px;
	font-size: 80%;
}
#content .story #saibaihinshu img {
	margin: 0px;
	float: none;
}
#content .story #saibaihinshu img {
	margin: 0px;
}#content #story2 img {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.style15 {
	font-size: 80%;
	color: #660099;
}#content .story li {
	list-style-type: none;
}
#content .story #resip {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
}
#content .story #resip img {
	float: none;
	padding: 0px;
	margin-top: 30px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 30px;
}
.style13 {
	font-size: 80%;
	list-style-type: none;
}
.style14 {color: #660099}#content .style4 style16 {
	margin-left: 15px;
}
.style16 {
	color: #006600;
	font-size: 120%;
}#content .style16 {
	margin-left: 15px;
	font-weight: bold;
	background-color: #C8E3FF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: auto;
	color: #990099;
}
#title p {
	padding: 0px;
	float: left;
	margin-top: 170px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 600px;
	color: #FFFFFF;
	font-size: 14px;
}
.parple {
	color: #990066;
}
.style18 {font-size: 14px}
#siteInfo {
	width: 950px;
	text-align: left;
	background-color: #FFFFFF;
	border: thin dashed #0000FF;
	padding: 15px;
}
#siteInfo p {
	margin-left: 200px;
	margin-top: 15px;
}
.bold {
	font-weight: bold;
}
#masthead #globalNav li {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-size: 14px;
	line-height: 30px;
	float: left;
}
#masthead #globalNav ul {
	margin: 0px;
}
#masthead #leftarea {
	float: left;
	width: 195px;
	margin: 0px;
	text-align: left;
}
#masthead #leftarea #sectionLinks li {
	list-style-type: none;
	text-align: left;
	margin: 0px;
	width: 195px;
	background-color: #CCCCCC;
	border: 1px solid #999999;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	text-indent: 10px;
}
#masthead #leftarea ul {
	margin: 0px;
	padding: 0px;
}
#masthead #leftarea li {
	list-style-type: none;
}
#masthead #leftarea .relatedLinks li {
	font-size: 14px;
	line-height: 30px;
	border: 1px solid #CCCCCC;
}
#masthead h1 {
	font-size: 12px;
	color: #CCCCCC;
}
