
body {
	margin: 0;
	padding: 0;
	font: normal small, Arial, Helvetica, sans-serif;
	color: #2F4F4F;
	background: url(img/back.gif);
}


h1, h2, h3, h4, h5, h6 {
	color: #000;
}

a {
	color: #0a272d;
}

a:hover {
	text-decoration: none;
	color: #3f7398;
}

.clearfix:after   {  
     content: ".";  
     display: block;  
     visibility: hidden;  
     height: 0.1px;  
     font-size: 0.1em;  
     line-height: 0;  
     clear: both;  
} 

.clearfix {  
     display: inline-block;  
}


#container {
    width: 700px;
    margin: 0 auto;
    background: #FFF;
}

/* Header */
#header {
	width: 700px;
	height: 83px;
	margin: 0 auto;
	border-bottom: solid 10px #adadad;
}
/* logo */

#header #logo {
	display: block;
    width: 700px; 
    height: 83px; 
    margin: 0;
    background: url(img/head.jpg) no-repeat;
}

#header #logo h1 a {
    display: block;
    width: 305px; 
    height: 83px;
    margin-left: 64px;
    background: url(img/logo.gif) no-repeat left; 
}

#logo h1 a span  {
    display: none;
} 

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	background: #fff;
}
   
/* honbun */

#honbun {
    float: right;
	width: 390px;
	margin: 0;
}

#honbun .title {
    width: 380px;
    height: 64px;
    margin: 10px 18px 0 0;
    background: url(img/pgtitle.jpg) no-repeat;
    overflow: hidden;
}

#honbun .title h2 {
    width: 350px;
	font-size: 16px;
	margin: 0;
    padding: 30px 0 0 10px;
    color:#124478;
}

#honbun p {
    line-height:200%;
	font-size: 15px;
	padding:20px;
}

#honbun .totop {
    text-align: right;
}

#honbun ul {
    margin: 20px 0 0 40px;
}
#honbun ul li {
    margin-bottom: 20px;
    padding: 10px;
    font-size: 15px;
}

/* list */

#navigation {
  clear: left;
  float: left;
  margin: 10px auto;
  padding: 0;
  width: 263px;
  font-size: 15px;
}

#navigation ul {
  list-style-type: none;
  margin: 0;
}

#navigation ul li{
  width: 263px;
  margin: 0;
  padding: 0;
}

#navigation ul li a { 
  display: block; 
  width: 263px; 
  height: 30px;
  margin: 0; 
  background: #EDEDED url(img/list.gif) no-repeat; 
  background-position: -6px -50px;  
  text-decoration: none;
}

#menu0 { 
  width: 263px; 
  height: 46px;
  margin: 0; 
  background: url(img/list.gif) no-repeat; 
  background-position: -6px -4px;
  text-indent: -1000px;
}

#menu11 {
  width: 263px; 
  height: 30px;
  margin: 0; 
  background: url(img/list.gif) no-repeat; 
  background-position: -6px -80px;
  text-indent: -1000px;
}
#menu13  {
  width: 263px; 
  height: 8px;
  margin: 0; 
  background: url(img/list.gif) no-repeat; 
  background-position: -6px -119px;
  text-indent: -1000px;
  
}

#navigation ul li a:hover {
  background-color: #fff; 
}

#navigation ul li a span {
   display: block; 
   font-size: 12px; 
   padding: 10px 10px 0 50px; 
   color: #3f7398;
}
#navigation ul li a:hover span {
   color: #000;
}
/* foot */

#foot {
    clear: both;
    width: 700px;
    height: 30px;
    margin: 0 auto;
    background-color: #bababa;
}  

/* pan */

#pan {
    text-align: center;
    margin: 0 auto;
    font-size: 12px;
    color: #fff;
	}
#pan a{
	color:#000;
	text-decoration:none;
	font-size:10px;
	}
#pan a:hover{
	color:#124478;
	text-decoration: underline; 
	}
	

	
/* pr */

#pr {
    float: right;
    width: 380px;
    height: 160px;
    border: solid #808080 1px;
    margin: 10px 8px 0 0;
    overflow: auto;
}
#pr h2 {
    background: #124478;
    padding: 3px;
    margin: 10px;
    font-size:13px;
    color: #fff;
}
#pr ul {
    width: 330px;
}

#pr ul li {
     padding-bottom:5px;

}

#pr ul li a {
    display: block;

}
 
 
#pr2 {
   float: left;
   width: 350px;
   margin: 0 auto;
}

#pr2 h2 {
    padding: 10px;
    font-size:13px;
    color: #fff;
}
#pr2 ul {
    width: 330px;
}

#pr2 ul li {
     padding-bottom:5px;

}

#pr2 ul li a {
    display: block;

}   
     
/* copy */

#copy {
    float: right;
    width: 300px;
    color:#000;
    font-size: 12px;
    margin: 0 auto;
    text-align: right;
}