@charset "Shift_JIS";

/* CSS Document */

@import url(common.css);

/* 
================================================ */

/* -- FLASh -- */

#TopFlash {
	margin: 0 auto;
	width: 760px;
	height: 350px;
	text-align: left;
	}

/* -- ヘッダー -- */

#Header {
	display: none;
	}

	/*  メイン  */

	#Menu {
		margin: 10px 0 15px;
		background: url(../img/top/menu.jpg) no-repeat top left;
		width: 530px;
		height: 82px;
		}
		#Menu ul li {
			padding-top: 4px;
			padding-left: 4px;
			float: left;
			}
		#Menu ul li a {
			display: block;
			width: 171px;
			height: 74px;
			text-indent: -9999px;
			text-decoration: none;
			overflow: hidden;
			}

	#Topics {
		padding-top: 10px;
		}
		#Topics h3 {
			background: url(../img/top/topics.gif) no-repeat top left;
			text-indent: -9999px;
			}
		#Topics dl {
			margin: 15px 5px;
			}
		#Topics dt {
			background: url(../img/arrow_r.gif) no-repeat center right;
			width: 78px;
			font-size: 10px;
			font-family: verdana, Arial, Helvetica, sans-serif;
			color: #666;
			float: left;
			}
		#Topics dd {
			padding-left: 6px;
			padding-bottom: 5px;
			width: 430px;
			float: left;
			}

	/*  サイド  */

	#Side {
		margin-top: 0;
		}

/* end */