/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	line-height: 1.4;
	font-size: small;
	font-style: normal;
}

a:link,
a:visited {
	color:#000000;
	text-decoration: underline;
}
a:hover,
a:active {
	color:#CC0033;
	text-decoration: none;
}

img {
	vertical-align: top;
}
ul {
	list-style: none;
}

/*---------------コンテンツ開始------------------------*/

#container {
	margin: 0 auto;
	padding: 0;
	color: #000000;
	width: 828px;
	background-color: #FFFFFF;
}

/*---------------ヘッダー------------------------*/

#header {
	width: 828px;
	height: 74px;
	background: url(../img_all/header.jpg) repeat-x;
}

#header h1 {
	float:left;
}
#header ul {
	float:right;
}

/*---------------コンテンツ------------------------*/

#content {
	float: right;
	width: 618px;
}


/*---------------メニュー------------------------*/

#navi {
	position: relative;
	float: left;
	width: 203px;
	padding-bottom: 9px;
	background: url(../img_all/navi/shadow_bottom.gif) no-repeat left bottom;
}
#navi h3 {
	padding: 8px 2px 0;
	text-align: right;
}
#navi dt {
	text-align: right;
}
#navi ul {
	margin: 0 3px 2px 8px;
}
#navi ul li {
	border-bottom: 1px solid #EFEFEF;
}
#navi ul.top {
	position: absolute;
	margin: 0;
	top: 0;
	right: 5px;
}
#navi ul.top li {
	border-bottom: 0;
}


/*---------------メインコンテンツ------------------------*/

h2 {
	margin-bottom: 10px;
}
p.pegetop {
	clear: both;
	padding: 50px 50px 0;
	text-align: right;
}


/*---------------フッター------------------------*/

p#copyright{
	clear: both;
	width: 797px;
	background: url(../img_all/footer_bg.gif) no-repeat left bottom;
	padding: 40px 0 15px;
	text-align: center;
	color: #FFFFFF;
}


/*---------------index------------------------*/

#news {
	float: left;
	width: 360px;
	margin: 0 10px 0 14px;
}
#news dl {
	padding: 0.8em 1em;
	border-bottom: #8E8E8E dotted 1px;
	zoom: 1;
}
#news dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
#news dt {
	float: left;
	margin-right: 1em;
	color: #CC0000;
}
#news dd {
	float: left;
}
#baner{
	float: left;
}



/*---------------パーツ------------------------*/

#sub {
	width: 552px;
	padding: 0 15px;
}
#sub h3 {
	color:#FFFFFF;
	font-size: larger;
	padding: 6px;
	background-color: #D44545;
}
#sub p {
	margin-top: 1.3em;
	line-height: 1.6;
}

