﻿@charset "utf-8";
/* CSS Document */

#leftbox {
	float: left;
	margin-right: 3.5em;
	margin-bottom: 1em;
}

#clear {
	clear: both;
}

#cname {
	width: 11em;
	margin-left: 1.5em;
	margin-bottom: 3em;
	align: center;
}

.whatsnew {
	width: 800px;
	height: 800px;

}


/* 新着情報設定 */
.whatsnew ul li {
    padding: 0 0 0 25px;
    margin-bottom: 5px;
    background: url(../images/pin.gif) no-repeat 1px 0;
    list-style: none;
}