@charset "UTF-8";
@import url(common.css);
@import url(textsettings.css);
@import url(cal.css);

/* ---------------------------------------------------------------- *
	ドキュメント全体
 * ---------------------------------------------------------------- */
body { background-image: url(../image-new/bg.png); background-repeat: repeat-x; background-position: top; background-attachment: fixed; }
#container { width: 990px; background-color: #fff; margin-right: auto; margin-left: auto; }
#container-margine { margin: 0px 20px; }


/* ---------------------------------------------------------------- *
	ヘッダ部
 * ---------------------------------------------------------------- */
#header1 { height: 16px; color: #FFF; padding: 5px 8px 0px 10px; background-color: #2b2b2b; }
#header1 .logo  { float: left; }
#header1 h1 { float: right; font-size: 10px; margin-top:2px }

#header2{ position: relative; height: 84px; margin: 0 auto; }
#header2 .logo  { position: absolute; left: 0px; top: 10px; }
#header2 .menu { position: absolute; right: 0px; top: 24px; }
#header2 .menu li { display: inline; margin-left: 7px; }
#header2 .fontsize { position: absolute; right: 0px; top: 48px; }
/*#header2 .search { position: absolute; right: 155px; top: 52px; }*/
#header2 .search { position: absolute; right: 0px; top: 52px; }
#header2 .search input.textbox { position: absolute; top: 0px; right: 45px; height: 14px; width: 180px; border: 1px solid #ccc; }
@media screen and (-webkit-min-device-pixel-ratio:0) { #header2 .search input.textbox { height: 16px; }}


/* ---------------------------------------------------------------- *
	メニュ
 * ---------------------------------------------------------------- */

#main-menu { height: 35px; position: relative; margin-bottom: 10px; }
#main-menu #navi { margin: 0; padding: 0; }
#main-menu #navi li a { height: 0; padding-top: 35px; overflow: hidden; }
#main-menu #navi li a,
#main-menu #navi { background-image: url(../image-new/menu.png); background-repeat: no-repeat; }
#main-menu #navi li { float: left; position: relative; }
#main-menu #navi a { float: left; }
#main-menu #navi li:hover > a { color: #fff; }
#main-menu #navi li:hover > ul { display: block; }

/* 初期 */
#main-menu #navi li#mm1 a { width: 237px; background-position: 0px 0px; }
#main-menu #navi li#mm2 a { width: 238px; background-position: -237px 0; }
#main-menu #navi li#mm3 a { width: 237px; background-position: -475px 0; }
#main-menu #navi li#mm4 a { width: 238px; background-position: -712px 0; }

/* ロールオーバ */
#main-menu #navi li#mm1 a:hover { background-position: 0px -35px; }
#main-menu #navi li#mm2 a:hover { background-position: -237px -35px; }
#main-menu #navi li#mm3 a:hover { background-position: -475px -35px; }
#main-menu #navi li#mm4 a:hover { background-position: -712px -35px; }

/* 現在ページ */
#main-menu.current1 #navi li#mm1 a { background-position: 0px -70px; }
#main-menu.current2 #navi li#mm2 a { background-position: -237px -70px; }
#main-menu.current3 #navi li#mm3 a { background-position: -475px -70px; }
#main-menu.current4 #navi li#mm4 a { background-position: -712px -70px; }

/* Sub-menu */
#main-menu #navi ul {
 	display: none;
	position: absolute;
	top: 35px;
	left: 0;
	z-index: 9999;
	font-size: 90%;
/*	font-size: 11px;*/
}

#main-menu #navi ul li {
/*	background-image: url(../image-new/menu-pulldown-bg.png);
	background-position: 0px 1px;*/
}

 
#main-menu #navi ul li a {
	height: auto;
	line-height: 1.5;
	text-decoration: none;
	background-image: none;
	background-color: #f0f0f0;

	border: 1px solid #FFF;
	border-top: none;

	margin-left: -1px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 10px;
}

#main-menu #navi li#mm1 ul a { width: 222px; }
#main-menu #navi li#mm2 ul a { width: 222px; }
#main-menu #navi li#mm3 ul a { width: 221px; }
#main-menu #navi li#mm4 ul a { width: 222px; }

#main-menu #navi ul li a:hover {
	color: #1E51B1;
	text-decoration: underline;
	background-color: #fff;
}


/* ---------------------------------------------------------------- *
	トップページ用
 * ---------------------------------------------------------------- */

#top-visual {
	position: relative;
	height: 320px;
	width: 950px;
	margin-bottom: 0px;
}

.content-box { border-width: 1px; border-style: solid; border-color: #ddd; background: #fff; }
.content-box .box-header {
	background-image: url(../top/bg-column-header.png);
	background-repeat: repeat-x;
	height: 27px;
}
.content-box .box-header .btn {
	float: right;
	margin-top: 3px;
	margin-right: 4px;
	height: 11px;
}
.content-box .box-header .btn li {
	margin-left: 10px;
	display: inline;
}
.content-box .box-body { border: 2px solid #fff; background: #fff; }
.content-box .box-wrap { padding: 5px; font-size: 85%; }
.content-box .box-wrap10 { padding: 7px; font-size: 85%; }


#box-scroll {
	height: 160px;
	overflow: auto;
	position: relative;
	padding: 15px 15px 5px 15px;
	margin-top: 1px;
}
#box-scroll li {
	background-image: url(../image-new/icon-triangle-blue.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 10px;
	line-height:1.5;
	margin-bottom: 5px;
}

/*　コラム用スクロール定義	*/
.scrollgeneric { line-height:1px; font-size:1px; position:absolute; top:0; left:0; }

#box-orange {
	height: 240px;
	overflow: auto;
	position: relative;
	padding: 12px 10px 5px 12px;
	margin-top: 1px;
}
#box-orange .vscrollerbase { width:10px; background-color:#EAEAEA; }
#box-orange .vscrollerbar { width:10px; background-color:#FFAD6E; }
#box-orange li {
	background-image: url(../image-new/icon-triangle-orange.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 10px;
	line-height: 1.5;
	margin-bottom: 5px;
}


#box-green {
	height: 200px;
	overflow: auto;
	position: relative;
	padding: 15px 15px 5px 15px;
	margin-top: 1px;
}
#box-green .vscrollerbase { width:10px; background-color:#EAEAEA; }
#box-green .vscrollerbar { width:10px; background-color:#B5E587; }


#box-blue {
	position: relative;
	padding: 12px 10px 0px 12px;
	margin-top: 1px;
}
#box-blue p {
	line-height: 1.6;
}
#box-blue .vscrollerbase { width:10px; background-color:#EAEAEA; }
#box-blue .vscrollerbar {
	width: 10px;
	background-color: #6495DD;
}
#box-blue li {
	background-image: url(../image-new/icon-triangle-blue.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 10px;
	line-height: 1.5;
	margin-bottom: 5px;
}

#box-lightblue {
	height: 200px;
	overflow: auto;
	position: relative;
	padding: 15px 15px 5px 15px;
	margin-top: 1px;
}
#box-lightblue .vscrollerbase { width:10px; background-color:#EAEAEA; }
#box-lightblue .vscrollerbar { width:10px; background-color:#87C5E5; }
#box-lightblue li {
	background-image: url(../image/icon-triangle-lightblue.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 10px;
	line-height: 1.5;
	margin-bottom: 5px;
}



#box-general {
	height: 200px;
	overflow: auto;
	position: relative;
	padding: 15px 15px 5px 15px;
	margin-top: 1px;
}

.box-imgright {
	float: right;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-top: 0px;
	position: relative;
	width: 150px;
}

.c2month-l {
	width: 360px;
	float: left;
	position: relative;
}

.c2month-r {
	width: 360px;
	float: right;
	position: relative;
}

.c2map-l {
	width: 400px;
	float: left;
	position: relative;
}

.c2map-r {
	width: 310px;
	float: right;
	position: relative;
}



/* ---------------------------------------------------------------- *
	コンテンツコンテナ
 * ---------------------------------------------------------------- */

#contents {
	position: relative;
}

/*　ページタイトル画像	*/
.title-banner {
	margin-top: 5px;
}

#contents .main {
	float: left;
	width: 730px;
	position: relative;
	margin-top: 20px;
	font-size: 110%;
}

#contents #sidemenu {
	float: right;
	width: 190px;
	position: relative;
	margin-top: 20px;
	font-size: 95%;
/*	font-size: 12px;*/
}

.img-right {
	float: right;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-top: 8px;
/*	background-color:#fff;*/
	position: relative;
}

.img-right-s {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-top: 0px;
	position: relative;
}

.img-right180 {
	background-color:#fff;
	float: right;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top: 8px;
	position: relative;
	width: 180px;
}

.img-right200 {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-top: 5px;
	position: relative;
	width: 200px;
}

.img-right280 {
	background-color:#fff;
	float: right;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-top: 5px;
	position: relative;
	width: 280px;
}

.img-left {
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
	margin-top: 5px;
	background-color:#fff;
	position: relative;
}

.img-left280 {
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
	margin-top: 5px;
	position: relative;
	width: 280px;
}

.float-right {
	float: right;
	position: relative;
}

.float-left {
	float: left;
	position: relative;
}

.pagetop-c { margin-top: 20px; text-align: right; }


.waku-pink {
	background-color: #FFECEF;
	border: 1px solid #E97AA8;
	margin-bottom: 15px;
	padding-top: 7px;
	padding-right: 16px;
	padding-bottom: 5px;
	padding-left: 16px;
}



/*　サイドメニュ	*/

#sidemenu ul a:link { color: #444; text-decoration: none; }
#sidemenu ul a:visited { color: #444; }
#sidemenu ul a:hover { color: #F60; text-decoration: underline; }

#sidemenu li a {
	width: 170px;
	display: block;
	background-image: url(../image-new/bg-ssubmenu.png);
	background-repeat: no-repeat;
	line-height: 1.5em;
	padding: 4px 0px 6px 20px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #CCC;
	background-position: 8px 8px;
}

#sidemenu li.sub a {
	width: 155px;
	margin-left:15px;
}

#sidemenu li a:hover { background-position: 7px -60px; }
#sidemenu li.noborder a  { border-bottom-width: 0px; }


/* ---------------------------------------------------------------- *
	フッタ部分
 * ---------------------------------------------------------------- */

.pagetop { margin-top: 20px; text-align: right; padding-bottom: 6px; }

#footer {
	background-image: url(../image-new/footer-bg.png);
	background-repeat: repeat-x;
	font-size: 85%;
	line-height: 1.4;
	color: #FFF;
	padding: 13px 10px 1px 10px;
	background-color: #2B2B2B;
}
#footer .footer-logo {
	background-image: url(../image-new/footer-logo.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#footer a:link { color: #fff; text-decoration: none; }
#footer a:visited { color: #fff; text-decoration: none; }
#footer a:hover { color: #f60; text-decoration: none; }

#footer .menu { margin-bottom: 3px; }
#footer .menu li { display: inline;}
#footer .menu li a { margin-right: 15px; }
#footer .copy { font-size: 10px; }


/* ---------------------------------------------------------------- *
	コンテンツ　コラム設定
 * ---------------------------------------------------------------- */

.c2-l {
	width: 355px;
	float: left;
	position: relative;
}

.c2-r {
	width: 355px;
	float: right;
	position: relative;
}

.c222-l {
	width: 280px;
	float: left;
	position: relative;
}

.c222-r {
	width: 430px;
	float: right;
	position: relative;
}


.c3-l {
	width: 230px;
	float: left;
	margin-right: 20px;
	position: relative;
}

.c32-l {
	width: 480px;
	float: left;
	position: relative;
}

.c3-r {
	width: 230px;
	float: right;
	position: relative;
}


.c2-theater-l {
	width: 180px;
	float: left;
	position: relative;
}

.c2-theater-r {
	width: 530px;
	float: right;
	position: relative;
}

.c2cafe-l {
	width: 340px;
	float: left;
	position: relative;
	padding: 9px;
	border: 1px solid #999;
}

.c2cafe-r {
	width: 340px;
	float: right;
	position: relative;
	padding: 9px;
	border: 1px solid #999;
}


.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.underline-dot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 12px;
	padding-bottom: 12px;
}

.waku {
	border: 1px solid #0093D3;
	padding: 22px 19px 13px 19px;
}

.waku-gray {
	border: 1px solid #999;
	padding: 20px 25px 20px 25px;
}

.pdf-icon img {
	margin-right: 10px;
	vertical-align: text-bottom;
}

.pdf-waku {
	border: 1px solid #CCC;
	font-size: 85%;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-color: #efefef;
	margin-top: 20px;
}
