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

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

body{
	font-family: Arial, sans-serif;
	color: #333333;
	line-height: 1.166;
	padding: 0px;
	width: 1040px;
	float: none;
	background-image: url(img/top-b.jpg);
	background-repeat: repeat-x;
	clear: none;
	height: auto;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	right: auto;
	bottom: auto;
	font-size: 90%;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 80%;
	color: #0C4986;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h2{
	font-family: Arial,sans-serif;
	font-size: 114%;
	color: #9B590B;
	margin: 0px;
	padding: 0px;
}

h3{
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #003366;
	margin: 0px;
	padding: 0px;
}

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

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

ul{
 list-style-type: square;
}

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;
}


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

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

#navBar{
	float: right;
	width: 20%;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

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

#content{
	width: 58%;
	float: left;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
}

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

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


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

#globalNav{
	border-bottom: 1px solid #CCC;
	color: #cccccc;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

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

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




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

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

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

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


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

.story{
	clear: both;
	font-size: 95%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 580px;
}

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


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

#siteInfo{
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #FF9900;
	background-color: #A4896C;
	padding: 1px;
	background-image: url(img/index-img/min-b.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	clear: both;
	height: 50px;
}
#siteInfo a{
	color: #FFFFFF;
	text-decoration: none;
}

#siteInfo a:link{
	color: #FFCC33;
	text-decoration: none;
}

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

#siteInfo a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
#siteInfo a:hover{
	background-color: #333333;
}

/************* #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-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #A9AC1A;
	border-right-color: #A9AC1A;
	border-bottom-color: #A9AC1A;
	border-left-color: #A9AC1A;
	font-size: 12px;
}
#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;}




/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	list-style-position: inside;
	list-style-type: disc;
	border: 1px solid #A9AC1A;
	
	
	
}



{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

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


a:link{
	color: #996600;
	text-decoration: none;
	border-style: none;

}

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

a:hover{
	color: #CC6600;
	text-decoration: underline;
	background-color: #FFCCFF;
}



#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	padding: 2px 0px 2px 10px;
	border-top-style: none;
}

#sectionLinks a:hover{
	background-color: #FF99FF;
	color: #993300;
}




/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}
#kiji {
	font-size: 10px;
	font-style: normal;
	float: left;
	width: 798px;
	border: thin solid #999900;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	clip: rect(auto,auto,auto,10px);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}


.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding-right: 0px;
	padding-left: 0px;
	width: auto;
}

#advert img{
	display: block;
}


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

#headlines{
	margin: 0px;
	font-size: 80%;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#img-2 {
	background-image: url(img/index-img/menyu-2.jpg);
	background-repeat: no-repeat;
	background-position: left;
}


#headlines p{
	padding: 5px 0px 5px 0px;
}
#body2 {
	background-color: #FFFFFF;
}
#body2 #masthead #img-1 {
	background-image: url(img/index-img/kazari-1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#img-1 {
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #333333;
	color: #FFFFFF;
	height: 30px;
}
#img-3 {
	background-color: #666666;
	float: right;
	color: #FFFFFF;
	width: auto;
}
#img-4 {
	background-color: #333333;
	float: left;
}




/************** #esutos **************/
#esuto {
	text-align: center;
	margin: 1px;
	padding: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	width: 100%;
	background-color: #A6896B;
	color: #FFFFFF;
	font-size: 90%;
}

#esuto a{
	color: #FFFFFF;
	text-decoration: none;
}
/*#body2 #headlines #img-3 a {
	background-color: #333333;
}*/
#body2 #headlines #img-3 a:hover {
	color: #FF00FF;
	background-color: #000000;
}
#body2 #headlines #img-3 a {
	color: #FF00FF;
}

#esuto a:link{
	color: #FFCC33;
	text-decoration: none;
}

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

#esuto a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
#esuto a:hover{
	background-color: #996600;
}
#body2 #headlines #img-3 .bookmarks li {
	float: left;
	width: 80px;
}

