/*▼▼初期設定▼▼*/

*
{
	margin: 0px;
	padding: 0px;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #EEEEEE url(img/back.gif);
	color: #666666;
	line-height: 1.6em;
}

img
{
	display:block;
	border: none;
}

a
{
	color: #CC0000;
	text-decoration: none;
}

p
{
	margin-left: 10px;
	margin-bottom: 10px;
}

li
{
	list-style-type: none;
	list-style: none;
}

input, textarea, select
{
	font-size:1em;
	font-size: 12px;
	color: #666666;
	line-height: 1.4em;
}

strong
{
	color: #CC0000;
	font-weight: normal;
}

/*▲▲初期設定▲▲*/

/*▼▼clearfixハック▼▼*/

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block;}

/* Hides from IE-mac \*/

* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* End hide from IE-mac */

/*▲▲clearfixハック▲▲*/

/*▼▼コンテナ▼▼*/

#container
{
	display: block;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	background: #FFFFFF;
}

/*▲▲コンテナ▲▲*/

/*▼▼ヘッダー▼▼*/

#header h1 a
{
	display: block;
	float: left;
	width: 440px;
	height: 80px;
	background: url(img/logo.gif) no-repeat;
	text-indent: -9999px;
}

#header ul
{
	float:right;
}

#header #sitemap
{
	display: block;
	width: 120px;
	height: 20px;
	margin-top: 20px;
	background: url(img/sitemap.gif) no-repeat;
	text-indent: -9999px;
}

#header #contact
{
	display: block;
	width: 120px;
	height: 20px;
	background: url(img/contact.gif) no-repeat;
	text-indent: -9999px;
}


/*▲▲ヘッダー▲▲*/

/*▼▼メニュー▼▼*/

#menu
{
	display: block;
	clear: both;
	height: 30px;
	background: url(img/menu.gif) repeat-x;
	font-size: 14px;
}

#menu li
{
	float: left;
}

#menu a
{
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 20px;
	background: url(img/menu1.gif) no-repeat;
	color: #000000;
}

#menu a:hover
{
	background: url(img/menu2.gif) no-repeat;
	color: #CC0000;
}

/*▲▲メニュー▲▲*/

/*▼▼パンくずリスト▼▼*/

#breadcrumbs
{
	clear: both;
	margin: 0px 20px;
	padding: 5px;
	border-bottom: 1px solid #CC0000;
	color: #CC0000;
}	

#breadcrumbs h2
{
	display: inline;
	padding: 0px 10px;
	font-size: 14px;
}

#breadcrumbs a
{
	padding: 0px 10px;
}

#breadcrumbs a:hover
{
	position: relative;
	top: 1px;
	left: 1px;
}

/*▲▲パンくずリスト▲▲*/

/*▼▼コンテンツ▼▼*/

#content
{
}

#right table
{
	margin-left: 10px;
	margin-bottom: 20px;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
}

#right th
{
	white-space: nowrap;
	padding: 2px 10px;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	background: #F5F5F5;
}

#right td
{
	white-space: nowrap;
	padding: 2px 10px;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

/*▲▲コンテンツ▲▲*/

/*▼▼フッター▼▼*/

#footer
{
	display: block;
	height: 30px;
	background: url(img/footer.gif) no-repeat;
}

/*▲▲フッター▲▲*/
