/*全ページ共通レイアウト*/

body {
	margin: 0px;
	padding: 0px;
}


#container {
	margin: 0px;
	padding: 0px;
	width: 740px;
	background: url(../img/back.jpg) repeat-y;	
}


#leftbox {
	margin: 0px;
	padding: 0px;
	width: 504px;
	float: left;
}

#rightbox {
	margin: 0px 0px 0px -50px;
	padding: 0px;
	width: 238px;
	float: right;
}

#clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}

#footer {
	bottom: 0px;
	left: 0px;
	width: 730px;
	margin: 0px;
	clear: both;
}

#watermark {
	background: url(../img/logo_footer.jpg) no-repeat;
	height: 55px;
	width: 730px;
}

#watermark p {
	text-indent: -200em;
}


#footer_navi {
	background: url(../img/footer.jpg) no-repeat left;
	text-align: center;
	height: 50px;
}

#footer_navi ul {
	margin: 0px;
}

#footer_navi li {
	display: inline;
	margin: 5px 25px 0px 0px;
	list-style-type: none;
}

#footer a {
	magin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-size: small;
}

.float_r {
	float: right;
}

.float_l {
	float: left;	
}

.clear {
	clear: both;
}


/*トップページレイアウト*/

#header_top {
	width: 730px;
	height: 280px;
	text-indent: -100em;
	background-image: url(../img/top_main.jpg);
}

#header h1, #header h2 {
	margin: 0px;
	padding: 0px;
}

#header_top h1 a {
	display: block;
	width: 289px;
	height: 57px;
	border: none;
	background-image: url(../img/top_logo.jpg);
}

#header_top h3 {
	text-indent: -100em;
	background-image: url(../img/top_title.gif);
}

#news {
	margin: 30px 20px 40px 45px;
	width: 422px;
	background: url(../img/news_back.jpg);
}

#news h4 {
	margin: 0px;
	padding: 0px;
	text-indent: -100em;
	height: 30px;
	background: url(../img/news_title.jpg) top left no-repeat;
}

#news dl {
	margin: 0px 15px 10px 15px;
}

#news dt {
	margin-top: -10px;
}

#news dd {
	margin-bottom: 10px;
}

#news_bottom {
	background: url(../img/news_bottom.jpg) bottom no-repeat;
	height: 4px;
	width: 422px;
}

#banner {
	width: 207px;
	float: right;
}


/*2階層レイアウト*/

#header_2 {
	width: 730px;
	height: 193px;
	text-indent: -100em;
	background-image: url(../img/sec_main.jpg);
}

#header h1, #header h2 {
	margin: 0px;
	padding: 0px;
}

#header_2 h1 a {
	display: block;
	width: 289px;
	height: 57px;
	border: none;
	background-image: url(../img/sec_logo.jpg);
}


.invisible {
	text-indent: -200em;
	margin: 0px;
	padding: 0px;
	line-height: 10%;
	background-image:url(../products/img/advantage.jpg);
	height: 465px;
	width: 664px;
}


/*ブランクページレイアウト*/


#header_blank {
	width: 730px;
	height: 193px;
	text-indent: -100em;
	background: url(../img/blank_main.jpg);
}

#header_blank h1 a {
	display: block;
	width: 289px;
	height: 57px;
	border: none;
	background-image: url(../img/sec_logo.jpg);
}