@charset "utf-8";

@import url("common.css");

/* -----------------------------------
container
----------------------------------- */
#container-second {
	width:738px;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	float: left;
}
#container-third {
	width:202px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
}
/* -----------------------------------
wrap
----------------------------------- */
#wrap-l {
	width:170px;
	text-align: left;
	float: left;
	padding: 0px;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#wrap-l img.bana {
	margin-bottom: 12px;
}
#wrap-r {
	float: right;
	width:548px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.new-l{
	float: left;
	width: 250px;
	margin: 0px;
	padding: 0px;
}
.new-r{
	float: right;
	width: 135px;
	margin: 0px;
	padding: 0px;
}
/* -----------------------------------
header
----------------------------------- */
#top-header {
	width:1000px;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 73px;
	background-image: url(../images/bg_head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#top-header-l {
	padding: 0px;
	float: left;
	width: 773px;
	margin: 0px;
}
#top-header-l #top-header-l-l {
	padding: 0px;
	float: left;
	width: 256px;
	margin: 0px;
}
#top-header-l #top-header-r-r {
	padding: 0px;
	float: right;
	width: 330px;
	font-size: 14px;
	margin: 0px;
	text-align: right;
}
#top-header-r {
	padding: 0px;
	float: right;
	width: 217px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
#top-header-r img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#top-header-r form {
	margin: 0px;
	padding: 0px;
}
#top-header-r input {
	margin-right: 5px;
}
#top-header-r input#search {
	width: 140px;
}
/* -----------------------------------
subnavigation
----------------------------------- */
#subnavi-top {
	width:168px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
#subnavi-top ul {
	padding: 0px;
	margin: 0px;
}
#subnavi-top ul li {
	line-height: 0;
	list-style:none;
	margin: 0px;
	padding: 0em;
	font-size: 14px;
}
#subnavi-top ul li a {
	display: block;
	text-decoration: none;
	font-weight: normal;
	line-height: nomal;
	padding-top: 0.6em;
	padding-right: 0px;
	padding-bottom: 0.6em;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
}
#subnavi-top ul li a.no-padding {
	padding-bottom: 0;
}
#subnavi-top ul li.submenu {
	width: 168px;
	line-height: normal;
	color: #505050;
	margin-bottom: 0.6em;
	text-align: left;
	padding-left: 42px;
	overflow: hidden;
}
#subnavi-top ul li.submenu a {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	border: none;
}
#subnavi-top ul li.submenu a:hover {
	background-color: #FFFFBF;
}
#top-subnavi ul li a:hover {
	background-color: #FFFFFF;
	color: #FFFFFF;
}
.skip img {
	border: none;
}

/* -----------------------------------
box
----------------------------------- */
#main{
	margin: 0px;
	padding: 0px;
	width: 1000px;
}
#kinkyu{
	vertical-align:bottom;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #FF0000;
	width: 546px;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #FF0000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF0000;
	border-left-color: #FF0000;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.box{
	width: 548px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
}
.title{
	width: 548px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.adbanner{
	width: 200px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: center;
	border: 1px solid #57AD12;
}
.adbanner span{
	display: block;
	text-align: left;
	background-color: #E0F5DF;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.banner{
	width: 200px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
}
.shisei{
	width: 200px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
	background-image: url(../images/bg_gyosei.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #999999;
}

/* -----------------------------------
list
----------------------------------- */
ul.ul-date{
	margin-top: 0px;
	margin-left: 15px;
	padding-top: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
}
ul.ul-date li{
	padding-left: 20px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: 0px 0.5ex;
	background-image: url(../images/bg_top_point.gif);
	list-style-type: none;
}
ul.ul-a{
	margin-top: 0px;
	margin-left: 15px;
	padding-top: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
}
ul.ul-a li{
	padding-left: 15px;
	margin-bottom: 7px;
	background-repeat: no-repeat;
	background-position: 0px 0.5ex;
	background-image: url(../images/list_mark01.gif);
	list-style-type: none;
}

