@import url("reset.css");


/*
-----------------------------------------------------------------
All
-----------------------------------------------------------------
*/
body{ 
	font-family:"Times New Roman", "ＭＳ Ｐ明朝", Times, serif, "細明朝体", "ヒラギノ明朝 Pro W3" ;
	text-align: center;
	background:#fff url(../images/bg.gif) left bottom no-repeat fixed;
	color: #607B82;}

a{ 
	color:#607B82;
	text-decoration: underline;}
a:hover{ color: #ABBFC7;}

#container{ 
	width: 700px;
	margin: 0 auto;}

/*
-----------------------------------------------------------------
Header
-----------------------------------------------------------------
*/

#header{ 
	padding: 20px 0 50px 0;
	width: 150px;
	margin:0 auto;
	text-align: left;
	float: left;}
	
#header #siteId { 
	text-align: left;
	margin: 0 ;}
#header .siteId {
	font-size: 120%;
	display:block;
	color:#ABBFC7;}

#header .siteId h1{}

#header #siteId .caption{
	display: block;
	font-size: 80%;
	margin: 5px 0 20px 0;}
#header .topImage{ display: none;}

/*
-----------------------------------------------------------------
Navigation
-----------------------------------------------------------------
*/
.navi{ 
	width: 150px;
	margin: 20px auto 0 auto;
	text-align: left;}

.navi ul { font-size: 76%;}
.navi ul li{
	padding-top: 15px;
	 height: 30px;
	 width: 145px;
	background: Url(../images/bar2.gif) bottom left no-repeat;}
.navi ul li a{ 
	color:#607B82;
	text-decoration: none;}
.navi ul li a:hover{ color:#ABBFC7;}
	

/*
-----------------------------------------------------------------
Main Area
-----------------------------------------------------------------
*/


#main{ 
	width: 500px;
	padding: 0px;
	margin:0 auto;
	text-align: left;
	float: right;}


	
#main .contents{
	margin-bottom: 30px;
	padding-bottom: 20px;}
#main .contents .first{}

#main .contents h2{
	margin: 5px 0 10px 0;
	padding:0 0 10px 5px;
	font-size: 90%;
	background: Url(../images/bar1.gif) bottom right repeat-x;}

#main .contents h2 .titleBg{}

#main .contents .text{ 
	width: 95%;
	padding:0;
	margin: 0 auto;
	font-size: small;
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;}

#main .contents .text p{ margin: 0 0 15px 0;}
	
#main .pagetop{ 
	text-align: right;
	font-size: 70%;}

/*
-----------------------------------------------------------------
Footer
-----------------------------------------------------------------
*/
	
#footer{
	font-size: 70%;
	clear: both;
	padding: 20px 0;
	text-align: left;}
	
#footer .copyright{ padding: 5px 0;}

#footer .noire a{}