@charset "Shift_JIS";

html, body,ul, li {
	margin: 0;
	padding: 0;
}

.clear {
	clear:both
}

ul {
	list-style: none;
}

a {
    color: #454545;
    cursor: pointer;
    text-decoration: none;
}
a:hover {
    color: #ff0000;
    cursor: pointer;
    text-decoration: underline;
}

/*--------------------------------
左コンテンツ
----------------------------------
#left_box{
	width: 600px;
	height:550px;
	margin: 30px 0px 30px 20px;
	padding: 200px 0px 0px 0px;
	background: #F6F6DD;
	float: left;
}
----------------------------------*/

/*--------------------------------
コンテンツ
----------------------------------*/
#navi {
	width: 200px;
	margin: 0px;
	float: left;
}

#navi .photo img {
	margin:15px 0 0 10px;
	height: 40px;
	width: 40px;
}

div.scrollable {
	position: relative;
	overflow: hidden;
	height: 400px;
	width: 200px;
}
div.scrollable .items {
	position: absolute;
/*	height: 20000em;	IE8で印刷するととてつもない量の無地ページが印刷される	*/
	height:20000em;
	height:0\9;			/*	IE8とそれ以下用ハック	*/
	*height:20000em;	/*	IE6,7用ハック			*/
}

#navi .arrow {
	background: none;
	cursor: pointer;
	height: 20px;
}
#navi .prevPage {
	/*border-bottom: 1px solid #EECACA;*/
	height: 20px;
	position: relative;
}
#navi .prevPage img {
	position: absolute;
	top: 0;
	left: 0px;
}
#navi .nextPage {
	/*border-top: 1px solid #EECACA;*/
	height: 20px;
	margin-bottom: 15px;
	position: relative;
}
#navi .nextPage img {
	position: absolute;
	/*top: -10px;*/
	left: 0px;
}
#navi .regular li {
	clear:both;
	border-bottom: 1px dotted #cccccc;
	height: 80px;
	width: 200px;
}
#navi .photo {
	display: inline;
	float: left;
	padding: 0;
}

#navi .title {
	display: inline;
	float:left;
	padding-left:5px;
	font-size: 0.8em;
	margin-top: 6px;
	line-height:125%;
	width: 110px;
}
#navi .img {
	float:left;
	margin-top: 6px;
	max-height:70px;
}


