@charset "UTF-8";
/* CSS Document */


#container {
	clear: both;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom:5px;
}
h1 {
	font-size: 9px;
	text-align: right;
}
li {
	font-size: 9px;
	text-decoration: none;
	list-style-type: none;
}




.top-nav {
	width: 440px;
	float: left;
}
#main-nav {
	clear: both;
	width: 880px;
	height: 48px;
	background-image:url(../images/logo3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#main-nav a{
display:block;
width:90px;
height:48px;

}

.tab1{
background:url(../images/navi/tab-b.png) no-repeat;
width:90px;
height:48px;
float:right;
position:relative;
top:17px;
}

.tab2{
background:url(../images/navi/tab-g.png) no-repeat;
width:90px;
height:48px;
float:right;
position:relative;
top:17px;
}

.tab3{
background:url(../images/navi/tab-bl.png) no-repeat;
width:90px;
height:48px;

float:right;
position:relative;
top:17px;
}

.tab4{
background:url(../images/navi/tab-n.png) no-repeat;
width:90px;
float:right;
height:48px;
position:relative;
top:17px;

}

.tab5{
background:url(../images/navi/tab-p.png) no-repeat;
width:90px;
height:48px;
float:right;
position:relative;
top:17px;
}

.tab1:hover{
background:url(../images/navi/tab-bh.png) no-repeat;
width:90px;
height:48px;
z-index:20;
position:relative;
top:17px;
}

.tab2:hover{
background:url(../images/navi/tab-gh.png) no-repeat;
width:90px;
height:48px;
position:relative;
top:17px;
}

.tab3:hover{
background:url(../images/navi/tab-blh.png) no-repeat;
width:90px;
height:48px;
position:relative;
top:17px;
}

.tab4:hover{
background:url(../images/navi/tab-nh.png) no-repeat;
width:90px;
height:48px;
position:relative;
top:17px;
}

.tab5:hover{
background:url(../images/navi/tab-ph.png) no-repeat;
width:90px;
height:48px;
position:relative;
top:17px;
}


.bar {
	clear: both;
	width: 880px;
	height:5px;
	border-bottom:solid #000000 4px;
	z-index:30;
}


body  {

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixRtHdr #container { 
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background:#FFFFFF; 
	height:80px;
	padding: 30px 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.index {
list-style:none;
margin:0px;
padding:0px;
}

.index li{
display:inline;
padding-right:5px;
padding-left:5px;
font:100% Arial, Helvetica, sans-serif;
font-size:10px;

border-right:#666666 solid 1px;

}


.index li a{
font:100% Arial, Helvetica, sans-serif;
font-size:10px;
text-decoration:none;
color:#333333;
font-weight:normal;
}

.index li a:hover{
text-decoration:underline;
}

.index .first{
padding-left:0;
}

.index .last{
border-right:none;
}

#container h1{
font:100% Arial, Helvetica, sans-serif;
font-size:10px;
color:#333333;
font-weight:normal;
}

#summer .fltrt {
position:relative;
top:-5px;
}







/* CREDIT BAR */
.credit{
border-bottom:double #999999 4px;
width:880px;
text-align:center;
padding-bottom:4px;}

.credit img{
margin-bottom:-3px;
}

.credit a{
border:none;
}

.credit .mo{
border:none;
}

.komu{
height:25px;
position:relative;
top:3px;
border:none;
}


.credit h1{
font-family:Arial, Helvetica, sans-serif;
font-weight:bolder;
font-size:11px;
padding-right:8px;
border-right: solid #999999 1px;
display:inline;
}



.credit h2{
font-family:"Times New Roman", Times, serif;
font-style:italic;
font-size:13px;
font-weight:lighter;
padding-right:8px;
border-right: solid #999999 1px;
letter-spacing:.2pt;
display:inline;

padding-left:8px;
}


html>body .credit h2{
font-family:"Times New Roman", Times, serif;
font-style:italic;
font-size:13px;
font-weight:lighter;
padding-right:8px;
border-right: solid #999999 1px;
letter-spacing:.2pt;
display:inline;

}

.credit h3{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
font-variant:small-caps;
display:inline;
padding-left:8px;

}



html>body .credit h3{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
font-variant:small-caps;
display:inline;

}

/* MAIN CONTENT*/
 #mainContent { 
	margin: 0px 190px -20px 190px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
		border-right:#CCCCCC solid 1px;
				border-left:#CCCCCC solid 1px;
		z-index:10;
} 

html>body  #mainContent { 
	margin: 0px 190px -20px 190px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 25px 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
		border-right:#CCCCCC solid 1px;
				border-left:#CCCCCC solid 1px;
		z-index:10;
} 

#center-p{
height:463px;
}




#mainContent h1 a{
text-align:left;

font-family:"Times New Roman", Times, serif;
font-size:13pt;
line-height:14pt;
margin-bottom:15px;
color:#005689;
}




#mainContent .photo{
margin-bottom:-5px;

}

#mainContent ul li{
font-family:"Times New Roman", Times, serif;
font-size:12pt;
color:#333333;
text-indent:none;
line-height:16pt;
}


#mainContent .caption{
font-family:Arial, Helvetica, sans-serif;
font-size:8pt;
color:#666666;
}

#mainContent .photog {
font-family:Arial, Helvetica, sans-serif;
font-size:8pt;
color:#005689;
text-decoration:none;
text-align:right;
display:block;
margin-bottom:-12px;}

#mainContent .caption a:hover{
text-decoration:underline;
color:#005689;
}





#mainContent .byline{
font-size:9pt;
color:#333333;
font-family:Arial, Helvetica, sans-serif;
margin-bottom:3px;
}

.byline a{
font-size:9pt;
color:#005689;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;}

.byline a:hover{
text-decoration:underline;
}



#box{
float:right;
width:200px;
height:300px;
margin-right:-31px;
padding-top:100px;
}







#mainContent a:hover{
text-decoration:underline;
}


#mainContent p{
font-family:"Times New Roman", Times, serif;
font-size:12pt;
color:#333333;
text-indent:none;
line-height:14pt;
}


/*TABLE*/


*:first-child+html #fix table{
table-layout:fixed;
border-top:1px solid #CCCCCC;
margin-top:20px;
margin-bottom:-20px;
width:440px;
text-align:left;

} 


* html {
table-layout:fixed;
border-top:1px solid #CCCCCC;
margin-top:20px;
margin-bottom:-20px;
width:440px;
text-align:left;
}

#fix table{
table-layout:fixed;
border-top:1px solid #CCCCCC;
margin-top:20px;
margin-bottom:-20px;
width:450px;
text-align:left;
}



tr {
border-right:1px solid #CCCCCC;
padding: 5px 15px 0px 15px;
text-align:left;
}


html>body tr td {
border-right:1px solid #CCCCCC;
padding: 0px 15px 0px 15px;
text-align:left;
}




td.first{
padding-left:0px;
text-align:left;
}

td.last{
border-right:none;

}

#column-3 td h1 a{
text-align:left;
}


#column-3 h1{
font:"Times New Roman", Times, serif;
font-size:18px;
font-weight:bold;
color:#005689;
margin-bottom:-10px;
text-align:left;}


html>body #column-3 h1{
font:"Times New Roman", Times, serif;
font-size:18px;
font-weight:bold;
color:#005689;
text-align:left;
}


#column-3 a:link, a:visited {text-decoration:none;
color:color:#005689;
text-align:left;
}

#column-3 a:hover {text-decoration:underline;
color:color:#005689;
}



/* CENTER BOTTOM STORY*/


#center-bottom {
border-top:1px solid #CCCCCC;
margin-top:20px;
padding: 20px 10px;
}

*:first-child+html #center-bottom {
border-top:1px solid #CCCCCC;
margin-top:20px;
padding: 20px 2px;
}

* html #center-bottom {
border-top:1px solid #CCCCCC;
margin-top:20px;
padding: 20px 2px;
}

#center-bottom .photo{
width:250px;
float:left;
margin-right:15px;
margin:bottom:10px;
display:inline;

}


#center-bottom h1 {
font:"Times New Roman", Times, serif;
font-size:18px;
font-weight:bold;
color:#333333;
text-align:left;
padding-top:0px;
margin-bottom:-10px;
margin-top:0px;

}

#center-bottom h1 a:link, a:visited {text-decoration:none;
color:#005689;

}

#center-bottom h1 a:hover {text-decoration:underline;
color:#005689;

}

#center-bottom .line2{
width:450px;
border-top:#CCCCCC solid 1px;
position:relative;
top:5px;

}
*:first-child+html #center-bottom .line2{
width:440px;
border-top:#CCCCCC solid 1px;
margin-top:10px;
position:relative;
top:20px;
}

* html #center-bottom .line2{
width:440px;
border-top:#CCCCCC solid 1px;
margin-top:10px;
position:relative;
top:20px;
}




#border {
	border-left:#CCCCCC solid 1px;
	border-right:#CCCCCC solid 1px;
	border-top:#000000 solid 4px;
	margin-top:-30px;
	z-index:30;

}


html>body #border {
	border-left:#CCCCCC solid 1px;
	border-right:#CCCCCC solid 1px;
	border-top:#000000 solid 4px;
	margin-top:-30px;
		z-index:30;

}


/* SIDEBAR left */



#sidebar2{
float:left;
width:150px;
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 15px 25px 15px;
			}
*:first-child+html #sidebar2{
float:left;
position:relative;
top:20px;
width:150px;
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 15px 25px 15px;
			}
* html #sidebar2{
float:left;
position:relative;
top:20px;
width:150px;
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 15px 25px 15px;}


/* SIDEBAR */


#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 25px 15px;}


.links a{
font-family:"Times New Roman", Times, serif;
font-size:11pt;
color:#005689;
line-height:12pt;
text-decoration:none;

}


*:first-child+html .line {
border-bottom: #CCCCCC double 4px;
margin-top:-31px;
width:120px;
	padding: 0px 15px;
}
* html .line {
border-bottom: #CCCCCC double 4px;
margin-top:-31px;
width:120px;
	padding: 0px 15px;
}



body .line {
border-bottom: #CCCCCC double 4px;
margin-top:-25px;
width:120px;
	padding: 10px 15px;


}

.links a:hover{
text-decoration:underline;
}


#sidebar1 .last{
border-bottom:none;
}

 #sidebar1 .photo{
width:150px;
margin-bottom:-10px;
border-top:#000000 solid 3px;


}



#sidebar1 .photo-co{
margin-top:0px;
margin-bottom:-10px;
}

#sidebar2 .last{
border-bottom:none;
}



 #sidebar2 .photo{
width:150px;
margin-bottom:-10px;
border-top:#333333 solid 3px;

}


.media{
background-image:url(../images/box-media.png);
width:40px;
height:12px;
text-decoration:none;
color:#333333;
padding:2px 2px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:10px;
margin-left:0px;
margin-bottom:-10px;
text-align:center;
margin-top:20px;

}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}






#footer { 
	padding: 10px 15px 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	border-top:#000000 solid 4px;
	width:850px;
	text-align:center;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
	line-height:7px;
}


#footer .MUJW{
font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
		color:#333333;}


#footer a{font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
		font-weight:bold;

	text-decoration:none;
		color: #005689;}
	
	#footer p a:hover{font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #005689;
	text-decoration:underline;}
	
	
	
	.thanks{
	line-height:2px;
	margin-bottom:10px;
	}
	.read{
/*background-image:url(../images/box-media.png);*/
width:30px;
height:12px;
text-decoration:none;
color:#005689;padding:2px 2px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:10px;
margin-left:3px;
}


.read:hover{
text-decoration:underline;
}



