@charset "utf-8";
/* CSS Document */
/**----------------------------------------------------------
 *CSS information 
 *
 * file name	: this_dirctory_css.css
 * author		: takaaki koyama
 * style info	: このディレクトリ内用ページCSS
 -----------------------------------------------------------*/
/* subpage.css -  2階層目以降ページ用共通CSS
----------------------------------------------------------- */
@import url("../../common/css_new/subpage.css");

#contents {
	font-size: 130%;
}

#main {
	background: #E3E3E3;
	zoom: 1;
	width: 750px;
	margin-left: 7px;
}

#contentsWrapper {
	padding-bottom: 6px;
}

#contentsInner {
	padding-top: 41px;
}

#contents-header {
	margin: 0 7px;
	background-image: url(../images/bg_contents_header.jpg) ;
	background-color: #E3E3E3;
	background-repeat: repeat-x;
	padding-bottom: 15px;

}
#contents-header .main-title {
	margin: 0 0 0 10px;
	padding: 2px 0 0 0;
}
#contents-header .txt {
	margin: 0 20px;
	line-height: 160%;
	color: #FFFFFF;
	padding-bottom: 10px;
}

#contents-body {
	margin: 0 9px 0 30px;
	
}

#contents-left {
	width: 500px;
	float: left;
	margin: 0 21px 0 0;
	padding: 0 0 0 0;
}

.headword {
	background-color: #BABFC2;
}

.item {
	padding: 13px 0 0 0;
}
.item .txt {
	width: 347px;
	float: left;
	margin: 0 35px 0 0;
}
.item .txt p {
	padding: 3px 0;
	margin: 0 4px;
	border-bottom: 1px solid #FFFFFF;
}

.item .img {
	width: 110px;
	float: left;
	padding: 10px 0 0 0;
}
.item .img img {
	border: 1px solid #999999;
}

.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}

#contents-footer {
	padding: 15px 0 20px 0;
	color: #003399;
}
#contents-footer .border {
	border: 0px solid #999999;
	height: 1px;
	color: #999999;
	background-color: #999999;
}
#contents-footer .link {
	padding: 5px 0 0 0;
	float: left;
	width: 415px;
	
}
#contents-footer .goto-top {
	padding: 5px 0 0 0;
	float: left;
	width: 85px;
	text-align: right;
	
}
#contents-footer a {
	color: #003399;
}

#contents-right {
	width: 189px;
	float: left;
}

.side-block-wrapper {
	padding: 0 0 10px 0;
}
.side-block {
	background-image: url(../../Copy%20of%20owabi/css/images/bg_side_footer.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding: 0 0 10px 0;
	margin: 0;
}
.side-block .cate {
	background-image: url(../../Copy%20of%20owabi/css/images/bg_side_cate.gif);
	background-repeat: no-repeat;
	height: 46px;
}
.side-block ul {
	padding: 0 0 5px 32px;
}
.side-block .search {
	background-image: url(../../Copy%20of%20owabi/css/images/bg_side_search.gif);
	background-repeat: no-repeat;
	height: 46px;
}
.side-block .search-form {
	padding: 0;
	margin: 0 auto;
	text-align: center;
}
.side-block .judge {
	background-image: url(../../Copy%20of%20owabi/css/images/bg_side_judge.gif);
	background-repeat: no-repeat;
	height: 46px;
}
.side-block .judge-txt {
	padding: 0 0 10px;
	margin: 0 15px;
	font-size: 11px;
	line-height: 120%;
}
.side-block .judge-txt .judge-name {
	font-weight: bold;
	font-size: 12px;
}
.side-block .judge-txt .judge-name2 {
	display: block;
	padding: 0 0 5px 0;
}

.side-block .link {
	background-image: url(../../Copy%20of%20owabi/css/images/bg_side_link.gif);
	background-repeat: no-repeat;
	height: 46px;
}
.side-block .link-list {
	padding: 5px 0 5px;
	margin: 0 15px;
}

.side-block .contact {
	background-image: url(../../Copy%20of%20owabi/css/images/bg_side_contact.gif);
	background-repeat: no-repeat;
	height: 46px;
}

.side-block .body {
	padding: 5px 0 5px;
	margin: 0 15px;
}