*{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	font-family: "ＭＳ Ｐゴシック", Osaka, Verdana, Arial, sans-serif;
	text-decoration: none;
	color: #383636;
}

/* 全般設定 */

body{
	background: url("img/background.gif") ;
	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;
	margin: 5px;
}

strong { font-weight: bolder; }

a,table,tr,td,form{
	font-size: inherit ;
}

.fl { float: left; }
.fr { float: right; }

img.fl{
	float:left;
	margin:0 5px 10px 0;
}

img.main{
	float:left;
	margin:0 0 0 0;
}

.cl { clear: left; }
.cr { clear: right; }

.ar { text-align: right; }

/*
------------------------------------
   LAYOUT
------------------------------------*/

#container {
	margin:0 auto;
	border: 1px solid #666666;
	width: 798px;
	text-align: center;
	background: #FFFFFF url("/img/bg02.gif") left repeat-y;
}	

#center {
	float: right;
	width: 620px;
	overflow: hidden;
	}

#navi {
	float: left;
	padding: 18px 0;
	width: 178px;
	overflow: hidden;
	}

#maincontents{
	height:100%;
}

#maincontents:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}



/* ヘッダー設定 */

#top {
	padding-top: 5px;
	font-size: 0.7em;
}

#header{
	position:relative;
	margin:0 auto;
	padding-top: 5px;
	background: #FFFFFF url("/img/bar.gif") top repeat-x;
}	

p#logo{ text-align: left; }

p#dpj{
	position:absolute;
	top:5px;
	right:5px;
	padding-bottom:1px;
	text-align:right;
}

div#headnav{
	clear: left;
	width:100%;
	height:100%;
	background: #f3981d;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

p#entrynav{
	float:left;
	padding: 4px;
	color:#fff;
	font-size: 0.87em;
	text-align:left;
}

p#sitemap {
	float:right;
	padding: 4px;
	font-size: 85%;
	text-align: right;
}

p#entrynav a,
p#sitemap a{ color: #fff; }

div#headnav:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}



/* コンテンツ設定 */

p#mainvisual{
}

p#mainvisual img{margin:0;}

#container p.more {
	background: url("img/border01.gif") top right no-repeat;
	margin-top: 0.5em;
	padding-top: 0.5em;
	text-align: right;
}

.content {
	margin: 0px 15px;
	width: 588px;
	background-color: #FFFFFF;
	text-align: left;
	}

.content h1, .content h2 {
	background: url("/img/h1_accent.gif") left no-repeat;
	margin-top: 1em;
	margin-bottom: 0.4em;
	border-bottom: 1px solid #CCC; 
	padding-left: 20px;
	font-size: 130%;
	font-weight: bold;
	text-align: left;
	}

.content h3 {
	font-size: 100%;
	margin-top: 1em;
	margin-bottom: 0.6em;
	padding-left: 1em;
	background: url("img/eyecatch_h3.gif") left no-repeat;
	border-bottom: 1px solid #CCC; 
	font-weight: bold;
	line-height: 120%;
                color:#0b5d35;
}

.content p {
	margin-bottom: 1em;
	font-size: 0.87em;
	line-height: 150%;
	text-align: left;
	}

.content p.price {
	color: #336666;
	text-align: right;
	margin-bottom: 0.3em;
	font-size: 1em;
	font-weight: bold;
	line-height: 130%;

	}

.content p#entrynav {
	margin-top: 5px;
	}

.content p.posted {
	margin-bottom: 2em;
	padding: 3px;
	font-size: 0.85em;
	border-top: 1px solid #999999;
	text-align: right;
	line-height: normal;
	}

.content blockquote {
	line-height: 150%;
	}

.content li {
	line-height: 150%;
	}

dl#entries {
	width: 588px;
}

dl#entries dt{
	margin-bottom: 0.3em;
	padding: 3px 3px 3px 5px;
	border-left: 6px solid #ADE7CC; 
	border-bottom: 1px solid #CCC; 
	font-size: 1em;
	font-weight: bold;
	line-height: 130%;
}

dl#entries dd{
	background: url("img/sankaku3.gif") left no-repeat;
	margin-left: 0.5em;
	padding-left: 15px;
	font-size: 0.85em;
	line-height: 1.5;
}

.content table {
	width: 580px;
	border-collapse: separate;
	border-spacing: 0;
}

.content th {
	background: #383636;
	color: #FFFFFF;
	padding: 3px;
	font-weight: bold;
	font-size: 0.85em;
}

.content td {
	background: #FFFFFF;
	padding: 3px;
	font-size: 0.85em;
}


tr.bgpink td {
	background: #FCEAE2;
}

.content ol {
	margin: 0.5em 2em 1em 2em;
}

.content ul {
	margin: 0.5em 2em 1em 1em;
	list-style: none;
}

.content li {
	margin-bottom: 0.3em;
	font-size: 0.85em;
	line-height: 1.5;
}

.content dt {
	margin-top: 0.5em;
	font-size: 0.85em;
	font-weight: bold;
	line-height: 130%;
}

.content dd {
	margin: 0 0 0.3em 0.5em;
	font-size: 0.85em;
	line-height: 1.5;
}



dl.arrow {
	text-align: left;
	}

dl.arrow dt{
	background: url("/img/arrow01.gif") left no-repeat;
	margin-top: 0.8em;
	margin-bottom: 0.3em;
	font-weight: bold;
	margin-left: 1em;
	padding-left: 1.3em;
	font-size: 0.85em;
                color:#0b5d35;
	}

dl.arrow dd {
	margin-left: 2.3em;
	margin-bottom: 0.3em;
	font-size: 0.85em;
	}


/* ナビゲーション設定 */

#navi dl {
	margin: 0.5em 4px 1em 4px;
	text-align: left;
}

#navi dt {
	border-bottom: 1px dotted #666666;
	margin-bottom: 0.5em;
	padding-left: 15px;
	font-size: 0.85em;
	font-weight: bold;
	line-height: 1.5;
}

#navi dd {
	margin: 0.3em 0 0.5em 5px;
	padding-left: 15px;
	font-size: 0.85em;
}

dl#inquiry dt {
	padding: 0 0 11px 0;
	text-align: center;
}

dl#inquiry dd {
	border-bottom: 1px dotted #666666;
	margin-left: 0;
	padding-left: 7px;
	padding-bottom: 0.3em;
	font-size: 0.8em;
	color: #383B84;
	line-height: 1.3;
}

dl.establish dt {
	background: url("img/eyecatch_h3.gif") left no-repeat;
	padding-left: 20px;
}

dl.establish dd {
	background: url("img/eyecatch_arrow.gif") left no-repeat;
	margin-left: 10px;
	padding-left: 14px;
}

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.new dt {
	background: url("img/eyecatch_new.gif") left no-repeat;
	padding-left: 20px;
}

dl.new dd {
	background: url("img/new_arrow.gif") left no-repeat;
	margin-left: 10px;
	padding-left: 14px;
}

dl.new dd dl {
	margin: 0;
	padding: 0;
}

dl.new dd dt {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1em;
	font-weight: normal;
}

dl.links dt {
	background: url("img/eyecatch_h3.gif") left no-repeat;
	padding-left: 10px;
}


dl.links dd dl {
	margin: 0;
	padding: 0;
}

dl#subsidy dt { border-left : 6px solid #AA7A40; }
dl#subsidy dd { background : url(img/bl_subsidy.gif) top left no-repeat; }

dl#service dt { border-left : 6px solid #990000; }
dl#service dd { background : url(img/bl_service.gif) top left no-repeat; }

dl#lecture dt { border-left : 6px solid #BEC13A; }
dl#lecture dd { background : url(img/bl_lecture.gif) top left no-repeat; }

dl#office dt { border-left : 6px solid #353573; }
dl#office dd { background : url(img/bl_office.gif) top left no-repeat; }

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;
	text-align: left;
}

ul#enrollment li {
	margin-bottom: 0.3em;
}

#syndicate {
	font-size: 0.75em;
	line-height: 150%;
	text-align: center;
	margin-top: 15px;
}

#powered {
	font-size: 0.75em;
	line-height: 150%;
	text-align: left;
	margin: 15px;
}



/*
------------------------------
   カレンダー
------------------------------*/

div.calender{
	margin:15px;
	text-align:left;
}

div.calender table{
	border-collapse:collapse;
	border:1px solid #ddd;
}

div.calender table caption,
div.calender table th,
div.calender table td{
	padding:3px;
	font-size:0.75em;
	border:1px solid #ddd;
}

div.calender table caption{ background:#f0f0f0; }

div.calender table th{
	font-weight:bold;
	background:#eee;
	text-align:center;
}

div.calender table td{
	text-align:right;
}

div.calender table td a{ color:#004AD9; }


/* フッター設定 */

#footer {
	padding: 5px;
	clear: right;
	border-top: 1px solid #666666;
	background: #f3981d;
	font-size: 0.85em;
	line-height: 1.5;
}

#footer p#gototop {
	text-align: right;
	margin-bottom: 0.5em;
}

#footer address {
	padding: 0.5em 0;
	text-align: center;
}



/* その他 */

.photo {
	text-align: left;
	margin-bottom: 20px;
	}

.link-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
	}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

textarea[id="comment-text"] {
	width: 80%;
	}

.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}