@charset "UTF-8";
/* Reset Style */
html {
  overflow-y: scroll;
}

body {
  line-height: 1;
  color: #000;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: '';
}

img,
object,
embed {
  vertical-align: top;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
body {
  font: 13px/1.231 arial, helvetica, clean, sans-serif;
  *font-size: small;
  *font: x-small;
}

select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

/* 汎用クラス */

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.table_cell {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.fr,
.imgR {
	float: right;
	margin-left: 10px;
}

.fl,
.imgL {
	float: left;
	margin-right: 5px;
}

.imgC,
.tC,
.btn {
  text-align: center;
}

.imgC {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.tR,
.sign {
  text-align: right;
}

.box_size, .test {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ts_none {
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  -o-text-shadow: none !important;
  text-shadow: none !important;
}

.bs_none {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

/* clearfix */
.clearfix, .test, #contents, #header #nav {
  *zoom: 1;
}
.clearfix:after, .test:after, #contents:after, #header #nav:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* TEST */
.test {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 5px 10px 2px 12%;
  -moz-border-radius: 5px 10px 2px 12%;
  -ms-border-radius: 5px 10px 2px 12%;
  -o-border-radius: 5px 10px 2px 12%;
  border-radius: 5px 10px 2px 12%;
  -webkit-background-size: 100px auto;
  -moz-background-size: 100px auto;
  -ms-background-size: 100px auto;
  -o-background-size: 100px auto;
  background-size: 100px auto;
  min-height: 777px;
  _height: 777px;
  background: url(../img/share/bg_test.gif);
  font-size: 139%;
}

/*----------------------------------------------------
	element style
----------------------------------------------------*/
body {
	color: #333;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	background-color: white;
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
}

input, textarea {
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

* html body, * html input, * html textarea {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

a:link {
  color: #0066ff;
}
a:visited {
	color: #66CCFF;
}
a:hover {
  text-decoration: none;
  color: blue;
}
a:active {
  color: blue;
}

/*----------------------------------------------------
	#page
----------------------------------------------------*/
#page {
	width: 940px;
	font-size: 93%;
	
	background-repeat: repeat;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: -20px;
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
	width: 920px;
	background-image: url(../img/cloth-b1.png);
	padding: 10px;
	margin-top: 50px;
}
#contents .pageTop {
	clear: both;
	margin: 0;
	text-align: right;
	padding-right: 10px;
	padding-top: 10px;
}

/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
#header {
	width: 940px;
	margin-bottom: 15px;
	background-color: #993;
}


/*----------------------------------------------------
	フッター
----------------------------------------------------*/
#footer {
	width: 940px;
	background-color: #660;
}
#footer .copyright {
	text-align: center;
	color: #FFF;
}

/*----------------------------------------------------
	#main
----------------------------------------------------*/
#main {
	float: right;
	width: 710px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	padding-right: 12px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-right: 5px;
	margin-top: 15px;
	background-image: url(../img/bg70.png);
}
 #main ol,  #main dl, #main blockquote, #main pre {
	margin-bottom: 15px;
	height: 70px;
}
#main h1 {
	font-size:16px;
	font-weight:bold;
	background-image:url(../img/line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 20px;
	padding-top: 18px;
	color: #036;
	letter-spacing: 0.1em;
}
#main h2 {
	font-weight:bold;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #036;
	padding-left: 7px;
	letter-spacing: 0.1em;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #036;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #333;
}
 #main p {
	line-height:1.6;
	letter-spacing: 0.1em;
	margin: 0px;
 }
 #main h3 {
	line-height:1.5;
	letter-spacing:0.1em;
	padding-bottom:3px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C00;
	padding-top: 2px;
	color: #036;
	margin-bottom: 10px;
	margin-top: 15px;
 }
	 
	


/*----------------------------------------------------
	#sub
----------------------------------------------------*/
#sub {
	float: left;
	width: 205px;
	overflow: hidden;
	position: relative;
	margin-top: 0px;
	margin-left: -50px;
	height: 400px;
}
#sub h3 {
	font-size:14px;
	color:#999900;
	margin-bottom:3px;
	font-weight:bold;
	letter-spacing: 0.1em;
}

#sub p {
	font-size:11px;
	color:#666666;
	line-height: 1.2;
}
#sub a {
	color:#FFFFFF;
}
#sub a:hover {
	color:#FFCC00;
}

/*----------------------------------------------------
	印刷用スタイル
----------------------------------------------------*/
@media print {
  * html body {
    zoom: .7;
  }
}
/*----------------------------------------------------
	印刷用スタイル
----------------------------------------------------*/
#sub .bnr {
	color: #660;
	background-image: url(../img/bnr_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 175px;
	overflow: hidden;
	height: 115px;
	line-height: 1.2;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	position: relative;
	padding-top: 15px;
}
.font10 {
	font-size: 10px;
}

	
#sub .top {
	background-image: url(../img/top.gif);
	background-repeat: no-repeat;
	text-indent: -1000px;
	padding-bottom: 60px;
	padding-top: 10px;
}
#sub .top a {
	position:absolute;
	top:4px;
	left:3px;
	width:100px;
	height:30px;
	text-indent:-1000px;
}


.line {
	background-image: url(../img/line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	display: block;
	padding-bottom: 20px;
	margin: 0px;
}
.linecross {
	background-image: url(../img/cross.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	display: block;
	padding-bottom: 20px;
	margin: 0px;
}
.red {
	background-image: url(../img/red.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}
.mt30 {
	margin-top: 30px;
	overflow: hidden;
}
.mt20 {
	margin-top: 20px;
	overflow: hidden;
}
.mt10 {
	margin-top: 10px;
	overflow: hidden;
}
.mb30 {
	margin-bottom: 30px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb20 {
	margin-bottom: 10px;
}
.pb20 {
	padding-bottom: 20px;
	overflow: hidden;
}
.pb10 {
	padding-bottom: 10px;
	overflow: hidden;
}
.textred {
	font-size: 110%;
	font-weight: bold;
	color: #F00;
}
.kyocho {
	font-size: 150%;
	font-weight: bold;
	color: #000000;
}
.next {
	display:block;
	background-color:#069;
	margin-top:20px;
	margin-bottom: 20px;
	color: #FFF;
	text-align: right;
	letter-spacing: 0.1em;
	line-height: 1.5;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-right: 15px;
}
.next a{
	color:#FFFFFF;
}
.next a:hover {
	color:#6CF;
}

.yellow {
	background-image: url(../img/yellow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	margin-bottom: 7px;
	line-height: 1.5;
}
.pink {
	background-image: url(../img/pink.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	margin-bottom: 7px;
}
.green {
	background-image: url(../img/green.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	margin-bottom: 7px;
}
.blue {
	background-image: url(../img/blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	margin-bottom: 7px;
}
.orange {
	background-image: url(../img/orange.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	margin-bottom: 7px;
}
.beige {
	background-image: url(../img/beige.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	margin-bottom: 7px;
}
#indx {
	padding-left: 50px;
	border: 1px dotted #F00;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 30px;
	background-color: #F8F6F5;
	line-height: 1.5;
}
#indx p {
	line-height: 2;
	font-size: 15px;
	letter-spacing: 0.1em;
}
em {
	font-weight: bold;
	color: #000;
	margin-top: 2px;
	margin-bottom: 2px;
}
.job {
	font-size: 110%;
	color: #FFF;
	background-color: #0099CC;
	letter-spacing: 0.1em;
	display: inline-block;
	margin-right: 7px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
.cap {
	font-size: 80%;
	color: #660;
	letter-spacing: 0.1em;
	line-height: 1.4;
}
#list {
	margin-top: 25px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	font-size: 90%;
}
#list a { 
color:#FFFFFF;
text-decoration:none;
}
#top {
	margin-bottom:80px;
}
#top h1 {
	font-size: 200%;
	line-height: 1.5;
	color: #333;
	letter-spacing: 0.1em;
	text-align: center;
}
.waku {
	border:1px solid #CCC;
	background-color: #FFF;
}
.jobicon {
	background-image:url(../img/job.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	width: 100px;
	text-indent: -1000px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#main caption {
caption-side:bottom;
}
.cloumn {
	margin: 5px;
	padding: 5px;
	border: 2px dotted #069;
}
.chart_pink {
	border: 1px solid #CCC;
	background-color: #FCC;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	color: #330;
}
.chart_orange {
	border: 1px solid #CCC;
	background-color: #FFE092;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	color: #330;
}
.chart_arrow {
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	
}

.underline {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	display: inline-block;
	padding-bottom: 3px;
}
.come {
	background-image: url(../img/cross.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-left: 10px;
	background-color: #FFFFCC;
	width: 660px;
	padding-left: 20px;
	overflow: hidden;
	height: auto;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	margin-bottom: 15px;
}
#ranking {
	font-size: 15px;
	line-height: 1.4;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
	width: 566px;
	background-image: url(../img/rank_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 272px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
	padding-top: 80px;
}
#ranking tr:hover {
	background-color:#b1e4f2;
}
#ranking table {
	width:420px;
	margin-left: 70px;
}
#ranking td {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CC3300;
}
#ranking th {
	text-align:left;
	font-size:14px;
	border-bottom:dotted 2px #CC3300;
}
#ranking caption {
	font-size:12px;
	caption-side: left;
}
.redbox {
	color: #FFF;
	background-color: #C00;
	display: inline-block;
	padding: 2px;
	font-size: 86%;
	text-align: right;
	margin-top: 7px;
}
.link {
	background-image:url(../img/m002.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	letter-spacing: 0.1em;
}
#main #school {
	height: 35px;
	width: 650px;
	border: 1px dotted #C30;
	padding: 5px;
	margin-top: 20px;
	margin-left: 20px;
}
#main #school ul {
	list-style:none;
	margin-top: 0px;
}
#main #school li {
	background-image:url(../img/m002.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 20px;
	width: 120px;
	padding-left: 17px;
}
.voice_m {
	background-image:url(../img/boy_s.gif);
	background-repeat:no-repeat;
	background-position: left top;
	height: 43px;
	padding-left: 45px;
}
.voice_f {
	background-image:url(../img/girl_s.gif);
	background-repeat:no-repeat;
	background-position: left top;
	height: 43px;
	padding-left: 45px;
}
#voice p {
	font-size:11px;
	color:#666600;
	margin-top:10px;
}
.zu02 {
	background-image: url(../img/zu02_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 200px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 690px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 182px;
	line-height: 1.4;
}
.inner1 {
	height: 145px;
	width: 160px;
	margin-right: 5px;
	float: left;
	background-color: #fbecf1;
	font-size: 11px;
	padding-top: 39px;
	background-image: url(../img/s1.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 5px;
}
.inner2 {
	height: 145px;
	width: 160px;
	margin-right: 5px;
	float: left;
	background-color: #fbecf1;
	font-size: 11px;
	padding-top: 39px;
	background-image: url(../img/s2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 5px;
}.inner3 {
	height: 145px;
	width: 160px;
	margin-right: 5px;
	float: left;
	background-color: #fbecf1;
	font-size: 11px;
	padding-top: 39px;
	background-image: url(../img/s3.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 5px;
}
.underline2 {
	padding-top: 3px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660;
}
#main #taikenki {
	height: 55px;
	width: 670px;
	margin-top: 20px;
	margin-left: 10px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #660;
	border-bottom-color: #660;
	padding-top: 5px;
	padding-bottom: 4px;
	background-image: url(../img/bg70.png);
	margin-bottom: 30px;
}
#main #taikenki ul {
	list-style:none;
	margin-top: 0px;
}
#main #taikenki li {
	background-image:url(../img/m002.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 20px;
	width: 250px;
	padding-left: 15px;
}
.ho {
	color: #C00;
}
.chalkline {
	background-image:url(../img/underchalk.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 3px;
}
#ref {
	background-color: #FFC;
	background-image: url(../img/pencil.gif);
	background-repeat: no-repeat;
	background-position: 5px top;
	height: 23px;
	padding-left: 40px;
	padding-top: 7px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.pdf {
	background-image: url(../img/pdf24.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin-top: -10px;
	padding-right: 26px;
	margin-left: 3px;
}
h4 {
	background-color:#99CCFF;
	display: inline-block;
	letter-spacing: 0.1em;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
