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



/*　　共通設定　　*/

*{
	margin:0;
	padding:0;
	font-size:12px;
	color:#333;
	line-height:120%;
	font-family: ヒラギノ, "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
}

img{border:0;}

#main a:link{ text-decoration:underline;color:#000;}
#main a:visited{ text-decoration:underline;color:#000;}
#main a:hover{ text-decoration:underline;color:#fff;background-color:#000;}




.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}







body{
	text-align:center;
}


/*　　基本レイアウト　　*/

#wrap , #wrap_top{
	margin:0px auto;
	width:960px;
	text-align:left;
}

#header{
	margin-bottom:10px;
	height:199px;
	background:url(../img/img_top01.jpg) no-repeat;
	text-indent:-10000px;
}

#header a{
	display:block;
	width:960px;
	height:199px;
}

#main{
	width:955px;
	margin-left:5px;
}

#sideL{
	width:210px;
	float:left;
}

#center{
	width:510px;
	float:left;
}


#wrap_top #sideR{
	width:210px;
	float:right;
}

#wrap_top #sideR img{display:block; float:left; margin:5px;}

#wrap_top #sideR iframe{
	display:block;
	margin-left:40px;
	margin-bottom:5px;
	clear:both;
}


#wrap_top #sideR p{
display:block;
margin:5px;
clear:both;
}


/*　　サイドメニュー　　*/

#sideL .menu_set{
	list-style:none;
	margin-top:5px;
	width:180px;
}

#sideL img{
	display:block;
	width:180px;
	line-height: normal;
}

#sideL .menu_set li{
	margin-bottom:5px;
	line-height: 0;
	width:180px;
}


#side_links{
	margin:50px 0 5px;
}

#sideL a{
	display:block;
	width:180px;
}



/*　　フッター　　*/


#footer{
	clear:both;
	margin:20px 0px;
	margin-left:120px;
	color:#ccc;
}

#footer p#copy{
	text-align:center;
	color:#ccc;
}

#footer p#contact{
	width:120px;
	float:right;
	text-align:right;
	color:#ccc;
}




/*　　トップページ中身　　*/
#wrap_top .column{
	margin:0 5px;
}


.column:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.column {
  min-height: 1px;
}

* html .column {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}



#topnews li{
	color:#666;
	font-size:12px;
	margin-bottom:7px;
	background:url(../img/list_top.gif) no-repeat left center;
	padding:2px 0px 2px 20px;
}

#topnews li{
	color:#666;
	font-size:10px;
	margin-bottom:4px;
	list-style:none;
}

#topnews li p{
	line-height:1em;
}


#topnews img{ vertical-align:bottom}



#wrap_top .more{
	float:right;
	text-align:right;
	width:65px;
	padding-bottom:5px;
	padding-left:16px;
	background:url(../img/arrow01.gif) no-repeat left;
}


.pickup{
	width:250px;
	float:left;
	font-size:12px;
	line-height:110%;
}



.pickup img{
	display:block;
	margin:6px 0px;
}

.pickup strong{
	font-size:14px;
}


#column_prof{
	background: url(../img/bg_toptline.gif) repeat-y center;
}


.prof{
	width:245px;
	float:left;
}


.prof .prof_data{
	margin-left:20px;
	background: url(../img/line500.gif) repeat-x bottom;
	padding-bottom:10px;
	margin-bottom:10px;
}

.prof .prof_data img{
	display:block;
	float:left;
	border-right:10px solid #fff;
	border-bottom:10px solid #fff;
}



/*　　コンテンツページ　　*/

#contents{
	width:745px;
	float:right;
}

#contents #sideR{
	width:196px;
	float:left;
}

#cont_box{
	width:535px;
	float:left;
}

#cont_box .column{
	margin:20px 7px 40px 8px;
}

.column h2{
	background:url(../img/line500.gif) repeat-x bottom;
	margin-bottom:20px;
	padding:10px 0;
	color: #C00;
	font-weight:bold;
	font-size:16px;
}

.column h2 .date{
	font-size:10px;
	font-weight:normal;
	color:#999;
}


.column h2.center{
	background:url(../img/line500.gif) repeat-x bottom;
	margin-bottom:20px;
	padding:10px 0;
}

.column h2.center p{
	margin-bottom:0px;
	padding:0px;
	color: #C00;
	font-weight:bold;
	font-size:16px;
	text-align:center;
}


.column h2.center .date{
	font-size:10px;
	font-weight:normal;
	color:#999;
	text-align:left;
	display:block;
}



.column p{margin-bottom:15px; line-height:160%;}

#contents_btm{
	clear:both;
	text-align:center;
	background:#efefef;
	margin:20px 0px 40px;
	padding:8px;
}



.sideR_box{
	margin-top:20px;
	padding-bottom:8px;
	background:url(../img/cor_nakaside.gif) no-repeat bottom;
}


.sideR_contents{
	background:url(../img/bg_nakaside.gif) repeat-y;
	padding:10px 10px 0px;
}

.sideR_contents img{
	display:block;
	margin-left:25px;
}

.sideR_contents li{
	list-style:none;
	padding-bottom:8px;
	padding-left:10px;
	background:url(../img/arrow02.gif) no-repeat 0px 5px;
}


.table01{
	margin:40px 70px;
	background:url(../img/line500.gif) repeat-x bottom;
	border:0;
}

.table01 th{
	width:100px;
	padding:10px;
	border:0;
	text-align:left;
	font-weight:bold;
	color:#999;
	background:url(../img/line500.gif) repeat-x top;
}

.table01 td{
	width:500px;
	padding:10px;
	border:0;
	background:url(../img/line500.gif) repeat-x top;
}

.table01 td li{
	margin-left:20px;
}

.entry_txt img{border:6px solid #fff;}

.sizeup p{font-size:14px; line-height:160%; margin-bottom:60px;}

#top_haguton{
	width:180px;
}

.column strong{
	font-weight:bold;
	font-size:120%;
}


h2#hsb{
	margin:20px 0 10px;
	width:950px;
	background:url(../hsb/photo/bg_ust2nd_100910.jpg) no-repeat;
	height:147px;
	text-align:right;
}

h2#hsb p{padding:50px 50px 0px;color:#fff;}

h2#hsb a:link{color:#fff;font-weight:bold;}
h2#hsb a:visited{color:#fff;font-weight:bold;}
h2#hsb a:hover{color:#fff;font-weight:bold;}


.bunko03_set p{
	margin:10px 30px;
	font-size:14px;
}





.txtB{color:#0033CC;}
.txtR{color:#CC0000;}
.txtRs{color:#CC0000; font-size:10px;}