@charset "utf-8";
@import url("reset.css");	 /* リセット用 */
/* ---------------------------------
common.css 画面の横幅が1025px以上
各ページのCSS読み込み　および
bodyやheader、footerのCSS設定
------------------------------------ */
@media screen and (min-width: 1025px){
body{
	font-family: "メイリオ" , Meiryo , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック" , "MS P Gothic" , "Osaka" , Verdana , Arial , Helvetica , sans-serif;
	margin:0px auto 0px auto;
	color:#666666;
}
img{
	height: auto;
	width /***/:auto;
}
#header{
	width:100%;
}
#headerwrap{
	width: 100%;
	margin: 0px auto 0px auto;
	background-color: #3A3F44;
	height: 40px;
}
#headerinner{
	width: 1100px;
	margin: 0px auto 0px auto;
}
h1#head{
	color:#ffffff;
	font-size:14px;
	line-height:40px;
	background-color:#3A3F44;
	height: 40px;
	width: 600px;
	margin: 0px auto 0px auto;
	float: left;
}
ul#subnav{
    color: #FFFFFF;
    line-height: 20px;
    text-align: right;
    float: right;
    padding: 10px 0px 0px 0px;
}
ul#subnav li{
    float: left;
    padding: 0px 20px 0px 0px;
}
ul#subnav li a{
	color: #ffffff;
	text-decoration: none;
}
ul#subnav li a:hover{
	color: #ff6600;
}
#header #logo{
	clear: both;
	height:80px;
	width: 1100px;
	margin:0px auto 0px auto;
	line-height:80px;
	font-size:24px;
	padding:0px 0px 0px 20px;
	color:#333333;
	font-weight:bold;
	background-color: #ffffff;
}
#header #logo a{
	color: #666666;
	text-decoration: none;
}
nav#headernav{
	width: 100%;
	clear: both;
    background: none repeat scroll 0 0 #999999;
}
ul#gnav{
	clear: both;
    color: #ffffff;
    line-height: 40px;
    padding: 10px 0px 10px 20px;
    text-align: left;
	margin:0px auto 20px auto;
	width: 1100px;
}
ul#gnav li.home {
    display: block;
    font-weight: bold;
    list-style-type: none;
	border-left:solid 1px #cccccc;
	float:left;
	font-size: 16px;
	padding:0px 14px 0px 14px;
	width: auto;
}
ul#gnav li {
    display: block;
    font-weight: bold;
    list-style-type: none;
	border-right:solid 1px #cccccc;
	float:left;
	font-size: 16px;
	padding:0px 14px 0px 14px;
	width: auto;
}
ul#gnav li a {
    display: block;
    color: #FFFFFF;
    text-decoration: none;
}
ul#gnav li a:hover {
    color: #ffe88c;
}
#pull {
  display:none;
}
#container{
	margin: 0px auto 0px auto;
	width: 1100px;
	clear: both;
}
#main{
	 float:left;
	 width:780px;
	 margin: 0px 20px 20px 0px;
}
.inner{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 0 8px #DDDDDD;
    clear:both;
    margin: 0px 0px 20px 0px;
}
.inner .content-head {
    background-color: #FAFAFA;
    background-image: -moz-linear-gradient(center top , #FDFDFD 0%, #EAEAEA 100%);
    border-bottom: 1px solid #CDCDCD;
    height: 36px;
    margin: 0px 0px 0px 0px;
}
.content-head span.icon {
    border-right: 1px solid #CDCDCD;
    float: left;
    padding: 12px 10px 7px 11px;
}
h2.subtitle{
    color: #948a6a;
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 10px;
    text-shadow: 0 1px 0 #FFFFFF;
}
#main ul.rsswrap{
	padding:10px;
	border-bottom:dotted 1px #CCCCCC;
	clear:both;
	font-size:16px;
	height: auto;
	width: 760px;
}
#main ul.rsswrap li.date{
	width:80px;
	float:left;
	font-size: 10px;
	line-height: 18px;
	padding: 0px 10px 0px 0px;
}
#main ul.rsswrap li.site_title{
	width:670px;
	font-size:10px;
	float:left;
	text-align:left;
	line-height: 18px;
}
#main ul.rsswrap li.site_title a{
	color:#999999;
	text-decoration: none;
}
#main ul.rsswrap li.site_title a:hover{
	color:#FF6600;
}
#main ul.rsswrap li.title{
	width:760px;
	float:left;
	font-size:16px;
	line-height: 26px;
	font-weight:bold;
	vertical-align: middle;
}
#main ul.rsswrap li.title a{
	color:#4070B0;
	text-decoration: none;
}
#main ul.rsswrap li.title a:hover{
	color:#0088CC;
}
.pickup{
	width:100%;
	font-size: 12px;
}
.pickup .site_title2{
	clear: both;
	background-color: #55505A;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
    line-height: 32px;
    margin: 0;
    overflow: hidden;
    padding: 0px 0px 0px 20px;
}
.pickup .site_title2 a{
	color: #ffffff;
	text-decoration: none;
}
.pickup .site_title2 a:hover{
	color: #ffff00;
}
.pickup .kiji {
	clear: both;
    border-bottom: 1px solid #909090;
    margin: 0;
    padding: 10px 10px 10px 10px;
	font-size:14px;
	line-height: 20px;
	font-weight:bold;
	display: block;
}
.pickup .kiji a{
	color:#4070B0;
	text-decoration: none;
}
.pickup .kiji a:hover{
	color:#0088CC;
}
.osusume .kiji {
	clear: both;
    border-bottom: 1px solid #909090;
    margin: 0;
    padding: 10px 10px 10px 10px;
	font-size:14px;
	line-height: 20px;
	font-weight:bold;
	display: block;
}
.osusume .kiji a{
	color:#ff0000;
	text-decoration: none;
}
.osusume .kiji a:hover{
	color:#0088CC;
}
#sub{
	float: left;
    width: 300px;
	background: none repeat scroll 0 0 #FFFFFF;
}
#acess {
    font-size: 10px;
    padding: 10px;
}
#link {
    font-size: 10px;
    padding: 10px;
}
#link ul#linklist {
    color: #666666;
    font-size: 14px;
    width: 270px;
}
#link ul#linklist li{
    color: #666666;
    padding: 10px 5px;
    border-bottom: dotted 1px #666666;
    width: 240px;
   line-height: 1.2;
}
#link ul#linklist li a{
	color: #4070B0;
	text-decoration: none;
}
#link ul#linklist li a:hover{
	color: #0088CC;
}
#footer {
	clear: both;
	background-color: #cccccc;
    border-top: 1px solid #BBBBBB;
    color: #EEEEEE;
    font-size: 10px;
    margin: 25px auto 0;
    padding: 8px 5px 5px;
}
h3#f_title{
  display:none;
}
#fotterwrap {
  width:1100px;
  margin:0px auto;
}
ul#fmenu {
  width:1100px;
  padding:10px 0px 10px 0px;
  margin:0px auto 0px auto;
}
ul#fmenu li {
  float: left;
  font-size:12px;
  line-height:1.2;
  text-align:right;
  padding: 10px;
  color:#666666;
}
ul#fmenu li a {
  text-decoration:none;
  color:#666666;
}
#copyright {
    clear: both;
    font-size: 12px;
    line-height: 1.5;
    margin: 0 auto;
    padding: 50px 0 0;
    text-align: center;
    width: 1000px;
    color:#666666;
}
.go-top {
  position: fixed; /*固定表示*/
  background-image: url("../img/pagetop.png");
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  text-indent: 100%;
  bottom: 2em;
  right: 2em;
  text-decoration: none;
  color: #ffffff;
  display: none; /*通常は非表示に*/
}
/* ---------------------------------
about setting
------------------------------------ */
#about {
	width: 740px;
	padding: 20px;
}
#about p {
	line-height: 24px;
	margin: 0px auto 20px auto;
}
#about dl {
    margin-bottom: 10px;
}
#about dl dt {
    padding: 10px 0;
    width: 740px;
    color: #666666;
    font-weight: bold;
    font-size: 16px;
}
#about dl dd {
    padding: 10px 0;
    margin: 0px auto 20px auto;
    width: 700px;
	line-height: 20px;
}
ul.site_info{
	width: 600px;
	padding: 20px;
	border:none;
	margin: 0px auto;
}
ul.site_info li{
	list-style-type: decimal;
}
}