* {
	color:#333333;
    margin: 0;
	font-size: 14px;
	line-height: 150%;
	font-family: Verdana, Arial, sans-serif;
}

/*
↓背景のデザイン表示部分↓
*/


a {
	color:#842100;
}

a:hover {
	text-decoration: none;
}

a img {
	border:none;
}

hr {
	clear: both;
	height: 1px;
}

strong {
	color: #B34D3E;
}


.chui {
	font-size: 10px;
	color: #FF0000;
}


/*
ベース
*/

#base {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	background-image:  url(../../../Desktop/simple_004/img/base_bg.jpg);
	background-color: #FFFFFF;
	margin-top: 0px;
	border: 1px solid #000000;
}

#wrap {
	float: left;
	padding: 5px;
	margin-top: 5px;
}


/*
ヘッダー
*/

#header {
	width:800px;
	height:110px;
	background-image:  url(../../../Desktop/simple_004/img/header.jpg);
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666666;
}


h1 a {
	display: block;
	text-decoration: none;
	width: 390px;
	margin-left: 35px;
	padding-top: 15px;
	font-size: 23px;
	line-height: 33px;
	color: #FFFFFF;
}

#header #sub {
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 35px;
}


/*
トップナビゲーションボタン
 */
 
#nav {
	padding: 5px;
	background-color: #393939;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}

#nav ul {
	list-style-type:none;
	display: block;
	margin-left: 10px;
  }
  

#nav li {
	display: inline;
	padding-left: 22px;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: 10px center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
  }
  
#nav a {
	color: #FFFFFF;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.1em;
	text-decoration: none;
}

#nav a:hover {
	color: #FFFF66;
	text-decoration: underline;
}

/*
上下ライン内文字
*/

address {
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	background-color: #666666;
	font-size: 9px;
}

