@charset "utf-8";
/*---------------------------------
	CommonCSS [初期化,定義]
---------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;padding:0;
}
table {
	border-collapse:collapse;border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,var {
	font-style:normal;font-weight:normal;
}
ol,ul {
	list-style:none;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;	font-weight:normal;	line-height:100%;
}



/*---------------------------------
	        Base CSS 
---------------------------------*/
/* Default Link Style */
a{color:#393;}
a:hover{color:#087359;text-decoration:underline}
#left_Contents a{color:#333;text-decoration:none}
#left_Contents a:hover{color:#087359;text-decoration:underline}

/* clearfix */
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }

/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }

body{
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:100%;
	color:#555555;
	font-size:100%;
	background:url(../img/body_bg.png) repeat-x top #fff;
}
h1{
	padding-top:22px;
	font-size:12px;
	line-height:130%;
}
h2{
	font-size: 14px;
	color:#333;
	height:36px;
	background:url(../img/title_bg.png) no-repeat;
	padding:10px 0 0 0px;
	margin-bottom:10px;
}
#left_Contents h2{
	background:url(../img/l_nav_title.png) no-repeat;	
	font-size: 13px;
	padding-left:35px;
	margin-top:10px;
	margin-bottom:0;
	color:#262
}
h3{
    border-left: 5px solid #333333;
    color: #333333 !important;
    font-size: 22px;
    font-weight: normal !important;
    height: 20px;
    margin: 40px 0 15px 0;
    padding:2px 0 0 5px;
}
h4{
	border-bottom: 2px dotted #3366CC;
    color: #3366CC ;
    font-size: 16px;
    font-weight: normal;
    margin: 30px 0 15px 0;
}
h5{
	font-size:15px;
	margin:20px 0px 10px 10px;
	color:#337208;
	padding:3px 0 0px 0px;
	line-height:140%;
}
h6{
	font-size:13px;
	margin:15px 0px 10px 20px;
	color:#077259;
	font-weight:bold;
	padding:0px 0 0px 15px;
	background:url(../img/icon/h6_bg.png) no-repeat left 1px;
	height:15px;
}

#wrapper{
	width:970px;
	margin:0 auto;
	background:url(../img/wrap_bg.png) repeat-y;
	position:relative;
}


/*---------------------------------
	       /Base CSS 
---------------------------------*/

/*---------------------------------
	        Header CSS 
---------------------------------*/
#header{
	position:relative;
	text-align:center;
	height:132px;
	width:960px;
	margin:0 auto;
}
#outline{
	background:url(../img/header_bg.png) no-repeat center top;
}
.sns_wrap{
	
}
#fb{
	width:180px;
	height:25px;
	position:absolute;
	top:100px;
	left:560px;
}
#twitter{
	width:90px;
	height:30px;
	position:absolute;
	top:100px;
	left:740px;
}
#google{
	width:60px;
	position:absolute;
	top:100px;
	left:840px;
	overflow:hidden;
}
#hatebu{
	width:30px;
	height:25px;
	position:absolute;
	top:100px;
	left:905px;
}

.siteSearch{
	width:300px;
	height:50px;
	position:absolute;
	top:3px;
	right:10px;
	background:none;
	overflow:hidden;
}
.siteSearch .gsc-control-cse{
	padding:0!important;
	background:none;
	border:0;
}
.gsc-search-button-v2{
	padding:4px 15px!important;
	margin:0!important;
}


/*---------------------------------
	       /Header CSS 
---------------------------------*/

/*---------------------------------
    Gloval Navigation CSS 
---------------------------------*/
/*---------------------------------
    /Gloval Navigation CSS 
---------------------------------*/


/*---------------------------------
         contents CSS 
---------------------------------*/
#contents{
	padding:0px 15px 0;
}
#contents p{
	font-size:12px;
}

/* ----- LeftContents ----- */
#left_Contents{
	width:260px;
	float:left;
	overflow:hidden;
}
#left_Contents p{
	color:#444;
	line-height:140%;
	margin:10px 0px 10px 0px;
	font-size:80%;
}
#left_Contents li{
	font-size:11px;
	padding:3px 0 3px;
	border-bottom:1px dotted #ccc;
	margin:0px 0;
}
#left_Contents li a{
	background:url(../img/icon/arrow03.png) no-repeat left 6px;
	padding:4px 0 3px 15px;
	
		
}
#left_Contents li a:hover{
	background:url(../img/icon/arrow03_on.png) no-repeat left 6px;
}
/* ----- /LeftContents ----- */

/* ----- RightContents ----- */
#right_Contents{
	width:660px;
	float:right;
	position:relative;
	line-height:160%;
}
#right_Contents p{
	margin:15px 10px;
	line-height:160%;
}


.side_navi p{
	text-align:center;
	margin-bottom:5px;
}
/* CSSはお好みで */
.news_wrap{
	overflow:auto;
	margin:0 0 15px;
	scrollbar-face-color:#78C32F;
	scrollbar-highlight-color: #78C32F;
	scrollbar-shadow-color: #78C32F;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #eeeeee;
	scrollbar-darkshadow-color: #ffffff;
}
.news_wrap li{
	color:#666;
	font-size:12px;	
	margin:0 0 10px;
	padding:5px 0 10px;
	border-bottom:2px dotted #aaa;
	line-height:160%;
	clear:both;
}
#contents .news_wrap li p{
	font-size:11px;	
}
.news_wrap ul{
	margin:0 0 15px;
	padding:0;
}
.news_wrap span{
	font-size:12px;
}
#right_Contents .news_wrap p{
	margin:0;	
}
.detail_img{
	width:160px;
	float:left;
	overflow:hidden;
}
#news_rap01{
	height:800px;
		
}
#news_rap02{
	height:400px;
		
}
#news_rap02 ul li{
	padding:8px 0 ;
	margin:0 0 5px;
}
.to_list{
	margin:10px;
	text-align:right;
}
.to_list a {
	padding:2px 10px;
	border:1px solid #aaa;
	text-decoration:none;
	color:#666;
	font-size:13px;
	border-radius:4px;
}
.to_list a:hover {
	background:#eee;
}


.news_wrap .comment{
	display:block;
	padding:3px 0;
	float:left;
	overflow:hidden;
	width:auto;/* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
}

.news_wrap .thumbNailComment{
	display:block;
	width:630px!important;/* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
}


.news_wrap .thumbNailWrap{
	display:block;
	width:105px;
	float:left;
	height:60px;
	overflow:hidden;
}


.newMark{
	display:inline-block;
	border:1px solid #F00;
	padding:1px 4px;
	font-size:11px;
	line-height:100%;
	background:#F00;
	color:#fff;
	box-shadow:1px 1px 1px #999;
	border-radius:8px;
	font-style:italic;
}


/* ----- /RightContents ----- */

/*---------------------------------
         /contents CSS 
---------------------------------*/

/*---------------------------------
           Footer CSS 
---------------------------------*/
#footer{
	clear:both;
	font-size:13px;
	color:#555;
	line-height:100%;
	background:url(../img/footer_bg.png) repeat-x;
	text-align:center;
	height:200px;
}
#footer a{
	color:#555;
	text-decoration:none;
	
}
#footer a:hover{
	color:#000;
	text-decoration:underline;
}
address{
	line-height:140%;
	padding-top:85px;
	text-align:center;
	font-size:12px;
}
/*---------------------------------
          /Footer CSS 
---------------------------------*/

/*---------------------------------
####### Under Page Style ########
---------------------------------*/
#paypal_area td{
	font-size:14px;
	padding:1px 10px 0px;
	color:#36F;
}
#paypal_area select{
	margin-bottom:10px;	
}
/*///////------------------------------------------------------
        　　　　　　 Common Style Library
++-----------------------------------------------------////////*/


/*---------------------------------
           Table Style
---------------------------------*/
caption{
	margin-bottom:5px;
	color:#963;	
}
.border_table{
	width:98%;
	margin:15px 5px;
	background:#FFF;
}
.border_table td,.border_table th{
	border:1px solid #ccc;
	padding:10px 13px;	
	font-size:80%;
	text-align:left;
}

.border_table th{
	font-weight:normal;
	white-space: nowrap;
	background:#F7FFEE;
	width:28%;
	
}
.border_table02{
	width:98%;
	margin:15px 10px;
}
.border_table02 td,.border_table02 th{
	border:1px solid #ccc;
	padding:5px 5px;
	font-size:80%;
}
.border_table02 th{
	font-weight:bold;
	background:#F7FFEE;
	
}
.border_table03{
	width:100%;
	margin:15px 0px;
}
.border_table03 td{
	border:1px solid #ccc;
	padding:10px 5px;
	line-height:130%;
	
}
.border_table03 td.th{
	background:url(../img/icon/arrow02.png) no-repeat 3px 11px #F7FFEE;
	font-weight:bold;
	font-size:15px;
	padding-left:20px;
}
.border_table03 td.th a{
	display:block;
	
}
.border_table03 td.th02{
	background:#F7FFEE;
	text-align:center;	
	font-size:16px;
	font-weight:bold;
	color:#333;
}
.border_table04{
	width:98%;
	margin:15px 10px;
}
.border_table04 td{
	border:1px solid #ccc;
	padding:3px 5px;
	text-align:center;
	
}
.border_table04 td.th{
	background:#F7FFEE;
	
}
.border_table05{
	width:98%;
	margin:5px 5px 25px;
}
.border_table05 td{
	border:1px solid #ccc;
	padding:3px 5px;
	font-size:80%;
}
.border_table05 th{
	background:#F7FFEE;
	border:1px solid #ccc;
	padding:3px 5px;
	text-align:center;
}

.layout_table{
	margin:15px 15px;
}
.layout_table td{
	padding:10px;
	vertical-align:top;
	line-height:160%;
}
.layout_table02{
	width:98%;
	margin:5px 15px;
}
.layout_table02 td{
	padding:5px;
	line-height:140%;
}
.layout_table02{
	width:98%;
	margin:5px 15px;
}
.layout_table02 td{
	padding:5px;
	line-height:140%;
}
.layout_table03{
	width:98%;
	margin:5px 15px;
}
.layout_table03 td{
	padding:10px 5px;
	line-height:140%;
	border-bottom:1px dotted #ccc;
}

.pageNavigation li{
	display:inline;
	padding:10px 20px 10px 15px;
	background:url(../img/icon/arrow02.png) no-repeat left center;
}

/*---------------------------------
          /Table Style
---------------------------------*/


/*---------------------------------
           List Style
---------------------------------*/

.base_list li{
	margin:0 0 10px 20px;
	list-style-type:disc;
	font-size:85%;
		
}
.base_list02 li{
	margin:0 0 10px 20px;
	list-style-type:disc;
	font-size:90%;
		
}
.base_list03 li{
	margin:0 0 5px 40px;
	list-style-type:disc;
	font-size:90%;
		
}
.base_list_number li{
	margin:0 0 10px 10px;
	font-size:13px;
	list-style-type:decimal;
	border-bottom:1px dotted #ccc;
	list-style-position:inside;
}
.base_dl{
	margin:10px 0 15px 20px;	
}
.base_dl dt{
	font-weight:bold;
	color:#096;
}
.base_dl dd{
	margin:0 0 10px 20px;	
}
/*---------------------------------
          / List Style
---------------------------------*/


/*---------------------------------
           Other Style
---------------------------------*/
#pNav{
	margin:0px 0 0px 10px;
	font-size:12px;
	padding:0;
	text-align:left;
	position:absolute;
	top:-30px;
	left:10px;
}
.pagetop{
	text-align:right;
	margin:35px 0 10px;
	clear:both;
}
pre{
	font-size:13px;
	line-height:140%;
}
.code_inline{
	display:inline-block;
	padding:5px;
	background:#FFC;
	
}

#pageNavigation{
	width:280px;
	overflow:hidden;
	margin-left:5px;
}
#pageNavigation h5{
	margin:0;	
}
#pageNavigation ul{
	margin:0;
	padding:0;
}
#pageNavigation li{
	margin:0;
	font-size:11px;
	border-bottom:1px dotted #ccc;
	list-style-position:inside;
	list-style-type:decimal;
	line-height:180%;
}

/*---------------------------------
           /Other Style
---------------------------------*/

/*---------------------------------
         icon Library
---------------------------------*/
a.out_link{	padding:3px 22px 3px 0!important;	background:url(../img/icon/outlink.png) no-repeat right center;}
a.form{	padding:3px 25px 3px 0!important;	background:url(../img/icon/form.png) no-repeat right center;}
.link_icon01{padding-left:18px!important;background:url(../img/icon/arrow02.png) no-repeat left center!important;}
.link_icon02{padding-left:10px!important;background:url(../img/icon/arrow03.png) no-repeat left center!important;}
.link_icon03{padding-left:8px!important;background:url(../img/icon/arrow06.png) no-repeat left center!important;}
.link_icon04{padding-left:10px!important;background:url(../img/icon/arrow02.png) no-repeat left center!important;margin-left:20px;}
.creditPay a{
	background:url(../img/icon/credit.png) no-repeat right;
	display:inline-block;
	padding-right:100px;
}
/*---------------------------------
         /icon Library
---------------------------------*/

/*---------------------------------
         Form Style
---------------------------------*/

.form_table th{
	width:160px;
	white-space:normal;
}
.form_table th,.form_table td{
	padding:6px;	
}
.submitBtn{
	width:200px;
	height:30px;
	cursor:pointer;	
}
textarea{
	font-size:12px;
}

input{
	padding:3px 0;
	margin:2px 0;	
}
.sentence_center{
	text-align:center;	
}
textarea.code{
	font-size:15px;
	width:100%;
	border:1px solid #aaa;
	margin:15px 0;
	padding:2px;
}
/*エラーメッセージ用*/
label.error{
	display:block;
	font-size:90%;
	color:#F00;
	margin:3px 0;
	background:#FF9;
	padding:2px 5px;
}

/*必須エラーメッセージ*/
div.error{
	font-size:13px;
	color:#F00;
	padding:2px 18px;
	background:url(../img/error.gif) no-repeat 0px 7px;
}

/*---------------------------------
        /Form Style
---------------------------------*/

/*---------------------------------
         class Library
---------------------------------*/
.img_wrap_border{padding:5px;border:1px solid #ccc!important;background:#fff;}
.ver_mid{vertical-align:middle!important}
.maT{margin:0 auto!important}
.border_box01{border:2px solid #B4E18E;margin:10px 0;padding:10px;}
.border_box01 h5{margin:15px;}
.btn_link a{
	display:inline-block;
	padding:5px 20px 5px 40px;
	border:1px solid #666;
	border-radius:4px;
	margin:10px 0 0;
	font-size:18px;
	text-decoration:none;
	color:#444;
}
p.buy{
	margin-top:0!important;	
	margin-bottom:5px!important;	
}
.btn_link a:hover{
	background-color:#eee;
	text-decoration:none;
}
.demo a{
	background:url(../img/icon/demo.png) no-repeat 5px 4px;
}
.buy a{
	background:url(../img/icon/form.png) no-repeat 5px 4px;
}
#right_Contents p.download_btn{
	margin:0px 10px;
	padding:0;
}

.download_btn a{
	color:#444;
	display:inline-block;
	padding:8px 20px 5px 40px;
	border:1px solid #666;
	border-radius:4px;
	margin:5px 0;
	font-size:16px;
	background:url(../img/icon/download.png) no-repeat 5px 6px;
	text-decoration:none;
}
.download_btn a:hover{
	background-color:#eee;
	text-decoration:none;
}
.acrbtn,
.acrbtn01,
.acrbtn02,
.acrbtn03,
.acrbtn04,
.acrbtn05,
.acrbtn06,
.acrbtn07,
.acrbtn08,
.acrbtn09,
.acrbtn10,
.acrbtn11,
.acrbtn12,
.acrbtn13,
.acrbtn14,
.acrbtn15,
.acrbtn16,
.acrbtn17,
.acrbtn18,
.acrbtn19,
.acrbtn20,
.acrbtn21,
.acrbtn22,
.acrbtn23,
.acrbtn24,
.acrbtn25,
.acrbtn26,
.acrbtn27,
.acrbtn28,
.acrbtn29,
.acrbtn30,
.acrbtn31,
.acrbtn32,
.acrbtn33,
.acrbtn34,
.acrbtn35,
.acrbtn36,
.acrbtn37,
.acrbtn38,
.acrbtn39,
.acrbtn40,

.gallery_acrbtn01,
.gallery_acrbtn02,
.gallery_acrbtn03,
.gallery_acrbtn04,
.gallery_acrbtn05,
.gallery_acrbtn06,
.gallery_acrbtn07,
.gallery_acrbtn08,
.gallery_acrbtn09,
.gallery_acrbtn10,

.news_acrbtn01,
.news_acrbtn02,
.news_acrbtn03,
.news_acrbtn04,
.news_acrbtn05,
.news_acrbtn06,
.news_acrbtn07,
.news_acrbtn08,
.news_acrbtn09,
.news_acrbtn10,
.news_acrbtn11,
.news_acrbtn12,
.news_acrbtn13,
.news_acrbtn14,
.news_acrbtn15,
.news_acrbtn16,
.news_acrbtn17,
.news_acrbtn18,
.news_acrbtn19,
.news_acrbtn20,
.news_acrbtn21,

.calendar_acrbtn01,
.calendar_acrbtn02,
.calendar_acrbtn03,
.calendar_acrbtn04,
.calendar_acrbtn05,
.calendar_acrbtn06,
.calendar_acrbtn07,
.calendar_acrbtn08,
.calendar_acrbtn09,
.calendar_acrbtn10,
.calendar_acrbtn11,

.telop_acrbtn01,
.telop_acrbtn02,
.telop_acrbtn03,
.telop_acrbtn04,
.telop_acrbtn05,
.telop_acrbtn06,
.telop_acrbtn07,
.telop_acrbtn08,
.telop_acrbtn09,
.telop_acrbtn10,
.telop_acrbtn11

{
	color:#393;
	font-size:14px;
	cursor:pointer;
	margin:10px 0;
}

.acordionTitle{
	color:#393;
	font-size:14px;
	cursor:pointer;
	margin:10px 0;
}

.border-img{
	padding:2px;
	border:1px solid #ccc;
}

/* Margin・padding class */
.m0{margin:0!important}.mt5{margin-top:5px!important}.mt10{margin-top:10px!important}.mt15{margin-top:15px!important}.mt20{margin-top:20px!important}.mb5{margin-bottom:5px!important}.mb10{margin-bottom:10px!important}.mb15{margin-bottom:15px!important}.mb20{margin-bottom:20px!important}.mr5{margin-right:5px!important}.mr10{margin-right:10px!important}.mr15{margin-right:15px!important}.mr20{margin-right:20px!important}.ml5{margin-left:5px!important}.ml10{margin-left:10px!important}.ml15{margin-left:15px!important}.ml20{margin-left:20px!important}.pt5{padding-top:5px!important}.pt10{padding-top:10px!important}.pt15{padding-top:15px!important}.pb5{padding-bottom:5px!important}.pb10{padding-bottom:10px!important}.pb15{padding-bottom:15px!important}.pr5{padding-right:5px!important}.pr10{padding-right:10px!important}.pr15{padding-right:15px!important}.pl5{padding-left:5px!important}.pl10{padding-left:10px!important}.pl15{padding-left:15px!important}
.pall5{padding:5px!important}.pall10{padding:10px!important}.pall15{padding:15px!important}
/* /Margin・padding class */


#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 11px;
}
#page-top a {
    background: #111;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
	opacity:0.6;
}
#page-top a:hover {
    text-decoration: none;
    background: #666;
	color:#000;
}

.width50{width:50%!important}
.link_button{text-decoration:none;}
.border01{border:1px solid #ccc!important;margin:10px 15px;}
.border_b{border-bottom:1px dotted #ccc!important;margin:10px 15px;}
.english{font-family:"Times New Roman", Times, serif;font-size:20px!important;}
.clear {clear:both;}
.taR {text-align:right!important;}
.taL {text-align:left!important;}
.taC {text-align:center!important}
.small {font-size:90%!important;}
.small02 {font-size:80%!important;}
.small03 {font-size:70%!important;}
.m-small {font-size:13px!important;}
.mbig {font-size:14px;}
.big {font-size:110%!important;}
.number{font-size:22px!important;color:#36F!important}
/*Font color*/
.big2 {font-size:170%!important;line-height:130%}
.big3 {font-size:140%!important;line-height:100%}
.big4 {font-size:190%!important;line-height:130%}
.bold {font-weight:bold!important;}
.col1 {	color:#FF6600!important;}
.col2 {	color:#FF9933!important}
.col3 {	color:#FF3300!important;}
.col4 {	color:#D9006C!important;}
.col5 {	color:#669999!important}
.col6 {	color:#0000CC!important}
.col7 {	color:#000099!important}
.col8 {	color:#0066FF!important}
.col9 {	color:#333333!important}
.col10 {color:#666666!important}
.col11 {color:#009900!important}
.col12 {color:#009900!important}
.col13 {color:#996633!important}
.col14 {color:#FF66CC!important}
.col15 {color:#669900!important;}
.col16 {color:#00CC99!important;}
.col17 {color:#fff!important;}
.col18{color:#009966!important}
.col19{color:#F00!important}
.red{color:#F00!important}
.underline {text-decoration:underline!important;}
.borderless {border:0px !important;}
.floL {float:left;margin-top:0 !important;}
.floR {float:right;margin-top:0 !important;}
.light {font-weight:normal}
.floL img{margin-right:10px;}
.floR img{margin-left:10px;}
.dammyLink{text-decoration:underline;cursor:pointer;}
strong{font-weight:normal}
/*---------------------------------
         /class Library
---------------------------------*/
