﻿@charset "utf-8";


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* トップページ */
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#top #visual {
	clear: both;
	position: relative;
}

#top #visual #fla_area {
	padding:10px;
	z-index: 0;
}

#top #visual img.frame {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 10000;
}
*html #top #visual img.frame {
	left: 0;
}




#sideBox {
	background:url(../img/top/img02.jpg) left bottom no-repeat;
	float: right;
	margin-right: 10px;
	width: 170px;
	height: 250px;
}
*html #sideBox {
	margin-right: 5px;
}

#sideBox p {
	margin: 40px 9px 0;
}


#mainBox {
	float: left;
	margin-left: 10px;
	width: 640px;
}
#main {
	float: right;
	width: 380px;
}
#side {
	float: left;
	width: 240px;
}



#main h2 {
	height:38px;
}
#main h2 img {
	margin: 0;
	padding: 0;
}

#main dl {
	margin: 8px 0 0;
	font-size: 93%;
	overflow: auto;
	line-height: 2;
}

#main dl#newList dt {
	display: block;
	padding: 0.2em 0 0 0;
	width: 6em;
}

#main dl#newList dd {
	border-bottom: 1px dotted #757575;
	margin: -1.9em 0 0;
	padding: 0 0 0 7em;
}

#main dl#newList dd.last {
	border-bottom: none;
}

#side ul.bnrList li {
	margin-bottom: 5px;
	height: 80px;
	overflow: hidden;
}

hr {
	clear: both;
}
