* {
	color:#333;
	padding:0;
	line-height: 140%;
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	background-image: none;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++ Typo */

body {
	background-color: #000;
	background-image:  url(../images/bg.jpg);
	background-repeat: repeat-x;
}


a {
	color:#000;
	text-decoration:none;
}

a:hover {
	color:#933;
	text-decoration: underline;
}

a img {
	border:none;
}

hr {
	clear: both;
	height: 1px;
}

.center {
    text-align:center;
}

.right {
    text-align:right;
}

.red {
  color:#f00;
}


/*
ベース
-------------------------------------------------------------------*/
#base {
	width:782px;
	margin-right: auto;
	margin-left: auto;
	background-image:  url(../images/images/body.gif);
	margin-top: 0;
	background-repeat: repeat-y;
}

#wrap {
	float: left;
	padding:0;
	margin: 0;
}


/*
ヘッダー
-------------------------------------------------------------------*/

#header {
	width:782px;
	height:110px;
	background-image:  url(../images/header.jpg);
	background-repeat: no-repeat;
}


h1 a {
	display: block;
	text-decoration: none;
	width: 303px;
	height: 32px;
	margin-left: 98px;
	padding:44px 0 0 0;
}

#header #sub {
	font-size: 11px;
	line-height:20px;
	color: #C4BFBF;
	margin: 0;
	padding:0 0 0 10px;
	font-weight:bold;
}


/*ナビゲーション
----------------------------------------------- */
#nav {
	width:782px;
	height: 37px;
	margin:0;
	background-image:  url(../images/me_bg.gif);
	background-repeat: no-repeat;
}

#nav ul {
	list-style-type:none;
	float: left;
	display: block;
	padding:0 0 0 9px;
  }


#nav li {
	display: inline;
	padding:0;
	background-repeat: no-repeat;
  }

#nav a {
	font-size: 10px;
	line-height: ;
	letter-spacing: 0;
}

#nav a:hover {
	color: #;
	background-color: #;
}


/*
コンテンツ
-------------------------------------------------------------------*/

#contents {
	width:782px;
	float: left;
	background-image:  url(../images/body_bg.gif);
	background-repeat: repeat-y;
    padding:0;
    margin:0;
	text-align:left;
	font-size:0.75em;
}

/*
コピーライト
-------------------------------------------------------------------*/

address {
    height:30px;
	font-style: normal;
	color: #cc9;
	text-align: center;
	padding: 0;
	display: block;
	font-size: 0.7em;
}
