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

body {
	color: #333333;
  background: #fff;
  line-height:1.5em;
  font-size:14px;
}
a:link{
 color:#1111cc;
 text-decoration:none;
}

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

a:hover{
 color:#1111cc;
 text-decoration: underline;
}
#container {
  margin: 0 auto;
  width: 950px;
  background: #FFF;
}

#content{
	margin:10px;
	padding:0;
}
/* -------------------------------------------------------------------------------- */
/*     ヘッダー                                                               　　　*/  
/* -------------------------------------------------------------------------------- */
#header {
  width: 950px;
  margin:0;
  padding:0;

}


/* -------------------------------------------------------------------------------- */
/*    コンテンツ                                                              　　　*/  
/* -------------------------------------------------------------------------------- */
/* TOPの左右分け */
.top_box_all{
	overflow:hidden;
	margin:0;
	padding:0;
}
.top_boxL{
float: left;
	text-align:center;
	width:50%;
}
.top_boxR{
	float:right;
	text-align:center;
	width:50%;
}
.clear{
	clear:both;
}

/* navi */
#top {
width: 100%;
text-align:center;
margin:30px auto;
padding: 0;
list-style: none;
}

#top li {
 float: left;
 margin:0 5px;
}

/* -------------------------------------------------------------------------------- */
/*     フッター                                                               　　　*/  
/* -------------------------------------------------------------------------------- */
#footer {
  clear: both;
  width:950px;
  height: 100%;
}
#footerMenu {
text-align:center;
margin:5px auto;
}
#footerMenu li {
display:inline;
padding-left:10px;
padding-right:10px;
border-right:1px solid #333333;
}
#footerMenu li.last {
border-right:0;
}
#footer .con {
text-align: center;
margin:5px auto;
font-size: 14px;
color: #333333;
}
#footer .copyright {
height: 25px;
text-align: center;
font-size: 14px;
color: #333333;
}


/* -------------------------------------------------------------------------------- */
/*     画像リンクの透明                                                       　　　*/  
/* -------------------------------------------------------------------------------- */
a img.linkimg{
background:none!important;
}
 
a:hover img.linkimg{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}

/* -------------------------------------------------------------------------------- */
/*     装飾系　　　　　                                                       　　　*/  
/* -------------------------------------------------------------------------------- */
.contents_box {
 border:1px solid #1111cc;
 border-radius:2px;
 -webkit-border-radius: 2px;
 margin: 8px auto;
 padding:10px 10px;
}
.contents_box h2 {
border-left: 10px solid #9999ff;
text-align: left;
background-color: #fff;
font-size: 14px;
color: #000;
margin: 0px;
padding: 2px 2px 2px 15px;
width: 400px;
}

.p01{
	padding-bottom:5px;
}
