@charset "UTF-8";

* {
	margin:0;
	padding:0;
}
body {
	background:#DCEDDE url(../img/bg_contents.png) repeat-x;
	font-family:"微軟正黑體", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	color:#333333;
	letter-spacing:0.2em;
}
a:link,
a:visited {
	color:#2585C6;
	text-decoration:underline;
}
a:hover,
a:active {
	color:#FF9933;
}
a img {
	border:none;
}

#wrap {
	width:1000px;
	margin:0 auto;
	background:url(../img/bg_contents_inner.png) repeat-y;
}
#header {
	width:1000px;
	height:111px;
	padding-top:30px;
	background:url(../img/bg_contents_header.png) no-repeat;
}
#header h1 {
	width:310px;
	margin-bottom:10px;
	padding-left:32px;
	float:left;
}
#header .copy {
	width:580px;
	padding:10px 35px 0 0;
	float:right;
	line-height:1.5em;
  	font: normal 18px Verdana, Arial, Helvetica;
	color:#52965B;
	text-align:right;
	
    animation-duration: 5s;
    animation-name: copy;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;	
}
#navi {
	clear:both;
	width:950px;
	height:42px;
	margin:0 auto;
	list-style-type:none;
}
#navi li {
	width:190px;
	height:42px;
	float:left;
}
#navi a {
	display:block;
	width:180px;
	height:32px;
	padding:7px 0 0 40px;
	background:url(../img/navi.png) no-repeat;
	font-size:16px;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
	line-height:1.5em;
}
#navi_01 a:hover,
#contents_01 #navi_01 a {
	background-position:0 -42px;
}
#navi_02 a,
#navi_03 a,
#navi_04 a {
	background-position:-190px 0;
}
#navi_02 a:hover,
#navi_03 a:hover,
#navi_04 a:hover,
#contents_02 #navi_02 a,
#contents_03 #navi_03 a,
#contents_04 #navi_04 a {
	background-position:-190px -42px;
}
#navi_05 a {
	background-position:-380px 0;
}
#navi_05 a:hover,
#contents_05 #navi_05 a {
	background-position:-380px -42px;
}
#navi a:hover,
#contents_01 #navi_01 a,
#contents_02 #navi_02 a,
#contents_03 #navi_03 a,
#contents_04 #navi_04 a,
#contents_05 #navi_05 a {
	color:#52965B;
}
#contents {
	clear:both;
	padding-top:15px;
}
#contents_footer img {
	padding-top:10px;
}
address {
	padding:20px 0;
	line-height:1.5em;
	font-size:11px;
	font-style:normal;
	color:#666666;
	text-align:center;
}
#main_area {
	width:740px;
	margin-right:25px;
	float:right;
}
*html #main_area {
	width:740px;
	margin-right:25px;
	float:right;
}
#sub_area {
	width:170px;
	margin-left:25px;
	padding:10px;
	float:left;
	background:url(../img/bg_sub.png) repeat;
}
*html #sub_area {
	width:190px;
	margin-left:8px;
	padding:10px;
	float:left;
	background:url(../img/bg_sub.png) repeat;
}
#sub_area h2 {
	height:30px;
	padding:5px 0 0 10px;
	line-height:1.5em;
	background:url(../img/bg_sub_tit.png) no-repeat;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	overflow:hidden;
}
#sub_area ul {
	margin-bottom:20px;
	list-style-type:none;
}
#sub_area ul li {
	padding:10px 0;
	background:url(../img/line_01.png) no-repeat bottom;
}
#sub_area ul li a {
	padding-left:20px;
	line-height:1.5em;
	background:url(../img/icon_01.png) no-repeat 10px 8px;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
}
#sub_area ul li a:hover {
	color:#52965B;
}
#contact h2 {
	font-size:16px;
	width:170px;
	height:25px;
	background:url(../img/bg_contact_tit.png) no-repeat;
}
#contact dl {
	border:solid 1px #52965B;
	padding:10px;
	background-color:#FFFFFF;
}
#contact dl dt {
	line-height:1.5em;
	font-weight:bold;
	color:#52965B;
}
#contact dl dd {
	font-size:16px;
	line-height:1.5em;
}
#main {
	margin-bottom:20px;
}

#qrcode {
	margin-top:10px;
	margin-left:15px;
}
#qrcode p {
	margin-top:5px;
	margin-left:26px;
}


#info h2,
#schedule h2 {
	width:360px;
	height:29px;
	margin-bottom:10px;
	padding:3px 0 0 40px;
	line-height:1.5em;
	background:url(../img/bg_head_s.png) no-repeat;
	font-size:16px;
	font-weight:bold;
}
#info {
	width:360px;
	float:left;
}
#info dl dt {
	padding-top:5px;
	line-height:1.5em;
	color:#52965B;
	padding-left:5px;
}
#info dl dd {
	border-bottom:dotted 1px #BBBBBB;
	padding-bottom:5px;
	line-height:1.6em;
	padding-left:5px;
}
#schedule {
	width:360px;
	float:right;
}
#schedule table {
	width:260px;
	border-collapse:collapse;
    border-spacing:0;
	border-top:solid 1px #BBBBBB;
	border-left:solid 1px #BBBBBB;
	margin:0 auto;
	line-height:1.5em;
}
#schedule table th {
	border-right:solid 1px #BBBBBB;
	padding:5px;
	background-color:#D8EBFA;
	font-weight:normal;
	text-align:center;
}
#schedule table th.sub {
	width:75px;
	border-right:solid 1px #BBBBBB;
	border-bottom:solid 1px #BBBBBB;
	padding:5px;
	background-color:#FFFFFF;
	font-weight:bold;
	text-align:left;
}
#schedule table td {
	border-right:solid 1px #BBBBBB;
	border-bottom:solid 1px #BBBBBB;
	padding:5px;
	background-color:#FFFFFF;
	text-align:center;
}
#schedule .cap {
	padding:10px 10px 0 0;
	line-height:1.5em;
	font-size:10px;
	text-align:right;
}
#topics {
	clear:both;
	width:740px;
	padding-top:20px;
}
#topics h2,
.second h2 {
	width:740px;
	height:29px;
	margin-bottom:10px;
	padding:3px 0 0 40px;
	line-height:1.5em;
	background:url(../img/bg_head_l.png) no-repeat;
	font-size:16px;
	font-weight:bold;
}
.second .text {
	margin-bottom:20px;
	line-height:2em;
}

.second .listul {
	width:740px;	
	list-style-type:none;
}

.second .listitem {
	width:640px;		
	margin-bottom:10px;
	margin-left:40px;
	line-height:2em;
	border-bottom:dotted 1px #BBBBBB;
}

.second .image {
	width:640px;
	margin-left:auto;
	margin-right:auto;
}

.youtube h2 {
	width:740px;
	height:29px;
	margin-bottom:0px;
	padding:3px 0 0 40px;
	line-height:1.5em;
	background:url(../img/bg_head_l.png) no-repeat;
	font-size:16px;
	font-weight:bold;
}

.youtube {
	margin-bottom: 30px;	
	
}

#topics ul {
	width:740px;
	//margin-right:-40px;
	list-style-type:none;
}
#topics ul li {
	width:350px;
	height:100px;
	border-bottom:dotted 1px #BBBBBB;
	margin-right:20px;
	padding:10px 0;
	float:left;
	overflow:hidden;
}
#topics ul li h4 {
	line-height:1.6em;
	font-size:16px;
	font-weight:bold;
	color:#52965B;
}
#topics ul li .photo {
	padding-right:10px;
	float:left;
}
#topics ul li .text {
	line-height:1.6em;
}
#topics ul li .more {
	margin-top:10px;
	text-align:right;
}
#concept_text {
	padding-top: 20px;
}
#concept_text p {
	margin:0 0 15px 10px;
	line-height:1.6em;
}
#concept_img {
	float:right;
	padding:0 0 10px 20px;
}
#contents_02 #main_area h3 {
	margin:30px 0 10px 10px;
	padding-left:20px;
	line-height:1.5em;
	background:url(../img/icon_02.png) no-repeat 0 4px;
	font-size:16px;
	font-weight:bold;
}
#prof {
	padding:15px;
	background-color:#EEEEEE;
}
#prof_img {
	margin-top:10px;	
	width:120px;
	float:left;
}

#prof_img_right {
	margin-top:15px;
	margin-right:40px;
	width:120px;
	float:right;
}

#prof_img img {
	border:solid 8px #FFFFFF;
}
#prof_text {
	width:500px;
	float:right;
}
#prof_text_left {
	width:500px;
	float:left;
}

#prof_text_left h4 {
	margin-top:5px;
	line-height:1.5em;
	font-size:18px;
	font-weight:bold;
}
#prof_text_left p {
	margin-top:10px;
	font-size:16px;
	line-height:1.6em;
}


#prof_text h4 {
	margin-top:5px;
	line-height:1.5em;
	font-size:18px;
	font-weight:bold;
}
#prof_text p {
	margin-top:10px;
	font-size:16px;
	line-height:1.6em;
}
#contents_03 #main_area h3 {
	width:560px;
	height:25px;
	margin:15px 0;
	padding:5px 0 0 20px;
	line-height:1.5em;
	background:url(../img/bg_service_tit.png) no-repeat;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
}

.service .photo {
	float:right;
	margin:0 0 20px 15px;
}
.service .text {
	padding:10px 0 0 10px;
	line-height:1.6em;
}
.service .text p {
	margin-top:10px;
}
.service ul {
	clear:both;
	list-style-type:none;
}
.service ul li {
	line-height:1.6em;
}
.service ul li h4 {
	margin-bottom:10px;
	border-bottom:dotted 1px #52965B;
	padding:0px 2px 2px 20px;
	line-height:1.5em;
	background:url(../img/icon_01.png) no-repeat 10px 8px;
	font-size:16px;
	font-weight:bold;
	color:#52965B;
}
.service ul li .text {
	margin-bottom:20px;
	padding:0 15px;
}
.service .pagetop {
	line-height:1.5em;
	font-size:10px;
	text-align:right;
}
.service .pagetop a {
	padding-left:10px;
	background:url(../img/icon_03.png) no-repeat 0 4px;
	color:#52965B;
	text-decoration:none;
}
.service .pagetop a:hover {
	color:#006633;
}
#contents_04 #main_area ul {
	list-style-type:none;
}
#contents_04 #main_area ul h3 {
	margin:35px 0 10px 0;
	/margin:18px 0 10px 0;
	padding:0 0 10px 40px;
	line-height:1.8em;
	background:url(../img/faq_q.png) no-repeat;
	font-size:16px;
	font-weight:bold;
	color:#52965B;
}
#contents_04 #main_area ul .text {
	border-bottom:dotted 2px #CCCCCC;
	margin-bottom:10px;
	padding:0px 0 0 40px;
	line-height:1.6em;
	background:url(../img/faq_a.png) no-repeat;
}
#contents_05 #main_area img {
	margin-top:10px;
}
#contents_05 #main_area dl {
	position:relative;
	margin-bottom:30px;
}
#contents_05 #main_area dl dt {
	position:absolute;
	left:0;
	clear:both;
	width:90px;
	padding:5px 0 5px 10px;
	float:left;
	font-weight:bold;
	color:#52965B;
	line-height:1.6em;
}
#contents_05 #main_area dl dd {
	padding:5px 0 5px 100px;
	border-bottom:dotted 1px #CCCCCC;
	line-height:1.6em;
	color:#666666;
}
#contents_05 #main_area .text {
	margin:10px 0 20px 0;
	line-height:1.6em;
}

/* クリアフィックスハック */
.clearfix:after { 
	content:"";
    display:block;
    clear:both;
} 
.clearfix { 
	display: inline-block; 
}
/* Mac版IE除外 \*/
.clearfix { 
	display: block; 
}

#slide {
	position:relative;
	clear:both;
	width:740px;
	height:430px;
	margin:0px auto;
	margin-bottom:20px;
	background:url(../img/bg_slide.png) no-repeat;
}
#slide_img {
	width:690px;
	height:400px;
	overflow:hidden;
	padding:15px 0 0 25px;
}
#slide_img ul {
	position:relative;
	overflow:hidden;
	list-style-type:none;
	width:690px;
	height:400px;
}
#slide_img ul li,
#slide_img ul li img {
	width:690px;
	height:400px;
}

#slide_btn {
	list-style-type:none;
}
#slide_btn_next {
	position:absolute;
	top:200px; right:1px;
}
#slide_btn_back {
	position:absolute;
	top:200px; left:1px;
}
#slide_btn_next a,
#slide_btn_back a {
	display:block;
	width:21px;
	height:0;
	padding-top:21px;
	overflow:hidden;
	background:url(../img/btn_slide.png) no-repeat;
}
#slide_btn_next a {
	background-position:-21px 0;
}
#slide_btn_next a:hover {
	background-position:-21px -21px;
}
#slide_btn_back a:hover {
	background-position:0 -21px;
}

@keyframes copy2 {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes copy {
     0% {
         opacity: 1;
     }
     90% {
         opacity: 1;
     }
     91% {
         opacity: 0;
     }
     100% {
         opacity: 0;
     }
}

