@charset "utf-8";
/******************* サイドメニュー *********************/
#sidemenu {
	float: left;
	width: 215px;
}
#sidemenu a{
	color:#01559E;
	text-decoration:none;
}
#sidemenu a:hover{
	text-decoration:underline;
}

#sidemenu h1{
	font-size:14px;
	font-weight:bold;
	background-image: url(../img/ad/ad_h1.gif);
	height: 39px;
	width: 204px;
	line-height: 41px;
	text-indent: 30px;
	margin:10px 0 0 0;
}

#sidemenu #side_content a {
	text-decoration:underline;
}
#sidemenu #side_content a:hover {
	text-decoration:none;
}

#sidemenu #side_content ul {
	width:187px;
	margin: 10px 0 0 8px;
	padding: 0px;
}

#sidemenu #side_content ul li{
	line-height:300%;
	border-bottom:#CCCCCC 1px dotted;
	list-style-type: none;
}
#sidemenu #side_content ul li a{	
	background-image:url(../img/ad/list.gif);
	padding-left: 12px;
	background-repeat: no-repeat;
}

#side_content {
	background-repeat: repeat-y;
	background-position: 1px 0px;
	padding-right: 6px;
	padding-left: 5px;
}

/******************* メインコンテンツ *********************/
#main_content {
	float: left;
	width: 715px;
	padding:10px;
}
#main_content h3 {
	clear:both;
	color:#333333;
	font-size:16px;
	font-weight:bold;
	text-align: left;
	background-image: url(../img/ad/bar.gif);
	background-repeat: no-repeat;
	height: 39px;
	width: 710px;
	margin:30px 0 5px 0;
	padding: 3px 0;
	line-height: 39px;
	text-indent: 10px;
}

#main_content a{
	color:#003366;
}

/******************* パンクズリスト*********************/
#pankuzu {
	padding-left: 14px;
	/*
	background-image: url(../img/common/bg_pan.jpg);
	*/
	background-repeat: no-repeat;
	height: 38px;
	line-height: 38px;
}

#pankuzu p {
	float:left;

	background-image:yajirushi_or.gif;
	background-image: url(../img/common/yajirushi_or.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 12px;
	margin-right: 5px;
}
#pankuzu .p2 {
	float:left;
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 12px;
	margin-right: 5px;
}


/***************************************** GO TOP  ********/

#goTop {
	float: right;
	position: fixed;
	width: 41px;
	height: 32px;
	bottom: 15%;
	right: 0;
	background-color: transparent;
	background-image: url(../img/ad/gotop.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#goTop span {
	display: none;
}
