@charset "shift_jis";

/* layout format
----------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}

#navi_top span {
	display:none;
}
#contents_title {
	height: 25px;
	width: 556px;
	margin-bottom: 18px;
}


/*============================
	■4.パンくず設定
============================*/
div#pan{
	width:100%;
	color:#333333;
	font-size:80%;
	text-align:left;
	padding:2px 0 10px 0;
	margin:0;
}
div#pan a.panlink:link {
	color:#333333;
	text-decoration:none;
}
div#pan a.panlink:visited {
	color:#333333;
	text-decoration:none;
}
div#pan a.panlink:hover {
	color:#888888;
	text-decoration:underline;
}
div#pan a.panlink:active {
	color:#888888;
	text-decoration:underline;
}


#container {
	text-align: left;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 14px;
	margin-bottom: 14px;
	padding: 0px;
}
#main {
	background-color: #FFFFFF;
	text-align: left;
	width: 744px;
	border-right: 1px solid #FF6A9B;
	border-left: 1px solid #FF6A9B;
	padding-right: 12px;
	padding-left: 12px;
	margin: 0;
	display: block;
}
#contents {
	margin: 0px;
	padding: 0px;
	clear: right;
	float: right;
	width: 556px;
	background-color: #FFFFFF;
	text-align: left;
}
#navi_container {
	clear: left;
	float: left;
	width: 188px;
	text-align: left;
	display: block;
	background-image: url(../images/navi_bg.gif);
	background-repeat: repeat-y;
}
#navi_bottom {
	background-color: #F7F7F7;
	width: 177px;
	height: 385px;
}


#navi_container h3 {
	display:none;
}

#navi_container span {
	display:none;
}

#contents h2 {
	display:none;
}
#footer {
	clear: right;
	float: right;
	width: 556px;
	height: 20px;
	text-align: center;
	font-size: x-small;
	border-top: 1px solid #DFDFDF;
	padding-top: 3px;
	margin-top: 20px;
}


#main_top {
	background-image: url(../images/main_top_line.jpg);
	height: 13px;
	width: 770px;
	background-repeat: no-repeat;
}
#navi_top {
	background-image: url(../images/lmenu_top.gif);
	background-repeat: no-repeat;
	height: 47px;
	width: 177px;
}
#navi_img {
	height: 90px;
	width: 177px;
}



#main_bottom {
	background-image: url(../images/main_bottom_line.jpg);
	height: 13px;
	width: 770px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
}

.dotline{
	border-bottom:1px dotted #CCC;
	padding:0 0 10px 0;
}
