@charset "shift_jis";

/* 一括で全ての要素の余白をゼロに指定 */
* {
	margin: 0;
	padding: 0;
	background-color: #FFF;
}

/* -------------------------------------------------------------

[1] レイアウトに関する指定
[2] ヘッダーブロック内に関する指定
[3] コンテンツブロック内に関する指定
[4] サイドバーブロック内に関する指定
[5] フッターブロック内に関する指定
[6] CSSデザインサンプルリンク指定
[7] トップページ用指定
----------------------------------------------------------------
CSSデザインサンプ [ URL ] http://www.css-designsample.com
------------------------------------------------------------- */

/* 文字 */
p {
		line-height: 1.5em;
		margin-bottom: 0.5em;
}

ul {
		margin-left: 2em;
		margin-bottom: 1em;
}

ol {
		margin-left: 2.5em;
		margin-bottom: 1em;
}

li {
		line-height: 1.5em;
		margin-bottom: 0.5em;
}

img {
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	margin: 0px;
	padding: 0px;
}

/* 全体的なリンク */
a:link,
a:visited,
a:hover,
a:active {
}

a { overflow: hidden; }
a:link {
	color: #00f;
	text-decoration: none;
}
a:visited { color: #90f; }
a:hover { color: #f00; }
a:active { color: #f00; }

.clear { clear: both; }

/* -------------------------------------------------------------
   [1] レイアウトに関する指定 */
body {
		text-align: center;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		padding: 0;
		margin: 0;
}

#bg {
	text-align: left;
	background-color: #CF9;
}

/*-- 全体を囲んでいます --*/
#wrapper {
	background-repeat: no-repeat;
	background-position: 0 90px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 900px;
}

#home #header {
	text-align: center;
}

/*-- ヘッダー部分 --*/
#header {
	position: relative;
	width: 100%;
	background-image:;
	height: 135px;
}

/*-- コンテンツ部分 --*/
#contents {
	width: 700px;
	float: left;
	margin-bottom: 30px;
}

/*-- サイドバー部分 --*/
#sidebar {
		width: 200px;
		float: right;
		margin-bottom: 50px;
		padding-top: 30px;
}

/*-- 画像 --*/
p#pagetop {
		text-align: right;
		clear: both;
		height: 20px;
		line-height: 20px;
		margin: 0;
		padding-right: 230px;
}

/*-- フッター部分 --*/
#footer {
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 0;
	color: #333;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
	text-align: center;
}

/* -------------------------------------------------------------
   [2] ヘッダーブロック内に関する指定 */

/* 見出し */
h1 {
		font-size: 100%;
		font-weight: normal;
		text-align: right;
		position: absolute;
		top: 30px;
		left: 0;
}

h2 {
		font-size: 140%;
		position: absolute;
		top: 170px;
		left: 30px;
}

/* サイトタイトル */
.logo {
		font-size: 160%;
		font-weight: bold;
		position: absolute;
		top: 50px;
		left: 0;
}

.logo a,
.logo a:hover { text-decoration: none; }

/* 概要 */
.description {
		line-height: 1.5em;
		position: absolute;
		top: 230px;
		left: 35px;
}

#home .description { top: 200px; }

/* グローバルナビゲーション */
#globalnavi {
	width: 900px;
	top: 90px;
	position: absolute;
	height: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	margin-top: 14px;
	margin-bottom: 6px;
	border-top-color: #F90;
}

#globalnavi ul{
	list-style-type: none;
	width: 900px;
	height: 30px;
	margin: 0;
}
#globalnavi li {
	text-align: center;
	width: 180px;
	height: 30px;
	line-height: 30px;
	margin: 0;
	float: left;
}
#globalnavi a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 30px;
	background-image: url(../img/bg-gnav.jpg);
	background-repeat: no-repeat;
	background-position: -180 0;
	vertical-align: top;
	color: #639A29;
}
#globalnavi a:hover {
	text-decoration: none;
	background-image: url(../img/bg-gnav.jpg);
	background-repeat: no-repeat;
	color: #F90;
	background-position: -180px;
}

/*--サブメニュー部分--*/

#globalnavi ul ul li {
	font-size: 90%;
	width: 178px;
	float: none;
	border: none;
	display: inline;
	margin: 0;
	height: 0.8em;
	vertical-align: middle;
	line-height: 1em;
}

#globalnavi ul ul li a {
	text-align: center;
	width: 169px;
	display: block;
	color: #999999;
	text-decoration: none;
	padding-top: 1em;
	padding-right: 5px;
	padding-bottom: 1em;
	padding-left: 5px;
	height: 0.8em;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6C0;
}
#globalnavi ul li a:hover {
	text-decoration: none;
}

#globalnavi ul li.menu ul { display: none; }
#globalnavi ul li.menuOn ul { display: block; }
#home #topcome {
	width: 900px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}



/* -------------------------------------------------------------
   [3] コンテンツブロック内に関する指定 */

/* パン屑リスト */
p.topicpath {
	height: 100px;
	margin: 0;
	text-align: center;
	padding-top: 10px;
}

/* 見出し */
h3,h4,h5,h6 { font-size: 110%; }

h3 {
	height: 30px;
	line-height: 30px;
	margin-bottom: 1em;
	padding-left: 30px;
	background: url(../img/bg-h3.gif) no-repeat 0 0;
	color: #9c0;
}

h4,h5,h6 {
	height: 30px;
	line-height: 30px;
	padding-left: 30px;
	background: url(../img/bg-h.gif) no-repeat 0 0;
	margin-top: 2em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}
#event h6 {
	font-size: 130%;
	font-style: normal;
	background-image: url(../img/coursesilet%20.gif);
	margin-left: 20px;
	color: #006600;
	margin-top: 40px;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 50px;
	padding-top: 5px;
	margin-bottom: 0px;
	font-weight: bold;
	margin-right: 20px;
}
#event #mainright p {
	margin-left: 70px;
	margin-right: 80px;
	font-size: 100%;
	margin-bottom: 50px;
	margin-top: 10px;
	padding: 0px;
}

/* -------------------------------------------------------------
   [4] サイドバーブロック内に関する指定 */
	 
/* サブメニュー */
.localnavi { /* 190px */
	list-style-type: none;
	background-color: #FFF;
	border: 1px solid #ccc;
	margin-top: 0;
	margin-right: 20;
	margin-bottom: 20px;
	margin-left: 0;
	padding: 4px;
}

.localnavi p {
	text-align: center;
	height: 30px;
	line-height: 26px;
	background: url(../img/bg-h3.gif) no-repeat 100% 0;
	margin-top: 0;
	margin-right: 20;
	margin-bottom: 0;
	margin-left: 0;
}

.localnavi ul { /* 190px */
	list-style-type: none;
	padding: 0;
	background-color: #FFF;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	margin-top: 0;
	margin-right: 20;
	margin-bottom: 0;
	margin-left: 0;
}

.localnavi a {
	text-decoration: none;
	display: block;
	width: 144px;
	border-bottom-width: 1px;
	border-left-width: 6px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #eee;
	border-left-color: #690;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.localnavi a:hover {
	text-decoration: none;
	color: #666;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #0C0;
}

/* お知らせ */
.sideinfo { /* 190px */
	list-style-type: none;
	margin-bottom: 20px;
	background-color: #eee;
	border: 1px solid #ccc;
	padding-top: 9px;
	padding-right: 6px;
	padding-bottom: 9px;
	padding-left: 6px;
}

.sideinfo dt {
		text-align: center;
		height: 30px;
		line-height: 30px;
		margin: 0;
		background: url(../img/bg-h3.gif) no-repeat 100% 0;
}

.sideinfo dd {
	font-size: 95%;
	background-color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
}

/* -------------------------------------------------------------
   [5] フッターブロック内に関する指定 */

/* ナビゲーション */
.footernavi {
		height: 1.5em;
		list-style-type: none;
		width: 90%;
		margin: 0 auto 2em;
}

.footernavi li {
		display: inline;
		line-height: 1.5em;
		margin: 0;
		padding: 0 1em;
		border-left: 1px solid #690;
}

.footernavi a,
.footernavi a:hover {
		text-decoration: none;
}

/* コピーライト */
#footer p {
		text-align: center;
		width: 900px;
		margin: 0 auto 1em;
}

/* アドレス */
address {
		text-align: right;
		font-style: normal;
		line-height: 1.5em;
		width: 80%;
		margin: 0 auto;
}

address span { display: block; }

/* -------------------------------------------------------------
   [6] CSSデザインサンプルリンク指定 */
#footer #cds {
		text-align: right;
		font-size: 80%;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		line-height: 1;
		width: 80%;
		margin: 0 auto;
		padding-top: 1em;
}

#cds,#cds a,#cds a:hover {
		text-decoration: none;
		color: #690;
}

/* -------------------------------------------------------------
   [7] トップページ用指定 */

.headline {
	margin: 0;
}

.top-btn {
		list-style-type: none;
		width: 100%;
		margin: 0 0 20px;
		overflow: hidden;
}

.top-btn li {
	width: 200px;
	float: left;
	background-color: #eee;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.btn01 { margin-right: 5px;}
.btn02 { margin-right: 5px;}

.top-btn span {
	text-align: center;
	display: block;
	width: 200px;
	font-size: 14px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #690;
	background-color: #FC0;
	background-image: url(../img/bg-h3.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
}

.top-btn img {
	display: block;
	width: 200px;
	margin: 0px;
}

.top-btn p {
	font-size: 95%;
	height: 4em;
	overflow: hidden;
	background-color: #fff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.2em;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.top-btn a {
		text-decoration: none;
		font-size: 95%;
		display: block;
		text-align: right;
}

.top-btn a:hover { text-decoration: none; }

.information {
	list-style-type: none;
	margin: 0;
	background-color: #FFE29C;
	width: 650px;
	padding: 10px;
}

.information span { padding-right: 1em; }

.information li {
	line-height: 1.6em;
	margin-bottom: 1px;
	background-color: #fff;
	list-style-type: none;
	font-size: 13px;
	padding-top: 10px;
	padding-right: 1em;
	padding-bottom: 10px;
	padding-left: 1.6em;
	text-align: left;
}

.information a,
.information a:hover { text-decoration: none; }

.entry {
		line-height: 1.5em;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-bottom: 60px;		
}

.entry h3 { margin-bottom: 1em; }

.entry .entryday {
		line-height: 30px;
		margin: 0;
		border-top: 3px solid #9c0;
}

/*削除*/
dl.zip-ex{ margin-bottom: 40px; }
dl.zip-ex dt{ margin-bottom: 0.5em; }
dl.zip-ex li{ line-height: 1.5em; margin-bottom: 0; color: #006; }
dl.zip-ex li{ line-height: 1.5em; margin-bottom: 0; }
dl.zip-ex span{ padding-left: 1em; color: #666; }
dl.zip-ex ul{ margin-bottom: 0; }
#leftber {
	float: left;
	width: 198px;
	padding-left: 2px;
}
#mainright {
	float: right;
	clear: right;
	width: 680px;
	padding-left: 20px;
	padding-bottom: 40px;
}
#mainright p {
	margin-bottom: 2em;
}
#topcome {
	text-align: center;
	clear: both;
	width: 900px;
	margin-bottom: 50px;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-top-style: none;
	border-bottom-style: solid;
	border-top-color: #E4E4E4;
	border-bottom-color: #E4E4E4;
	margin-top: 10px;
}
.tableline1 {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	width: 500px;
	margin-bottom: 20px;
	margin-left: 80px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-top: 0px;
	padding: 0px;
}
.tableline1 tr {
	line-height: 2em;
	border: 1px dotted #999;
	background-color: #FFC;
}
#eigyoannai #mainright p {
	margin-left: 130px;
	margin-bottom: 10px;
}
.mainboxt1 {
	margin-bottom: 40px;
	border: 1px solid #900;
	padding: 10px;
}
.mainboxt1 h3 {
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-color: #6C0;
	margin-top: 5px;
}
.prof {
	width: 590px;
	height: 160px;
	margin-top: 2px;
	background-color: #FFC;
	margin-left: 30px;
	padding: 5px;
	margin-bottom: 20px;
	border: 1px dotted #999;
}
.prof img {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.prof p {
	width: 430px;
	float: left;
	height: auto;
	padding: 10px;
}
.tenkakomi {
	border: 1px dashed #999;
	padding: 2px;
	width: 600px;
	margin-left: 30px;
}
#lesson .mainboxt1 dl {
	margin-bottom: 10px;
	margin-left: 20px;
}
#lesson .mainboxt1 dl dd {
	margin-top: 5px;
	margin-left: 20px;
}
#access .leftimgp img {
	float: left;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 40px;
	margin-left: 60px;
	border: 1px solid #CCC;
	padding: 5px;
	background-color: #EEE;
}
#access .leftimgp p {
	margin-top: 50px;
	margin-right: 20px;
}
#eigyoannai .leftimgp img {
	float: left;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 130px;
	border: 1px solid #666;
}
#eigyoannai .leftimgp p {
	height: 75px;
	padding-top: 10px;
}
#sisetu .aidasen img {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.nichijihyocyo {
	font-size: large;
	font-weight: bold;
	color: #C30;
	height: 2em;
	margin-top: 10px;
}
.redmoji {
	color: #900;
	font-size: 14px;
}
.bluemoji {
	font-size: 105%;
	color: #00F;
	font-weight: bold;
	text-decoration: none;
}
#intoro {
	margin-top: 20px;
	margin-bottom: 20px;
	height: 130px;
	width: 640px;
	clear: both;
	margin-left: 30px;
	margin-right: 25px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FC0;
	border-bottom-color: #FC0;
}
#intoro img {
	margin-left: 20px;
	margin-right: 20px;
	float: left;
}
#intoro p {
}
.midp {
	text-align: center;
	margin-top: 20px;
}
#scname img {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.cyaredmoji {
	font-size: 14px;
	font-weight: bold;
	color: #600;
}
.side-title {
	background-image: url(../img/1p5_1c.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 25px;
	font-size: 14px;
	font-weight: bold;
	display: block;
	background-color: #FDE09B;
	padding-top: 4px;
	padding-bottom: 3px;
}
#home .headline.clear {
	margin-top: 40px;
	margin-bottom: 10px;
	text-align: left;
}
#home.top-btn span {
	padding-bottom: 0px;
}
#home .top-btn span {
	padding-bottom: 5px;
	margin-bottom: 2px;
	vertical-align: middle;
	padding-top: 5px;
	background-color: #FC3;
	color: #060;
}
#lesintro1 {
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: center;
}
#lesintor2 {
	clear: both;
	width: 900px;
	padding-left: 9px;
	margin-bottom: 40px;
	padding-bottom: 0px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
}
#home h4 {
	background-image: url(../img/coursesilet%20.gif);
	height: 45px;
	margin-bottom: 0px;
	font-size: 18px;
	padding-left: 48px;
	text-align: left;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #669933;
}
#bunnerbox {
	float: left;
	width: 774px;
	margin-top: 0px;
	margin-bottom: 40px;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	padding-top: 5px;
	text-align: left;
	padding-right: 0px;
	padding-bottom: 4px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
#bunnerbox2 {
	float: left;
	width: 126px;
	margin-top: 0px;
	margin-bottom: 40px;
	padding-top: 2px;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	padding-bottom: 2px;
	text-align: right;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.botomgara {
	margin-top: 70px;
	margin-bottom: 0px;
	clear: both;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	float: left;
}
#home #sidebar {
	padding: 0px;
	width: 200px;
}
#maininfo {
	margin: 0px;
	background-color: #EEE;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	font-size: 13px;
	width: 650px;
}
#maininfo dl  {
	background-color: #FFF;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A2C33C;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#maininfo dt  {
	padding-left: 0px;
	margin-top: 5px;
	padding-top: 0px;
	font-size: 13px;
	line-height: 2em;
}
#maininfo dl img  {
	float: left;
	font-size: 12px;
	line-height: 1.8em;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 8px;
	padding-left: 5px;
}
#maininfo dd {
	padding-left: 70px;
	line-height: 1.6em;
}
#fildint img {
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
}
#fildint p {
	width: 570px;
	text-align: center;
	margin-left: 20px;
	margin-top: 0px;
	font-weight: bold;
	line-height: 1.6em;
	margin-bottom: 20px;
	font-size: 16px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.wakunasi {
	border: 1px solid #000;
}
.kaeruran {
	padding: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.tytlejogeber {
	border-bottom-width: 5px;
}
.leslogmigi {
	clear: left;
	float: right;
	margin-top: 10px;
	margin-bottom: 20px;
}
.ueturaiti {
	margin-top: 0px;
	padding-top: 0px;
}
#bunnerbox img {
	float: left;
}
.migiyose {
	margin-bottom: 1px;
	margin-left: 540px;
	margin-top: 0px;
}
#lesson .migiyose {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 500px;
}
