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

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

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

img
{
	display:block;
	border: none;
}

a
{
	color: #006699 /*#0099CC*/;
	text-decoration: none;
}

p
{
	padding: 5px 0px;
}

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

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

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

/*▼▼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
{
	width: 800px;
	margin: auto;
	border-left: 1px solid #006699 /*#0099CC*/;
	border-right: 1px solid #006699 /*#0099CC*/;
	background: #FFFFFF;
}

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

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

#header
{
	display:block;
}

#logo
{
	float: left;
	margin: 10px 0px 0px 10px;
}

#logo a
{
	display: block;
	width: 400px;
	height: 50px;
	background: url(img/logo.gif) no-repeat;
	text-indent: -9999px;
}

#menu
{
	position: relative;
	z-index: 100;
	display: block;
	float: right;
	padding: 30px 30px 0px 0px;
	text-align: center;
}

#menu li
{
	float: left;
	width: 120px;
	height: 20px;
	border: 1px solid #006699 /*#0099CC*/;
	line-height: 17px;
	background: #FFFFFF;
	color: #006699 /*#0099CC*/;
}
/*タイトルに折り返しがある場合*/
#menu li.txtreturn
{
	float: left;
	width: 120px;
	height: 30px;
	border: 1px solid #006699 /*#0099CC*/;
	font-size:86%;
	line-height:110%;
	background: #FFFFFF;
	color: #006699 /*#0099CC*/;
}
/*/タイトルに折り返しがある場合*/

#menu a
{
	display: block;
	padding: 2px;
}

#menu a:hover
{
	background: #006699 /*#0099CC*/;
	color: #FFFFFF;
}

#menu .main .off
{
	position:relative; /*変更不可*/
	overflow:hidden; /*変更不可*/
}

#menu .main .on
{
	overflow:hidden; /*変更不可*/
}

#menu .main > .on
{
	overflow:visible; /*変更不可*/
}

#menu .sub
{
	position: relative; /*変更不可*/
	left: -1px; /*サブメニュー表示位置をずらしたいときに指定。削除可*/
	top: -1px; /*サブメニュー表示位置をずらしたいときに指定。削除可*/
	width: 120px; /*削除不可*/
}

#breadcrumbs
{
	clear: both;
	margin: 0px 20px;
	padding: 5px;
	border-bottom: 1px solid #006699 /*#0099CC*/;
	color: #006699 /*#0099CC*/;
}	

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

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

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

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

#content
{
	padding: 20px 30px;
}

#content h1
{
	margin: 20px 0px;
	padding: 4px 10px;
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
	background: #EFEFEF;
	color: #006699;
}

#content h2
{
	margin: 20px 10px;
	padding: 2px 0px 2px 10px;
	border-left: 5px solid #006699;
	font-size: 14px;
	line-height: 18px;
	color: #006699;
}

#content h3
{
	margin: 10px;
	padding: 5px 0px;
	font-size: 14px;
	line-height: 16px;
}

#content .right
{
	text-align: right;
}

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

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

#footer
{
	display: block;
	clear: left;
}

#footer ul
{
	margin-left: 20px;
	margin-right: 20px;
	padding: 5px;
	border-top: 1px solid #006699 /*#0099CC*/;
	color: #666666 /*#0099CC*/;
	text-align: right;
}

#footer ul li
{
	display: inline;
	padding-left: 10px;
}

#footer ul li a:hover
{
	position: relative;
	top: 1px;
	left: 1px;
}

#footer address
{
	padding: 2px 10px;
	text-align: center;
	background: #006699 /*#0099CC*/;
	color: #FFFFFF;
}

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


p.attentionTxt{
	display:block;
	font-size:90%;
	line-height:120%;
}
span.redTxt{
	color:#FF0000;
}