@charset "shift_jis";
@import "../css/common.css";

/* ========================================================================== */
/* bosyuフォルダでのみ使用するcss */
/* ========================================================================== */
/* ----------------------------------------------- subnavi */
#b-navi {
	width: 200px;
	background-image: url(img/subnavi/b-subnavi.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style:none;
	margin: 0;
	padding: 0;
}

#b-navi li {
	margin: 0;
	padding: 0;
}

#b-navi a {
	display: block;
	width: 200px;
	height: 100%;
	background-image: url(img/subnavi/b-subnavi.gif);
	overflow: hidden;
	text-indent:-999999px;
}

/* navi rollover */
#b-navi li.n-meeting{ height:55px;}
#b-navi li.n-meeting a{ background-position:0px 0px;}
#b-navi li.n-meeting a:hover{ background-position:-200px 0;}

#b-navi li.n-bosyu{ height:55px;}
#b-navi li.n-bosyu a{ background-position:0 -55px;}
#b-navi li.n-bosyu a:hover{ background-position:-200px -55px;}

#b-navi li.n-faq{ height:55px;}
#b-navi li.n-faq a{ background-position:0px -110px;}
#b-navi li.n-faq a:hover{ background-position:-200px -110px;}

#b-navi li.n-privacy{ height:55px;}
#b-navi li.n-privacy a{ background-position:0 -165px;}
#b-navi li.n-privacy a:hover{ background-position:-200px -165px;}

#b-navi li.n-sitemap{ height:55px;}
#b-navi li.n-sitemap a{ background-position:0 -220px;}
#b-navi li.n-sitemap a:hover{ background-position:-200px -220px;}


/* ----------------------------------------------- index */
.profilebox {
	margin: 0 15px 35px 15px;
	width: 540px;
}

.profilebox th {
	font-weight: normal;
	color: #252B31;
	background-image: url(../common_img/bg_th.gif);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #B8D6F5;
	padding: 7px 15px;
	width: 120px;
	text-align: left;
	vertical-align: top;
}

.profilebox td {
	border: 1px solid #B8D6F5;
	padding: 7px 10px;
}

.c-info {
	line-height: 18px;
	background-color: #DEDEDE;
	padding: 10px 15px;
	margin: 0 15px 35px 15px;
	width: 510px;
}

.c-info ul {
	list-style: none;
	padding: 0 10px;
	margin: 0;
}

.c-info ul li {
	line-height: 20px;
}

.c-info p {
	font-weight: bold;
	padding: 5px 15px;
	margin: 0;
}



/* ----------------------------------------------- meeting */
.meetingbox {
	background-image: url(img/meeting/bg_meeting.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0;
}

.btn-entry {
	float: right;
	margin: 0;
	padding: 30px 60px 0 0;
}

.txt {
	margin: 0 0 15px 0;
	line-height: 24px;
	width: 350px;
	padding-right: 0;
}

.meeting01 {
	width: 530px;
	margin: 0 20px 35px 20px;
}

.meeting01 th {
	color: #16589C;
	padding: 9px 10px;
	background-color: #D7E5F4;
	border-bottom: 1px solid #9BC0EA;
	border-right: 1px solid #9BC0EA;
}

.meeting01 th.rightbox {
	border-right: none;	
}

.meeting01 td {
	background-color: #D7E5F4;
	text-align: center;
	padding: 9px 10px;
	border-bottom: 1px solid #9BC0EA;
	border-right: 1px solid #9BC0EA;
}

.meeting01 td.right {
	border-right: none;
}

/* ----------------------------------------------- privacy */
.privacybox {
	width: 530px;
	margin: 0 20px 20px 20px;
}

.privacybox dt {
	color: #16589C;
	font-weight: bold;
	border-bottom: 1px dotted #9BC0EA;
	padding: 3px 0 3px 18px;
	margin-bottom: 5px;
	background-image: url(img/i-arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.privacybox dd {
	line-height: 22px;
	margin-bottom: 20px;
	padding-left: 18px;
	margin-left: 0;
}

.privacybox dd ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.companyinfo {
	list-style: none;
	padding-left: 20px;
	margin-left: 0;
	margin-bottom: 30px;
}

.companyinfo li {
	line-height: 22px;
}

.companyinfo li.name {
	font-weight: bold;
	color: #16589C;
}

/* ----------------------------------------------- sitemap */
.sitemapbox {
	width: 500px;
	margin: 0 20px 35px 50px;
	padding: 0;
	list-style: none;	
}

.sitemapbox dt.link {
	margin-bottom: 10px;
}

.sitemapbox dt.link a {
	color: #16589C;
	font-weight: bold;
	padding: 3px 0 3px 18px;
	margin-bottom: 5px;
	background-image: url(img/i-arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.sitemapbox dd {
	padding-left: 20px;
	margin-left: 0;
}

.sitemapbox dd ul.s-list {
	list-style: none;
	margin: 5px 0 25px 0;
	padding-left: 0;
}

.sitemapbox dd ul.s-list li.s-link {
	margin-bottom: 6px;
}

.sitemapbox dd ul.s-list li.s-link a {
	padding: 3px 0 3px 13px;
	font-size: 11px;

	background-image: url(img/i-arrow02.gif);
	background-repeat: no-repeat;
	background-position: left;
}
