/*********************
		LHP共通
*********************/

*{
	line-height: 1.3em;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 0;
}

body{
	font-size: small;
	color: #dfbbaa;
	background-color: #000000;
}

h1{
	padding: 5px;
	text-align: left;
}

/***** aタグ指定 *****/

a{
	color: #ffffff;
}
a:hover{
	color: #dfbbaa;
}

div#body{
	width: 700px;
	background-color: #bf0000;
}

div#header{	
	background-image: url(../images/common/header_back2.jpg);
	height: 80px;
	text-align: left;
}

p.header_exp{
	color: #ffffff;
	font-size: smaller;
	text-align: right;
}

div#bar{
	height: 6px;
	background-image: url(../images/common/middle_bar.gif);
	background-repeat: repeat-x;
}

div#menu{
	background-image: url(../images/common/menu_back.gif);
	height: 29px;
}

div#contents_block{
	padding: 5px;
	text-align: left;
}

div#footer_banner{
	width: 700px;
	height: 40px;
}

div#footer_copy{
	width: 700px;
	height: 19px;
	background-image: url(../images/common/footer_bar.gif);
	color: #ffffff;
}

