@charset "Shift_JIS";


/*----------------- リンクスタイル -----------------*/
a {
	text-decoration: none;
	color: #333333;
}
a:hover { color: #C00 ; text-decoration: underline }


/*----------------- 初期値リセット -----------------*/
h1, h2, h3, h4, h5, h6, ul, ol, dl, dd, p {
	margin: 0px;
	padding: 0px;
	list-style: none;
}


/*----------------- 枠一番下の点線 -----------------*/
#contline {
	background-image: url(../common/endline.gif);
	background-repeat: repeat-x;
	height: 1px;
	clear:both;
}


.nontitle {
	display: none;
}
.cssmargin{
	height: 20px;
	clear:both
}

.datebox {
	color: #666666;
	padding: 0px 12px 3px 12px;
}

.datebox2 {
	color: #666666;
	padding: 0px 12px 0px 12px;
	text-align: right;
}

#copyright {
	float: right;
	margin: 50px 10px 10px 10px;
}
