body {
	padding: 0px;
	width: 100%;
	margin: 0px;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
}
a {
	color: #0066CC;
}
a:hover {
	color: #66CCCC;
}


/*
ベース
-------------------------------------------------------------------*/
#base {
	width:800px;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #666666;
	border-left-color: #666666;
	border-bottom-width: 2px;
	border-bottom-color: #666666;
}

#wrap {
	float: left;
	padding: 0px;
	margin-top: 5px;
	width: 800px;
	background-color: #FFFFFF;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/*
ヘッダー
-------------------------------------------------------------------*/

#header {
	width:800px;
	border-right-style: none;
	border-left-style: none;
	background-image: url(img/top_bg.gif);
	background-repeat: repeat-x;
	border-top-style: none;
	border-bottom-style: none;
}


h1 a {
	font-size: 10px;
	color: #CCCCCC;
	float: right;
	width: 400px;
	top: 0px;
	font-weight: lighter;
}

h2 a {
	font-size: 13px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #0099FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099FF;
	color: #666666;
	text-decoration: none;
	padding-left: 7px;
	text-indent: 15px;
	margin-left: 15px;
}


#header #sub {
	font-size: 12px;
	color: #666666;
	float: right;
	width: 300px;
}
top_img {
	height: 184px;
	width: 800px;
	background-color: #FFFFFF;
	background-repeat: repeat;
}


/*ナビゲーション
----------------------------------------------- */
#nav {
	padding: 0px;
	background-image: url(img/menu_bg.gif);
	background-repeat: repeat-x;
	height: 52px;
	width: 100%;
}

#nav ul {
	list-style-type:none;
	margin: 0px;
	padding-top: 00px;
  }
  

#nav li {
	display: inline;
	padding-left: 22px;
	padding-right: 20px;
	background-image: url(img/c_li.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	border-right-style: none;
	width: 90px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
  }
  
#nav a {
	font-size: 10px;
	line-height: 20px;
	text-decoration: none;
}

#nav a:hover {
	color: #FFFF66;
}


/*
コンテンツ
-------------------------------------------------------------------*/

#contents {
	width:580px;
	float: right;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
}
#contents img {
	margin: 3px;
	border: 1px solid #999999;
}
#contents p {
	font-size: 12px;
	color: #666666;
	padding-left: 20px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}


#contents h3 {
	font-size: 14px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #3399CC;
	padding-left: 7px;
	color: #333333;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 13px;
	text-decoration: none;
}

/*
テーブル
-------------------------------------------------------------------*/

#contents table {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 20px;
}
#base #wrap #contents #c_pad table {
	font-size: 12px;
	color: #666666;
}


/*
サイド・メニュー
-------------------------------------------------------------------*/
#side {
	float: left;
	width: 217px;
}

#side li {
	list-style-type: none;
	list-style-image: url(img/mark2.gif);
	margin-left: 20px;
	font-size: 12px;
	line-height: 12px;
	color: #000033;
	padding-bottom: 10px;
}


#side p {
	padding: 10px;
}

#side p a {
	font-size:10px;
	background-color: #DFFFFF;
	display: block;
	line-height: 15px;
	border: 1px solid #CCCCCC;
	width: auto;
	vertical-align: middle;
}
#side img {
	margin: 3px;
	border: 1px solid #999999;
}

/*
フッタメニュー
-------------------------------------------------------------------*/

#f_menu {
	clear: both;
	text-align: center;
	height: 50px;
	background-repeat: no-repeat;
	border: 1px solid #E2E2DE;
	padding: 5px;
	background-color: #FAFAF8;
}
#base #f_menu h3 {
	font-size: 12px;
}

#f_menu li {
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
}
#f_menu ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
#f_menu li a {
	font-size: 10px;
}

#f_menu p {
	font-size: 10px;
	color: #333333;
}
/*
コピーライト
-------------------------------------------------------------------*/

address {
	font-style: normal;
	color: #333333;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	background-color: #CCCCCC;
	font-size: 10px;
}
#base #wrap #contents #c_pad table {
	padding: 2px;
}

