@charset "utf-8";

/*====================================================================

common.css

======================================================================

	01.format
	02.body
	03.header
	04.navi
	05.container
	06.footer
	07.other
	08.index
	09.level2

=====================================================================*/

/*--------------------------------------------------------------------
     01.format
--------------------------------------------------------------------*/
body,div,span,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,p,blockquote,address,
table,tr,th,td,img {
	margin:0;
	padding:0;
	border:none;
	border-collapse:collapse;
	font:normal normal normal 100%/1.6 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','ＭＳ Ｐゴシック',Meiryo,sans-serif;
}
img { display:block;}
li  { list-style-type: none;}
em { font-style: normal;}


/*  a
----------------------------------------------------------------*/
a:link,
a:visited,
a:hover,
a:active{
	color: #068621;
	outline:none;
}

a:link   {text-decoration: underline;}
a:visited{text-decoration: underline;}
a:hover  {text-decoration: none;}
a:active {text-decoration: none;}



/*--------------------------------------------------------------------
    02.body
--------------------------------------------------------------------*/
body {
	background: url(img/common_bg_body.gif) repeat-x 0 0;
	text-align: center;
	color: #271b1b;
	font-size: 12px;
}

#wrapper,
#header,
#container,
#container02,
#navi,
#footer {
	margin: 0 auto;
	text-align: left;
}

#wrapper,
#header,
#navi,
#container,
#container02,
#footer {
	width: 850px;
}


/*--------------------------------------------------------------------
    03.header
--------------------------------------------------------------------*/
#header {
	background: url(img/common_bg_header.jpg) no-repeat 0 0;
	height: 100px;
}

#header a {
	overflow: hidden;
	text-indent: -9999px;
}


/* h1
-------------------------------- */
#header h1 {
	display: block;
	padding-top: 10px;
	padding-right: 12px;
	text-align: right;
	color: #5b4d44;
	font-size: 10px;
}

/* home
-------------------------------- */
#home {
	float: left;
	padding-left: 20px;
	width: 215px;
	height: 50px;
}
#home a {
	display: block;
	width: 210px;
	height: 47px;
}


/*--------------------------------------------------------------------
    04.navi
--------------------------------------------------------------------*/
#navi {
	margin-bottom: 20px;
	background: url(img/common_bg_navi.gif) no-repeat 0 0;
	height: 60px;
}

#navi li,
#navi li a{
	display: block;
	float: left;
	width: 170px;
	height: 60px;
	outline: none;
	text-indent: -9999px;
	overflow: hidden;
}

#navi ul li#n01 a { background-position: 0 0;}
#navi ul li#n02 a { background-position: -170px 0;}
#navi ul li#n03 a { background-position: -340px 0;}
#navi ul li#n04 a { background-position: -510px 0;}
#navi ul li#n05 a { background-position: -680px 0;}

#navi ul li a:hover {
	background: url(img/common_bg_navi_hover.gif) no-repeat;
}


/*--------------------------------------------------------------------
    05.container
--------------------------------------------------------------------*/
#container {
	margin-bottom: 20px;
	background: url(img/common_bg_sidebar.jpg) no-repeat 100% 100%;
}

#container02 {
	margin-bottom: 20px;
}

#container:after,
#container02:after,
#header:after,
#navi:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* contents
--------------------------------------------------------------------*/
#contents {
	float: left;
	width: 640px;
}

/* sidebar
--------------------------------------------------------------------*/
#sidebar {
	float: right;
	width: 210px;
}


/* side_box
--------------------------------------------------------------------*/
.side_box {
	margin-bottom: 15px;
	background: url(img/common_bg_side_box.gif) repeat-y 0 0;
	width: 210px;
	color:#5b4d44;
}

.side_box h3 {
	margin-bottom: 10px;
	padding-top: 9px;
	padding-left: 40px;
	background: url(img/common_h3_side_box.gif) no-repeat 0 0;
	height: 31px;
	color: #ffffff;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: bold;
}

.side_box p { padding: 0 15px 5px;}



/*--------------------------------------------------------------------/
	06.footer
/--------------------------------------------------------------------*/
#footerbg {
	background: url(img/common_bg_footerwall.gif) repeat-x 0 0;
	width: 100%;
}

#footer {
	margin: 0 auto;
	background: url(img/common_bg_footer.gif) no-repeat 0 0;
	height: 153px;
}

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

/* list
--------------------------------------------------------------------*/
#footer ul {
	display: block;
	margin-top: 22px;
	padding-left: 8px;
	float: left;
	width: 560px;
}
#footer ul li {
	float: left;
	margin-right: 18px;
	padding-right: 15px;
	border-right: 1px solid #ffffff;
	line-height: 1;
}
#footer ul li.nb { border: none;}

#footer ul li a { color: #ffffff; text-decoration: none;}
#footer ul li a:hover { text-decoration: underline;}

/* pagetop
--------------------------------------------------------------------*/
.pagetop a img{
	margin-top: 18px;
	display: inline;
	float: right;
}
.pagetop a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}

/* address
--------------------------------------------------------------------*/
#footer address {
	padding-left: 20px;
	color: #7b7b7b;
}


/*--------------------------------------------------------------------
    09.other
--------------------------------------------------------------------*/
.right { float: right;}
.left { float: left;}

.center { display: block; margin: 0 auto; text-align: center;}
.clear { clear: both;}
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;  
}
.clearfix { zoom:1;}
.inline { display:inline;}
.hover a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}



/*--------------------------------------------------------------------/
	08.index
/--------------------------------------------------------------------*/

/*  main
----------------------------------------------------------------*/
#main {
	margin: 0 auto 20px;
	width: 850px;
}


/* news
--------------------------------------------------------------------*/
#news {
	margin-bottom: 20px;
	background: url(img/top_bg_news.gif) no-repeat 0 100%;
	width: 620px;
	height: 180px;
}
#news h3 {
	padding-top: 8px;
	padding-left: 40px;
	background: url(img/common_bg_h3_news.gif) no-repeat 0 0;
	height: 32px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}

#news div {
	margin: 0 auto;
	width: 617px;
	height: 139px;
	overflow: scroll;
	overflow-x: hidden;
}
#news div table {
	margin: 7px auto;
	width: 570px;
}
#news div th,
#news div td {
	border-bottom: 1px dotted #cccccc;
	text-align: left;
	vertical-align: top;
}
#news div th {
	padding: 5px 0 5px 20px;
	background: url(img/common_icon_01.gif) no-repeat 5px 11px;
	width: 140px;
}
#news div td {
	padding: 5px 0 5px;
	width: 410px;
}

/* box
--------------------------------------------------------------------*/
.box {
	margin-bottom: 20px;
	background: url(img/common_box_bg.gif) repeat-y 0 0;
	width: 620px;
}

/* inner */
.inner {
	padding-top: 5px;
	background: url(img/common_box_head.gif) no-repeat 0 0;
	width: 620px;
}
.inner:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.inner img.right {
	margin-left: 10px;
	padding-right: 5px;
}

/* course */
.course {
	float: right;
	margin-top: 5px;
	margin-left: 12px;
	margin-bottom: 11px;
	width: 185px;
}
.course h4 { margin-bottom: 7px;}
.course p {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 16px;
	font-weight: bold;
}
.course p span {
	font-weight: bold;
}

/* other */
.other {
	float: right;
	margin-bottom: 10px;
	background: #f2eee5;
	width: 385px;
	height: 34px;
}
.other p {
	padding: 8px;
	text-align: center;
}


/* map
--------------------------------------------------------------------*/
.map {
	background: url(img/top_map_bg.gif) no-repeat 0 0;
	width: 620px;
	height: 135px;
}
.map img.right { margin-left: 30px;}
.map p {
	padding: 15px 20px;
	line-height: 1.7;
}


/*--------------------------------------------------------------------/
	09.level2
/--------------------------------------------------------------------*/

/* common elements
--------------------------------------------------------------------*/
h2 {
	margin: 0 auto 20px;
	background: url(img/common_bg_h2.jpg) no-repeat 0 0;
	width: 850px;
	height: 140px;
}
h2 span {
	display: block;
	padding-top: 45px;
	padding-left: 50px;
	color: #ffffff;
	font-size: 38px;
	font-weight: bold;
}


.entrybody hr {
	clear: both;
	border-bottom: 1px dashed #6d4030;
	border-top: none;
	border-left: none;
	border-right: none;
	padding: 15px 0 0;
	margin: 0 auto 20px;
	height: 1px;
	width: 99%;
}


/*--------------------------------------------------------------------
    entrybody
--------------------------------------------------------------------*/
.entrybody {
	margin: 0 0 25px;
	background: url(img/common_bg_entrybody.gif) repeat-y 0 0;
	width: 620px;
}

.entry_in {
	margin: 0 auto;
	padding-bottom: 6px;
	background: url(img/common_bg_entrytxt.gif) no-repeat 0 100%;
	width: 620px;
}

.entrytxt {
	margin: 0 auto;
	width: 590px;
}

.entrybody p { margin: 0 3px 15px;}

.entrytxt img {
	margin-bottom: 5px;
	padding: 3px;
	background: #dddddd;
}
.entrytxt a img {
	margin-bottom: 10px;
	background: 0;
}
.entrybody img.right {
	margin-left: 20px;
	margin-bottom: 15px;
}
.entrybody img.left {
	margin-right: 20px;
	margin-bottom: 20px;
}

.entrybody .mt-image-left {
	padding: 3px;
	background: #dddddd;
}

.entrybody iframe {
	margin-bottom: 20px;
}

/*--------------------------------------------------------------------
     h3, h4, h5
--------------------------------------------------------------------*/
.entrybody h3 {
	margin-bottom: 15px;
	padding-top: 13px;
	padding-left: 45px;
	background: url(img/common_bg_h3.gif) no-repeat 0 0;
	height: 31px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}

/* h4 */
.entrybody h4 {
	clear: both;
	margin: 15px auto;
	padding: 4px 15px 0;
	background: url(img/common_bg_h4.gif) no-repeat 0 0;
	width: 560px;
	height: 26px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}


/*
*html #news { margin-bottom: 30px;}
*:first-child+html #news { margin-bottom: 30px;}
*/

/*--------------------------------------------------------------------
    entrybody ul, ol
--------------------------------------------------------------------*/
.entrybody ul {
	margin-bottom: 15px;
	margin-left: 10px;
}

.entrybody ul li {
	padding-left: 15px;
	background: url(img/common_icon_02.gif) no-repeat 0 5px;
	padding-bottom: 4px;
}

.entrybody ol {
	margin-bottom: 15px;
	margin-left: 15px;
}
.entrybody ol li {
	list-style: decimal outside;
	margin-left: 15px;
	padding-bottom: 5px;
}


/*--------------------------------------------------------------------
    entrybody table
--------------------------------------------------------------------*/
.entrytxt table {
	margin: 0px 0 15px 4px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.entrytxt td,
.entrytxt th {
	padding: 7px 8px 7px 9px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	text-align: left;
	vertical-align: top;
}

.entrytxt td p { margin-bottom: 5px;}

.entrytxt td ul,
.entrytxt td ol { margin: 5px 10px 0;}

.entrytxt td img {
	margin: 0;
	padding: 3px;
	background: #dddddd;
}


/*--------------------------------------------------------------------
    entrybody div
--------------------------------------------------------------------*/
.entrytxt div {
	clear:both;
	margin: 0 auto 15px;
	padding: 10px 15px;
	background: #f2eee5;
	border: 1px dotted #4c834b;
	width: 560px;
}
.entrytxt div p { margin: 0;}

.entrytxt div ul,
.entrytxt div ol { margin-bottom: 5px;}


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


/*--------------------------------------------------------------------
    contact
--------------------------------------------------------------------*/
.contact {
	margin: 0 auto;
	padding-bottom: 15px;
	background: url(img/common_bg_entrytxt.gif) no-repeat 0 100%;
	width: 620px;
}
.contact p { padding-right: 15px;}

.contact table {
	margin: 10px auto 20px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	width: 570px;
}

.contact th,
.contact td {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: left;
	vertical-align: top;
}

.contact th {
	padding: 9px 10px;
	background: url(img/common_dod_01.gif) repeat 0 0;
	width: 215px;
	color: #ffffff;
}
.contact td {
	padding: 9px 15px;
	width: 355px;
}

.contact em {
	color: #ff3300;
	font-style: normal;
	font-size: 11px;
}
.contact textarea { font-size: 12px;}

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

