@charset   "UTF-8";
/* 既定スタイルのクリア*/
*{
	margin:0; padding:0; border-width:0px;
	font-family : Verdana,Helvetica,Arial,ヒラギノ角ゴProW3,Osaka,"MS Pゴシック",sans-serif;
	font-size : 16px;
}
/* レスポンシブWEBデザイン */
@media screen and (max-width:991px) {
*{
	font-size : 15px;
}
}
@media screen and (max-width:767px) {
*{
	font-size : 14px;
}
}
/* 標準タグの設定 */
body{
	text-align : center;
  margin : 0px auto;
  background-image : url(img/body.png);
}
h1{
	line-height:1.3;
	font-size : 118%;
	color: blue;
	font-weight: bold;
	margin : 3px 3px 3px 1%;
	background-image: url(img/header1.gif);
	background-repeat: repeat-y;
	padding : 3px 3px 3px 15px;
}
h2{
	line-height : 1.3;
	font-size : 115%;
	color : blue;
	font-weight : bold;
	margin : 3px 3px 3px 2%;
	background-image : url(img/header2.gif);
	background-repeat : repeat-y;
	padding : 3px 3px 3px 15px;
}
h3{
	line-height : 1.3;
	font-size : 112%;
	color : blue;
	font-weight : bold;
	margin : 3px 3px 3px 3%;
	background-image : url(img/header3.gif);
	background-repeat : repeat-y;
	padding : 3px 3px 3px 15px;
}
h4{
	line-height : 1.3;
	font-size : 109%;
	color : blue;
	font-weight : bold;
	margin : 3px 3px 3px 7%;
	padding : 3px 3px 3px 15px;
}
h5{
	line-height : 1.3;
	color : blue;
	font-size : 106%;
	font-weight : bold;
	margin : 3px 3px 3px 7%;
	padding : 3px 3px 3px 15px;
}
h6{
	line-height : 1.2;
	color : blue;
	font-size : 103%;
	font-weight : bold;
	margin : 3px 3px 3px 9%;
	padding : 3px 3px 3px 15px;
}
p{
	margin : 5px 0px 5px 10%;
	padding : 3px;
	line-height : 1.2;
}
blockquote{
	margin: 3px 3px 3px 12%;
	font-style: italic;
	text-indent: 1em;
	padding : 3px;
	line-height : 1.2;
}
img{
	border : 0px;
	margin : 0px;
	padding : 0px;
	max-width: 95%;
}
ul,ol{
	margin : 3px 0px 3px 10%;
	line-height : 1.2;
}
li{
	padding : 3px;
	line-height : 1.2;
}
dl{
	margin : 3px 0px 3px 8%;
	line-height : 1.3;
}
dt{
	font-weight : bold;
	padding : 3px;
}
dd{
	margin-left : 2em;
	padding : 3px;
}
/* レスポンシブWEBデザイン */
@media screen and (max-width:991px) {
p,li,dd,blockquote{
	line-height : 19px;
}
}
@media screen and (max-width:767px) {
p,li,dd,blockquote{
	line-height : 18px;
}
}
hr{
	width : 80%;
	height : 1px;
	text-align : center;
	margin-left : auto;
	margin-right : auto;
	background-color : silver;
}
/* 標準の表 */
table{
	margin-left : auto;
	margin-right : auto;
	border-collapse : collapse;border-spacing : 0px;
	empty-cells : show;
	width : 80%;
	table-layout : auto;
}
td{
  padding : 5px;
}
/* 均等割り付けの表　*/
table.hyou_fixed{
	margin : auto;
	text-align : center;
	font-weight: normal;
	border-collapse: collapse;
	empty-cells: show;
	table-layout: fixed;
  padding : 5px;
}
/* テーブルの幅 */
table.w75{
  width : 75%;
}
table.w50{
  width : 50%;
}
/* ページレイアウトの設定*/
#container{
  text-align : center;
  margin-left : auto;
  margin-right : auto;
  width : 80%;
  background-image : url(img/container.png);
  background-repeat : repeat;
  padding-top : 10px;
}
/* レスポンシブWEBデザイン */
@media screen and (max-width:991px) {
#container{
	width : 95%;
}
}
@media screen and (max-width:767px) {
#container{
	width : 98%;
}
}
/* 左袖 */
#left{
	width : 21%;
	float : left;
	margin-top : 30px;
}
@media screen and (max-width:991px) {
#left{
	display : none;
}
}
/* 右袖 */
#right{
	float : left;
	width : 78%;
  margin-right : 1%;
}
@media screen and (max-width:991px) {
#right{
	width : 100%;
	float : none;
}
}
#content{
  clear : both;
  text-align : left;
  padding : 5px 10px 5px 5px;
}
#header{
  margin-bottom : 3px;
  margin-top : 5px;
}
/* フッターの定義 */
#footer{
 color : blue;
 margin-left : auto;
 margin-right : auto;
  clear : both;
  text-align : center;
}
#footer ul{
	list-style-type : none;
  margin-top : 5px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 5px;
  text-align : center;
}
#footer p{
  clear : both;
}
#footer li{
  margin : 3px 10px 3px 10px;
  background-color : white;
  width : 13em;
 text-align : center;
padding-top : 3px;
padding-bottom : 3px;
  display : inline-block;
  font-size : small;
}
/* メニューの定義 */
#logo{
  float : left;
  text-align : center; /* なぜか必要*/
  width : 9%;
  padding-left : 1%;
}
/* グローバルメニューの定義*/
#g_menu{
    color : blue;
  width : 85%;
  background-image : url(../img/menubk.png);
  float : left;
  margin-top : 10px;
  margin-left : 1%;
}
#g_menu ul{
	list-style-type : none;
  margin-left : 5px;
}
#g_menu li{
  background-color : white;
width : 6em;
float : left;
text-align : center;
padding : 3px;
  margin : 5px;
}
#g_menu li.activelink,#g_menu a:hover{
  font-weight : bold;
}
#g_menu a{
	color : blue;
}
/* トップページ　ローカルメニューの定義*/
/*ローカルメニューの定義*/
.l_menu{
  color : blue;
  text-align : center;
}
/*ローカルナビの定義*/
.l_menu ul{
	list-style-type : none;
  margin : 0px;
}
.l_menu li{
	width : 6em;
text-align : center;
padding : 3px;
margin : 5px;
  background-color : #f0f0f0;
  display : inline-block;
  font-size : small;
}
.l_menu li.activelink,.l_menu li.activelink a{
	font-weight : bold;
  font-size : medium;
  color : #f0f0f0;
  background-color : blue;
}
/* ページガイドの定義 */
.m_navi{
  list-style-type : none;
  color : blue;
  font-size : 95%;
  margin : 10px 0px 0px 0px;
text-align : center;
  clear : both;
  margin-top : 10px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 10px;
}
.m_navi li{
  margin : 5px;
  text-align : center;
 display : inline-block;
  font-size : small;
  width : 5rem;
}
.m_navi a:hover{
  font-weight : bold;
  text-decoration : underline;
}
/* リンク */
a:link{
	color : blue;
}
a:visited{
	color : blue;
}
a:hover{
	font-weight : bold;
}
/* 独自クラスの定義 */
li.activelink{
	color : blue;
	font-weight : bold;
}
.hide{
  display : none;
}
.return{
  font-size : medium;
  clear : both;
  font-weight : bold;
  margin-top : 5px;
  margin-right : 5%;
  text-align : right;
  margin-bottom : 5px;
}
.center{
  text-align : center;
  margin-left : auto;
  margin-right : auto;
}
.bold{
  font-weight : bold;
}
.red{
  color : red;
}
.sub_return{
  margin-left : 50%;
  font-size : 80%;
  font-weight : bold;
  clear : both;
}
.pointer{
 cursor : pointer;
}
/* クラスの指定 */
.nfloat{
  clear : both;
}
.f_right{
 float : right;
  margin-right : 10%;
}
.f_left{
 float : left;
}
.align_middle{
	vertical-align : middle;
}
.blue{
	color : blue;
}
.notice{
	color : red;
}
/* 単独オブジェクトのマージン */
.object_margin{
	margin : 5px;
}
/* noteの指定 */
p.note{
	background-color :
	#cccccc;
	margin-top : 3px;
	margin-bottom : 3px;
	padding : 3px;
	width : 70%;
  text-align : left;
  margin-right : auto;
  position : relative;
  margin-left : auto;
}
p.note::before{
	content: "Note．　";
	color: #000099;
	font-weight: bolder;
}
.margin_3{
	margin-left : 3rem;
	margin-right : 3rem;
}
.small{
  font-size : small;
}
.align_right{
  text-align : right;
}
/* ページトップの指定 */
.page_top{
	margin-top : 5px;
	margin-bottom : 10px;
  margin-right : 5%;
  text-align : right;
}
.page_top a{
	color : white;
	background-color : blue;
	padding : 3px 0px 3px 5px;
}
.wide li{
  width : 10em;
}
.arrrow{
  width : 30px;
  text-align : center;
  margin-left : auto;
  margin-right : auto;
}
/* GoogleAdsenseSSの定義 */
/* 「ビッグバナー」 */
.adsense_01{
	width: 728px;
	height: 90px;
  text-align : center;
  margin-left : auto;
  margin-right : auto;
  clear : both;
}
/* レクタングル（大）」*/
@media screen and (max-width:767px) {
.adsense_01{
	width: 320px;
	height: 100px;
}
}
/* 縦長 */
/* 「ビッグバナー」 */
.adsense_02{
	height: 660px;
	text-align : center;
	margin-left : auto;
	margin-right : auto;
	clear : both;
  width : 160px;
}
