@charset "shift_jis";

a img {
	border:none;
}
.box {
	width:680px;
	margin:0 auto 30px;
	border:1px solid #72AECA;
}
.mt30 {
	margin-top:30px;
}
h2 {
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	background-color:#72AECA;
	text-align:left;
	margin:0;
	padding:5px;
}
h3.midashi {
	font-size:16px;
	font-weight: normal;
	color:#666;
	text-align:left;
	margin:5px 0 10px;
	padding:0;
	line-height:1.3em;
}
p.midashi {
	font-size:16px;
	font-weight: normal;
	color:#666;
	text-align:left;
	margin:5px 0 10px;
	padding:0;
	line-height:2em;
}

p.normal {
	font-size:18px;
	font-weight: normal;
	color:#006599;
	text-align: center;
	margin:30px 0 20px;
	padding:0;
	line-height:1.5em;
}


.box_in {
	padding:15px 25px;
}

.box_in table {
    /*width: 100%;*/
	width:628px;
	margin:0 auto;
    border-collapse: collapse;
    border-spacing: 0;
	font-size:14px;
	line-height: 130%;
	background-color:#FFF;
}
.box table th,
.box_in table th {
    padding: 5px;
	color:#006599;
    font-weight: bold;
    text-align: left;
	white-space: nowrap;
}
.box_in table td {
    padding: 5px;
	color:#666;
    text-align: left;
}
.box_in table td.right {
    text-align: right;
}
.box_in table td.center {
    text-align: center;
}
.box_in table td.top {
	vertical-align:top;
}
.box_in table td h3 {
	color:#006599;
	font-size:14px;
    font-weight: bold;
	margin:2px auto 5px;
	padding:0;
	text-decoration:none;
}
.box_in table td h3 img {
	vertical-align:middle;
	margin-right:5px;
}
.box_in table td strong {
	text-decoration:underline;
	margin-left:5px;
	margin-right:5px;
}
.box_in table td p {
	font-size:14px;
	margin:0 auto 5px;
	padding:0;
}
.box_in p {
	line-height:1.5em;
}



a:hover img.rover {
-moz-opacity:0.5;
opacity:0.5;
filter: alpha(opacity=60);
}

hr.dotted {
	border:dotted #CCC;
	border-width:1px 0px 0px 0px;
	clear:both;
	font-size:1px;
	height:1px;
	zoom:1;
	margin:3px 0;
	visibility:inherit;
}



.box_g {
	width:680px;
	margin:0 auto 30px;
	border:1px solid #CCC;
}
p {
	font-size:14px;
	color:#666;
	margin:0;
	padding:0;
}
p img {
	vertical-align:middle;
	margin-left:5px;
	margin-right:5px;
}


.box_note {
	width:680px;
	margin:0 auto 30px;
	/*padding:10px;*/
	border:1px solid #CCC;
	background-color: #FFFFF0;
	text-align:left;
}










/* table */
table.base {
    width: 100%;
	margin:0 auto;
    border-collapse: collapse;
    border-spacing: 0;
	font-size: 107%;
}

table.base th,
table.base_center th,
table.base_short th {
    padding: 10px;
    border: #D8D8D8 solid;
    border-width: 0 0 1px 1px;
    background: #F0F0F0;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
	white-space: nowrap;
}
table.base th.nowrap_no,
table.base_center th.nowrap_no,
table.base_short th.nowrap_no {
	white-space: normal;
}
table.base td,
table.base_center td,
table.base_short td {
    padding: 10px;
    border: 1px #D8D8D8 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
	background-color:#FFF;
}
table.base_center td {
	text-align:center;
}
table.base_short {
	width:400px;
}
table.base_center td.day,
table.base_center td.title,
table.base_center td.title_l {
	background: #F2F8ED;
    text-align: center;
	white-space: nowrap;
}
table.base_center td.title_l {
	text-align:left;
	white-space:normal;
}
table.base td.title_r {
	text-align: right;
	white-space:normal;
}
table.nowrap {
	white-space: nowrap;
}
table.nowrap_no {
	white-space: normal;
}
table.base td.month,
table.base td.title_c {
	background: #F2F8ED;
    text-align: center;
	white-space: nowrap;
}
table.base td.center {
    text-align: center;
}
table.base td.title {
	background: #F2F8ED;
	white-space: nowrap;
}
table.base_center td.title_green {
	background: #DEEED2;
	white-space: nowrap;
}
table.base_center td.title_blue {
	background: #D2EDEB;
	white-space: nowrap;
}
table.base td.title_nn {
	background: #F2F8ED;
}
table.base td h4,
table.base td h4 a {
	font-weight:bold;
}


table.base td li {
	font-size:107%;
	padding-left:18px;
	zoom:1;
}

table.base td.temp {
	text-align: center;
}
table.base td.temp img {
	vertical-align: text-bottom;
}

table.base .base {
	font-size:100%;
}




/*table*/
table.baseform {
    width: 90% !important;
}

table.baseform th {
	border-bottom:none !important;
}
table.baseform th.nowrap_no {
	white-space: normal;
}
table.baseform td {
	border-bottom:none !important;
}


table th.book {
	width:440px !important;
}
table th.pl45 {
	padding-left:45px !important;
}

.mr05 {
	margin-right:5px !important;
}




/* table */
table.note {
    /*width: 100%;*/
	margin:5px auto 0;
    border-collapse: collapse;
    border-spacing: 0;
	border: #D8D8D8 solid;
	border-width: 1px 1px 0 0 ;
}

table.note th {
    padding: 7px;
    border: #D8D8D8 solid;
    border-width: 0 0 1px 1px;
    background: #F0F0F0;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
	white-space: nowrap;
}
table.note th.nowrap_no {
	white-space: normal;
}
table.note td {
    padding: 7px;
    border: 1px #D8D8D8 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
	background-color:#FFF;
	color:#555;
}


/* seminar */
/* table */


table.seminar1,
table.seminar2 {
	width:615px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	color:#444;
	font-size:14px;
}

table.seminar1 th,
table.seminar2 th {
    padding: 5px 3px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #C3E3B2;
    font-weight: normal;
    line-height: 120%;
    /*text-align: center;*/
	color:#27600A;
	white-space: nowrap;
}
table.seminar1 th,
table th.seminar1 {
    background: #CFC6EA;
	color:#43395F;
}

table.seminar1 td,
table.seminar2 td {
    padding: 5px 3px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
	font-size:12px;
	line-height:1.5em;
}
table.seminar1 td.nowrap,
table.seminar2 td.nowrap {
	color:#069;
    white-space: nowrap;
}
table.seminar1 td.t_c,
table.seminar2 td.t_c {
	text-align:center;
}


/*---------------------*/
/*   form     */
/*----------------------*/

.txtmode1 {
  ime-mode: active;   /* 全角モード */
}
.txtmode2 {
  ime-mode: inactive; /* 半角モード */
}




/**/

.sami_ft3{
font-size: 10pt;
line-height: 18px;
}
.sami_ft31{
font-size: 10pt;
}

.sami_ft5{
font-size: 10pt;
line-height: 20px;
color: #006633;
font-weight: bold;
}
.sami_ft6{
font-size: 10.5pt;
line-height: 20px;
color: #000000;
font-weight: bold;
}

.setumei {
	/*width:450px;*/
	padding:15px;
	border:3px double #9CF;
	background-color:#FFD;
	font-size:15px;
	line-height:1.8em;
}


.waku_g {
	padding:2px 5px 1px;
	border: 1px solid #999999;
	background-color:#FFB;
}





/* ローカルナビ */

ul.lnavi {
	text-align : center ;
	list-style:none;
	margin:20px 0;
	padding:0;
}
.lnavi li {
	display : inline ;
	list-style:none;
	padding:10px 30px;
	margin:0;
	border-left:1px solid #69F;
	border-top:1px solid #69F;
	border-bottom:1px solid #69F;
	background-color:#fff;
	background:url(img/lnavi_bg.jpg) repeat-x bottom left; 
}
.lnavi li.last {
	border-right:1px solid #69F;
}
.lnavi li.hit {
	background-color:#FFF;
	background:none;
	border-bottom: none;
}



.icon_arrow a {
	/*margin-bottom: 0.5em;
	margin-left: 7.5em;*/
	background:url(img/icon_arrow.gif) no-repeat left 4px;
	padding-left:10px;
	zoom:1;
}
.icon_arrow_point {
	/*margin-bottom: 0.5em;
	margin-left: 7.5em;*/
	background:url(img/icon_arrow.gif) no-repeat left center;
	padding-left:10px;
	zoom:1;
	color:#555;
}


.box ol {
	color:#666;
    text-align: left;
}

