@charset "UTF-8";
/* 要素リセット */

body{
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 80%;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	color: #666666;
	background-position: top left;
	background-repeat: repeat-x;
	min-width: 900px;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/

html:first-child body{
	font-size: 70%;
}
/* end */

img{
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	border: none;
}
/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/

#container{
	margin-top: -1px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	padding-bottom: 0;
	background-position: bottom left;
	background-repeat: repeat-x;
	zoom: 1;
}

#header{
	width: 1000px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
}

#inner{
	position: relative;
	width: 1000px;
	padding-top: 70px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

#inner::after{
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

#wrapper{
	margin: 0 auto ;/* 左右に[auto]を指定することで、真ん中に寄る */
	padding: 0 ;/* 上下左右の余白を0にしておく */
	float: left;
}

#main{
	text-align: left;
	width: 580px ;
	margin: 15px 10px 0px 20px ;/* 他のブロックとのスペース */
	padding: 10px ;/* 上下左右に10pxの余白 */
	border: 1px solid #eaeaea;
	background-color: #fff;
}

.center {
    /* text-align: center; */
    margin-left: 5px;
    /* padding-left: 0px; */
}


#main img{
	padding: 10px ;/* 上下左右に10pxの余白 */
	border: none;
}

#main ul{
	font-size: 1.2em;
}

#pankuzu{
	text-align: left;
	width: 940px ;
	font-size: 0.8em;
	margin: 20px 10px 10px 20px ;/* 他のブロックとのスペース */
	padding: 10px ;/* 上下左右に20pxの余白 */
	border: 1px solid #eaeaea;
	background-color:#fafafa;
color: #44617b;
}

#pankuzu img{
	vertical-align:bottom;
	width: 15px;
	height: auto;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 2px;
}

#pankuzu p{
	margin-top: 0em;
	margin-bottom: 0em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	line-height: 1.7;
}

#pankuzu a{
	text-decoration: none;

}

.layout #main{
	padding-top: 5px;
}

#aside{
	margin: 15px 20px 10px 5px ;/* 他のブロックとのスペース */
	padding: 0 ;/* 上下左右余白0 */
	width: 320px ;
	float: right;
}

#aside img{
	padding: 10px ;/* 上下左右に10pxの余白 */
	border: none;
}

#author{
	padding: 15px ;/* 上下左右に15pxの余白 */
	border: 1px solid #eaeaea;
	margin-bottom: 2em ;/* 下のブロックとのスペース */
	color: #666666;
	background-color: #f4f2ec;
	text-align: left;
	line-height: 1.7;
}

#author p a{
	display: block;
	text-decoration: none;
	padding: 5px;
}

#newlist{
	padding: 0 10px 0 10px ;/* 左右に10pxの余白 */
	border: 1px solid #eaeaea;
	margin: 0 0 2em 0 ;/* 他のブロックとのスペース */
	background-color: #fff;
	text-align: left;
	line-height: 1.68;
	color: #666666;
}

#newlist ul{
	border: 0px ;/* 枠線 */
	margin: 0px;
	padding: 0 3px 10px 3px;
}

#newlist ul a:hover{
	padding: 5px;
	color: #ff8000;
	background: #f3f3f3;
}


#newlist li{
	padding: 5px;
	font-size: 1.2em;
	list-style: none;
	border-bottom: 1px solid #888 ;/* 枠線 */
}

#newlist li a{
	display: block;
	text-decoration: none;
	padding: 5px;
}

* html #aside{
	float: none;/* for IE6 */
}

#footer{
	width: 100%;
	height: 70px;
	color: #666666;
	border-top: 5px solid #44617b;/* 枠線 */
	text-align: center ;/* テキスト、画像の真ん中寄せ */
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em ;/* 他のブロックとのスペース */
	margin-bottom: 0 ;/* 他のブロックとのスペース */
	padding: 2em ;/* 上下の余白 */
	background: #ebebeb;
}

#nav{
	position: absolute;
	top: 0px;
	left: 0px;
	width : 1000px;
	height: 70px;
	overflow: hidden;
}
/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* 背景設定 */

body.layout{
	background-image: url(../logo/bg.png);
}
/* コンテンツ配置領域 */

/* ナビゲーション */

#nav ul{
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	list-style-type: none;
	overflow: hidden;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dddddd;
}

#nav ul::after{
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

#nav li{
	display: block;
	width: 140px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dddddd;
	float: left;
	height: 61px;
	overflow: hidden;
}

#nav li a{
	display: block;
	text-align: center;
}

#nav li span.en{
	display: block;
	text-transform: capitalize;
	font-size: 0.9em;
	font-weight: bold;
	color: #44617b;
	line-height: 20px;
}

#nav li span.ja{
	display: block;
	font-size: 1.1em;
	line-height: 20px;
	padding-top: 16px;
}

#nav a:link{
	color: #666666;
	text-decoration: none;
}

#nav a:visited{
	color: #666666;
	text-decoration: none;
}

#nav a:hover{
	color: #ff0000;
	text-decoration: none;
}

#nav a:active{
	color: #ff0000;
	text-decoration: none;
}
/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/

#info{
	background-color: #faf7ed;
}

.layout #info{
	margin-top: 5px;
	padding-top: 10px;
}
/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width:640px) {
  body{
  min-width: 100%;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#container{
  width: 100%;
  background-image: none;
overflow:hidden;
}
#header{
  width: 100%;
  height: auto;
  padding-bottom: 10px;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #44617b;
overflow:hidden;
}

#inner{
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
overflow:hidden;
}

#wrapper{
  width: 100%;
  float: none;
overflow:hidden;
}

.layout #title{
  width: 100%;
  padding-top: 0;
}
#main{
	max-width: 96%;
margin-right: auto;
margin-left: auto;
float: none;
padding-bottom: 20px;
overflow:hidden;
}
#main img{
  height: auto;
width: 94%;
}
.layout #main{
	padding-top: 5px;
}

#pankuzu{
  width: 100%;
margin-right: auto;
margin-left: auto;
  height: auto;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 2px;
	border: 1px solid #ffffff;
	background-color:#fafafa;
font-size: 1em;
overflow:hidden;

}

#pankuzu p{
	font-size: 1em;
}
#pankuzu img{
	vertical-align:bottom;
width:18px;
height: auto;
  padding-top: 15px;
  padding-right: 5px;
  padding-bottom: 7px;
  padding-left: 3px;
position: bottom left;
}



#aside{
	max-width: 100%;
margin-right: auto;
margin-left: auto;
float: none;
padding-bottom: 20px;
}
#aside img{
  height: auto;
width: 96%;
}


#author{
	max-width: 100%;
margin-right: auto;
margin-left: auto;
float: none;
padding-bottom: 20px;
}

#newlist{
	max-width: 100%;
margin-right: auto;
margin-left: auto;
float: none;
padding-bottom: 20px;
}



* html #aside{
	float: none;/* for IE6 */
}
#footer{
	max-width: 100%;
margin-right: auto;
margin-left: auto;
float: none;
  height: auto;
overflow:hidden;
}
#nav{
  position: absolute;
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
}

/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* 背景設定 */

body.layout{
  background-image : none;
}
/* コンテンツ配置領域 */

/* ナビゲーション */
#nav ul{
  display: none;
  margin-top: 0;
  margin-bottom: 0;
  border-right-width: 0;
}
#nav ul.toggled-on{
  display: block;
}
#nav li{
  width: 100%;
  border-left-width: 0;
  border-top-style: solid;
  border-top-color: #dddddd;
  border-top-width: 1px;
  float: none;
  height: auto;
}
#nav li a{
  text-align: left;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
#nav li span.ja{
  line-height: 1.6;
  padding-top: 0;
}
/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/
}
/* =======================================================
  メインのボックス内
======================================================= */

.menu_out{
	margin: 0;
}

.menu_out h4{
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	line-height: 1.7;
	padding: 10px 5px 10px 10px ;/* 上下左右に5pxの余白 */
	border-left: 8px solid #c97586;/* 枠線色　長春色ちょうしゅんいろ*/
	background-color: #f8f8f8;
	margin: 2px 1px 3px 2px;
}

.menu_out hr{
	height: 0;
	border: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.menu_out h4 a:link{
	text-decoration: none;
}

.menu_out_left{
	border: 1px solid #CECFCE;
	float: left;
	width: 276px;
	height: auto;
	padding: 2px;
	margin-bottom: 0.5em;
}

.menu_out a:link{
	text-decoration: none;
}

.menu_out img{
	width: 260px;
	margin: 0;
	height: auto;
	border: none;
}

.menu_out_right{
	border: 1px solid #CECFCE;
	float: right;
	width: 276px;
	height: auto;
	padding: 2px;
	margin-bottom: 0.5em;
	/* display: inline-block; */
	/* vertical-align: top; */
}

.menu_out_right.up {
    margin-top: -17px;
}

.clear{
	clear: both;
}
@media screen and (max-width:640px) {
.menu_out{
	font-size: 1.1em;
overflow:hidden;
}
.menu_out_left{
	border:0;
width: 96%;
 height: auto;
margin-right: auto;
margin-left: auto;
float: none;
padding-bottom: 0px;
}
.menu_out img{

 margin-left: auto;
 margin-right: auto;
width: 90%;
padding: 0;
 height: auto;


}
.menu_out_right{
	border:0;
width: 96%;
 height: auto;
margin-right: auto;
margin-left: auto;
float: none;
padding-bottom: 0px;
}
width: auto ;
padding: 0 ;/* 余白 */
border: none ;/* 枠線 */
