body{
  background-color: #f7f7f7;
  background-image: url(img/backborder.gif);
  background-repeat: repeat-y;
  background-position: top center;
}
a{
  text-decoration : none;
  color : #0080ff;
}
/* コンテナ */
div#container{
  background-color:white;
  position: absolute;
  width: 780px;
  left: 50%;
  margin-left: -390px;
  margin-right: auto;
}
/* ヘッダー */
div#header{
  background-color: white;
  margin:0;
  padding :5px 0 5px 0;
}

div#rogo{
  background-color: white;
  background-repeat: no-repeat;
  background-position:top left;
  float:left;
}

div#header h1{
  margin:0; 
}

div#header p{
  color:#666666;
  font-size:0.9em;
  line-height:2;
  font-weight:bold;
  text-align:right;
  vertical-align:top right;
}

/* パンくずリスト */
p#bread{
  font-family:"メイリオ";
  font-size: 0.75em;
  text-align: right;
  background-color: white;
  margin: 10px;
}

p#bread a:link{
  text-decoration:none;
  color:#0099ff;
}
p#bread a:visited{
  color:#0099ff;
}
p#bread a:hover {
  text-decoration:underline;
  color:#ff6600;
}
/* メイン */
div#main{
  width: 594px;
  float: left;
}
/* コンテンツ */
div#content{
  width:398px;
  float: right;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
div#content h2{
  background-color: #e0e0e0;
  background-image : url(img/bar-blue.png);
  background-repeat: no-repeat;
  height:35px;
  font-size : 0.8em;
  color: 666666;
  line-height: 35px;
  padding-left: 30px;
  margin: 0;
}
div#content h3{
  background-color: #e0e0e0;
  background-repeat: no-repeat;
  margin: 0;
}
div#content p{
  font-family:"メイリオ";
  font-size: 0.8em;
  line-height: 1.8;
  color: #666666;
  padding: 5px;
  margin-right: 5px;
  margin-left:5px;
}

.contents{
  height:180px;
  margin:0;
  font-size:0.85em;
  padding:5px;
  line-height: 45px;
}

div#content a:link{
  text-decoration : none;
  color:#0099ff;
}
div#content a:visited{
  color:#0099ff;
}
div#content a:hover {
  text-decoration:underline;
  color:#ff6600;
}
li#middle{
  vertical-align:middle;
}
#middle{
  vertical-align:middle;
}

ul.navi ul 	{
  margin:0;
  list-style: none;
  font-color:#666666; 
}

ul.navi li 	{
  list-style: none;
  margin-left:-30px;
  font-size:0.75em;
  font-family:"メイリオ";
  font-color:#666666; 
}

.sp_im{
  margin-bottom:15px;
}

.news{
  border:1px solid #dcdcdb;
  margin-right:5px;
  margin-left:5px;
  margin-top:10px;
  padding:10px;
}

.news2{
  border:1px solid #dcdcdb;
  margin:auto;
  padding:15px;
  background-color:#fafafa;
  line-height:1.8;
}


.detail #img a{
  background-color:white;
  background-image:url(img/icon-detail.gif); 
  width:194px;
  height:35px;
  background-repeat:no-repeat;
  margin:0;
  padding:0;
  display:block;
  float:right;
}

.detail #img a:hover {
  background-color:white;
  background-image:url(img/icon-detail2.gif); 
  width:194px;
  height:35px;
  background-repeat:no-repeat;
  margin:0;
  padding:0;
  display:block;
  float:right;
}

.span1 {
display:none;
}



/* サイドバー */
div#sidebar	{
  width: 176px;
  float: left;
  margin-bottom:25px;
}
ul.sidemenu	{
  font-family:"メイリオ";
  font-size: 0.75em;
  margin-top: 0;
  margin-left: 0;
  padding-left:0;
  line-height: 0;
}

ul.sidemenu li	{
  list-style-type: none;
}
ul.sidemenu li a	{
  font-size:1.2em;
  background-color:white;
  display: block;
  height:50px;
  line-height: 50px;
  text-decoration: none;
  color: #3399ff;
  background-repeat: no-repeat;
}

ul.sidemenu ul 	{
  margin: 0;
  padding: 0;
  width:176px;
}
ul.sidemenu ul li a 	{
  font-size:1em;
  color: #666666;
  height:30px;
  line-height: 30px;
  background-position: left;
  background-image:none;
  background-repeat: no-repeat;
  padding-left:30px;
  border-bottom:#cccccc dotted 1px;
}
ul.sidemenu ul li a:hover 	{
  color: #0074e8;
  height:30px;
  line-height: 30px;
  background-image: url(img/p_blue.gif);
  background-repeat: no-repeat;
  background-position: 10px;
  padding-left:30px;
  background-color:#f6f6f6;
}


ul.sidemenu02	{
  width:176px;
  font-family:"メイリオ";
  font-size: 0.75em;
  margin-top: 0;
  margin-left: 0;
  padding-left:0;
  line-height: 0;
  border:solid 1px #dbdbdc;
}
ul.sidemenu02 li	{
  list-style-type: none;
}
ul.sidemenu02 li a	{
  background-color:white;
  display: block;
  line-height:2;
  text-decoration: none;
  background-repeat: no-repeat;
}

ul.sidemenu02 ul 	{
  margin: 0;
  padding: 0;
  width:176px;
}
ul.sidemenu02 ul li a 	{
  font-size:1em;
  color: #666666;
  line-height: 2;
  background-position: 10px;
  background-image: url(img/icon-blue1.gif);
  background-repeat: no-repeat;
  padding-left:30px;
}
ul.sidemenu02 ul li a:hover 	{
  color: #177ff;
  line-height: 2;
  background-repeat: no-repeat;
  background-position: 10px;
  padding-left:30px;
  background-color:#f6f6f6;
}


p.feed{
  margin-bottom:10px;
  margin-left:10px;
}
p.feed a{
  font-size:0.75em;
  color:#666666;
  text-decoration:none;
  line-height:3;
  border:1px solid #888888;
  padding:5px;
}
p.feed img{
  border:none;
  vertical-align:middle;
}

/* 右サイドバー */
div#sidebar-right{
  width:166px;
  float: right;
}

div#sidebar-right p.photo{
  text-align: center;
}
div#sidebar-right p{
  font-family:"メイリオ";
  font-size: 0.75em;
  color: #666666;
  line-height:1.8;
}

div#sidebar-right h2	{
  height:55px;
  background-repeat : no-repeat;
  margin:0;
}
div.info{
  border-right: solid 1px #dbdbdc;
  border-left: solid 1px #dbdbdc;
  border-bottom: solid 1px #dbdbdc;
  margin:0;
}
div#sidebar-right p{
  font-size: 0.75em;
  margin:0;
  color: #666666;
  line-height:1.6;
}

/* フッター */
div#footer{
  width: 780px;
  height:25px;
  line-height:12px;
  clear: both;
  background-color:#177fff;
  padding-top:6px;
  padding-bottom:6px;
}

div#footer p{
  font-family:"メイリオ";
  font-size: 0.7em;
  color: white;
  text-align:center;
  vertical-align:middle;
}