@charset "UTF-8";

/* 基本
---------------------------------------------*/
body {
	color: #333333;
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	background-color: #FFFFFF;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; 
	background-image: url(../img/back-002.gif);
}
img {
	vertical-align: top;
}
a {
	color: #003399;
}
a:visited {
	color: #333333;
}
a:hover,
a:focus {
	color: #3366CC;
}
a:active {
	color: #CC3300;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#header {
	position: relative;
	background-color: #FFFFFF;
	width: 1000px;
	height: 110px;
	background-position: bottom;
	background-image: url(http://www.youhuku.info/rotate.php);
}
#header a{
	color: #006633;
	text-decoration: none;
	padding-left: 15px;
	display: block;
	text-align: right;
	font-size: 10px;
}
#header2 {
	position: relative;
	background-color: #009999;
	width: 1000px;
	color: #FFFFFF;
	text-align: right;
	font-size: 0.9em;
	line-height: 1.3em;
	padding-top: 5px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#content {
	clear: both;
	width: 1000px; /* for WinIE6,7 */
	padding-top: 0px;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
}
#content #primary {
	float: right;
	width: 695px;
	padding-top: 10px;
	padding-right: 20px;
}
#school_index {
	float: right;
	width: 1000px;
	padding-top: 0px;
	padding-right: 0px;
}

#primary #left {
	float: left;
	clear: none;
	margin-top: 30px;
}
#primary #right {
	float: right;
}
#primary .section001 {
	width: 460px;
	padding-left: 10px;
}
#primary .section002 {
	float: none;
	width: 250px;
}
#primary .section003 {
	float: left;
}
#content #secondary {
	float: left;
	background-repeat: no-repeat;
	margin-bottom: 30px;
	background-position: 3px 14px;
	background-image: url(../images/left-menu.gif);
	padding-bottom: 50px;
	background-color: #FFFFDE;
	margin-top: 5px;
}
#content    #secondary    #tenpo {
	color: #006633;
	width: 210px;
	display: block;
	background-image: url(../images/back-school.gif);
	background-repeat: repeat-y;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px groove #006633;
	padding: 10px;
	font-weight: bold;
}
#tenpo2 {
	color: #333333;
	display: block;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#footer {
	clear: both;
	width: 100%; /* for WinIE6,7 */
	padding-top: 10px;
	background-color: #EEEEEE;
}

/* ロゴとユーティリティナビゲーション
---------------------------------------------*/
#logo {


}
#utilityNavigation {
	position: absolute;
	right: 0;
	top: 25px;
	width: 200px;
	font-size: 1000px;
	line-height: 1.5;
	height: 20px;
}
#utilityNavigation li {
	position: absolute;
	top: 0;
	width: 9em;
	color: #FFFFFF;
	height: 20px;
}
#utilityNavigation li#navSiteMap {
	right: 11em;
}
#utilityNavigation li#navInquiry {
	right: 2px;
}
#utilityNavigation li a {
	padding-left: 23px;
	text-decoration: none;
	color: #0066FF;
	padding-top: 3px;
	padding-bottom: 3px;
}
#utilityNavigation li#navSiteMap a {
	background-image: url(../img/ico_sitemap.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#utilityNavigation li#navInquiry a {
	background: url(../img/ico_mail.gif) left center no-repeat;
}

/* グローバルナビゲーション
---------------------------------------------*/
#globalNavigation {
	float: left;
	width: 1000px;
	background-repeat: repeat-x;
	padding-top: 1px;
	padding-bottom: 0;
	background-position: top;
	height: 36px;
	border-bottom-width: 1px;
	border-bottom-style: outset;
	border-bottom-color: #999999;
}
#globalNavigation li {
	float: right;
}
#globalNavigation li a {
	display: block;
	float: left;
	color: #FFFFFF;
}
#globalNavigation li a:hover,
#globalNavigation li a:focus {
	color: #FFFF00;
}
#globalNavigation li.current {
	background: #FFFFFF url(../img/gn_li_current_bg.gif) no-repeat;
}
#globalNavigation li.current a {
	background: #FFFFFF url(../img/gn_li_current_a_bg.gif) right top no-repeat;
	padding: 10px 20px 10px 20px;
	border-bottom: none;
	color: #333333;
}


/* パンくずリスト
---------------------------------------------*/
#topicPath {
	height: 50px;
	margin: 10px 0 20px 0;
	border-bottom: 1px solid #E5E5E5;
	font-size: 90%;
	line-height: 1.2;
}
#topicPath a{
	color: #0066FF;
	text-decoration: none;

}
#topicPath li {
	float: left;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 32px;
	background-color: #EEEEEE;
	background-image: url(../img/topicpath_li_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#topicPath li.first {
	padding-left: 30px;
	background-color: #EEEEEE;
	background-image: url(../img/topicpath_li_bg_first.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#topicPath li.last {
	background: #FFFFFF url(../img/topicpath_li_bg_last.gif) left center no-repeat;
}

/* 下階層への導入部分
---------------------------------------------*/
.leadSentence a{
	line-height: 1.2;
	margin-bottom: 5px;
	display: block;
	width: 655px;
	color: #461600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #461600;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #461600;
	font-size: 0.9em;
	font-style: normal;
	background-color: #EBEBEB;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	background-position: bottom;
	clear: both;
	padding-left: 15px;
	text-decoration: none;
}
#lead .column {
	width: 700px;
}
#lead .column .section {
	width: 340px;
}
#lead .column #leadPurpose,
#lead .column #leadTerms {
	float: left;
}
#lead .column #leadEnvironment,
#lead .column #leadAccess {
	float: right;
}
#lead .column .section h2 {
	border-top: 1px solid #D9D9D9;
	border-bottom: 2px solid #F5F5F5;
	font-weight: normal;
	line-height: 1;
}
#lead .column .section h2 a:active {
	background: url(../img/lead_a_bg.gif) right center no-repeat;
}
#lead .column .section p {
	line-height: 1.5;
	height: 50px;
	margin-top: 7px;
	margin-right: 10px;
	margin-bottom: 18px;
	margin-left: 10px;
}
#lead .column .section h2 a {
	display: block;
	width: 300px; /* for WinIE6 */
	padding: 10px 30px 10px 10px;
	border-bottom: 1px solid #D9D9D9;
	background: url(../img/lead_a_bg.gif) left center no-repeat;
	text-decoration: none;
	color: #FFFFFF;
}
#lead .column .section2 h2 a {
	display: block;
	width: 560px;
	text-decoration: none;
	color: #0066CC;
	clear: both;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
	font-size: 1.3em;
}
#lead .column .section2 p {
	line-height: 1.5;
	margin-top: 7px;
	margin-right: 10px;
	margin-bottom: 18px;
	margin-left: 10px;
	padding-left: 170px;
	background-image: url(../img/top-back-nano.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 220px;
	padding-top: 15px;
}
#lead .column .section3 h2 a {
	display: block;
	width: 560px;
	text-decoration: none;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-size: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
	color: #0066CC;
}
#lead .column .section3 p {
	line-height: 1.5;
	margin-top: 7px;
	margin-right: 10px;
	margin-bottom: 18px;
	margin-left: 10px;
	padding-left: 170px;
	background-image: url(../img/top-back-bio.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 140px;
	padding-top: 15px;
}
#lead .table {
	line-height: 1.2;
	padding-left: 10px;
	background-repeat: no-repeat;
	height: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 2px;
}
#lead .box2 {
	float: right;
	height: 150px;
	width: 230px;
}
#lead {
	font-size: 14px;
	color: #3C3C3C;
	line-height: 19px;
}
.omise-top {
	clear: both;
	width: 100%;
	padding-top: 15px;
}
.omise {
	clear: both;
	width: 100%;
}
#lead .photo {
	font-size: 80%;
	color: #000000;
	width: 250px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: right;
	text-align: right;
}
#lead  .omisejyouhou {
	font-size: 80%;
	color: #000000;
	width: 480px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: left;
}

/* ローカルナビゲーション
---------------------------------------------*/
#local-aNavigation ul {
	line-height: 1.2;
}
#local-aNavigation ul li {
	padding-bottom: 2px;
}

#local-aNavigation ul li a {
	display: block;
	width: 230px;
	text-decoration: none;
	color: #000033;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #000033;
	background-repeat: no-repeat;
	background-position: right bottom;
	text-indent: -9999px;
	height: 50px;
	font-size: 16px;
	font-weight: bold;
}
#local-aNavigation ul li a:hover,
#local-aNavigation ul li a:focus {
	background-repeat: no-repeat;
	background-position: right bottom;
}
#local-aNavigation ul li ul {
	margin-left: 20px;
	font-size: 14px;
}
#local-aNavigation ul li ul li {
	padding-bottom: 0;
}
#local-aNavigation ul li ul li a {
	width: 170px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	background-image: url(../img/arrow_big-white.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	height: 83px;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 45px;
}
#local-aNavigation ul li ul li a:hover,
#local-aNavigation ul li ul li a:focus {
	background-image: url(../img/arrow_big-white.gif);
	background-repeat: no-repeat;
	background-position: 7px;
}
#local-aNavigation ul li.current a {
	font-weight: bold;
}
#local-aNavigation ul li.current ul li a {
	font-weight: normal;
	text-indent: 0px;

}

/* ローカルナビゲーションカジュアル
---------------------------------------------*/
#local-bNavigation ul {
	line-height: 1.2;
	background-color: #300909;
}
#local-bNavigation ul li {
	padding-bottom: 2px;
}

#local-bNavigation ul li a {
	display: block;
	width: 230px;
	text-decoration: none;
	color: #D7D7D7;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #999999;
	background-image: url(../img/menu-title2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-indent: -9999px;
	height: 50px;
}
#local-bNavigation ul li a:hover,
#local-bNavigation ul li a:focus {
	background-color: #300909;
	background-image: url(../img/menu-title2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#local-bNavigation ul li ul {
	margin-left: 20px;
	font-size: 14px;
}
#local-bNavigation ul li ul li {
	padding-bottom: 0;
}
#local-bNavigation ul li ul li a {
	width: 185px;
	background-color: #310909;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	background-image: url(../img/arrow_big-white.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	height: 0.9em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 14px;
}
#local-bNavigation ul li ul li a:hover,
#local-bNavigation ul li ul li a:focus {
	background-color: #3F0909;
	background-image: url(../img/arrow_big-white.gif);
	background-repeat: no-repeat;
	background-position: 7px;
}
#local-bNavigation ul li.current a {
	font-weight: bold;
}
#local-bNavigation ul li.current ul li a {
	font-weight: normal;
	text-indent: 0px;

}

/* ローカルナビゲーションランキング
---------------------------------------------*/
#local-cNavigation ul {
	line-height: 1.2;
	background-color: #300909;
}
#local-cNavigation ul li {
	padding-bottom: 2px;
}

#local-cNavigation ul li a {
	display: block;
	width: 230px;
	text-decoration: none;
	color: #D7D7D7;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #999999;
	background-image: url(../img/menu-title3.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-indent: -9999px;
	height: 50px;
}
#local-cNavigation ul li a:hover,
#local-cNavigation ul li a:focus {
	background-color: #300909;
	background-image: url(../img/menu-title3.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#local-cNavigation ul li ul {
	margin-left: 20px;
	font-size: 14px;
}
#local-cNavigation ul li ul li {
	padding-bottom: 0;
}
#local-cNavigation ul li ul li a {
	width: 185px;
	background-color: #310909;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	background-image: url(../img/arrow_big-white.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	height: 0.9em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 14px;
}
#local-cNavigation ul li ul li a:hover,
#local-cNavigation ul li ul li a:focus {
	background-color: #3F0909;
	background-image: url(../img/arrow_big-white.gif);
	background-repeat: no-repeat;
	background-position: 7px;
}
#local-cNavigation ul li.current a {
	font-weight: bold;
}
#local-cNavigation ul li.current ul li a {
	font-weight: normal;
	text-indent: 0px;


}

/* ローカルナビゲーションその他
---------------------------------------------*/
#local-dNavigation ul {
	line-height: 1.2;
	background-color: #300909;
}
#local-dNavigation ul li {
	padding-bottom: 2px;
}

#local-dNavigation ul li a {
	display: block;
	width: 200px; /* for WinIE6 */
	padding: 8px 10px 8px 18px;
	text-decoration: none;
	color: #D7D7D7;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #999999;
	background-image: url(../img/arrow_big-white.gif);
	background-repeat: no-repeat;
	background-position: 9px 13px;
}
#local-dNavigation ul li a:hover,
#local-dNavigation ul li a:focus {
	background-color: #300909;
	background-image: url(../img/arrow_big-white.gif);
	background-repeat: no-repeat;
	background-position: 11px 13px;
}
#local-dNavigation ul li ul {
	margin-left: 20px;
	font-size: 95%;
}
#local-dNavigation ul li ul li {
	padding-bottom: 0;
}
#local-dNavigation ul li ul li a {
	width: 136px; /* for WinIE6 */
	padding: 6px 10px 6px 14px;
	background-color: #310909;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	background-image: url(../img/arrow_big-white.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#local-dNavigation ul li ul li a:hover,
#local-dNavigation ul li ul li a:focus {
	background-color: #3F0909;
	background-image: url(../img/arrow_big-white.gif);
	background-repeat: no-repeat;
	background-position: 7px;
}
#local-dNavigation ul li.current a {
	font-weight: bold;
}
#local-dNavigation ul li.current ul li a {
	font-weight: normal;

}

/* フッターナビゲーション
---------------------------------------------*/
#footerNavigation {
	padding-left: 10px;
	font-size: 1.2em;
	background-color: #FFFFCC;
}
#footerNavigation li {
	float: right;
	margin-right: 10px;
	padding-top: 8px;
	padding-right: 0;
	padding-left: 0;
	height: 15px;
	font-size: 10px;
}
#footerNavigation li a {
	display: block;
	padding-left: 6px;
	text-decoration: none;
	color: #361821;
}
#copyright {
	clear: both;
	width: 966px; /* for WinIE6,7 */
	padding: 20px 17px;
	border-top: 1px solid #E5E5E5;
	font-size: 12px;
	line-height: 1;
	background-color: #009999;
	color: #FFFFFF;
	text-align: right;
}
#table #table-001 .column table {
	text-indent: 5px;
	color: #33FF33;
	background-color: #333399;
}
.osusume {
	background-color: #FFFFDF;
	display: block;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	border: 1px dotted #0099FF;
	padding-top: 15px;
	padding-right: 7px;
	padding-bottom: 15px;
	padding-left: 7px;
	line-height: 2em;
	font-size: 1.1em;
	color: #2F2F2F;
	text-align: left;
}
.osusume2 {
	background-color: #FFFFDF;
	display: block;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	border: 1px double #0099FF;
	padding-top: 15px;
	padding-right: 7px;
	padding-bottom: 15px;
	padding-left: 7px;
	line-height: 2em;
	font-size: 1.3em;
	color: #1065BA;
	text-align: center;
	font-weight: bold;
}
.osusume3 {
	background-color: #FFFFDF;
	display: block;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 1px solid #0099FF;
	padding-top: 15px;
	padding-right: 7px;
	padding-bottom: 15px;
	padding-left: 7px;
	line-height: 2em;
	font-size: 1.3em;
	color: #1065BA;
	text-align: center;
	font-weight: bold;
}
.osusume4 {
	background-color: #FFFFDF;
	display: block;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	border: 1px dotted #0099FF;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
	line-height: 1.2em;
	font-size: 1.1em;
	color: #2F2F2F;
	text-align: center;
}


.osusume5 {
	background-color: #FFFFDF;
	display: block;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	border: 1px dotted #0099FF;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
	line-height: 1.5em;
	font-size: 1.1em;
	color: #0066CC;
	text-align: left;
	width: 300px;
}
.osusume6 {
	background-color: #FFFFDF;
	display: block;
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 30px;
	margin-left: 3px;
	border: 1px dotted #0099FF;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
	line-height: 1.5em;
	font-size: 1.1em;
	color: #2F2F2F;
	text-align: left;
}
.osusume6 .toi {
	font-weight: bold;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #006633;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	display: block;
	color: #FF0099;
}

.osusume7 {
	background-color: #8EBBFF;
	display: block;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	border: 1px dotted #0099FF;
	padding-top: 20px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
	line-height: 1.2em;
	font-size: 1.1em;
	color: #2F2F2F;
	text-align: left;
	width: 500px;
}
.osusume8 {
	background-color: #FFFFDF;
	display: block;
	margin-top: -3px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	border: 1px dotted #0099FF;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
	line-height: 1.5em;
	font-size: 2em;
	color: #2F2F2F;
	text-align: left;
}
.osusume9 {
	background-color: #FFFFDF;
	display: block;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	border: 1px dotted #0099FF;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 15px;
	line-height: 1.2em;
	font-size: 1.1em;
	color: #2F2F2F;
	text-align: left;
}
.osusume10 {
	background-color: #FFFFDF;
	display: list-item;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	border: 1px dotted #0099FF;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 15px;
	line-height: 2.5em;
	font-size: 1.1em;
	color: #2F2F2F;
	text-align: left;
	list-style-type: square;
	list-style-position: inside;
	width: 500px;
}
.osusume11 {
	background-color: #FFFFDF;
	display: block;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	border: 1px dotted #0099FF;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
	line-height: 1.5em;
	font-size: 1.1em;
	color: #2F2F2F;
	text-align: left;
}


.setsumei {
	background-color: #FFFFFF;
	display: block;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 15px;
	padding-left: 7px;
	line-height: 1.5em;
	font-size: 1.1em;
	color: #2F2F2F;
	width: 95%;
	clear: both;
}
.setsumei-bio {
	background-color: #FFFFFF;
	display: block;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 15px;
	padding-left: 7px;
	line-height: 1.5em;
	font-size: 1.1em;
	color: #2F2F2F;
	width: 95%;
	clear: both;
	background-image: url(../img/bio-haikei.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.hyou-nonaka {
	font-size: 1.1em;
	line-height: 1.3em;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	display: block;
	width: 80px;
}
.hyou-nonaka2 {
	font-size: 1.1em;
	line-height: 1.3em;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	display: block;
	width: 190px;
}
.hyou-nonaka3 {
	font-size: 1.1em;
	line-height: 1.6em;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	display: block;
	width: 451px;
	padding-left: 10px;
	color: #2F2F2F;
}
.hyou-nonaka4 {
	font-size: 1.1em;
	line-height: 2.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	width: 451px;
	padding-left: 10px;
	color: #2F2F2F;
}
.hyou-nonaka5 {
	font-size: 1.1em;
	line-height: 1.6em;
	display: block;
	width: 200px;
	padding-left: 10px;
	color: #2F2F2F;
	margin: 0px;
	text-align: right;
}


.hyou-nonaka80-right {
	font-size: 1em;
	line-height: 1em;
	display: block;
	width: 80%;
	text-align: right;
	float: right;
}
.hyou-nonaka95-left {
	font-size: 1em;
	line-height: 1.2em;
	display: block;
	width: 90%;
	text-align: left;
	float: left;
	padding-left: 10px;
	margin-top: 3px;
	margin-bottom: 10px;
	margin-right: 20px;
}
.hyou-nonaka-nano-senjyo {
	font-size: 1em;
	line-height: 1.2em;
	display: block;
	width: 500px;
	text-align: left;
	float: left;
	clear: both;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.hyou-nonaka-bio-01 {
	font-size: 1em;
	line-height: 1.2em;
	display: block;
	width: 500px;
	text-align: left;
	float: left;
	clear: both;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	page-break-after: always;
}
.hyou-nonaka-bio-02 {
	font-size: 1em;
	line-height: 1.2em;
	display: block;
	width: 500px;
	text-align: left;
	float: left;
	clear: both;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	page-break-after: always;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.setsumei-bio2 {
	background-color: #FFFFFF;
	display: block;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 15px;
	padding-left: 7px;
	line-height: 1.5em;
	font-size: 1.1em;
	color: #2F2F2F;
	width: 95%;
	clear: both;
}
.setsumei-bio-about {
	background-color: #FFFFFF;
	display: block;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 15px;
	padding-left: 7px;
	line-height: 1.5em;
	font-size: 1.1em;
	color: #2F2F2F;
	width: 95%;
	clear: both;
	background-image: url(../img/about-bio.jpg);
	background-repeat: no-repeat;
	background-position: right 20px;
}
.section4 {
	width: 450px; /* ボックスの幅 */
	padding-bottom: 30px;
	background-image: url(../img/maru2_400_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	color: #333333;
}
.section4 h4 {
	margin: 0; /* 見出しの背景 */
	font-size: 14px;
	background-image: url(../img/maru2_400_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	font-weight: bold;
	color: #333333;
	padding-right: 15px;
	padding-bottom: 3;
	padding-left: 10px;
	padding-top: 15px;
	height: 20px;
	line-height: 18px;
}
.style9 {
	color: #003366;
	font-size: 110%;
	font-weight: bold;
}

.faq {
	width: 645px;
	border: 1px dotted #0066FF;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	background-color: #FFFFE1;
}
.style10 {
	color: #006633;
	font-size: 110%;
	font-weight: bold;
	text-decoration: underline;
	margin-left: 10px;
}
.otoiawase {
	padding: 5px;
	width: 700px;
	background-image: url(../img/otoiawase-yajirushi.gif);
	background-repeat: no-repeat;
	background-position: 10px top;
	height: 100px;
}
.otoiawase2 {
	padding: 5px;
	width: 580px;
	margin-left: 110px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	margin-top: 5px;
}
.otoiawase3 {
	padding: 5px;
	width: 700px;
	background-repeat: no-repeat;
	height: 30px;
}
.style1 {
	color: #FF6600;
	font-size: 3em;
}
.style2 {
	font-size: 15px;
	line-height: 20px;
	padding-left: 10px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}
.comment {
	padding:0.5em;
	border:1px dashed #999999;
	width: 700px;
}
.comment {
	padding:0.5em;
	border:1px dashed #999999;
	width: 700px;
}
.hidden_c { color:#ffffff; }
.data {
	text-align:right;
	width: 700px;
}
        .no {}
        .day {}
        .time {}
body {
	margin-top: 0px;
	margin-bottom: 0px;
}
.style7 {font-size: 15px}
.style8 {color: #333333}
.hyou-omisenoannnai {
	font-size: 13px;
	width: 500px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.hp-naiyou {
	width: 700px;
	padding: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #2A2A2A;
	margin: 5px;
	clear: both;
}
.hp-naiyou-advice {
	width: 700px;
	padding: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #2A2A2A;
	margin: 5px;
	clear: both;
	background-image: url(../img/ordersheet.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 750px;
}

.hyou-ordermade-right {
	font-size: 13px;
	width: 275px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	background-color: #F5F5F5;
	background-image: url(../img/advice-haikei.gif);
}
.hyou-ordermade-left {
	font-size: 13px;
	width: 100px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	background-color: #310909;
	color: #FCFBFE;
}

.hyou-ordermade2 {
	font-size: 13px;
	width: 400px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.ordermade-qa {
	width: 665px;
	border: 1px dotted #999999;
	font-size: 14px;
	line-height: 20px;
	color: #2A2A2A;
	background-color: #F2F2F2;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 10px;
}
.hyou-ordermade-right-yougo {
	font-size: 13px;
	width: 580px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	background-image: url(../img/advice-haikei.gif);
	background-repeat: repeat;
}
.order-first {
	background-color: #F6F6F6;
	width: 650px;
	margin-left: 0px;
	border: 1px dotted #993300;
	display: block;
	text-decoration: none;
	color: #570000;
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 30px;
	text-indent: -20px;
}
#header-school {
	position: relative;
	background-color: #CCCCCC;
	width: 1000px;
	height: 110px;
	background-position: bottom;
	background-image: url(../img/back3.jpg);
}
#header-school a {
	color: #CCCCCC;
	text-decoration: none;
	padding-left: 15px;
	display: block;
	text-align: right;
	font-size: 10px;
}
.syuttyou-2 {
	width: 550px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	background-image: url(../images/img-school-oshiharai.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 100px;
	background-position: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.syuttyou-3 {
	width: 645px;
	border: 1px dotted #CC0000;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #CC0000;
}
.section4 h4 {
	margin: 0; /* 見出しの背景 */
	font-size: 12px;
	background-image: url(../images/maru2_800_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	font-weight: normal;
	color: #333333;
	padding-right: 15px;
	padding-bottom: 3;
	padding-left: 10px;
	padding-top: 15px;
	height: 20px;
}
.oshirase {
	font-size: 80%;
	color: #000000;
	width: 650px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/* --- ボックス --- */
.section4 {
	width: 700px; /* ボックスの幅 */
	padding-bottom: 5px;
	background-image: url(../images/maru2_800_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.rental-001 {
	width: 645px;
	border: 4px double #FF0000;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	background-color: #FFFFFF;
}
.rental-002 {
	width: 210px;
	border: 2px dotted #FF0000;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	background-color: #FFFFFF;
	float: left;
	height: 130px;		
}
.rental-003 {
	width: 390px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	background-color: #FFDDFF;
	float: right;
}
.shokai-danshi-title {
	font-size: 16px;
	line-height: 20px;
	color: #003399;
	float: left;
	clear: both;
	border-bottom-width: 1px;
	border-left-width: 15px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #003399;
	border-left-color: #003399;
	width: 600px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-style: normal;
	font-weight: bold;
}

.shokai-danshi-000 {
	font-size: 15px;
	line-height: 20px;
	color: #003399;
	background-color: #D9ECFF;
	float: left;
	border: 1px solid #0066FF;
	padding: 5px;
	clear: both;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.shokai-danshi-001 {
	width: 300px;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	background-color: #FFFFFF;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: both;
	margin-right: 5px;
	margin-bottom: 30px;
	margin-left: 5px;
}
.shokai-danshi-redline {
	width: 250px;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	background-color: #FF0000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 20px;
	display: inline;
	padding: 4px;
}
.shokai-joshi-title {
	font-size: 16px;
	line-height: 20px;
	color: #FF0066;
	float: left;
	clear: both;
	border-bottom-width: 1px;
	border-left-width: 15px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FF33CC;
	border-left-color: #CC0099;
	width: 600px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-style: normal;
	font-weight: bold;
}
.shokai-joshi-000 {
	font-size: 15px;
	line-height: 20px;
	color: #CC0099;
	background-color: #FFCCFF;
	float: left;
	border: 1px solid #CC0099;
	padding: 5px;
	clear: both;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.shokai-joshi-001 {
	width: 500px;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	background-color: #FFFFFF;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: both;
	margin-right: 5px;
	margin-bottom: 30px;
	margin-left: 5px;
}
.shokai-teire-title {
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	float: left;
	clear: both;
	border-bottom-width: 2px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #009933;
	border-left-color: #009933;
	width: 600px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-style: normal;
	font-weight: bold;
	background-color: #006633;
}
.shokai-teire-000 {
	font-size: 15px;
	line-height: 20px;
	float: left;
	clear: both;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #006633;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

.shokai-teire-001 {
	width: 575px;
	font-size: 14px;
	line-height: 20px;
	color: #393939;
	background-color: #FFFFFF;
	float: left;
	clear: both;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 30px;
	padding: 5px;
	border: 1px dotted #999999;
}
.mailform {
	width: 300px;
	font-size: 14px;
	line-height: 20px;
	color: #393939;
	background-color: #FFFFFF;
	float: left;
	clear: both;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 5px;
	border: 1px inset #333333;
	margin-top: 5px;
}
.school-syuttyou {
	width: 645px;
	border: 1px dotted #0066FF;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}
.school-syuttyou-redline {
	width: 250px;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	background-color: #FF0000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 2px;
	margin-bottom: 20px;
	display: inline;
	padding: 4px;
}
.school-syuttyou-greenline {
	width: 140px;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	background-color: #006666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 2px;
	margin-bottom: 10px;
	display: block;
	padding: 4px;
	float: left;
	font-weight: bold;
	margin-left: 20px;
}
.school-syuttyou-yajirushi {
	width: 30px;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 2px;
	margin-bottom: 10px;
	display: block;
	padding: 4px;
	float: left;
	font-weight: bold;
	text-align: center;
}
.school-syuttyou-waribiki {
	font-size: 16px;
	line-height: 20px;
	color: #006666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 2px;
	margin-bottom: 10px;
	display: block;
	padding: 4px;
	float: left;
	font-weight: bolder;
	text-decoration: underline;
}
.school-syuttyou-service {
	width: 240px;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	background-color: #006666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 2px;
	margin-bottom: 10px;
	display: block;
	float: left;
	font-weight: bold;
	margin-left: 15px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.school-servise001 {
	width: 270px;
	border: 2px dotted #0033FF;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	background-color: #C8E9FF;
	float: left;
	height: 80px;
}
.school-servise002 {
	width: 270px;
	border: 2px dotted #FF66FF;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	background-color: #FFE1FF;
	float: right;
	height: 80px;
}
.school-servise003 {
	width: 270px;
	border: 2px dotted #00CC99;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	background-color: #D9FFF2;
	float: left;
	height: 80px;
}
.school-service-sample {
	width: 130px;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	background-color: #CC0033;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 2px;
	margin-bottom: 3px;
	display: block;
	padding: 4px;
	margin-left: 14px;
	clear: right;
}
.school-oteire {
	width: 150px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	display: block;
	background-color: #0099CC;
	height: 55px;
}
.school-oteire2 {
	width: 400px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 55px;
}
