@charset "utf-8";

/* CSS Document - e-naniwaya.com */

* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	text-align: center;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W4", "Osaka", "ＭＳ Ｐゴシック",sans-serif;
	font-size: 100%;
	background-color: #000000;
}

h1, h2, h4, h5 { font-weight: normal; }
strong { font-weight: normal; }
img { border: none; }
.clear_bt { clear: both; }
.clear_lf {	clear: left; }
.clear_ri { clear: right; }
.spacer_h10 { height: 10px; }
.spacer_h20 { height: 20px; }
.spacer_h30 { height: 30px; }
.spacer_h40 { height: 40px; }
.spacer_h50 { height: 50px; }

#wrap {
	margin: 0 auto;
	width: 780px;
	text-align: left;
}

/*--HEAD---------------------------------------------------------------*/
#header {
	width: 780px;
	padding-top: 25px;
}

#logo {
	width: 260px;
	float: left;
}

#logo h1{
	margin: 0 0 0 30px;
	text-indent: -9999px;
	background: url(../images/naniwaya.gif) no-repeat;
}

#logo h1 a{
	display: block;
	width: 210px;
	height: 65px;
}

#description {
	margin: 10px 0 0;
	width: 490px;
	height: 85px;
	float: right;
	background: url(../images/description.gif) no-repeat 5px 0;
}

#description h2{
	display: none;
}

#description p{
	display: none;
}


/*--コンテンツ-----------------------------------------------------------*/
#contents {
	margin-top: 5px;
	width: 780px;	
}

#contents_lf {
	width: 260px;
	float: left;
	padding-bottom: 260px;
	background: url(../images/left_bg.jpg) no-repeat bottom;
}

#contents_lf dt{
	text-indent: -9999px;
	height: 30px;
	background: url(../images/renewal_info.gif) no-repeat;
}

#contents_lf dd{
	margin: 30px 10px;
	color: #FFF;
	font-size: 80%;
	text-align: center;
}

#contents_lf p{
	text-align: center;
}

#contents_ri {
	width: 490px;
	text-align: left;
	float: right;
}

#contents_ri p{
	margin-bottom: 20px;
}

.list{
	margin-bottom: 20px;
	width: 490px;
	background: #181818;
}

.list h3{
	margin: 0 0 7px 15px;
	padding: 10px 0 0;
	color: #00AAFF;
	font-size: 90%;
}

.list ul{
	margin: 0 0 0 15px;
	padding: 0 0 10px 0;
	list-style-type: none;
}

.list li{
	margin-bottom: 1px;
	padding-left: 10px;
	color: #FFF;
	line-height: 135%;
	font-size: 80%;
	background: url(../images/list_icon.gif) no-repeat 0 0.6em;
}

.list li a{
	color: #FFF;
	text-decoration: none;
}

.list li a:hover{
	color: #00AAFF;
	text-decoration: underline;
}

#banner{
	margin: 0 0 15px 0;
	width: 490px;
}


img.original{
	margin-right: 5px;
}


/*--FOOT-----------------------------------------------------------------*/
#footer {
	width: 780px;
	border-top: 1px solid #323232;
}

#copyright p {
	font-size: 75%;
	line-height: 300%;
	color: #BABABA;
}






