@charset "utf-8";
/* CSS Document */

body {
	position: relative;
	min-width: 960px;
	background: url(../img/bg_header_01.png) repeat-x;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
}
a {
	color: #1D3992;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
}
a.nosp:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}

/*------------------------------------------------------
 header
------------------------------------------------------*/
#header {
	width: 960px;
	height: 73px;
	margin: 0 auto;
}
#header h1 {
	float: left;
	width: 600px;
	margin: 28px 0 0 0;
	line-height: 28px;
}
#header h1 img {
	margin: 0 10px 0 0;
}
#header #headerTel {
	float: right;
	width: 312px;
	margin: 18px 0 0 0;
	line-height: 20px;
}
#header #headerTel img {
	margin: 0 0 0 10px;
}
#header #headerOpen {
	float: right;
	width: 192px;
	margin: 5px 0 0 0;
	font-size: 10px;
}

/*------------------------------------------------------
 mainimg
------------------------------------------------------*/
#mainimg {
	height: 529px;
	background: url(../img/img_main_02.jpg) repeat-x 0 100%;
}
#mainimg h2 {
	width: 960px;
	margin: 0 auto;
}

/*------------------------------------------------------
 box1
------------------------------------------------------*/
#box1 {
	background: url(../img/bg_contents_01.png) repeat-x;
}
#box1Inner {
	position: relative;
	width: 960px;
	height: 192px;
	margin: 0 auto;
	background: url(../img/bg_contents_02.png)
}
#box1Inner .image1 {
	position: absolute;
	top: 17px;
	left: 3px;
	width: 408px;
	height: 72px;
}
#box1Inner .image2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 290px;
	height: 192px;
}
#box1Inner .button1 {
	position: absolute;
	top: 99px;
	left: 0;
	width: 647px;
	height: 77px;
}

/*------------------------------------------------------
 box2
------------------------------------------------------*/
#box2 {
	width: 960px;
	margin: 0 auto 40px;
}
#box2 .image1 {
	margin: 20px 0 11px 0;
	text-align: center;
}
#box2 #box2Menu {
	height: 170px;
}
#box2 #box2Menu li {
	float: left;
	width: 310px;
	margin: 0 15px 0 0;
}
#box2 #box2Menu li.last {
	margin: 0;
}

#box2 #box2Menu li a {
	width: 310px;
	height: 170px;
	display: block;
}

#box2 #box2Menu .tab_1 { background: url(../img/img_contents_04.png) no-repeat 0 0;}
#box2 #box2Menu .tab_2 { background: url(../img/img_contents_05.png) no-repeat 0 0;}
#box2 #box2Menu .tab_3 { background: url(../img/img_contents_06.png) no-repeat 0 0;}

#box2 #box2Menu a:hover.tab_1 { background: url(../img/img_contents_04a.png) no-repeat 0 0;}
#box2 #box2Menu a:hover.tab_2 { background: url(../img/img_contents_05a.png) no-repeat 0 0;}
#box2 #box2Menu a:hover.tab_3 { background: url(../img/img_contents_06a.png) no-repeat 0 0;}

#box2 #box2Menu .active .tab_1 { background: url(../img/img_contents_04a.png) no-repeat 0 0;}
#box2 #box2Menu .active .tab_2 { background: url(../img/img_contents_05a.png) no-repeat 0 0;}
#box2 #box2Menu .active .tab_3 { background: url(../img/img_contents_06a.png) no-repeat 0 0;}

.age01 #box2age30,
.age01 #box2age40,
.age01 #box2age50 {
	display: none;
}

.age02 #box2age30,
.age02 #box2age50 {
	display: none;
}

.age03 #box2age30,
.age03 #box2age40 {
	display: none;
}

#box2 #box2Inner {
	background: #F0FFE0;
}
#box2 #box2Inner h4 {
	margin: 0 0 10px 0;
}
#box2 #box2Inner h5 {
	margin: 0 0 20px 0;
	padding: 20px 0 15px 40px;
	background: url(../img/bg_contents_06.png) no-repeat;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
}
#box2 #box2Inner .inner {
	margin: 0 0 30px 0;
}
#box2 #box2Inner .inner .image1 {
	float: left;
	margin: 0 10px 0 0;
}
#box2 #box2Inner .inner .text1 {
	overflow: hidden;
	padding: 0 10px;
	background: url(../img/bg_contents_07.png);
	font-size: 13px;
	line-height: 26px;
}
#box2 #box2Inner .button1 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
/*	cursor: pointer;*/
}
#box2 #box2Inner #box2age30 {
	position: relative;
	padding: 50px 15px 10px 15px;
	background: url(../img/bg_contents_03.png) no-repeat;
}
#box2 #box2Inner #box2age30 .left {
	float: left;
	width: 450px;
}
#box2 #box2Inner #box2age30 .right {
	float: right;
	width: 450px;
}
#box2 #box2Inner #box2age40 {
	position: relative;
	padding: 50px 15px 10px 15px;
	background: url(../img/bg_contents_04.png) no-repeat;
}
#box2 #box2Inner #box2age40 .left {
	float: left;
	width: 580px;
}
#box2 #box2Inner #box2age40 .right {
	float: right;
	width: 320px;
}
#box2 #box2Inner #box2age50 {
	position: relative;
	padding: 50px 15px 10px 15px;
	background: url(../img/bg_contents_05.png) no-repeat;
}
#box2 #box2Inner #box2age50 .left {
	float: left;
	width: 450px;
}
#box2 #box2Inner #box2age50 .right {
	float: right;
	width: 450px;
}

/*------------------------------------------------------
 box3
------------------------------------------------------*/
#box3 {
	width: 950px;
	margin: 0 auto;
	padding: 0 10px 0 0;
}
#box3 #box3Inner {
	padding: 10px;
	background: #F0FFE0;
}
#box3 #box3Inner h4 {
	padding: 5px 20px;
	background: #4CA436;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
}
#box3 #box3Inner .text1 {
	padding: 10px 20px 20px 20px;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
#box3 #box3Inner .image1 {
	padding: 0 0 80px 18px;
	background: url(../img/bg_contents_08.png) no-repeat center bottom;
}

/*------------------------------------------------------
 box4
------------------------------------------------------*/
#box4 {
	background: url(../img/bg_contents_09.png) repeat-x;
}
#box4 #box4Inner {
	width: 960px;
	height: 200px;
	margin: 0 auto;
}
#box4 #box4Inner .image1 {
	float: left;
	width: 300px;
	padding: 15px 16px 15px 0;
}
#box4 #box4Inner .image2 {
	float: right;
	width: 644px;
	padding: 25px 0 0 0;
	text-align: center;
}
#box4 #box4Inner .button1 {
	float: right;
	width: 644px;
	margin: 7px 0 0 0;
	text-align: center;
}
#box4 #box4Inner .text1 {
	float: right;
	width: 644px;
	margin: 5px 0 0 0;
	color: #FFF;
	line-height: 26px;
	text-align: center;
	vertical-align: bottom;
}
#box4 #box4Inner .text1 img {
	margin: 0 10px;
}

/*------------------------------------------------------
 box5
------------------------------------------------------*/
#box5 {
	width: 960px;
	margin: 0 auto 30px;
}
#box5 h3 {
	float: left;
	width: 475px;
	margin: 0 15px 0 0;
}
#box5 h4 {
	overflow: hidden;
	padding: 45px 0 0 0;
	color: #198A06;
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
}
#box5 .text1 {
	overflow: hidden;
	font-size: 13px;
	line-height: 18px;
}
#box5 .text1 strong {
	color: #198A06;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
}

/*------------------------------------------------------
 box6
------------------------------------------------------*/
#box6 {
	width: 960px;
	margin: 0 auto;
}
#box6 #box6Inner {
	width: 950px;
	padding: 0 0 10px 0;
	background: #F0FFE0;
}
#box6 #box6Inner .merit {
	padding: 10px 10px 20px 10px;
}
#box6 #box6Inner .merit .image1 {
	float: left;
	width: 70px;
	margin: 0 15px 0 0;
}
#box6 #box6Inner .merit h4 {
	float: left;
	width: 840px;
	margin: 0 0 5px 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
}
#box6 #box6Inner .merit .text1 {
	float: left;
	width: 840px;
	font-size: 13px;
	line-height: 16px;
}
#box6 #box6Inner .inner {
	width: 850px;
	padding: 0 10px 20px 90px;
}
#box6 #box6Inner .inner h5 {
	padding: 5px 10px;
	background: #4CA436;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
}
#box6 #box6Inner .inner .text2 {
	padding: 15px 10px;
	font-size: 13px;
	line-height: 16px;
}
#box6 #box6Inner .inner .text2 strong {
	line-height: 28px;
}
#box6 #box6Inner .inner .image2 {
	padding: 0 10px;
}
#box6 #box6Inner .image3 {
	padding: 0 10px 70px 100px;
	background: url(../img/bg_contents_10.png) no-repeat center bottom;
}
#box6 #box6Inner .inner .image4 {
	padding: 20px 10px 0;
}

/*------------------------------------------------------
 box7
------------------------------------------------------*/
#box7 {
	background: url(../img/bg_contents_09.png) repeat-x;
}
#box7 #box7Inner {
	width: 960px;
	height: 200px;
	margin: 0 auto;
}
#box7 #box7Inner .image1 {
	float: left;
	width: 300px;
	padding: 15px 16px 15px 0;
}
#box7 #box7Inner .image2 {
	float: right;
	width: 644px;
	padding: 25px 0 0 0;
	text-align: center;
}
#box7 #box7Inner .button1 {
	float: right;
	width: 644px;
	margin: 7px 0 0 0;
	text-align: center;
}
#box7 #box7Inner .text1 {
	float: right;
	width: 644px;
	margin: 5px 0 0 0;
	color: #FFF;
	line-height: 26px;
	text-align: center;
}
#box7 #box7Inner .text1 img {
	margin: 0 10px;
}

/*------------------------------------------------------
 box8
------------------------------------------------------*/
#box8 {
	position: relative;
	width: 960px;
	height: 661px;
	margin: 0 auto 30px;
}
#box8 ul {
	position: absolute;
	top: 257px;
	left: 30px;
	width: 550px;
}
#box8 ul li {
	margin: 0 0 5px 0;
	padding: 5px 10px 5px 40px;
	background: url(../img/bg_contents_11.png) no-repeat;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
}
#box8 .image1 {
	position: absolute;
	bottom: 5px;
	right: 0;
}

/*------------------------------------------------------
 box9
------------------------------------------------------*/
#box9 {
	width: 960px;
	height: 365px;
	margin: 0 auto 14px;
}
#box9 h3 {
	float: left;
	width: 420px;
}
#box9 .image1 {
	float: right;
	width: 540px;
	margin: 12px 0 0 0;
}

/*------------------------------------------------------
 box10
------------------------------------------------------*/
#box10 {
	overflow: visible;
	position: relative;
	width: 960px;
	margin: 0 auto 20px;
	padding: 95px 0 0 0;
	background: url(../img/img_contents_29.jpg) no-repeat right top;
}
#box10 h3 {
	position: absolute;
	top: -38px;
	left: 0;
	width: 641px;
	height: 133px;
}
#box10 .inner {
	margin: 0 0 40px 0;
	padding: 0 240px 30px 0;
	border-bottom: 1px dotted #D7D7D7;
}
#box10 .image1 {
	float: left;
	width: 300px;
	margin: 0 0 7px 0;
}
#box10 .text1 {
	float: right;
	width: 400px;
	font-size: 13px;
	line-height: 16px;
}
#box10 .text1 strong {
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
}
#box10 .button1 {
	clear: both;
}
#box10 .image2 {
	float: left;
	width: 300px;
	margin: 0 0 7px 0;
}
#box10 .text2 {
	float: right;
	width: 660px;
	height: 170px;
	font-size: 13px;
	line-height: 16px;
}
#box10 .text2.type02 {
	width: 635px;
}
#box10 .text2 strong {
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
}
#box10 .button2 {
	float: left;
	width: 284px;
}
#box10 .link {
	position: absolute;
	top: 365px;
	right: 60px;
	width: 130px;
	padding: 0 0 0 10px;
	background: url(../img/ico_contents_01.png) no-repeat 0 7px;
	color: #1D3993;
	line-height: 20px;
}
#box10 .link a {
	color: #1D3993;
	text-decoration: underline;
}
#box10 .link a:hover {
	text-decoration: none;
}

/*------------------------------------------------------
 box11
------------------------------------------------------*/
#box11 {
	width: 960px;
	margin: 0 auto 30px;
}
#box11 h3 {
	float: left;
	width: 671px;
	margin: 0 11px 40px 0;
}
#box11 div.block01 {
	width: 730px;
	margin: 0 auto 60px;
}
#box11 div.block01 div.text {
	width: 380px;
	float: right;
}
#box11 div.block01 div.text p {
}
#box11 div.block01 img {
	width: 320px;
	float: left;
}
#box11 div.block01 div.text p img {
	width: auto;
	margin-bottom: 30px;
}
#box11 div.block01:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
#box11 div.block02 {
    margin-bottom: 60px;
}
#box11 div.block02 ul {
	width: 730px;
	margin: 0 auto;
}
#box11 div.block02 ul li {
	width: 122px;
	padding-right: 14px;
	margin-right: 14px;
	border-right: dashed 1px #A79A70;
	float: left;
}
#box11 div.block02 ul li:last-child {
	margin-right: 0;
	padding-right: 0;
	border: none;
}
#box11 div.block02 ul:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}


/*------------------------------------------------------
 box12
------------------------------------------------------*/
#box12 {
	/*height: 2675px;*/
	margin: 0 0 30px 0;
	padding: 0 0 20px 0;
	background: url(../img/bg_contents_15.png) no-repeat center bottom;
}
#box12 h3 {
	width: 960px;
	margin: 0 auto;
}
#box12 .inner {
	position: relative;
	width: 960px;
	margin: 0 auto;
}
/*box12Right*/
#box12Right {
	position: absolute;
	top: 0;
	right: 0;
	width: 248px;
	height: 2460px;
	padding: 10px;
	background: #EEFFDD;
	border-left: 1px solid #D7D7D7;
	border-right: 1px solid #D7D7D7;
	z-index: 9999;
}
#box12Right h4 {
	margin: 0 0 10px 0;
	background: url(../img/ico_contents_03.png) no-repeat left bottom;
	font-weight: bold;
	line-height: 24px;
}
#box12Right h4 span {
	font-size: 20px;
}
#box12Right h4 img {
	margin: 0 0 0 30px;
}
#box12Right .movie {
	width: 248px;
	height: 180px;
}
#box12Right .text1 {
	margin: 0 0 20px 0;
	padding: 5px 0 5px 10px;
	background: #1B1B1B;
	color: #FFF;
	font-size:13px;
	font-weight: bold; 
}
#box12Right h5 {
	margin: 0 0 15px 0;
	padding: 0 0 0 25px;
	background: url(../img/ico_contents_03.png) no-repeat;
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
}
#box12Right .text2 {
	margin: 0 0 7px 0;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
}
#box12Right ul {
	margin: 0 0 15px 0;
	background: #FFF;
	border: 1px solid #D7D7D7;
	border-bottom: none;
}
#box12Right ul li {
	padding: 10px;
	border-bottom: 1px solid #D7D7D7;
	line-height: 16px;
}
#box12Right ul li img {
	display: block;
	margin: 0 auto 10px;
}

/*box12Left1*/
#box12 #box12Left1 {
	width: 665px;
	/*height: 630px;*/
	margin: 20px auto 0;
	padding: 70px 295px 0 0;
	background: url(../img/bg_contents_13.png) no-repeat center top;
}
#box12 #box12Left1 dl {
	margin: 7px 0 0 0;
	padding: 234px 0 0 10px;
	background: url(../img/img_contents_38.jpg) no-repeat;
}
#box12 #box12Left1 dl dt {
	width: 70px;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
#box12 #box12Left1 dl dd {
	margin: -20px 0 6px 0;
	padding: 0 0 0 70px;
	font-size: 16px;
	line-height: 20px;
}
#box12 #box12Left1 .text1 {
	padding: 5px 0 25px 10px;
}
#box12 #box12Left1 h5 {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	background: #4CA436;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
}
#box12 #box12Left1 ol {
	height: 120px;
	margin: 0 0 5px 0;
}
#box12 #box12Left1 ol li {
	float: left;
	width: 223px;
	height: 111px;
	padding: 9px 0 0 9px;
	background: url(../img/bg_contents_14.png) no-repeat;
	color: #4CA433;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
}
#box12 #box12Left1 ol li img {
	display: block;
	margin: 0 0 12px 0;
}
#box12 #box12Left1 ol li.last {
	float: right;
	width: 191px;
}
#box12 #box12Left1 .text2 {
	text-align: right;
}
/*box12Left2*/
#box12 #box12Left2 {
	margin: 0 0 15px 0;
	background: url(../img/bg_contents_12.png) repeat-x;
}
#box12 #box12Left2 .inner {
	width: 675px;
	height: 156px;
	margin: 0 auto;
	padding: 0 285px 0 0;
}
#box12 #box12Left2 .inner .button1 {
	float: left;
	width: 384px;
	margin: 55px 0 0 0;
}
#box12 #box12Left2 .inner .image1 {
	float: right;
}
/*box12Left3*/
#box12 #box12Left3 {
	width: 665px;
	margin: 0 auto 10px;
	padding: 0 295px 0 0;
}
#box12 #box12Left3 dl {
	padding: 10px;
	background: #F0FFE0;
}
#box12 #box12Left3 dl dt {
	float: left;
	width: 60px;
	height: 50px;
	margin: 0 15px 0 0;
}
#box12 #box12Left3 dl dd {
	float: left;
	width: 570px;
	font-size: 13px;
	line-height: 16px;
}
#box12 #box12Left3 dl dd strong {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
}
/*box12Left4*/
#box12 #box12Left4 {
	width: 665px;
	margin: 0 auto;
	padding: 0 295px 0 0;
}
#box12 #box12Left4 ul {
	padding: 10px 20px;
	border: 1px solid #D7D7D7;
}
#box12 #box12Left4 ul li {
	margin: 0 0 10px 0;
	padding: 5px 0 0 45px;
	background: url(../img/ico_contents_02.png) no-repeat;
	font-size: 25px;
	font-weight: bold;
	line-height: 28px;
}

/*------------------------------------------------------
 box13
------------------------------------------------------*/
#box13 {
	width: 960px;
	margin: 0 auto 10px;
	padding: 73px 0 0 0;
	background: url(../img/bg_contents_16.png) no-repeat center top;
}

/*------------------------------------------------------
 form
------------------------------------------------------*/
#form {
	width: 960px;
	margin: 0 auto 10px;
}
#form .inner {
	position: relative;
	height: 207px;
	margin: 0 0 25px 0;
	background: url(../img/bg_contents_17.png) no-repeat;
}
#form .inner h3 {
	position: absolute;
	top: 102px;
	left: 43px;
	width: 580px;
	color: #FFF;
	font-size: 28px;
	font-weight: bold;
	line-height: 40px;
}
#form .inner .image1 {
	position: absolute;
	top: 150px;
	left: 43px;
	width: 321px;
	height: 20px;
}
#form .inner .image2 {
	position: absolute;
	top: 32px;
	right: 10px;
	width: 322px;
	height: 175px;
}
/*formBox*/
#form #formBox {
	padding: 0 20px;
	background: #F6F6F6;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
}
#form #formBox table {
	width: 100%;
}
#form #formBox table th {
	width: 154px;
	padding: 12px 5px 12px 15px;
	background: url(../img/ico_form_02.png) no-repeat 5px 15px;
	border-bottom: 1px solid #E0E0E0;
	color: #333;
	font-size: 13px;
	text-align: left;
	vertical-align: top;
	line-height: 18px;
}
#form #formBox table th img.must {
	float: right;
}
#form #formBox table td {
	padding: 10px;
	border-bottom: 1px solid #E0E0E0;
	color: #333;
	font-size: 13px;
	line-height: 18px;
}
#form #formBox table td table {
}
#form #formBox table td table td {
	padding: 0;
	border-bottom: none;
}
#form #formBox table .noline {
	padding-bottom: 0 !important;
	border-bottom: none !important;
}
#form #formBox table td p {
	margin: 5px 0 0 0;
	line-height: 16px;
}
#form #formBox table td p a {
	color: #1D3992;
	text-decoration: underline;
}
#form #formBox table td p a:hover {
	text-decoration: none;
}
#form #formBox .mustArea {
	background-color: #FFFFA4;
}
#form #formBox .parts1 {
	width: 200px;
	height: 24px;
	padding: 3px;
    line-height:inherit;
}
#form #formBox .parts2 {
	width: 100px;
	height: 24px;
	padding: 3px;
    line-height:inherit;
}
#form #formBox .parts3 {
	width: 120px;
	height: 24px;
	padding: 3px;
    line-height:inherit;
}
#form #formBox .parts4 {
	width: 600px;
	height: 24px;
	padding: 3px;
    line-height:inherit;
}
#form #formBox .parts5 {
	width: 600px;
	height: 40px;
	padding: 3px;
    line-height:inherit;
}
#form #formBox .parts6 {
	width: 300px;
	height: 24px;
	padding: 3px;
    line-height:inherit;
}
.formPrivacy {
	margin: 20px 0 10px 0;
	color: #333;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
}
.formPrivacy a {
	color: #006666;
	text-decoration: underline;
}
.formPrivacy a:hover {
	text-decoration: none;
}
.formSubmit {
	margin: 0 0 8px 0;
	text-align: center;
}
.formSubmit .formButtonSubmit {
	width: 421px;
	height: 80px;
	background: url(../img/btn_form_01.png) no-repeat;
	border: none;
	cursor: pointer;
	text-indent: -9999px;
}
.formSubmit .formButtonSubmit:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
}
.formTel {
	color: #333;
	font-size: 13px;
	text-align: center;
	line-height: 24px;
}

/*------------------------------------------------------
 box14
------------------------------------------------------*/
#box14 {
	width: 960px;
	margin: 0 auto 30px;
	padding: 25px 0 0 0;
	background: url(../img/bg_contents_15.png) no-repeat;
}
#box14 .text1 {
	margin: 0 0 15px 0;
	font-size: 28px;
	font-weight: bold;
	line-height: 34px;
	text-align: center;
}
#box14 .button1 {
	text-align: center;
}

/*------------------------------------------------------
 footer
------------------------------------------------------*/
#footer {
	border-top: 30px solid #1B8A07;
/*	background: url(../img/bg_footer_01.png) repeat-x;*/
}
#footer #footerInner {
	width: 960px;
	margin: 0 auto;
}
#footer #footerInner .left {
	float: left;
	width: 500px;
	margin: 35px 0 0 0;
}
#footer #footerInner .left h2 {
	margin: 0 0 15px 0;
}
#footer #footerInner .left .text1 {
	color: #333;
	font-size: 13px;
	line-height: 20px;
}
#footer #footerInner .right {
	float: right;
	width: 400px;
	margin: 43px 0 0 0;
	text-align: right;
}
#footer #footerInner .right .image1 {
	margin: 0 0 29px 0;
}

/*------------------------------------------------------
 side
------------------------------------------------------*/
#side {
	position: fixed;
	top: 100px;
	right: 0; 
	width: 52px;
	height: 314px;
	z-index: 9999;
}



.dd_la{
	padding-bottom:10px !important;
    border-bottom: 1px solid #dedede;
}




/*------------------------------------------------------
 セミナー詳細
------------------------------------------------------*/

dl#seminar_shousai{
	margin-top:30px !important;
}

.jukou{
	color: #F63;
    font-size: 14px;
    padding: 10px;
    line-height: 2em;
}