@charset "UTF-8";	

* {
	margin: 0px;
	padding: 0px;
}
a:link {
	color:#49A43E;
	text-decoration: none;
}
a:visited {
	color:#49A43E;
}
a:hover {
	color: #CC0000;
}
a:active {
}

a:hover img {
 opacity: 0.5;
 filter: alpha(opacity=50);
 -moz-opacity: 0.5;
}


.clearboth {	
	
	clear: both;
}	
.none {	
	
	display: none;
}	
.center {	
	
	text-align: center;
}	
.left {	
	
	text-align: left;
}	
.right {	
	
	text-align: right;
}	
.nopc {	
	display:none !important;
}	
.nodot {	
	
	list-style:none;
	margin:1em 0em 1em -1.5em;
}	
.attention {	
	
	color: red;
}	





body {
    font-family: Meiryo, "メイリオ";
    background-color: #FFF;
    background-image: url(../common_img/bodyBg_6Ia.png);
    background-repeat: repeat;
}	
#wrapper {	
	
	width: 100%;
	min-width: 1040px;
	/*background-color:rgba(255,255,255,1.00);*/
}	
#header {	
	
	width: 100%;
	min-width: 1000px;
	display: block;
	/*background-color:rgba(255,255,255,1.00);*/
}	
#header .inner {	
	
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	/*height: 86px;*/
	height: 113px;
	position: relative;
}	
#header a {	
	
	/*color: #666666;
	*/
}	
#header a:hover {	
	
	/*color: #650034;
	*/
}	
#header #logo {	
	
	font-size: 1px;
	position: absolute;
	left: 0px;
	top: 18px;
	text-indent: -9999px;
	height: 77px;/*96*/
	width: 200px;
	background-image: url(../common_img/logo.png);
	background-repeat: no-repeat;
}	
#header #logo a {	
	display: block;
	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;
	height: 100%;
	width: 100%;
	
}	
#header #logo a:hover {	
	
}	
#header .text {	
	font-size: 10px;
	position: absolute;
	left: 96px;
	top: 10px;
	width: 600px;
	color:#CCC;
	
}	
#header .catch {
	font-size: 14px;
	position: absolute;
	left: 226px;
	top: 40px;
	width: 728px;
	color: #666666;
	/*letter-spacing: 0.5em;*/
	text-align: left;
}	
#header .inner .lang {	
	font-size: 12px;
	list-style-type: none;
	display: block;
	position: absolute;
	top: 0px;
	right: 10px;
	width: 99%;
	text-align: right;
	
}	
#header .inner .lang li {	
	display: inline-block;
	list-style-type: none;
	/*float: left;
	*/
	margin-left: 3px;
	
}	
#header .inner .lang li a {	
	/*background-color:rgba(24,97,174,1.00); *//*#49A43E*/
	background-color: #49A43E;
	color:#FFF;
	text-align: center;
	display: block;
	padding: 2px 20px 2px 20px;
	height: 20px;
	line-height: 20px;
	
}
#header .inner .lang li a:hover {	
	background-color:rgba(204,0,0,1.00); /*#49A43E*/
	
}	





#navi {
	display: block;
	margin-bottom: 0px;
	width: 100%;
	background-color: #8DB68F;
}
#navi .inner {
	display: block;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;	
}
#navi ul {
	display: block;
	list-style-type: none;
}
#navi ul li.first {
	border-left-width: 0px;
	width: 248px;/*4分割*/
	/*width: 198px;5分割*/
	/*width: 165px;6分割*/
}
#navi ul li {
	display: block;
	list-style-type: none;
	float: left;
	width: 249px;/*4分割*/
	/*width: 199px;5分割*/
	/*width: 166px;6分割*/
	text-align: center;
	font-size: 13px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
#navi ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	background-color: #8DB68F;
	color: #FFF;
}
#navi ul li a:hover {
	background-color: #006600;
	color: #FFF;
}














#footer {	
	width: 100%;
	background-color:rgba(0,0,0,0.10);
	min-width: 1000px;
	display:block;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	
}	
#footer .inner {	
	width: 1000px;
	margin:0px auto 0px auto;
	display:block;
	color:#000;
	text-align:center;
	
}	
#footer .inner .name {	
	font-size:26px;
	line-height:1.3em;
	margin-bottom: 12px;
	
}	
#footer .inner .text {	
	font-size:15px;
	line-height:1.5em;
	margin-bottom: 16px;
	
}	
#footer .inner .text a {	
	/*color:#FFF;
	*/
	
}	
#footer .inner .text a:hover {	
	/*
	color:#CC0000;
	text-decoration:none;
	*/
	
}	
#footer .inner .copyright {	
	margin-top: 45px;
	color:#666;
	font-size:15px;
	clear:both;
	text-align:center;	
}	

#foot-link  {
	padding: 25px 0px 25px 0px;
	background-color: #FFF;
	
}
#foot-link ul {	
	display: block;
	list-style-type: none;
	margin-bottom: 12px;
	text-align: center;
	font-size: 13px;
	line-height: 13px;
	height: 13px;
	
}	
#foot-link ul li {	
	display: inline;
	list-style-type: none;
	font-size: 15px;
	padding-right: 12px;
	padding-left: 12px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #909090;
	line-height: 15px;
	height: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	
}	
#foot-link ul li.first {	
	border-left-style: none;
	
}	
#foot-link ul li a {	
	/*color: #909090;
	*/
	line-height: 12px;
	
}	
#foot-link ul a:hover {	
	/*color: #49A43E;
	*/
	
}



/* PANKUZU */
#pankuzu {
	display: block;
	width: 100%;
	min-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F9F9F9;
}
#pankuzu .inner {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#pankuzu .inner p {
	font-size: 12px;
	line-height: 1.2em;
	color: #707070;
	padding: 12px 6px 12px 6px;
}





/* MAIN PHOTO */
#mainphotos {
	width: 100%;
	position: relative;
	margin: 0px;
	padding: 0px;
	background-color: #000;
	/*min-height: 366px;
	*/
	overflow: hidden;
	z-index: 0;
}


#mainphotos .photo {
	position: absolute;
	top: 0px;
	z-index: 1;
	border:none;
}
#mainphotos .photos {
	
	overflow: hidden;
	/*overflow: hidden;
	*/
}
#mainphotos .photo-box {
	
	overflow: hidden;
	/*
	filter:Alpha(opacity=0);
	-moz-opacity:0.00; 
	opacity:0.00; 
	*/
}

/* PHOTO TITLE */
#mainphotos .photo-box .photo-title {
	/*
	display: block;	
	z-index: 80;
	*/
	display: block;	
	position: absolute;
	z-index: 80;
}

#mainphotos .photo-box .photo-title img {
	border:none;
}
#mainphotos .photo-box .left {
	bottom: 15px;
	left: 15px;
}
#mainphotos .photo-box .right {
	bottom: 15px;
	right: 15px;
}
#mainphotos .photo-box .center {
	display: block;
	position: absolute;
	z-index: 80;
	left: 0px;
	top: 20%;
	right: 0px;
	bottom: 0px;
	height: 300px;
	width: 1000px;
	margin: auto;
}
#mainphotos a:hover img {	
	
	filter:Alpha(opacity=100);
	-moz-opacity:1.00; 
	opacity:1.00; 
}











/* PAGE IMAGE */
#pageimage {
	width: 100%;
	min-width:1000px;
	background-color:#FFF;
	z-index: 0;
	margin-bottom: 0px;
}
#pageimage .inner {
	width: 100%;
	/*height: 450px;*/
	min-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	overflow: hidden;
	text-align: center;
	/*
	background-image: url(../img/top-image_000.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	*/
}
#pageimage img {
	/*display:none;*/
}
#pageimage img:hover {
 opacity: 1.0;
 filter: alpha(opacity=100);
 -moz-opacity: 1.0;
}


#con {	
	
	width: 100%;
	min-width: 1000px;
	display:block;
	background-color: #FFF;
	

}	
#con .inner {	
	
	width: 1000px;
	min-height:450px;
	margin:0px auto 0px auto;
	padding:16px 0px 25px 0px;
	display:block;
	
}	
.column-whole {	
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 25px;
	margin-left: 40px;
	display:block;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	
}	
.product-buttons {	
	display: block;
	width: 900px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	
}	
.product-buttons ul {	
	list-style:none;
	
}	
.product-buttons ul:after { 	clear:both;
	 content:".";
	 display:block;
	 height:0;
	 visibility:hidden;
	
}	
.product-buttons ul li {	
	list-style:none;
	width:225px;
	height:135px;
	display:block;
	float:left;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #333;
	
}	
.product-buttons ul li a {	
	width:100%;
	height:100%;
	display:block;
	color: #333333;
	
}	
.product-buttons ul li a:hover {	
	color: #49A43E;
	
}	
.product-buttons ul li img {	
	border:none;
	
}	
.product-buttons ul li img:hover {	
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
	
}





/* MENU */
#menu {
	display: block;
	width: 300px;
	float: right;
}
#menu .box {
	width: 100%;
	margin-bottom: 25px;
	clear:both;
}
#menu .box:after {
  display: block;
  clear: both;
  content: "";
}

#menu img{
	display: block;
	width:auto;
	max-width:100%;
	
}

#menu .banners a{
	display: block;
	margin-bottom: 10px;
}















#main {	
	display: block;
	width: 680px;
	float: left;
	
}	
#main .box {
	width: 100%;
	margin-bottom: 25px;
	clear:both;
}
#main h1.title,	
#main h2.title,	
#main h3.title {	
	font-size: 48px;
	letter-spacing: 0.1em;
	line-height: 1.2em;
	color: #333;
	display: block;
	margin-top: 36px;
	margin-bottom: 24px;
	clear: both;
	font-weight: normal;
	text-align: left;
	
}	
#main h1.subtitle,	
#main h2.subtitle,	
#main h3.subtitle,	
#main h4.subtitle {	
	font-size: 26px;
	line-height: 1.2em;
	color: #000;
	display: block;
	margin-bottom: 15px;
	clear: both;
	font-weight: normal;
	
}	
#main p.text {	
	color:#666;
	font-size: 16px;
	font-weight:normal;
	line-height: 1.6em;
	margin:0px 0px 14px 0px;
	
}	
#main ul.text,	
#main ol.text {	
	color:#666;
	font-size: 16px;
	font-weight:normal;
	line-height: 1.4em;
	margin:20px 0px 25px 2em;
	
}	
#main ul.text li,	
#main ol.text li {	
	margin-bottom: 6px;
	
}	
#main .text strong,	
#main .list-general strong {	
	color:#FFF;
	font-weight:bold;
	
}




/* カテゴリタイトル　*/
.category-title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 18px 0px;
	zoom:100%;
}
.category-title:after { 
	content: "";
    clear: both;
    height: 0px;
    display: block;
    visibility: hidden;
}
.category-title h2,
.category-title h3 {
	/*
	background-color: #45769E;
	*/
	font-weight: bold;
	color: #333;
	font-size: 13px;
	line-height:13px;
	/*
	padding-top: 4px;
	padding-right: 25px;
	padding-bottom: 4px;
	padding-left: 25px;
	*/

	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
	
	display: block;
	margin-right: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float:left;
}
.category-title span {
	font-size: 11px;
	font-weight: normal;
	line-height:11px;
	color:#666666;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
	display: block;
	float:right;
	
}

/*
.category-title {	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #765A30;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 18px 0px;
	
}	
.category-title h2 {	
	background-color: #765A30;
	font-weight: normal;
	color: #FFF;
	font-size: 16px;
	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: 16px;
	color:#AAA;
	margin: 0px;
	padding: 0px;
	
}	

*/




.page-navi {	
	width: 100%;
	display: block;
	clear: both;
	margin-top: 15px;
	margin-bottom: 35px;
	font-size: 12px;
	
}	
.page-navi a {	
	background-color: #49A43E;
	font-weight: normal;
	color: #FFF;
	padding: 4px 25px;
}	
.page-navi a:hover {	
	background-color: #C00;
	
}	
.page-navi li {
	width: inherit !important;
	margin: 0px;

}
.page-navi .next {	
	float: right;
	list-style-type: none;
	margin-right: 0px !important;
	
}	
.page-navi .prev {	
	float: left;
	list-style-type: none;
	margin-left: 0px !important;
	
}	


.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: 17px;
	white-space: normal;
	line-height: 1.3em;
	margin: 6px 0px;
	color:#666;
	
}	
.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;
	
}	
.chart-area img {	
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
	display:block;
	
}	
.chart-area .midashi,	
.chart-area-left .midashi,	
.chart-area-right .midashi {	
	font-size: 15px;
	color: #000000;
	display: block;
	font-weight: normal;
	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 25px;
	margin:0px 0px 25px 25px;
	
}	
.list-general ul,	
.list-general ol {	
	margin:0px 0px 14px 25px;
	margin:0px 0px 25px 25px;
	
}	
#menu  .records {	
	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 {	
	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;
	
}	
#menu .categories ul li {	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	
}	
#menu .categories ul li a {	
	padding: 6px 20px 6px 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;
	
}	
.tbl_general {	
	font-size: 16px;
	border: 1px #CCC solid;
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
	
}	
.tbl_general input {	
	min-height: 35px;
	
}
.tbl_general input[type=text],
.tbl_general textarea{	
	min-height: 35px;
	width:100%; 
	box-sizing:border-box;	
}

.tbl_general textarea {	
	
}	
.tbl_general .form_comment {	
	font-size: 11px;
	color: #999999;
	
}	
.tbl_general th {	
	padding: 6px;
	border: 1px #CCC solid;
	font-weight: normal;
	line-height: 120%;
	text-align: center;
	width: 220px;
	font-size: 14px;
	/*background-color: #666666;*/
	background-color:rgba(0,0,0,0.10);
	color: #333;
	
}	
.tbl_general td {	
	padding: 6px;
	border: 1px #CCC solid;
	color: #333;
	
}	
.tbl_general .head {	
	padding: 6px;
	border: 1px #49A43E solid;
	background: #666666;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	font-size: 12px;
	
}	
.comment_text {	
	font-size: 12px;
	line-height: 12px;
	color: #CC0000;
	text-decoration: none;
	height: 12px;
	margin-bottom: 12px;
	display: block;
	
}	
.submit-area {	
	font-size: 13px;
	color: #666666;
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align:center;
	
}	
.submit-button {	
	background-color: #49A43E;
	display: block;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	padding-top: 12px;
	padding-right: 25px;
	padding-bottom: 12px;
	padding-left: 25px;
	margin:8px auto 8px auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}	
.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 {	
	
}	
.tbl_history .content img {	
	max-width: 90px;
	
}	
.tbl_history .history {	
	width: 160px;
	
}	
.tbl_history .history img {	
	max-width: 160px;
	
}	
.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;
	
}	
#main {	
	
}	
#main .body {	
	display: block;
	margin-bottom: 45px;
	margin-left:45px;
	margin-right:45px;
	
}	
#main ul.article-list li {	
	list-style-type: none;
	display: block;
	margin-bottom: 18px;
	clear: both;
	
}	
#main ul.article-list li .article-image {	
	background-color:#FFFFFF;
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
	display: block;
	height: 135px;
	width: 180px;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-position: right top;
	
}	
#main ul.article-list li .article-image img {	
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	min-width: 180px;
	max-width: 180px;
	left: -0px;
	top: -0px;
	position: absolute;
	
}	
#main ul.article-list li .detail {	
	font-size: 24px;
	font-weight: normal;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	
}	
#main .article-date {	
	font-size: 12px;
	font-weight: normal;
	color:#666666;
	
}	
#main .article-category {	
	font-size: 9px;
	line-height: 9px;
	color: #FFF;
	text-decoration: none;
	background-color: #666666;
	display: inline-block;
	padding: 2px 8px 2px 8px;
	margin: 0px 0px 0px 0px;
	
}	
#main .article-title {	
	font-size: 16px;
	font-weight: normal;
	display: block;
	
}	
#main .article-text {	
	font-size: 14px;
	line-height: 1.4em;
	color: #606060;
	
}	
#main .permalink {	
	font-size: 10px;
	line-height: 10px;
	color: #FFF;
	text-decoration: none;
	background-color: #49A43E;
	display: inline-block;
	padding: 5px 25px 5px 25px;
	margin: 5px 0px 0px 0px;
	float: right;
	
}	
#main .permalink:hover {	
	background-color: #CE0042;
	
}	
.page-navi {	
	width: 100%;
	display: block;
	clear: both;
	margin-top: 15px;
	margin-bottom: 15px;
	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;
	
}	
.video-space_large {	
	margin-bottom: 25px;
	display: block;
	
}
.video-space_large .screen {	
	margin-bottom: 12px;
	
}	
.video-space_large .title,	
.video-space_large .title a {
	font-size: 16px;	
	line-height: 1.2em;
	/*color: #999;
	*/
	display: block;
	margin-top: 6px;
	margin-bottom: 6px;
	
}	
.video-space_large .title a:hover{	
	/*color:#49A43E;
	*/
	
}	
.video-space_large .description{
	font-size: 15px;
	line-height: 1.4em;
	color: #666;
	display: block;
	margin-top: 6px;
	margin-bottom: 6px;
	
}	
.video-thumbnails {	
	display: block;
	
}	
.video-thumbnails ul {	
	list-style-type: none;
	
}	
.video-thumbnails ul li {	
	display: block;
	width: 320px;
	overflow: hidden;
	margin-left: 20px;
	float: left;
	margin-bottom: 20px;
	
}	
.video-thumbnails ul li .title {	
	font-size: 16px;
	line-height: 1.2em;
	/*
	color: #CCC;
	*/
	display: block;
	margin-top: 6px;
	margin-bottom: 6px;
	
}	
.video-thumbnails ul li .description {	
	font-size: 15px;
	line-height: 1.4em;
	color: #666;
	display: block;
	margin-top: 6px;
	margin-bottom: 6px;
	
}	
.video-thumbnails ul li.first {	
	margin-left: 0px;
	
}	
.video-thumbnails ul li a {	
	display: block;
	height: 100%;
	width: 100%;
	
}	
.video-thumbnails ul li a .title:hover {	
	/*color:#49A43E;
	*/
	
}	
.video-thumbnails ul li .pic {	
	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;
	
}	
.foot-banners {	
	display: block;
	
}	
.foot-banners ul {	
	list-style-type: none;
	
}	
.foot-banners ul li {	
	display: block;
	width: 240px;
	overflow: hidden;
	margin-left: 12px;
	float: left;
	margin-bottom: 20px;
	
}	
.foot-banners ul li .title {	
	font-size: 13px;
	line-height: 1.2em;
	color: #CCC;
	display: block;
	margin-top: 6px;
	margin-bottom: 6px;
	
}	
.foot-banners ul li .description {	
	font-size: 12px;
	line-height: 1.4em;
	color: #666;
	display: block;
	margin-top: 6px;
	margin-bottom: 6px;
	
}	
.foot-banners ul li.first {	
	margin-left: 0px;
	
}	
.foot-banners ul li a {	
	
	display: block;
	height: 100%;
	width: 100%;
	
}	
.foot-banners ul li a .title:hover {	
	color:#49A43E;
	
}	
.foot-banners ul li 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-space_large {	
	margin-bottom: 20px;
	display: block;
	
}	
.banner-space_large img {	
	border:none;
	
}	



/* EXTRA SHAREBUTTONS */
.extra_sharebuttons {
	clear: both;
	width: 100%;
	margin-bottom: 25px;
}

.extra_sharebuttons p {
    clear: both;
    font-size: 0.88em;
    margin: 3px 0;
    text-align: center;
}

.extra_sharebuttons a {
    color: #ffffff;
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 12px 0;
    text-align: center;
    width: 50%;
    -webkit-font-smoothing: antialiased;
}

.extra_sharebuttons a:hover {
    filter: alpha(opacity=60); /* IE用 */
    -moz-opacity: 0.60; /* Mozilla用 */
    opacity: 0.60;
}

.extra_sharebuttons a.extra_facebook {
    background-color: #3b5998;
}

.extra_sharebuttons a.extra_twitter {
    background-color: #00acee;
}

.extra_sharebuttons a.extra_hatena {
    background-color: #2c6ebd;
}

.extra_sharebuttons a.extra_line {
    background-color: #00c300;
}


/* CONTENT AREA */
.content_area {

	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 25px;
	margin-left: 40px;
	display:block;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	
}
.content_area .content-title {
	/*display:block;
	
	font-size:24px;
	font-weight:bold;
	color:#000;
	line-height:1.1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	*/
	
	
	font-size: 48px;
	/*font-size: 28px;*/
	letter-spacing: 0.1em;
	line-height: 1.2em;
	color: #333;
	display: block;
	margin-top: 36px;
	margin-bottom: 24px;
	clear: both;
	font-weight: normal;
	text-align: left;
	
	
}
.content_area .content-subtitle {
	display:block;
	font-size:18px;
	font-weight: bold;
	color:#000;
	line-height:1.3em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.content_area .content-description {
	
	/*
	display:block;
	font-size:15px;
	font-weight:normal;
	color:#606060;
	line-height:1.3em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px
	*/
		
	color:#333;
	font-size: 18px;
	font-weight:normal;
	line-height: 1.6em;
	margin:0px 0px 14px 0px;
}
.content_area .content-date {
	display:block;
	font-size:12px;
	font-weight:normal;
	color:#606060;
	line-height:1.3em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}

.content_area .content-inc-area,
.content_area .video-inc-area {
	display:block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	width:100%;
	/*width:640px;*/
	/*height:480px;*/
}
.content_area .video-inc-area {
	height:400px;
}
.content_area .video-inc-area iframe {
	width:100%;
	height:100%;
}
.content_area .content-inc-area img {
	max-width:100%;
	display:block;
	margin:0px auto 0px auto;
}




/* LIST GENERAL */
ul.list_general {
	list-style-type: none !important;
	display:block !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	/*margin:-12px 0px 0px 0px !important;*/
}
ul.list_general li {
	list-style-type: none !important;
	display:block !important;
	border-bottom-width: 1px !important;
	border-bottom-style: solid !important;
	border-bottom-color: #CCCCCC !important;
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 9px !important;
	margin-left: 0px !important;
	padding-bottom: 9px !important;
	clear: both !important;
	min-height:100px !important;
}
ul.list_general li .title {
	display:block !important;
	margin:0px 0px 4px 0px !important;
	font-size:22px !important;
	font-weight:normal!important;
	color:#000 !important;
	line-height:120% !important;
	border:none !important;
}
ul.list_general li .description {
	display:block !important;
	margin:0px 0px 4px 0px !important;
	font-size:16px !important;
	font-weight:normal !important;
	color:#666666 !important;
	line-height:1.4em !important;
}
ul.list_general li img.photo {
	display:block !important;
	max-width: 240px !important;
	border: 1px solid #B0B0B0 !important;
	float: left !important;
	margin-top: 0px !important;
	margin-right: 10px !important;
	margin-bottom: 10px !important;
	margin-left: 0px !important;
}
ul.list_general li .tagtext {
	float: right;
	display:inline-block!important;
	margin:0px 0px 8px 8px !important;
	font-size:12px !important;
	font-weight:normal !important;
	color:#666666 !important;
	line-height:1.4em !important;
}
ul.list_general li .author {
	float: right;
	display:inline-block !important;
	margin:0px 0px 8px 8px !important;
	font-size:12px !important;
	font-weight:normal !important;
	color:#666666 !important;
	line-height:1.4em !important;
}


/* LINK BUTTON */

.link-button {	
	width: 100%;
	display: block;
	clear: both;
	margin-top: 15px;
	margin-bottom: 35px;
	font-size: 12px;
	
}	
.link-button a {
	display: inline-block;
	background-color: #49A43E;
	font-weight: normal;
	color: #FFF;
	padding: 6px 25px 6px 25px;
}	
.link-button a:hover {	
	background-color: #C00;
	
}	
.link-button li {
	list-style-type: none;
	width: inherit !important;
	margin: 0px 8px 8px 8px;

}
.link-button .right {	
	float: right;
	margin-right: 0px !important;
	
}	
.link-button .left {	
	float: left;
	margin-left: 0px !important;
	
}	


