*{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	font-family: "ＭＳ Ｐゴシック", Osaka, Verdana, Arial, sans-serif;
	text-decoration: none;
	color: #383636;
}

/* 全般設定 */

body{
	margin-top: 5px;
	background: #E3E3E3;
	text-align: center;
}

a:link    { color: #3366CC; text-decoration: none; }
a:visited { color: #666699; text-decoration: none; }
a:hover   { color: #990000; text-decoration: underline; }

img { border: none; }

strong { font-weight: bolder; }

a,table,tr,td,form{
	font-size: inherit ;
}

.floatleft  { float: left; }
.floatright { float: right; }

.clearleft  { clear: left; }
.clearright { clear: right; }

.alignright {
	text-align: right;
}

#container {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #666666;
	width: 800px;
	text-align: center;
}	



/* ヘッダー設定 */

#top {
	font-size: 0.7em;
}

#header {
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF url("images/bar.gif") top repeat-x;
	padding-top: 5px;
}	

p#logo {
	float: left;
	text-align: left;
}

table#theday {
	border: 1px solid #CCCCCC;
	margin: 5px auto 5px auto;
	text-align: center;
}

table#theday th, table#theday td {
	padding: 5px;
	font-size: 0.85em;
	line-height: 1.5;
}

table#theday th {
	font-weight: bold;
}

table#theday td strong {
	color: #990000;
	font-weight: bold;
}

p#sitemap {
	clear: left;
	padding: 4px;
	background: #CCD381;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	font-size: 0.7em;
	text-align: right;
}



/* コンテンツ設定 */

#contents {
	width: 620px;
	border-left: 1px solid #666666;
	background: #FFFFFF;
}

#contentsbox {
	margin: 15px 15px 30px 15px;
	text-align: left;
}

h1#toppage {
	background: url("images/sasaki.jpg") top left no-repeat ;
	margin-bottom: 10px;
	padding-left: 174px;
}

#contentsbox h1, #contentsbox h2 {
	color: #336666;
	margin-bottom: 1em;
	padding: 5px;
	border-left: 10px solid #9ACEB6; 
	border-bottom: 1px solid #999999; 
	font-size: 1.2em;
	font-weight: bold;
	line-height: 130%;
}

#contentsbox h3 {
	color: #336666;
	margin-top: 1em;
	margin-bottom: 0.3em;
	padding: 3px 3px 3px 5px;
	border-left: 6px solid #ADE7CC; 
	border-bottom: 1px solid #CCC; 
	font-size: 0.91em;
	font-weight: bold;
	line-height: 130%;
}

#contentsbox h3 a { color: #336666; font-weight: bold; }

#contentsbox p {
	margin: 1em 0 1.5em 0;
	font-size: 0.85em;
	line-height: 1.5;
}

#contentsbox table {
	width: 580px;
	border: 1px solid #CCCCCC;
	border-collapse: separate;
	border-spacing: 0;
}

#contentsbox th {
	border: 1px solid #CCCCCC;
	background: #336666;
	color: #FFFFFF;
	padding: 3px;
	font-weight: bold;
	font-size: 0.85em;
}

#contentsbox td {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	padding: 3px;
	font-size: 0.83em;
}

#contentsbox form td {
	border: 0;
	font-size: 0.85em;
}

#contentsbox table#map {
	border: 0;
}

#contentsbox table#map td {
	border: 0;
	padding: 5px;
	font-size: 0.87em;
}



#contentsbox tr.bgpink td {
	background: #FCEAE2;
}

#contentsbox p.borderline {
	border-bottom: 1px solid #666666;
	padding-bottom: 1.5em;
}

#contentsbox p.more {
	background: url("images/border01.gif") top right no-repeat;
	margin-top: 0.5em;
	padding-top: 0.5em;
	text-align: right;
}

#contentsbox p.more a {
	background: url("images/sankaku3.gif") left no-repeat;
	padding-left: 10px;
}

#contentsbox p.price {
	color: #336666;
	text-align: right;
	margin-top: 1em;
	margin-bottom: 0.3em;
	font-size: 1em;
	font-weight: bold;
	line-height: 130%;
}

#contentsbox ol {
	margin: 0.5em 2em 1em 3em;
}

#contentsbox ul {
	margin: 0.5em 2em 1em 2em;
	list-style: none;
}

#contentsbox li {
	margin-bottom: 0.3em;
	font-size: 0.85em;
	line-height: 1.5;
}

#contentsbox dt {
	background: url("images/arrow_green.gif") left no-repeat;
	margin: 0.3em 0 0 10px;
	font-size: 0.93em;
	font-weight: bold;
	line-height: 1.5;
	padding-left:15px;
}

#contentsbox dd {
	margin: 0.5em 0 0.3em 1em;
	font-size: 0.85em;
	line-height: 1.5;
}

div#blognew {
	width: 295px;
	margin-bottom: 1.5em;
	float: left;
}

#contentsbox dl.blog {
	margin: 0 0 10px 10px;
	width: 275px;
	text-align: left;
}

#contentsbox dl.blog dt {
	color: #336666;
	margin: 0 0 0.5em 0;
	padding: 5px;
	border-left: 10px solid #9ACEB6; 
	border-bottom: 1px solid #999999; 
	font-size: 1.2em;
	font-weight: bold;
	line-height: 130%;
}

#contentsbox dl.blog dt a { font-weight: bold; }


#contentsbox dl.blog dd {
	background: url("images/sankaku3.gif") left no-repeat;
	margin: 0 3px 0.3em 8px;
	padding-left: 12px;
	font-size: 0.85em;
	line-height: 1.3em;
}

ul#featuretop {
	background: url("images/hp.gif") top left no-repeat;
	margin-bottom: 1.5em;
	list-style: none;
}

ul#featuretop li {
	background: url("images/sankaku3.gif") left no-repeat;
	margin-left: 110px;
	padding-left: 15px;
	font-size: 0.85em;
	line-height: 1.5;
}

div#featuretop2 {
	width: 290px;
	margin-bottom: 1.5em;
	float: left;
}

div#featuretop2 dt {
	color: #336666;
	margin: 0 0 0.5em 0;
	padding: 5px;
	border-left: 10px solid #CC6666; 
	border-bottom: 1px solid #999999; 
	font-size: 1.2em;
	font-weight: bold;
	line-height: 130%;
}

div#featuretop2 dd {
	background: url("images/square.gif") left no-repeat;
	margin: 0 3px 0.3em 8px;
	padding-left: 20px;
	font-size: 0.85em;
	line-height: 1.5em;
	font-weight: bold;
}

div#point dt {
	background: url("images/point01.gif") left no-repeat;
	color: #993300;
	margin: 0 0 0.5em 0;
	padding:  0 0 0 50px;
	font-weight: bold;
	line-height: 130%;
}

div#point dd {
	font-size: 0.85em;
	line-height: 150%;
	margin-bottom:1.5em;
}

div#news dt {
	background: url("images/news.gif") left no-repeat;
	color: #3366cc;
	margin: 15px 0 0.5em 0;
	padding:  0 0 0 50px;
	font-weight: bold;
	line-height: 130%;
}

div#news dd {
	font-size: 0.85em;
	line-height: 150%;
}

#gotop {
	clear: right;
	width: 620px;
	margin-left: 180px;
	border-left: 1px solid #666666;
	background: #FFFFFF;
	text-align: right;
}

img.floatleft {
	margin-right: 5px;
}

img.floatright {
	margin-left: 5px;
}

#contentsbox table.layout, #contentsbox table.layout td {
	border: 0;
	padding: 0;
}

#contentsbox h1#establish { border-left-color: #9ACEB6; }
#contentsbox h1#subsidy { border-left-color: #E8B87E; }
#contentsbox h1#service { border-left-color: #E74F4F; }
#contentsbox h1#column { border-left-color: #E1E2A5; }
#contentsbox h1#office { border-left-color: #7878B6; }


#contentsbox h2.blpink  { border-left-color: #CC6666; }
#contentsbox h2.blpink2  { border-left-color: #CC6666; width: 295px; }
#contentsbox h2.blnavy  { border-left-color: #353573; clear: left; }
#contentsbox h2.blbrown { border-left-color: #AA7A40; }
#contentsbox h2.blred   { border-left-color: #990000; }
#contentsbox h2.blgreen { border-left-color: #4D8169; }
#contentsbox h2.blblue  { border-left-color: #7878B6; }




/* ナビゲーション設定 */

#navi {
	background: #EFF2CB;
	padding: 10px 0;
	width: 177px;
}

#navi dl {
	margin: 0.5em 4px 1em 5px;
	text-align: left;
}

#navi dt {
	border-bottom: 1px dotted #666666;
	margin-bottom: 0.5em;
	padding-left: 5px;
	font-size: 0.85em;
	font-weight: bold;
	line-height: 1.5;
}

#navi dd {
	margin: 0.3em 0 0.5em 5px;
	padding-left: 10px;
	font-size: 0.85em;
}

dl#inquiry dt {
	padding: 0 0 10px 0;
	text-align: center;
}

dl#inquiry dd {
	border-bottom: 1px dotted #666666;
	margin-left: 0;
	padding-left: 5px;
	padding-bottom: 0.3em;
	font-size: 0.8em;
	color: #990000;
	line-height: 1.3;
}

dl#establish dt { border-left : 5px solid #65921E; }
dl#establish dd { background : url(images/bl_est.gif) top left no-repeat; }

dl#establish dd dl {
	margin: 0;
	padding: 0;
}

dl#establish dd dt {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1em;
	font-weight: normal;
}

dl#establish dd dd {
	background : url(images/sankaku3.gif) left no-repeat;
	margin-left: 0;
	padding-left: 10px;
	font-size: 1em;
}



dl#subsidy dt { border-left : 6px solid #AA7A40; }
dl#subsidy dd { background : url(images/bl_subsidy.gif) top left no-repeat; }

dl#service dt { border-left : 6px solid #990000; }
dl#service dd { background : url(images/bl_service.gif) top left no-repeat; }

dl#form dt { border-left : 6px solid #CC3300; }
dl#form dd { background : url(images/bl_service.gif) top left no-repeat; }

dl#lecture dt { border-left : 6px solid #BEC13A; }
dl#lecture dd { background : url(images/bl_lecture.gif) top left no-repeat; }

dl#office dt { border-left : 6px solid #353573; }
dl#office dd { background : url(images/bl_office.gif) top left no-repeat; }

dl#links dt { border-left : 6px solid #d1d1e0; }
dl#links dd { background : url(images/bl_office.gif) top left no-repeat; }

dl#links02 dt { border-left : 6px solid #d1d1e0; 
	color: #a6a64d; }
dl#links02 dd02 { background : url(images/bl_office.gif) top left no-repeat; }
dl#links02 dd a { 
	color: #c4c479; 
	}


dl#feature dt {
	background : url(images/sankaku.gif) left no-repeat;
	margin-left: 0;
	padding-left: 10px;
	color: #990000;
}

dl#feature dd {
	padding-left: 0;
	color: #993300;
	font-size: 0.75em;
}

p#ecc {
	margin: 1em auto;
	text-align: center;
}

ul#enrollment {
	margin: 1em 4px 1em 5px;
	font-size: 11px;
	list-style: none;
}

ul#enrollment li {
	margin-bottom: 0.3em;
}

ul#enrollment li a{
	color: #383636;
}

/* フッター設定 */

#footer {
	padding: 5px;
	clear: right;
	border-top: 1px solid #666666;
	background: #CCD381;
	font-size: 0.75em;
	line-height: 1.5;
}

#footer address {
	padding: 0.5em 0;
	text-align: center;
}

#footer p#gototop {
	margin: 5px;
	padding-bottom: 0.5em;
	text-align: right;
}




.red { color: #900; }

.main {
	font-size: 85%;
	color: #383636;
        letter-spacing: 1pt;
	line-height: 150%;
}
.syo {
	font-size: 70%;
	color: #383636;
	line-height: 130%;

}
.syored {

	font-size: 80%;
	color: #990000;
	line-height: 130%;
}
.title {
	font-size: 120%;
	color: #336666;
	line-height: 130%;
	font-weight: bold;

}
.small {

	font-size: 75%;
	color: #383636;
	line-height: 150%;
}
.mark {
	color: #006666;
	line-height: 130%;
}

