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

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 全デバイス共通とスマートフォン向け
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/



#frame_member{
	width: 100%;
	background-position: left top;
	padding-right: 0px;
	border-top-left-radius: 30px 30px;
	border-top-right-radius: 30px 30px;
	background-color: #FFF;
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999;
	margin-bottom: 1em;
	box-shadow: 5px 5px 10px #999999;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~
     ヘッダー
~~~~~~~~~~~~~~~~~~~~~~~~~~*/
    header {
    padding-left: 0em;
    padding-right: 0em;
    border-bottom: 4px solid #1C64A6;
    margin-bottom: 0px;
    padding-bottom: 3px;
    }
    header img.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    max-width: 250px;
    height: auto;
    margin-top: 10px;
    }
    header img.nihongo-back {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
	max-width: 360px;
	height: auto;
    }
  /*~~~~~~~~~~~~~~~~~~~~~~~~~
     グローバルなび
~~~~~~~~~~~~~~~~~~~~~~~~~~*/
 nav ul {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    list-style-type: none;
    background-color: #FFF;
    margin-bottom: 0px;
    line-height: normal;
 
}
  nav ul li {
	text-align: center;
	width: 49%;
	height: auto;
	line-height: 150%;
	font-size: 13px;
	display: inline-block;
	border-bottom: 1px solid #777777;
	border-right: 1px solid #777;  
	margin-left: -3px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding-right: 0px;
	font-family: Osaka-mono, "MS Gothic", monospace;
	
  }
   nav ul li.home {
	background-color: #FF9900;
	border-right-style: solid;
	border-right-color: #4B4B4B;
}

  

 nav ul li a{
    display: block;
    color: #333;
    text-decoration: none;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
 nav ul li a:hover{
	color: #FF0004;
}

#under_head  {
	text-align: right;
	padding: 0px;
	margin-top: 0.4em;
	margin-bottom: 0px;
	margin-right: 1em;
	font-size: 13px;
}
 /*~~~~~~~~~~~~~~~~~~~~~~~~~
     コンテンツ
~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#contents {
    padding-left: 6px;
    padding-right: 6px;
}



#contents p {
    font-size: 14px;
    color: #4F4F4F;
    line-height: 150%;
}
#contents h1 {
    font-size: 1.8em;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 1em;
}
#contents img {
	width: 100%;
}
#contents h2 {
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 1.3em;
	margin-bottom: 1.1em;
	font-family: Osaka-mono, "MS Gothic", monospace;
	background-color: #E2FBFB;
}
#contents h3 {
    color: rgba(36,87,180,1.00);
    font-weight: normal;
    margin-top: 1.8em;
    margin-bottom: 1em;
    font-family: Arial, Helvetica, sans-serif;
}
#contents ul {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 1em;
	margin-right: auto;
    padding-left: 10px;
}
#contents #index li {
	margin-bottom: 8px;
}
#contents ul li {
	font-size: 14px;
	line-height: 160%;
	list-style-type: disc;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #4F4F4F;
	margin-bottom: 1.5em;	
}

#contents dl dt {
    margin-top: 1em;
    margin-bottom: 0.8em;
    color: rgba(101,137,202,1.00);
}
#contents dl dd {
    font-size: 13px;
    line-height: 140%;
    border-bottom: 1px solid rgba(9,99,196,1.00);
    padding-bottom: 5px;
}

.newface {
	color: #FFFFFF;
	background-color: #F17F2C;
	display: inline-block;
	font-size: 1.1em;
	text-shadow: 1px 1px hsla(0,1%,30%,1.00);
	padding-left: 6px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 0px;
	border-right: 1px solid #896F30;
	border-bottom: 1px solid #765400;
}
.newface a {
    color: rgba(255,255,255,1.00);
    text-decoration: none;
}
.oubopass {
    color: #FFFFFF;
    background-color: #A29640;
    display: inline-block;
    font-size: 1.1em;
    padding-left: 6px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 0px;
    border-right: 2px solid #63580E;
    border-bottom: 2px solid #63580E;
}
strong {
	color: #BC312C;
	font-weight: lighter;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~
     フッター
~~~~~~~~~~~~~~~~~~~~~~~~~~*/
footer {
    padding-bottom: 2em;
    padding-top: 2em;
    background-color: #444444;
    padding-left: 6px;
    padding-right: 6px;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
}

    footer p {
    color: #FFF;
    font-size: 0.8em;
	text-align: center;
    background-color: #444444;
    font-family: Arial, Helvetica, sans-serif;
}
    footer p a {
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
}
    footer p a:hover  {
    text-decoration: underline;
    height: auto;
}
   footer a img {
    vertical-align: middle;
}




/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 タブレット向け以上：769px～960px
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
@media only screen and (min-width: 769px) {
	
	#frame_member {
		width: 800px;
		
	}
	
	 header img.logo {
    margin-left: 30px;
    width: 30%;
    max-width: 200px;
    float: left;
    margin-top: 20px;
}
   header img.nihongo-back {
    display: block;
    float: right;
    width: 100%;
    max-width: 360px;
    height: auto;
    padding-right: 5px;
    margin-right: 10px;
    margin-top: 4px;
    }
#contents {
    padding-left: 2em;
    padding-right: 2em;
}
h1 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align: left;
}
h3 {
	font-family: Osaka-mono, "MS Gothic", monospace;
	margin-top: 1em;
	float: none;
	font-size: 1.1em;
	color: rgba(2,44,136,1.00);
	text-align: left;
	padding-left: 7px;
	border-left: 8px solid #242D3B;
}



h4 {
	margin-bottom: 20px;
; 	font-weight: bold;	
}
	nav ul {
	border-bottom: 4px solid rgba(28,100,166,1.00);
	padding-left: 3px;	
	}		

	 nav ul li {
	text-align: center;
	width: 16.5%;
	border-right: 1px solid #807F7F;
	border-bottom: 0px solid rgba(98,98,98,1.00);
	line-height: 30px;
  }
	nav ul li.end {
    border-right-style: none;
    border-right-width: 0px;
    text-align: center;
		width: 15%;
  }

li a span {
	font-weight: bold;
}

#index {
    margin-left: 0px;
    margin-right: auto;
    width: auto;
	padding-left: 20px;
}
	#index li {
	font-family: Arial, Helvetica, sans-serif;
		font-size: 1.5em;
	}

#index li a{
	text-decoration: none;
	font-size: 1.2em;
	line-height: 150%;	
	}
	
	
	#index li a:hover{
	text-decoration: underline;
	}
	
	

	}
