/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
 

body , html {  
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
    height: 100%;  
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #333333;
	text-decoration: underline;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
 font-family: Verdana, Arial, sans-serif;
 font-size: small;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
	font-family: Arial, sans-serif;
	font-size: large;
	color: #003300;
	padding: 2px;
	text-align: center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
}

h3{
 font-family: Arial, sans-serif;
 font-size: large;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
	list-style-type: square;
	margin-left: 0px;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


.style3 {
	font-weight: bold;
	font-size: small;
	border: 1px solid #999999;
 }

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	border-bottom: 1px solid #cccccc;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#navBar{
	float: left;
	width: 20%;
	padding: 0px;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#headlines{
  float:right;
	width: 20%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}

#content{
	float: right;
	width: 700px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#sitename{
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(../img/tittle_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 84px;
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


/************* #globalNav styles **************/

#globalNav{
	padding: 0px;
	border-bottom: 1px solid #CCC;
	color: #cccccc;
	background-attachment: fixed;
	background-image: url(img/ba.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	height: 30px;
	width: 100%;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadtitle{
	background-image: url(../img/green_back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 30px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	width: 100%;
	color: #FFFFFF;
	line-height: 30px;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px;
	font-size: medium;
	margin: 0px;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 0px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	background-image: url(../img/foter.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.fotter {
	clear: both;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	line-height: 20px;
	color: #666666;
	text-align: right;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	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;}
#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: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/************** #headlines styles **************/

#headlines{
	padding: 0px;
	font-size: 80%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
.fotter-a {
	clear: both;
	margin: 0px;
	line-height: 20px;
	color: #FFFFFF;
	text-align: right;
	font-size: 12px;
	background-color: #CCCCCC;
	padding: 0px;
	height: 20px;
	bottom: 0px;
}
.relatedLinks-tittle {
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	background-image: url(../img/nav-back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
#masthead02 {
	width: 950px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}


#mastheadrss {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	height: 30px;
}
/************** nav *************/

div.nav-t  {
	margin-bottom: 5px;
	background-image: url(../img/nav/y-under.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	width: 232px;
	background-position: bottom;
	height: auto;
	padding: 0px;
	font-size: small;
}


div.nav-t .inner   {
	background-image: url(../img/nav/y-top.jpg);
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 5px;
	background-position: top;
	margin: 0px;
}  

.new01 {
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 695px;
	border: 1px solid #CCCCCC;
}

div.infobox {
	height: 270px;
	overflow: auto;
	border: 1px solid #CCCCCC;
	width: 335px;
	background-image: url(../img/main/back.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.new02 {
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
}
.wakua {
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 2px;
	text-align: left;
	font-size: 14px;
	background-image: url(../img/main/waku.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.wakuatitle {
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 2px;
	text-align: left;
	font-size: 14px;
	background-image: url(../img/main/title_back.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.wakualong {
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 2px;
	text-align: left;
	font-size: 14px;
	background-image: url(../img/main/longtitle.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#contentphoto {
	float: none;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 0px;
	padding-bottom: 0px;
}
.photo-01 {
	float: none;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.come-photo {
	color: #006699;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FD7213;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FD7213;
	font-size: x-large;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FD7213;
}
.come-photoyoko {
	border-right-width: 1px;
	border-right-style: ;
	border-right-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}
#masthead02-photo {
	width: 810px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
}
.fotter-photo {
	clear: both;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	line-height: 20px;
	color: #666666;
	text-align: right;
}
.photomain {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#masthead-photo {
	border-bottom: 1px solid #cccccc;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.photo-boder{
	padding: 1px;
	border: 1px solid #CCCCCC;
}
