﻿@charset "UTF-8";
@import url("style-base.css");

h3 {
}

td { font-size:12px; line-height: 150%; }
th { font-size:12px; line-height: 150%; }
.size-12 { font-size: 12px; line-height: 180%; }
.size-10 { font-size: 10px; line-height: 150%; }
.size-16 { font-size: 16px; line-height: 150%; }

.img_r {
	float: right;
	border: none;
	vertical-align: top;
	margin-left: 5px;
	margin-bottom: 5px;
}
.img_l {
	float: left;
	border: none;
	vertical-align: top;
	margin-right: 5px;
	margin-bottom: 5px;
}
.img_n {
	float: none;
	border: none;
}
form {
	margin: 0;
}
input {
	margin: 3px 0;
}
textarea,select,input {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku 
GothicPro","Osaka","Verdana","Helvetica","Arial","ＭＳ Ｐゴシック","sans-serif";
}

/***** contents-txt *****/
.contents-txt {
	padding: 0 10px;
	margin-bottom: 18px;
}

.contents-txt p {
	font-size: 12px;
	line-height: 150%;
	margin-bottom: 12px;
}
.contents-txt2  {
	font-size: 12px;
	line-height: 200%;
}
.contents-txt2 img {
	float: left;
	margin-right: 6px;
	margin-bottom: 5px;
	vertical-align: top;
}
.contents-txt h4 {
	background: url(img/h3-bg.gif) no-repeat;
	font-size: 14px;
	padding: 12px 0 12px 16px;
	margin-bottom: 16px;
}
.contents-txt h5 {
	background: #808080;
	color: #FFFFFF;
	font-size: 12px;
	padding: 6px;
	margin-bottom: 10px;
}

.contents-txt dl {
}
.contents-txt dt {
	font-size: 12px;
	line-height: 150%;
	padding: 0;
	margin: 0;
}
.contents-txt dd {
	font-size: 12px;
	line-height: 150%;
	padding: 0;
	margin-bottom: 10px;
}
.contents-txt dd.txt1 {
	font-size: 12px;
	line-height: 150%;
	padding: 0;
	margin: 0;
}
.contents-txt dd.txt2 {
	font-size: 12px;
	line-height: 150%;
	padding: 0 0 0 40px;
	margin-bottom: 10px;
}

div.faq {
	margin-bottom: 16px;
}
div.faq h5 {
	background: #4169E1;
	color: #FFFFFF;
	font-size: 12px;
	padding: 6px;
	margin-bottom: 4px;
	font-weight: bold;
}
div.faq p {
	font-size: 12px;
	line-height: 160%;
	padding: 6px;
	margin: 0;
}
div.faq dl {
}
div.faq dt {
	font-size: 12px;
	line-height: 160%;
	padding: 0 6px;
	margin: 0;
}
div.faq dd {
	font-size: 12px;
	line-height: 160%;
	padding: 0 6px 0 16px;
	margin: 0;
}

/***** entry *****/
div.entry-box {
	width: 530px;
	background: url(img/entry-bg.gif) repeat-y;
	font-size: 12px;
	line-height: 160%;
	margin-bottom: 18px;
}
div.entry-box dl {
	padding: 0 10px;
}
div.entry-box dt {
	text-align: right;
	background: url(img/entry-bg-date.gif) no-repeat;
}
div.entry-box dd {
	background: url(img/entry-ttl.gif) no-repeat;
	font-size: 14px;
	font-weight: bold;
	padding: 9px 0 9px 20px;
}

div.entry-box-txt {
	padding: 8px 10px 4px 20px;
}
.entry-navi {
	font-size: 12px;
	text-align: center;
	margin-bottom: 18px;
}

.comment {
	padding: 6px;
}
.comment p {
	font-size: 12px;
	line-height: 150%;
	border-bottom: dotted 1px #CCCCCC;
	padding-bottom: 6px;
}
.comment blockquote {
	font-size: 12px;
	line-height: 150%;
	padding-top:10px;
	padding-bottom: 6px;
}

.care {
	padding: 8px;
	font-size: 10px;
	line-height: 150%;
	margin: 16px 0;
	background: #E4F4DB;	
}

.absored	{
	font-size: 10px;
	color: #CC0000;
}

/***** table *****/
table.box-500 {
    border-right:1px solid #7C9DD2;
    border-bottom:1px solid #7C9DD2;
	margin: 16px 5px;
	width: 500px;
}

.box-500 th {
    border-left: 1px solid #7C9DD2;
    border-top: 1px solid #7C9DD2;
	background-color: #F0F8FF;
	padding: 6px;
	width: 120px;
	font-weight: lighter;
	text-align: left;
}
.box-500 td {
    border-left: 1px solid #7C9DD2;
    border-top: 1px solid #7C9DD2;
	padding: 6px;
	text-align: left;
}


table.box-center {
    border-right:1px solid #7C9DD2;
    border-bottom:1px solid #7C9DD2;
	margin: 16px 5px;
	width: 500px;
}
.box-center th {
    border-left: 1px solid #7C9DD2;
    border-top: 1px solid #7C9DD2;
	background-color: #F0F8FF;
	padding: 6px;
	width: 120px;
	font-weight: lighter;
}
.box-center td {
    border-left: 1px solid #7C9DD2;
    border-top: 1px solid #7C9DD2;
	padding: 6px;
	text-align: center;
}
.box-center img {
	border: 0;
}

table.box-120 {
	width: 120px;
}
.box-120 td {
	padding: 6px;
	text-align: center;
	background: #DFEAFF;
}

table.box-2 {
    border-right:1px solid #7C9DD2;
    border-bottom:1px solid #7C9DD2;
	margin: 16px 5px;
	width: 500px;
}

.box-2 th {
    border-left: 1px solid #7C9DD2;
    border-top: 1px solid #7C9DD2;
	background-color: #F0F8FF;
	padding: 6px;
}
.box-2 td {
    border-left: 1px solid #7C9DD2;
    border-top: 1px solid #7C9DD2;
	padding: 6px;
}

.chart {
	padding: 6px;
	text-align: center;
	background: #DFEAFF;
	width: 108px;
	vertical-align: top;
}

.campus {
    border-right:1px solid #7C9DD2;
    border-bottom:1px solid #7C9DD2;
	margin: 16px 5px;
	width: 500px;
}
.campus th {
    border-left: 1px solid #7C9DD2;
    border-top: 1px solid #7C9DD2;
	background-color: #F0F8FF;
	padding: 6px;
	font-weight: lighter;
	font-size: 10px;
}
.campus th.kyu {
    border-left: 1px solid #7C9DD2;
    border-top: 1px solid #7C9DD2;
	background-color: #FFFFFF;
	padding: 6px;
	font-weight: lighter;
	font-size: 10px;
	text-align: left;
}
.campus td {
    border-left: 1px solid #7C9DD2;
    border-top: 1px solid #7C9DD2;
	padding: 2px;
	text-align: left;
	font-size: 10px;
}
.campus td.nin {
    border-left: 1px solid #7C9DD2;
    border-top: 1px solid #7C9DD2;
	padding: 2px;
	text-align: center;
	font-size: 10px;
}

.ki {
    border-right:1px solid #7C9DD2;
    border-bottom:1px solid #7C9DD2;
	margin: 16px 5px;
	width: 500px;

}
.ki th {
    border-left: 1px solid #7C9DD2;
    border-top: 1px solid #7C9DD2;
	background-color: #F0F8FF;
	padding: 6px;
	font-size: 12px;
	text-align: center;
}
.ki td {
    border-left: 1px solid #7C9DD2;
    border-top: 1px solid #7C9DD2;
	padding: 6px;
	text-align: center;
	font-size: 12px;
}

.txt-pdf {
	font-size: 10px;
	line-height: 150%;
}
.txt-pdf img {
	float: left;
	margin-right: 6px;
}




#sub-topics {
	width: 508px;
	margin: 0 auto 20px auto;
	border: solid 1px #60B3CA;
	padding: 10px 10px 16px 10px;
}

div.sub-topics-box {
}
div.sub-topics-box dl {
	background: url(img/bg-dot.gif) repeat-x bottom;
}
div.sub-topics-box dt {
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
	padding: 4px 0 0 14px;
}
div.sub-topics-box dd {
	font-size: 12px;
	line-height: 150%;
	background: url(img/koyukai/icon-a.gif) no-repeat left top;
	padding: 0 0 4px 14px;
}

div.sub-topics-box a:link,div.sub-topics-box a:visited { color: #060806; text-decoration:none; }
div.sub-topics-box a:hover,div.sub-topics-box a:active { color: #060806; text-decoration:underline; }


/***** search-box *****/
#search {
	border: solid 1px #FF8000;
	background: #ECECEC;
	text-align: center;
	margin: 0 13px 10px 10px;
}


/***** koyukai-blog *****/

#koyukai-ttl {
}
#koyukai-ttl h2 {
	font-size: 20px;
	background: url(img/koyukai/ttl-koyukai.jpg) top no-repeat;
	height: 57px;
	padding: 36px 0 0 30px;
}
#koyukai-ttl h3 {
	font-size: 12px;
	font-weight: lighter;
	padding: 8px 10px;
	margin: 0;
	float: left;
	width: 590px;
}

div.entry-box-k {
	width: 530px;
	background: url(img/koyukai/entry-bg.gif) repeat-y;
	font-size: 12px;
	line-height: 160%;
	margin-bottom: 18px;
}
div.entry-box-k dl {
	padding: 0 10px;
}
div.entry-box-k dt {
	text-align: right;
	background: url(img/entry-bg-date.gif) no-repeat;
}
div.entry-box-k dd {
	background: url(img/koyukai/entry-ttl.gif) no-repeat;
	font-size: 14px;
	font-weight: bold;
	padding: 9px 0 9px 28px;
}



/***** group-blog *****/

#group-ttl {
}
#group-ttl h2 {
	font-size: 20px;
	background: url(img/group/ttl-group.jpg) top no-repeat;
	height: 57px;
	padding: 36px 0 0 30px;
}
#group-ttl h3 {
	font-size: 12px;
	font-weight: lighter;
	padding: 8px 10px;
	margin: 0;
	float: left;
	width: 590px;
}

div.entry-box-g {
	width: 530px;
	background: url(img/group/entry-bg.gif) repeat-y;
	font-size: 12px;
	line-height: 160%;
	margin-bottom: 18px;
}
div.entry-box-g dl {
	padding: 0 10px;
}
div.entry-box-g dt {
	text-align: right;
	background: url(img/entry-bg-date.gif) no-repeat;
}
div.entry-box-g dd {
	background: url(img/group/entry-ttl.gif) no-repeat;
	font-size: 14px;
	font-weight: bold;
	padding: 9px 0 9px 28px;
}


/***** local-blog *****/

#local-ttl {
}
#local-ttl h2 {
	font-size: 20px;
	background: url(img/local/ttl-local.jpg) top no-repeat;
	height: 57px;
	padding: 36px 0 0 30px;
}
#local-ttl h3 {
	font-size: 12px;
	font-weight: lighter;
	padding: 8px 10px;
	margin: 0;
	float: left;
	width: 590px;
}

.local-about {
	font-size: 12px;
	line-height: 150%;
	background: #EDF8EC;
	padding: 10px;
	margin-bottom: 20px;
}

#sub-topicsl {
	width: 508px;
	margin: 0 auto 20px auto;
	border: solid 1px #248223;
	padding: 10px 10px 16px 10px;
}
div.sub-topics-boxl {
}
div.sub-topics-boxl dl {
	background: url(img/bg-dot.gif) repeat-x bottom;
}
div.sub-topics-boxl dt {
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
	padding: 4px 0 0 14px;
}
div.sub-topics-boxl dd {
	font-size: 12px;
	line-height: 150%;
	background: url(img/local/icon-g.gif) no-repeat left top;
	padding: 0 0 4px 14px;
}

div.sub-topics-boxl a:link,div.sub-topics-boxl a:visited { color: #060806; text-decoration:none; }
div.sub-topics-boxl a:hover,div.sub-topics-boxl a:active { color: #060806; text-decoration:underline; }


div.entry-box-l {
	width: 530px;
	background: url(img/local/entry-bg.gif) repeat-y;
	font-size: 12px;
	line-height: 160%;
	margin-bottom: 18px;
}
div.entry-box-l dl {
	padding: 0 10px;
}
div.entry-box-l dt {
	text-align: right;
	background: url(img/entry-bg-date.gif) no-repeat;
}
div.entry-box-l dd {
	background: url(img/local/entry-ttl.gif) no-repeat;
	font-size: 14px;
	font-weight: bold;
	padding: 9px 0 9px 28px;
}

div.entry-box-txtl {
	padding: 8px 10px 4px 20px;
}

div.cat-boxl {
	background: url(img/local/shibu-bg.gif) right bottom no-repeat;
	border: solid 1px #248223;
	margin-bottom: 20px;
}
div.cat-boxl h4 {
	font-size: 16px;
	margin: 0;
	padding: 4px 0 4px 20px;
	color: #FFFFFF;
	background: url(img/local/shibu-ttl-bg.gif);
}
div.cat-boxl h4 a:link,div.cat-boxl h4 a:visited { color: #FFFFFF; text-decoration:underline; }
div.cat-boxl h4 a:hover,div.cat-boxl h4 a:active { color: #FFFFFF; text-decoration:none; }


div.cat-boxl ul {
	margin: 0;
	padding: 8px;
	list-style: none;
}
div.cat-boxl li {
	background: url(img/local/icon-shibu.gif) no-repeat 10px 8px;
	padding: 4px 4px 4px 30px;
	font-size: 12px;
	line-height: 160%;	
}



/***** club-blog *****/

#club-ttl {
}
#club-ttl h2 {
	font-size: 20px;
	background: url(img/club/ttl-local.jpg) top no-repeat;
	height: 57px;
	padding: 36px 0 0 30px;
}
#club-ttl h3 {
	font-size: 12px;
	font-weight: lighter;
	padding: 8px 10px;
	margin: 0;
	float: left;
	width: 590px;
}

.club-about {
	font-size: 12px;
	line-height: 150%;
	background: #FCF3FD;
	padding: 10px;
	margin-bottom: 20px;
}

#sub-topicsc {
	width: 508px;
	margin: 0 auto 20px auto;
	border: solid 1px #BF63AA;
	padding: 10px 10px 16px 10px;
}
div.sub-topics-boxc {
}
div.sub-topics-boxc dl {
	background: url(img/bg-dot.gif) repeat-x bottom;
}
div.sub-topics-boxc dt {
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
	padding: 4px 0 0 14px;
}
div.sub-topics-boxc dd {
	font-size: 12px;
	line-height: 150%;
	background: url(img/club/icon-p.gif) no-repeat left top;
	padding: 0 0 4px 14px;
}

div.sub-topics-boxc a:link,div.sub-topics-boxc a:visited { color: #060806; text-decoration:none; }
div.sub-topics-boxc a:hover,div.sub-topics-boxc a:active { color: #060806; text-decoration:underline; }


div.entry-box-c {
	width: 530px;
	background: url(img/club/entry-bg.gif) repeat-y;
	font-size: 12px;
	line-height: 160%;
	margin-bottom: 18px;
}
div.entry-box-c dl {
	padding: 0 10px;
}
div.entry-box-c dt {
	text-align: right;
	background: url(img/entry-bg-date.gif) no-repeat;
}
div.entry-box-c dd {
	background: url(img/club/entry-ttl.gif) no-repeat;
	font-size: 14px;
	font-weight: bold;
	padding: 9px 0 9px 28px;
}

div.entry-box-txtc {
	padding: 8px 10px 4px 20px;
}

div.cat-boxc {
	background: url(img/club/club-bg.gif) right bottom no-repeat;
	border: solid 1px #9F498A;
	margin-bottom: 20px;
}
div.cat-boxc h4 {
	font-size: 16px;
	margin: 0;
	padding: 4px 0 4px 20px;
	color: #FFFFFF;
	background: url(img/club/club-ttl-bg.gif);
}
div.cat-boxc h4 a:link,div.cat-boxc h4 a:visited { color: #FFFFFF; text-decoration:underline; }
div.cat-boxc h4 a:hover,div.cat-boxc h4 a:active { color: #FFFFFF; text-decoration:none; }


div.cat-boxc ul {
	margin: 0;
	padding: 8px;
	list-style: none;
}
div.cat-boxc li {
	background: url(img/club/icon-shibu.gif) no-repeat left;
	padding: 4px 4px 4px 30px;
	font-size: 12px;
	line-height: 160%;	
}
.icon0 img{display:none}
.icon img{display:none}