* {
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #278684;
	text-decoration: none;
}
a:visited {
	color: #278684;
}
a:hover {
	/*text-decoration: underline;*/
	color: #CC0000;
}
a:active {
}
.clearboth {
	clear: both;
}
.none {
	display: none;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.nopc {
	display:none;
}


.attention {
	color: red;	
}



body {
	font-family: Meiryo, "メイリオ";
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#E4E6E9;
	color: #444444;
	min-width: 1100px;
}
#wrapper {
	width: 100%;
	min-width: 1000px;
}



/* HEADER */
#header {
	width: 100%;
	min-width: 1000px;
	position: relative;
	display: block;
	/*height: 100px;*/
	background-color:#FFFFFF;
	color:#666666;
	background-image: url(../common_img/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#header .inner {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 120px;
	position: relative;
}

#header a {
	color: #666666;
}
#header a:hover {
	color: #278684;
}
#header #logo {
    /*
	background-image: url(../common_img/logo.jpg);
	height: 50px;
	width: 200px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	*/
    display: block;
    font-size: 40px;
    position: absolute;
    left: 10px;
    top: 38px;
    font-weight: normal;
    color: #000000;
}
#header #logo a {
	color:#000000;
}
#header #logo a:hover {
	color:#278684;
}
#header .url  {
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    right: 718px;
    top: 51px;
    display: none;
}
#header .email  {
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    right: 15px;
    top: 62px;
    display: block;
}
#header .email a  {
	font-size: 36px;
	color:#000000;
	font-weight:normal;
}
#header .twitter  {
	font-size: 15px;
	line-height: 15px;
	position: absolute;
	right: 16px;
	top: 78px;
	display: block;
}
#header .twitter a  {
	/*font-size: 36px;*/
	color:#000000;
	font-weight:normal;
}
#header .address  {
    font-size: 12px;
    line-height: 1.2em;
    position: absolute;
    right: 265px;
    top: 41px;
    display: block;
    width: 506px;
    height: 59px;
}



/* NAVI */
#navi {
	height: 54px;
	width: 100%;
	background-image: url(../common_img/navi_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	min-width: 1000px;
	display:block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2C9997;
}
#navi .inner {
	/*height: 54px;*/
	width: 1000px;
	background-image: url(../common_img/navi_inner_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin:0px auto 0px auto;
	display:block;
}
#navi .inner ul {
	list-style-type: none;
	display: block;
	/*height: 54px;*/
	padding: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image:url(../common_img/navi_li_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#navi .inner ul li {
	list-style-type: none;
	float:left;
	/*line-height:54px;*/
	line-height: 1.2em;
	text-align:center;
	font-size:13px;
	background-image:url(../common_img/navi_li_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#navi .inner ul li a {
	/*display: block;*/
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 54px;
	/*width: 142px;*/
	width: 100px;
	
	/*
	padding:0px 0px 7px 0px;
	*/
	color:#FFFFFF;
}
#navi .inner ul li.first a {
	width: 99px;
	/*width: 146px;*/
	/*margin-left: 1px;*/
	background-image:url(../common_img/navi_li_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#navi .inner ul li a:hover,
#navi .inner ul li a.on {
	color:#EEEEEE;
	background-color:#000000;
	text-decoration:none;
}


/* PANKUZU */
#pankuzu {
	width: 100%;
	min-width: 1000px;
	display:block;
	background-color:#000000;
}
#pankuzu .inner {
	width: 1000px;
	margin:0px auto 0px auto;
	padding:5px 0px 5px 0px;
	
	display:block;

	font-size: 12px;
	line-height: 1.3em;
	color: #999999;
	/*margin-bottom: 25px;*/
}

#pankuzu a {
	color:#FFFFFF;
	
}



/* FOOTER */
#footer {
	width: 100%;
	background-color:#E4E6E9;
	min-width: 1000px;
	display:block;
	padding:12px 0px 12px 0px;
}
#footer .inner {
	width: 1000px;
	margin:0px auto 0px auto;
	display:block;
	color:#CCCCCC;
	text-align:center;
}
#footer .inner .text {
	color:#333333;
	font-size:13px;
	line-height:1.3em;
}
#footer .inner .text a {
	color:#333333;
}
#footer .inner .text a:hover {
	color:#CC0000;
	text-decoration:none;
}





/* FOOTER LINK */

#footer .link ul {
	display: block;
	list-style-type: none;
	margin-bottom: 12px;
	text-align: center;
	font-size: 13px;
	line-height: 13px;
	height: 13px;
}
#footer .link ul li {
	display: inline;
	list-style-type: none;
	font-size: 13px;
	padding-right: 12px;
	padding-left: 12px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	line-height: 13px;
	height: 13px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
#footer .link ul li.first {
	border-left-style: none;
}
#footer .link ul li a {
	color: #909090;
	line-height: 12px;
}

#footer .link ul a:hover {
	color: #278684;
}




/* COPYRIGHT */
#footer .inner .copyright {
	color:#666666;
	font-size:13px;
	clear:both;
	text-align:center;
}




/* CON */
#con {
	width: 100%;
	/*background-color:#CBCE9B;*/
	
	background-color:#e1e6e3
;
	min-width: 1000px;
	display:block;
}
#con .inner {
	width: 1000px;
	/*width: 1030px;*/
	margin:0px auto 0px auto;
	padding:10px 0px 10px 0px;
	display:block;
}



/* MENU-TOP */
#menu-top {
	display:block;
	/*width:300px;*/
	width:325px;
	float:left;
	margin: 0px 10px 0px 0px;
	
}

#menu-top ul.list {
	font-size:12px;
	line-height:1.2em;
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left:-25px;
}
#menu-top ul.list li {
	margin: 0px 0px 6px 0px;
	
}
#menu-top div span {
	font-size:12px;
	line-height:1.2em;
}


/* BANNER-TOP */
#banner-top {
	display:block;
	/*width:300px;*/
	width:325px;
	float:left;
	margin: 0px 10px 0px 0px;
	
}
#banner-top img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
#banner-top .box {
	display:block;
	width:300px;
	margin:0px 0px 6px 0px;
	
}

/* BANNER-LEFT */
#banner-left {
	display:block;
	width:300px;
	float:left;
	margin: 0px 10px 0px 0px;
	
}
#banner-left img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
#banner-left .box {
	display:block;
	width:300px;
	margin:0px 0px 6px 0px;
	
}




/* MAIN-TOP */


.con {
	display:block;
	background-color:#FFFFFF;
	/*width:295px;*/
	padding:15px 15px 15px 15px;	
}

.con div span {
	font-size:12px;
	line-height:1.2em;
}

#main-top {
	display:block;
	/*background-color:#FFFFFF;*/
	/*width:270px;*/
	width:325px;
	float:left;
	/*overflow: hidden;*/
	/*padding:15px 15px 10px 15px;*/
}
#main-top .title {
	font-size:36px;
	line-height:1.1em;
	color:#333333;
	font-weight:bold;
	margin:0px 0px 25px 0px;

}
#main-top .text {
	color:#606060;
	font-size: 13px;
	line-height: 1.4em;
	margin:0px 0px 14px 0px;
}
#main-top .text strong,
#main-top .list-general strong {
	color:#000;
}

#main-top .column-whole {
	margin:0px 0px 45px 0px;	
}

/* サブタイトル　*/
#main-top .subtitle {
	font-size: 18px;
	line-height: 1.2em;
	color: #333333;
	display: block;
	margin-bottom: 15px;
	clear: both;
}




/* RIGHT-TOP */
/* LEFT-TOP */
#right-top {
	display:block;
	/*background-color:#FFFFFF;*/
	/*width:350px;*/
	width:325px;
	float:left;
	/*overflow: hidden;*/
	/*padding:15px 15px 10px 15px;	*/
}
#left-top {
	display:block;
	/*background-color:#FFFFFF;*/

	/*width:270px;*/
	width:325px;
	float:left;
	/*overflow: hidden;*/
	/*padding:15px 15px 10px 15px;	*/
}
#right-top .title,
#left-top .title {
	font-size:36px;
	line-height:1.1em;
	color:#333333;
	font-weight:bold;
	margin:0px 0px 25px 0px;

}
#right-top .text,
#left-top .text {
	color:#606060;
	font-size: 13px;
	line-height: 1.4em;
	margin:0px 0px 14px 0px;
}
#right-top .text strong,
#right-top .list-general strong,
#left-top .text strong,
#left-top .list-general strong {
	color:#000;
}

#right-top .column-whole,
#left-top .column-whole {
	margin:0px 0px 45px 0px;	
}

/* サブタイトル　*/
#right-top .subtitle,
#left-top .subtitle {
	font-size: 18px;
	line-height: 1.2em;
	color: #333333;
	display: block;
	margin-bottom: 15px;
	clear: both;
}




/* カテゴリタイトル　*/
.category-title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBCE9B;
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 18px 0px;
}
.category-title h2 {
	background-color: #CBCE9B;
	font-weight: normal;
	color: #333;
	font-size: 11px;
	padding-top: 4px;
	padding-right: 25px;
	padding-bottom: 4px;
	padding-left: 25px;
	display: inline;
	margin-right: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.category-title span {
	font-size: 11px;
	color:#666666;
	margin: 0px;
	padding: 0px;
	
}





/* DESCRIPTION　*/
#description {
	background-color: #111111;
}
#description .inner {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	font-size: 13px;
	position: relative;
	height: 98px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#description .inner .name {
	height: 22px;
	width: 128px;
	display: block;
	font-size: 22px;
	position: absolute;
	left: 274px;
	top: 40px;
	color: #FFFFFF;
	font-weight:normal;
	line-height: 22px;
}
#description .inner .address {
	position: absolute;
	left: 428px;
	top: 25px;
	font-weight: normal;
	line-height: 1.35em;
	width: 475px;
}
#description .inner .address a {
	color: #FFFFFF;
	text-decoration: none;
}
#description .inner .address a:hover {
	color: #CC0000;
	text-decoration: underline;
}



















/* MENU */
#menu {
	display:block;
	width:300px;
	float:left;
	margin: 0px 10px 0px 0px;
}
#menu .box {
	display:block;
	width:300px;
	margin:0px 0px 12px 0px;
	
}
#menu .box iframe {
	margin:0px 0px 4px 0px;
}
#menu .box .title {
	color:#707070;
	font-size:13px;
	line-height:1.2em;
	display:block;
	margin:0px 0px 4px 0px;
}
#menu .box .text {
	color:#707070;
	font-size:12px;
	line-height:1.3em;
	display:block;
	margin:0px 0px 4px 0px;
}


/* MAIN */
#main {
	display:block;
	background-color:#FFFFFF;
	width:600px;
	float:left;
	overflow: hidden;
	padding-top: 25px;
	padding-right: 45px;
	padding-bottom: 20px;
	padding-left: 45px;
	min-height:1200px;
}

#main .column-whole {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 45px;
	margin-left: 0px;
}
#main .title {
	font-size:36px;
	line-height:1.1em;
	color:#333333;
	font-weight:normal;
	margin:0px 0px 25px 0px;
}

/* サブタイトル　*/
#main .subtitle {
	font-size: 18px;
	line-height: 1.2em;
	color: #333333;
	display: block;
	margin-bottom: 15px;
	clear: both;
	font-weight: normal;
}
#main .text {
	color:#606060;
	font-size: 13px;
	line-height: 1.4em;
	margin:0px 0px 14px 0px;
}
#main .text strong,
#main .list-general strong {
	color:#000;
}






/* PAGE NAVI */
.page-navi {
	width: 100%;
	display: block;
	clear: both;
	margin-top: 15px;
	margin-bottom: 35px;
	font-size: 12px;
}
.page-navi a {
}
.page-navi a:hover {
}
.page-navi .next {
	float: right;
	list-style-type: none;
	margin-right: 10px;
}
.page-navi .prev {
	float: left;
	list-style-type: none;
}




/*
チャート用 ここから-----------------------------------------*/


.chart-area-left {
	font-size: 13px;
	color: #666666;
	display: block;
	margin-bottom: 1em;
	float: left;
	margin-right: 1em;
}
.chart-area-right {
	font-size: 13px;
	color: #666666;
	display: block;
	margin-bottom: 1em;
	float: right;
	margin-left: 1em;
}
.chart-area .comment,
.chart-area-left .comment,
.chart-area-right .comment {
	display: block;
	font-size: 11px;
	white-space: normal;
	line-height: 1.3em;
	margin: 6px 0px;
	color:#969696;
}
.chart-area .comment strong,
.chart-area-left .comment strong,
.chart-area-right .comment strong {
	
	color:#000;
}
.chart-area {
	font-size: 13px;
	color: #666666;
	display: block;
	margin-bottom: 15px;
	width: 100%;
	clear: both;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
	overflow: hidden;
}

.chart-half-left {
	width: 48%;
	float: left;
	clear: none;
}
.chart-half-right {
	width: 48%;
	float: right;
	clear: none;
}
.chart-area img {
	max-width:100%;
	border: none;
}
.chart-area .midashi,
.chart-area-left .midashi,
.chart-area-right .midashi {
	font-size: 15px;
	color: #000000;
	display: block;
	font-weight: bold;
	margin-bottom: 8px;
}
.chart-area .legend-text {
	font-size: 13px;
	color: #000000;
	display: block;
	margin-bottom: 8px;
	padding: 0px;
}
.chart-area p {
	font-size: 13px;
}
.chart-area  table td {
	font-size: 13px;
}


ul.list-general,
ol.list-general {
	color:#606060;
	font-size: 14px;
	line-height: 1.4em;
	margin:0px 0px 14px 28px;	/*margin:0px 0px 25px 25px;
	*/
}
ul.list-general {
	/*margin-left:18px;*/
	/*margin-left: -25px;*/
	
}
ol.list-general {
	margin-left:32px;
	
}



/*メニュー */

#menu  .records {
	/*display: none;*/
	clear:both;
}
#menu  .records  .title {
	color: #DD5B26;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2em;
	text-decoration: none;
	margin-bottom: 4px;
}
#menu  .records  ul {
	list-style-type: none;
	background-image: url(../common_img/articles-li_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#menu  .records  ul  li {
	background-image: url(../common_img/articles-li_bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	list-style-type: none;
}
#menu  .records  ul  li  a {
	font-size: 13px;
	color: #707070;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.2em;
}
#menu  .records  ul  li  a:hover {
	background-color: #FFFFE0;
	background-image: url(../common_img/articles-li_bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#menu .categories {
}
#menu .categories .title {
	font-size: 14px;
	color: #000000;
	padding: 6px 12px 2px 0px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0.5em;
}
#menu .categories ul {
	
	display: block;
	padding: 0px;
	list-style-type: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #E4E6E9;
	margin-bottom:8px;
}
#menu .categories ul li {
	list-style-type: none;
	display: block;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#menu .categories ul li a {
	padding: 12px 20px 12px 12px;
	color: #333333;
	display: block;
	background-image: url(../common_img/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.2em;
	font-weight:normal;
}
#menu .categories ul.thin li a {
	padding: 3px 20px 3px 12px;
}
#menu .categories ul li a:hover {
	background-color: #333333;	/*color:#FFFFFF;*/
	color: #FFFFFF;
}




/* サブタイトル　*/
#main .subtitle {
	font-size: 18px;
	line-height: 1.2em;
	color: #333333;
	display: block;
	margin-top: 45px;
	margin-bottom: 25px;
	clear: both;
}











/*  TABLE */

.tbl_general {
	font-size: 12px;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
}
.tbl_general input, .tbl_general textarea {
	min-height: 35px;
}
.tbl_general .form_comment {
	font-size: 11px;
	color: #999999;
}

.tbl_general th {
	padding: 6px;
	border: #E3E3E3 solid;
	border-width: 1px;
	background: #F5F5F5;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	/*width: 135px;
	*/
	font-size: 12px;
}
.tbl_general td {
	padding: 6px;
	border: 1px #E3E3E3 solid;
	border-width: 1px;
}

.comment_text {
	font-size: 12px;
	line-height: 12px;
	color: #CC0000;
	text-decoration: none;
	height: 12px;
	margin-bottom: 12px;
	display: block;
}


.submit-button {
	background-color: #0097C1;
	display: block;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	padding-top: 12px;
	padding-right: 25px;
	padding-bottom: 12px;
	padding-left: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	letter-spacing: 1em;
	text-indent: 1em;
}


/*インラインのテーブル*/

.tbl_inline {
	font-size: 12px;
	border-collapse: collapse;
	border-spacing: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: auto;
}

.tbl_inline th {
	font-weight: normal;
	line-height: 120%;
	text-align: right;
	font-size: 12px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #000;
	width: auto;
}
.tbl_inline td {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}



/*スペックのテーブル*/

.tbl_spec {
	font-size: 12px;
	border-collapse: collapse;
	border-spacing: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: auto;
}

.tbl_spec th {
	font-weight: bold;
	line-height: 120%;
	text-align: left;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 25px;
	padding-left: 9px;
	color: #000;
	width: auto;
	border-top-color: #999;
	background-color: #F6F6F6;
}
.tbl_spec td {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 25px;
	padding-left: 6px;
	border-top-color: #999;
	text-align: left;
	vertical-align: top;
}
.tbl_spec td.center {
	text-align: center;
}
.tbl_spec td.right-divide {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #999;
}
.tbl_spec td.p-name {
	font-weight: bold;
	color: #333;
	font-size: 15px;
	text-align: center;
	border-top-style: none;
}
.tbl_spec td.p-name img {
	display: block;
	max-width: 200px;
}
.tbl_spec th.subtitle,
.tbl_spec td.subtitle {
	font-weight: bold;
	color: #333;
	font-size: 15px;
	text-align: left;
	padding-bottom: 6px;
	padding-top: 6px;
	background-color: #FFF;
}



/*
テーブルHISTORY ここから-----------------------------------------*/

.tbl_history {
	font-size: 12px;
	width: 100%;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 25px;
}

.tbl_history th {
	padding: 6px;
	border: 1px solid #CCCCCC;
	font-weight: normal;
	line-height: 120%;
	text-align: center;
	font-size: 12px;
	background-color: #EBEBEB;
	vertical-align: middle;
	color: #666666;
}
.tbl_history td {
	padding: 6px;
	border: 1px solid #CCCCCC;
	text-align: left;
	vertical-align: top;
}
.tbl_history .year {
	width: 120px;
}
.tbl_history .content {
	overflow:hidden;
	width: 90px;
}
.tbl_history .content img {
	max-width: 90px;
}
.tbl_history .history {
	width: 160px;
	overflow:hidden;
}
.tbl_history .history img {
	max-width: 160px;
	
}
.tbl_history .history .chart-area {
	overflow:hidden;
	
}
.red .year {
	background-color:#FFF6F7;
}
.yellow .year {
	background-color:#FFFFF6;
}
.green .year {
	background-color:#F8FFF6;
}
.blue .year {
	background-color:#F6F9FF;
}
.purple .year {
	background-color:#FAEFFF;	
}


/*
テーブルBLANK ここから-----------------------------------------*/

.tbl_blank {
	font-size: 12px;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tbl_blank th {
	font-weight: normal;
	line-height: 120%;
	font-size: 12px;
	color: #333333;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 0px;
	text-align: left;
	vertical-align: top;
}
.tbl_blank td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 0px;
	vertical-align: top;
}


.rinen {
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 14px;
}
.rinen h4 {
	margin-bottom: 12px;
	font-size: 1.8em;
	letter-spacing: 0.4em;
}
.rinen p {
	margin-bottom: 20px;
	line-height: 1.4em;
	font-size: 1em;
	letter-spacing: 0.4em;
}


/* TOBIRA */
.tobira {
	display: block;
	margin-bottom: 25px;
	margin-top: 100px;
}


.tobira .tobira-title {
	display: block;
	font-size: 42px;
	font-weight: normal;
}

.tobira .tobira-lead {
	display: block;
	font-size: 22px;
	font-weight: normal;
}



.topcenter-column {
	height: 336px;overflow: auto;
}