/***********************************************/
/* 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;
}

a:link, a:visited, a:hover {
	color: #334d55;
	text-decoration: none;
	font-weight:bold;	
}

a:hover {
	text-decoration: none;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family:"Arial";
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 300%;
 color: #777777;
 font-family: "Century Gothic"
}

h2{
 font-size: 200%;
 color: #777777;
  font-family: "Century Gothic"
}

h3{
 font-size: 80%;
 color: #093F01;
}

h4{
 font-size: 100%;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}


h6{
 font-size: 100%;
}


h7{
 font-size: 120%;
 font-weight:bold;
}

body
    {
     margin:0px;          /* ページ全体のmargin */
     padding:0px;         /* ページ全体のpadding */
     text-align:center;   /* 下記のautoに未対応用のセンタリング */
    }

#main
    {
	margin-left:auto;    /* 左側マージンを自動的に空ける */
	margin-right:auto;   /* 右側マージンを自動的に空ける */
	text-align:left;
	width: 875px;
    }


.title{
 font-size: 10px;
 float:left;
 text-align:center;
 margin: 0px 0px 10px 0px;
 width:875px;
} 

.logo{
	float:left;
    margin:20px 0px 0px 35px;
}

img { border-style:none; }

a img { border-style:none; }




#titlebar{
height:20px;
background-color:#b8f81e;
}

#titlebar2{
height:20px;
margin-left:auto;
margin-right:auto;
margin-top:auto;
margin-bottom:auto;
background-color:#b8f81e;
clear: both;
}

.title2{
margin:20px 0px 0px 200px;
}

.title2 a:link { color: #777777;  font-family: "Century Gothic" ; font-size: 100%;}
.title2 a:visited { color: #777777;  font-family: "Century Gothic"; font-size: 100%;}
.title2 a:hover { color: #777777;  font-family: "Century Gothic"; font-size: 100%;}


.title3{
margin-left:300px;
}
 
.title3 a:link { color: #777777;  font-family: "Century Gothic" ; font-size: 100%;}
.title3 a:visited { color: #777777;  font-family: "Century Gothic"; font-size: 100%;}
.title3 a:hover { color: #777777;  font-family: "Century Gothic"; font-size: 100%;} 
	
	
.title4{
float:right;
margin:10px 0px 0px 0px;
}
 
.title4 a:link { color: #777777;  font-family: "Century Gothic" ; font-size: 100%;}
.title4 a:visited { color: #777777;  font-family: "Century Gothic"; font-size: 100%;}
.title4 a:hover { color: #777777;  font-family: "Century Gothic"; font-size: 100%;} 


/***********************************************/
/* navBar                                      */
/***********************************************/



#navBar{
	margin: 10 81% 0px 0;
	padding:0px 0px 0px 0px;
	font-size: 80%;
	font-weight: bold;
}

.navBar1 {margin: 0px 0px 5px 0px;}
.navBar1 a:link { color: #777777; background-color:#ffffff;}
.navBar1 a:visited { color: #777777; background-color:#ffffff;}
.navBar1 a:hover { color: #b8f81e; background-color:#ffffff;}

.navBar2 {margin: 0px 0px 5px 0px;}
.navBar2 a:link { color: #777777; background-color:#ffffff;}
.navBar2 a:visited { color: #777777; background-color:#ffffff;}
.navBar2 a:hover { color: #04b3e0; background-color:#ffffff;}

.navBar3 {margin: 0px 0px 5px 0px;}
.navBar3 a:link { color: #777777; background-color:#ffffff;}
.navBar3 a:visited { color: #777777; background-color:#ffffff;}
.navBar3 a:hover { color: #ae04ad; background-color:#ffffff;}

.navBar4 {margin: 0px 0px 0px 0px;}
.navBar4 a:link { color: #777777; background-color:#ffffff;}
.navBar4 a:visited { color: #777777; background-color:#ffffff;}
.navBar4 a:hover { color: #f9b81e; background-color:#ffffff;}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	margin: 0px 11px 0px 0px;
	padding: 0px 0px 0px 15px;
	height:17px;
}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 0px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}




/************** #content styles ***************/

#content{
	float:right;
	width: 80%;
}

#content a:link { color: #999999; }
#content a:visited { color: #999999; }
#content a:hover { color: #999999; }



/************** .introleft styles ***************/

.introleft{
	font-size: 120%;
	float:left;
	width:250px;
    margin:3px 0px 0px 0px;
}

.flashleft img{
	float: left;
}


.introleft2 {
	float:left;
	width:160px;
    margin:20px 0px 0px 25px;
}

.flashleft2 img{
	float: left;
}

/************** .intro styles ***************/

.intro1{
	font-size: 90%;
	margin:3px 0px 0px 10px;
	padding:10px 0px 10px 15px;
	float:left;
	width:424px;
	height:172px;
	line-height: 1.5;
	border-top: 1px #777777 solid;
    border-left: 1px #777777 solid;
	
   /* ▼CSS3 */
   border-top-left-radius: 20px;  /* 左上 */

   /* ▼Safari,Chrome */
   -webkit-border-top-left-radius: 20px;  /* 左上 */

   /* ▼Firefox */
   -moz-border-radius-topleft: 20px;  /* 左上 */
}

	


.intro1 h4{
	font-size: 150%;
	color:#333333;
}



.intro2{
	font-size: 80%;
	padding:10px 0px 0px 10px;
	clear: both;
	line-height: 1.5;
}


.intro3{
	padding:105px 0px 0px 10px;
	float:left;
	line-height: 1.5;
}



/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 15px;
	font-size: 80%;
	line-height: 1.5;
	margin-top:10px;
	border-top: 1px #777777 solid;
    border-left: 1px #777777 solid;
	
   /* ▼CSS3 */
   border-top-left-radius: 20px;  /* 左上 */

   /* ▼Safari,Chrome */
   -webkit-border-top-left-radius: 20px;  /* 左上 */

   /* ▼Firefox */
   -moz-border-radius-topleft: 20px;  /* 左上 */
}



.story a:link, a:visited, a:hover {
	color: #334d55;
	font-weight:bold;
	font-size: 110%;
}



.story li {
list-style-type: disc;
}



.storyhead1{
    font-size: 110%;
	font-weight:bold;
	margin:0px 0px 0px 10px;
    color: #6b9505;
}


.storyhead2{
    font-size: 90%;
	font-weight:bold;
	text-align:center;
	margin:10px 0px 10px 20px;
    color: #777777;
}


.storyhead3{
	margin:10px 0px 0px 20px;
	padding:0px 10px 15px 0px;
}


.storyhead5{
	clear: both;
}


/************** .bottommenu2 styles **************/
.bottommenu {
	clear: both;
	color: #999999;
	font-size: 70%;
    margin-top:20px;
	padding-top:0px;
	margin:30px 0px 10px 0px;	
}

.bottommenu {
	color: #999999;
	text-decoration: none;
	text-align:center;
}

.bottommenu a:link, a:visited, a:hover {
	color: #334d55;
	text-decoration: none;
	font-size: 100%;	
}

/************** #middle styles **************/
#middle{
margin-top:0px;
clear:both;
}



