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

/***********************
   NEWS要素
************************/
#news_home { padding:0; margin:0; float:left; width:660px;}

#news_home ul {padding:0; margin:0; float:left;}
#news_home li {padding:5px 0; float:left; list-style:none; border-bottom:dashed 1px #6f6250; width:660px;}
#news_home a {display:block; height:80px; float:left; width:650px; padding:5px;  text-decoration:none;}
#news_home a:hover {background:#ffffcc;}
#news_home br {line-height:10px;}
.news_f  {  font-size:0.8em; line-height:1.6em; color:#555;}

/***********************
   バナー要素　3枠
************************/
#roll_bn01 a{ float:left; display:block; width:190px; height:110px; padding:24px 5px; margin:10px 0; background: url(../img/bg_bn01.gif) no-repeat top;}
#roll_bn02 a{float:left; display:block; width:190px; height:110px; padding:24px 5px; margin:10px 30px; background: url(../img/bg_bn01.gif) no-repeat top;}
#roll_bn01 a:hover ,#roll_bn02 a:hover{	 background: url(../img/bg_bn02.gif) no-repeat top;}

#roll_text01 {width:200px; padding:0; margin:0 0 20px 0; float:left; }
#roll_text02 {width:200px; padding:0; margin:0 30px 20px 30px; float:left; }

/***********************
   トピックス要素
************************/
#topic_home { border: solid 5px #ffcc99;; padding:5px; margin:0; float:left; width:640px;}

#topic_home ul {padding:0; margin:0; float:left;}
#topic_home li {padding:5px 0; float:left; list-style:none; border-bottom:dashed 1px #6f6250; width:630px;}
#topic_home a {display:block; height:80px; float:left; width:630px; color:#333366; text-decoration:none;}
#topic_home a:hover {background:#FFeeee;}

hr{border:none; border-top:dashed 1px #6f6250; height:1px; color:#FFFFFF;}

/***********************
   モバイル要素
************************/
div#code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font-family:"MS UI Gothic","MS PGothic","Osaka";
  /* white-space: pre; */
  background: #f3f3f3;
  border: 1px solid #aaa;  
}

.code_title {
    background:#aaa;
	color:#fff;
	font-size:14px;
	font-weight:bold;
    border: 1px solid #aaa;  
    padding:6px;
	margin-bottom: 10px;
}