@charset "UTF-8";
@import url("bear.css");

/* Base Theme ============================================================= */

/* Reset ------------------------------------------------------------------ */

/*
    reset.css - resets default browser styling
    http://tantek.com/log/2004/09.html#d06t2354
    http://www.vox.com/.shared/css/base.css by beausmith.com
    http://developer.yahoo.com/yui/reset/
*/

#main-about p.course-more a,
#lead,
#main-about h3
 { behavior: url(/iepngfix.htc) }

:link,:visited {
    text-decoration: none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
	width: 99%;
	margin: 10px 5px 10px 2px;
}
fieldset,img,abbr,acronym {
    border: 0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}

ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
a {
	text-decoration: none;
	outline: none;
	color: #4B2F0A;
}
hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}
a img,:link img,:visited img {
    border: none;
}
address {
    font-style: normal;
    display: inline;
}


/* Utilities ----------------------------------------------------------------- */

.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #content-inner { display: inline-block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */

.inline { display: inline; }
.hidden {
	position:absolute;
	top: -9999px;
	left: -9999px;
	cursor: pointer;
}



/* Layout ----------------------------------------------------------------- */

body {
	text-align: center;
	font-family: Meiryo, Helvetica, Arial, sans-serif, "Hiragino Kaku Gothic", "ヒラギノ角ゴシックW3";
	line-height: 1.9;
	font-size: 80%;
	color: #4B2F0A;
	background: url(design-image/content_bg.jpg) repeat;
	position: relative;
}

#container-inner {
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
}

#header, #content, #alpha, #beta, #gamma, #footer, #header-inner {
	position: relative;
}

#alpha, #beta {
    display: inline;
    float: left;
}

#beta {
    display: inline;
    float: right;
}

#header-inner {
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#content-inner, #footer-inner,
#beta-inner, #gamma-inner, #flash-inner {
    position: static;
}

#alpha-inner {
	position:relative;
}

#header-inner, #content-inner, #footer-inner {
    padding-top: 0px;
    padding-bottom: 0px;
}

#header-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner, #flash-inner {
    overflow: hidden;
    padding-right: 0px;
    padding-left: 0px;
}

#flash {
	margin: 0px auto;
	background: url(design-image/mainvisual_bg.jpg) repeat-x left top;
}

#flash-inner {
	width:930px;
	margin: 0px auto;
	height: 351px;
	background: url(design-image/mainvisual_bg.jpg) repeat-x center top;
}

.mt-main-index #container {
	background: url(design-image/content_bg.jpg) repeat;
}

.mt-category-archive #container,
.mt-entry-archive #container,
.mt-category-monthly-archive #container,
.mt-page-archive #container,
.mt-comment-confirmation #container,
.mt-comment-pending #container,
.mt-comment-error #container {
	background: url(design-image/sub_content_top_bg.jpg) repeat-x left 112px;
	width: 100%;
}

.mt-main-index #container-inner {
	background: url(design-image/content_top_bg.jpg) repeat-x left top;
}

.mt-category-archive #container-inner,
.mt-entry-archive #container-inner,
.mt-category-monthly-archive #container-inner,
.mt-page-archive #container-inner,
.mt-comment-confirmation #container-inner,
.mt-comment-pending #container-inner,
.mt-comment-error #container-inner {
	background: url(design-image/sub_mainvisual_bg.jpg) repeat-x left top;
}

#content-inner {

	position:relative;
}

#content-inner,
#footer-inner {
	width: 930px;
	margin: 0px auto;
}

/* Wide-Thin */

.layout-wt #alpha {
	width: 592px;
}

.layout-wt #beta {
	width: 280px;
}


/* Content ---------------------------------------------------------------- */

a:link, a:visited {
	text-decoration: none;
}
a:hover {
	color:#E89201;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
    margin-bottom: .75em;
}

blockquote, ol, ul {
	margin-left: 3em;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }
.item { list-style: none; }


/* Header */

#header-name {
    margin-bottom: .25em;
}

#header-name a {
	position: absolute;
	text-indent: -9999px;
	width: 175px;
	left: 0px;
	top: 35px;
	height: 146px;
}

.mt-category-archive #header-name a,
.mt-entry-archive #header-name a,
.mt-category-monthly-archive #header-name a,
.mt-page-archive #header-name a,
.mt-comment-confirmation #header-name a,
.mt-comment-pending #header-name a,
.mt-comment-error #header-name a {
	position: absolute;
	text-indent: -9999px;
	width: 433px;
	left: 0px;
	height: 116px;
	bottom: 0px;
	top: 19px;
}


#header-description {
    margin-bottom: 0;
}

.mt-main-index #header {
	height: 223px;
	background: url(design-image/header_bg.jpg) repeat-x left top;
}

.mt-category-archive #header,
.mt-entry-archive #header,
.mt-category-monthly-archive #header,
.mt-page-archive #header,
.mt-comment-confirmation #header,
.mt-comment-pending #header,
.mt-comment-error #header {
	height: 166px;
	background: url(design-image/sub_header_bg.jpg) repeat-x left top;
}

.mt-main-index #header-inner {
	height: 223px;
	background: url(design-image/banner_bg.jpg) no-repeat center top;
	width: 930px;
}

.mt-category-archive #header-inner,
.mt-entry-archive #header-inner,
.mt-category-monthly-archive #header-inner,
.mt-page-archive #header-inner,
.mt-comment-confirmation #header-inner,
.mt-comment-pending #header-inner,
.mt-comment-error #header-inner {
	height: 163px;
	background: url(design-image/sub_banner_bg.jpg) no-repeat center top;
	width: 930px;
}

.mt-main-index #header-description,
.mt-category-archive #header-description,
.mt-entry-archive #header-description,
.mt-category-monthly-archive #header-description,
.mt-page-archive #header-description,
.mt-comment-confirmation #header-description,
.mt-comment-pending #header-description,
.mt-comment-error #header-description {
	position:absolute;
	left: -9999px;
	top: -9999px;
}


/* Assets */

.asset-body,
.asset-more,
.asset-more-link,
.asset-excerpt,
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content {
    clear: both;
}

.asset,
.comments,
.trackbacks,
.archive {
    overflow: hidden;
    width: 100%;
}

.asset,
.asset-content,
.comments,
.trackbacks,
.archive {
    position: static;
    clear: both;
}

.asset,
.comments,
.comments-content,
.trackbacks,
.archive,
.search-form {
    margin-bottom: 1.5em;
}

.asset-header,
.asset-content,
.asset-body,
.comments-header,
.comment-content,
.comment-footer,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
.comments-closed,
#comment-form-external-auth,
.comments-open-moderated,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content,
.search-form-header,
.search-results-header {
    margin-bottom: .75em;
}

.entry-categories,
.entry-tags {
    margin-bottom: .5em;
}

.asset-name {
    margin-bottom: .25em;
}

.asset-footer,
.asset-meta {
    font-size: 11px;
}

.asset-meta {
    margin-top: .25em;
    padding-top: 2px;
    padding-bottom: .3em;
    font-weight: normal;
}

.asset-footer {
    clear: both;
    margin-top: 1.5em;
    padding-top: .5em;
}

.content-nav {
    text-align: center;
}

.entry-tags-header,
.entry-categories-header {
    margin-bottom: 0;
    margin-right: .25em;
    display: inline;
    font-weight: bold;
}

.entry-tags-list,
.entry-categories-list {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.entry-tags-list .entry-tag,
.entry-categories-list .entry-category {
    display: inline;
}

.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}

.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}


/* User pics */


.user-pic {
    float: left;
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 10px 0 0;
}

.auth-icon {
    position: absolute;
    bottom: 0;
    left: 0;
}


/* Feedback */

.comments-open label {
    display: block;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 80%;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

#comment-submit {
    font-weight: bold;
}

.comment,
.trackback {
    margin-bottom: .5em;
    border-bottom: 1px solid #ccc;
    padding-bottom: .5em;
}

.comment .asset-meta,
.trackback .asset-meta {
    border: 0;
}

.comment-content {
    clear: none;
    line-height: 1.5;
    margin-bottom: 1em;
}

.comment-content p {
    margin-bottom: .5em;
}

/* Widgets */

.widget {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.widget-content {
    position: relative;
    margin: 5px 0 20px;
}

.widget-list,
.archive-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-list .widget-list {
    margin-left: 15px;
}

.widget-list-item {
    margin-top: 5px;
    margin-bottom: 5px;
}

.widget-tag-cloud .widget-list {
    margin-right: 0;
    margin-left: 0;
}

.widget-tag-cloud .widget-list-item {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 1.2;
    background: none;
}

.widget-tag-cloud .rank-1  { font-size: 1.75em; }
.widget-tag-cloud .rank-2  { font-size: 1.75em; }
.widget-tag-cloud .rank-3  { font-size: 1.625em; }
.widget-tag-cloud .rank-4  { font-size: 1.5em; }
.widget-tag-cloud .rank-5  { font-size: 1.375em; }
.widget-tag-cloud .rank-6  { font-size: 1.25em; }
.widget-tag-cloud .rank-7  { font-size: 1.125em; }
.widget-tag-cloud .rank-8  { font-size: 1em; }
.widget-tag-cloud .rank-9  { font-size: 0.95em; }
.widget-tag-cloud .rank-10 { font-size: 0.9em; }

#footer .widget-content {
    margin-top: 0;
    margin-bottom: 0;
}

.widget-recent-assets .widget-content .widget-list {
    overflow: auto;
    margin-right: 0;
}

.item {
    display: inline;
    float: left;
    margin: 0pt 5px 8px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}

.widget-search ul,
.widget-syndication ul {
    margin-left: 0;
    list-style: none;
}

.widget-search li,
.widget-syndication li  {
    margin: 5px 0;
}

.input-default {
    background-color: #9AAEC2;
}

@media print {
    * {
        position: static ! important;
        overflow: visible ! important;
    }
}

/* common ------------------------------------------------------------------ */
#news-latest ,
#blog-latest ,
#event-latest {
	position:relative;
	clear: both;
}

#news-latest h2,
#blog-latest h2,
#event-latest h2,
#beta h2 {
	font-weight: bold;
	font-size: 140%;
	text-transform: uppercase;
}

#news-latest h2,
#blog-latest h2,
#event-latest h2 {
	border-bottom: 1px solid #cccccc;
	color: #000000;
}

#beta h2 {
	border-bottom: 1px solid #999999;
	width: 280px;
	margin-top: 45px;
}

#beta #g-navi h2 {
	margin-top: 0px;
	margin-bottom: 8px;
}

#beta #g-navi p {
	text-indent:-9999px;
	background:url(design-image/g-navi_bg.gif) no-repeat top left;
	height: 8px;
	font-size: 50%;
	margin-bottom: 27px;
}


.mt-category-archive #news-latest h2,
.mt-category-archive #blog-latest h2,
#beta h2 {
	color:#D97116;
}

.language {
	color:#FFFFFF;
	list-style:none;
	margin: 0px;
	padding: 0px;
	float:right;
	margin-bottom: 1px;
}

.language li {
	float:left;
}

.language li a {
	display:block;
	height: 25px;
	width: 100px;
	text-indent: -9999px;
}

#english a {
	background: url(design-image/lang_en.png) no-repeat left top;
	margin-right: 1px;
}

#english a:hover {
	background: url(design-image/lang_en.png) no-repeat left bottom;
}

#chinese a {
	background: url(design-image/lang_ch.png) no-repeat left top;
	margin-right: 1px;
}

#chinese a:hover {
	background: url(design-image/lang_ch.png) no-repeat left bottom;
}

#korean a {
	background: url(design-image/lang_kr.png) no-repeat left top;
}

#korean a:hover {
	background: url(design-image/lang_kr.png) no-repeat left bottom;
}


/* Main-index ------------------------------------------------------------------ */

#thumb {
	height: 90px;
	margin-bottom: 35px;
	padding-top: 10px;
}

#main-about {
	background: url(design-image/mainmore_bg.gif) no-repeat 0px 0px;
	position: relative;
}

#main-about-inner {
	padding: 20px;
}

#main-about p,
.mt-category-archive #lead p,
.mt-entry-archive #lead p,
.mt-category-monthly-archive #lead p,
.mt-comment-confirmation #lead p,
.mt-comment-pending #lead p,
.mt-comment-error #lead p {
	font-size:110%;
	font-weight: bold;
}

#main-about h3 {
	height: 31px;
	background: url(design-image/description_title.png) no-repeat left top;
	font-size: 50%;
	float: left;
	display: block;
	width: 380px;
	text-indent: -9999px;
}

#main-about .course {
	clear:both;
	margin-bottom: 15px;
}

#main-about .course dl,
#main-about .course dt,
#main-about .course dl,
#main-about .course p {
	margin-bottom: 0px;
	width: 378px;
}

#main-about .course-left {
	float:left;
	clear:left;
	width: 378px;
}

#main-about .course-right {
	float:right;
	margin-left: 18px;
}

#main-about .road,
#main-about .bus {
	font-size: 130%;
	font-weight: bold;
}


#main-about .road a,
#main-about .bus a {
	color: #293F29;
	display:block;
	background: url(design-image/about-head.gif) no-repeat 0px 0px;
	padding-left: 23px;
	text-decoration:none;
	margin-bottom: 0.3em;
	line-height: 200%;
	width: 355px;
	height: 36px;
}

#main-about .road a:hover,
#main-about .bus a:hover {
	color: #E89201;
}

#main-about .course-more {
	list-style:none;
	margin-left: 0px;
	margin-bottom: 0px;
	display: block;
	float: left;
	width: 172px;
}

#main-about p.course-more a {
	width:165px;
	height:19px;
	background: url(design-image/description_more.png) no-repeat left top;
	cursor: pointer;
	display: block;
	margin: 8px 0 0 7px;
	font-size: 10%;
	text-indent: -9999px;
}

.mt-main-index .title-about {
	font-size:160%;
	margin-bottom: 0px;
	font-weight: bold;
	color: #000000;
}

#event-latest ul {
	list-style:none;
	margin-left: 0px;
	clear: both;
}

#event-latest li {
	background: url(design-image/bear-hand.gif) no-repeat 0px center;
	padding: 0em 0 0.1em 3em;
}

#event-latest h3 {
	line-height: 1.2;
	font-weight:bold;
}

.event-cassette p {
	line-height: 1.4;
}
 
p.event-more a {
	background: url(design-image/more_event.gif) no-repeat right 0px;
	text-indent: -9999px;
	height: 23px;
	font-size: 10%;
	display:block;
	clear:both;
}




#news-latest dl,
#blog-latest dl {
	padding: 0;
	border-top: none;
}

#news-latest dt,
#blog-latest dt {
	margin: 0;
	padding: 0em 0 0.1em 3em;
	width: 4.5em;
	float: left;
	background: url(design-image/bear-hand.gif) no-repeat 0px center;
}

#news-latest dt,
#blog-latest dt,
.asset-header p,
.date {
	color: #3C5629;
	font-family: "Times New Roman", Times, serif;
	font-size: 95%;
}

#news-latest dd,
#blog-latest dd {
	margin: 0 0 0 7.5em;
	padding: 0em 0em 0.3em 1em;
	font-weight: bold;
}

#news-latest dd a,
#blog-latest dd a {
	text-decoration:none;
	color: #4B2F0A;
}

#news-latest dd a:hover,
#blog-latest dd a:hover {
	color: #E89201;
}

#news-latest,
#event-latest {
	margin-bottom: 25px;
}

.mt-main-index #content-inner {
	background: url(design-image/content_top_bg.jpg) repeat-x center top;
	padding-bottom: 15px;
}

#thumb-inner {

}

#thumb-inner div {
	width: 150px;
	height: 90px;
	overflow:hidden;
	float:left;
	margin-right: 6px;
}

#thumb-inner div.thumb-last {
	margin-right: 0px;
}

#beta #g-navi ul {
	list-style:none;
	width: 280px;
	margin: 0px;
	padding: 0px;
	font-size: 120%;
	font-weight: bold;
}

#beta #g-navi ul li {
	border-top: 1px solid #A5A09C;
	margin-bottom: 10px;
}

#beta #g-navi ul li a {
	text-decoration:none;
	display: block;
	width: 100%;
}

#beta #latest-entry ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
}

#beta #latest-entry ul li {
	margin-bottom: 10px;
	line-height: 1.2;
}

#beta #latest-entry ul li a {
	font-weight:bold;
}



#beta #other-navi ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
}

#beta #other-navi ul li {
	margin-bottom: 1px;
}

a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

#footer {
	background: url(design-image/footer_bg.jpg) no-repeat center bottom;
	min-height: 212px;
	margin-top: 55px;
}

*html #footer {
	height: 212px;
}

#footer-content dl {
	clear:left;
	margin-bottom: 0px;
	font-size: 90%;
	width: 930px;
	color:#484848;
}

#footer-content dt,
#footer-content dd {
	float:left;
}

#footer-content dt {
	background: url(design-image/icon-dl.gif) no-repeat left center;
	padding-left: 10px;
}

#footer-content dd {
	margin-right: 10px;
}

#footer-nv {
	clear:left;
	margin-top: 15px;
	border-top: 1px solid #CFCAC4;
	margin-bottom: .75em;
}

#footer-nv ul {
	list-style:none;
	margin: 0px;
	padding: 15px 0px 0px;
	font-size: 100%;
	font-weight: bold;
	width: 80%;
	line-height: normal;
}

#footer-nv li {
	padding-right: 0.5em;
	margin-right: 0.5em;
	white-space: nowrap;
	display: block;
	border-right: 1px solid #BAB19E;
	margin-bottom: 0.5em;
	float: left;
}

#footer-info {
	margin-top: 25px;
	margin-bottom: 20px;
}


#footer-info-inner {
	padding-left: 100px;
	background: url(design-image/bear-foot_logo.gif) no-repeat left bottom;
}

#footer-info-inner h2 {
	margin-bottom: 0px;
}

/* Category-archive,Entry-archive ---------------------------------------------- */

#title-cassette {
	color:#ffffff;
	position: relative;
	padding-top: 10px;
	padding-bottom: 70px;
}

.category-title {
	background: url(design-image/category-title_bg.gif) no-repeat left top;
	padding-top: 20px;
}

.pankuzu-nv {
	line-height: normal;
	width: 473px;
	position: absolute;
	top: 10px;
	right: 0px;
}

.pankuzu-nv ul {
	text-align: right;
	text-transform: uppercase;
}

.pankuzu-nv li {
	display:inline;
	background: url(design-image/icon-pankuzu.gif) no-repeat left center;
	padding-left: 17px;
}

.pankuzu-nv li a {
	color:#FFFFFF;
}

.pankuzu-nv li a:hover {
	color:#cccccc;
}


.pankuzu-nv li.home {
	background:none;
	padding-left: 0px;
	padding-right: 8px;
}

#page-title {
	font-size: 180%;
	padding-top: 20px;
	font-weight: bold;
}

#page-title em {
	font-style:normal;
}

.mt-category-archive #lead,
.mt-entry-archive #lead,
.mt-category-monthly-archive #lead,
.mt-comment-confirmation #lead,
.mt-comment-pending #lead,
.mt-comment-error #lead {
	background: url(design-image/content_bg.png) no-repeat;
	margin: 0px;
	padding: 0px;
	min-height: 234px;
	width: 594px;
}

*html .mt-category-archive #lead,
*html .mt-entry-archive #lead,
*html .mt-category-monthly-archive #lead,
*html .mt-comment-confirmation #lead,
*html .mt-comment-pending #lead,
*html .mt-comment-error #lead {
	height:234px;
}
/*各サブヘッダ*/
#ca-event #lead{
	background: url(design-image/sub_head_event.png) no-repeat left top;
	width: 594px;
	height:250px;
	position: relative;
	margin-bottom: 30px;
}
#ca-event #lead-inner{
text-indent:-9999px;
}
.mt-page-archive #lead{
	background: url(design-image/sub_head_seiha.png) no-repeat left top;
	width: 594px;
	height:250px;
	position: relative;
	margin-bottom: 30px;
	}
.mt-page-archive #lead-inner{
text-indent:-9999px;
}


.mt-category-archive #lead-inner,
.mt-entry-archive #lead-inner,
.mt-category-monthly-archive #lead-inner,
.mt-comment-confirmation #lead-inner,
.mt-comment-pending #lead-inner,
.mt-comment-error #lead-inner {
	padding: 26px;
}

.mt-category-archive .entry-title,
.mt-entry-archive .entry-title,
.mt-category-monthly-archive .entry-title,
.mt-comment-confirmation .entry-title,
.mt-comment-pending .entry-title,
.mt-comment-error .entry-title {
	font-size: 125%;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	color:#000000;
}

.entry-title a {
	background:url(design-image/icon-entrytitle.gif) no-repeat left center;
	padding-left: 10px;
	color:#000000;
	display: block;
}

.entry-title a:hover {
	background:url(design-image/icon-entrytitle_hover.gif) no-repeat left center;
	color:#E89201;
}


#event-latest .first {
	margin-right: 12px;
}

.event-cassette {
	float:left;
	width: 592px;
}

.event-cassette-right {
	float:right;
	width: 470px;
}

.event-cassette-left {
	float:left;
	height: 78px;
	width: 105px;
	overflow: hidden;
}

.evet-left,
.evet-right {
	width: 285px;
	margin-bottom: 15px;
}
.entry-right,
.entry-left{
margin-bottom: 15px;
}
.evet-left {
	clear:both;
	float:left;
}

.evet-right {
	float:right;
}

.event-entry-left,
.blog-entry .entry-right {
	float:left;
	width: 95px;
	height: 80px;
	overflow: hidden;
}
.blog-entry .entry-right{
	float:right;
}

.event-entry-right {
	float:right;
	width: 180px;
}

.event-entry-right h3,
.mt-page-archive h3,
.entry-left h3 {
	font-weight:bold;
	margin-bottom: 0px;
	line-height: 1.2;
	font-size: 100%;
}

.event-entry-right p,
.entry-left p {
	line-height: 1.4;
	font-size: 95%;
}

.evet-left h2,
.evet-right h2 {
	font-size: 160%;
	margin-bottom: 0.3em;
	background: url(design-image/icon-entrytitle.gif) no-repeat left center;
	padding-left: 10px;
	border-bottom: 1px solid #cccccc;
}

#cassette {
	position:relative;
}

/* profile ---------------------------------------------- */

#profile dl {
}

#profile dt {
}

#profile dd {
}

/* lead ---------------------------------------------- */

#ca-latest #lead,
#ca-information #lead,
#ca-profile #lead {
	position:absolute;
	top: -9999px;
	left: -9999px;
}
.entry-asset {
	margin-bottom: 3em;
}
#ca-event .event-entry-right h3,
.mt-page-archive h3 {
	margin-bottom: 0.5em;
}
#ca-event .event-entry-right h3 a,
.mt-page-archive h3,
.entry-left h3 a{
	color:#000000;
	font-weight: bold;
}
#ca-event .event-entry-right h3 a:hover,
.entry-left h3 a:hover{
	color:#E89201;
}
.entry-category-back {
	margin-top: 2em;
	font-weight: bold;
	height: 3em;
	clear: both;
}
.entry-category-back a {
	display: block;
	background: #FFFFFF url(design-image/icon-entrytitle.gif) no-repeat left center;
	right: 0px;
	padding: 5px 5px 5px 1em;
	line-height: normal;
}
.entry-category-back a:hover{
	background: #FFFFFF url(design-image/icon-entrytitle_hover.gif) no-repeat left center;
}
.entry-content td,
.entry-content th {
	padding: 10px;
	border: 1px solid #BAB19E;
}
.entry-content th {
	background: #DECFAA url(design-image/tdh_bg.gif) repeat-x left top;
	font-weight: bold;
	color: #000000;
	line-height: 1.4;
}
.center{
text-align:center;
}
.right{
text-align:right;
}
.caption{
	font-size:10px;
	text-decoration:none;
	font-weight:normal;
	font-style:normal;
	line-height:normal;
	}


.entry-content h3 {
	font-weight: bold;
	color: #2B210F;
	font-size: 110%;
	background: url(design-image/h3_bg.gif) no-repeat left top;
	margin-top: 2em;
	padding-top: 0.5em;
	padding-left: 0.2em;
}
.clear{
	clear:both;
	}
.no-style,
.no-style2 {
	border: none;
	padding: 0;
	background: none;
}
.no-style td,
.no-style th,
.no-style2 td,
.no-style2 th {
	border: none;
	padding: 0;
	background: none;
}

.no-style2 {
	width: 370px;
}

.mt-page-archive h3 {
	margin:2em 0 1em;
	font-size: 120%;
}
.mt-page-archive .asset-body li {
	margin-bottom: 1em;
}
.asset-body a {
	text-decoration: underline;
	font-weight: bold;
	color: #FF6600;
}
.asset-body b {
	color: #333333;
}
#ca-area_map #lead {
	width: auto;
	min-height: auto;
	margin-bottom: 40px;
	background-position: left bottom;
}
#ca-area_map #lead p{
margin-top:1.5em;
padding:0 2em;
}

#goTop {
	position : fixed!important; /* Mozilla, Opera */
	position : absolute;        /* Internet Explorer */
	bottom:135px;
	right:0;
	width:45px;
	height:40px;
	float:right;
	background: url(design-image/icon_gotop.gif) no-repeat;
}

#goTop span {
	display:none;
}
#lead a{
	color:#000;
	margin:0 0.5em;
	text-decoration: underline;
}
#lead a:hover{
	color:#E89201;
	text-decoration: none;
}

.asset-more-link {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding-left: 10px;
	margin-top: 20px;
	font-weight: bold;
}

.asset-more-link a {
	display:block;
}
