@charset "Shift_JIS";
/* CSS Document */

/* 初期化======================================================================================================== */
body{
	text-align: center;
	width: 100%;
	font-size: 12px;
	line-height: 1.8em;
	color: #666;
}

/* テキスト選択時のハイライト */
::selection {
    background: #FE8C00;
}
::-moz-selection {
    background: #FE8C00;
}

a,
a:link,
a:visited {
	text-decoration: none;
	color: #666;
}

a:hover {
}

a:active {
}

input[type="text"],
textarea{
	color: #333;
	background-color: #FFF;
	padding: 3px;
	margin: 1px;
	border: 1px solid #AAA;
}

input[type="text"]:hover,
textarea:hover{
	border: 1px solid #666;
}

input[type="text"]:focus,
textarea:focus{
	background-color: #F3F3F3;
}

.center{
	text-align: center;
}

.lnb{
}


/* 中身======================================================================================================== */
h1 {
	background-color: #FBFBF5;
}

h1 span{
	background-image: url(../top_images/header_bg.png);
	background-repeat: no-repeat;
	background-position: 255px 0px;
	font-size: 10px;
	line-height: 20px;
	font-weight: normal;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	display: block;
}

/* ヘッダー======================================================================================================== */
#header {
	background-color: #FBFBF5;
}

#headerInner{
	background-image: url(../top_images/header_bg.png);
	background-repeat: no-repeat;
	background-position: 255px -20px;
	height: 100px;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#header h2 {
	display: block;
	float: left;
	margin: 30px 0 0;
}

#header #HDname{
	float: right;
	margin: 40px 10px 0 0;
}

#header #HDtel{
	float: right;
	margin: 32px 10px 0 0;
}

#header #HDcontact{
	float: right;
	height: 30px;
	overflow: hidden;
	margin: 30px 0 0;
}

#header #HDcontact a{
	background-image: url(../top_images/common_contact.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 30px;
	width: 210px;
}

#header #HDcontact a:hover{
	background-position: left -30px;
}

#header #HDcontact a span{
	display: block;
	padding: 30px 0 0;
}

/* コンテンツ======================================================================================================== */
#container {
	display: block;
	float: none;
	clear: both;
	width: 1000px;
	margin: 0 auto;
	padding: 25px 0 60px;
	text-align: left;
}

/* フッター======================================================================================================== */
#footer {
	display: block;
	float: none;
	clear: both;
	background-color: #F6EFE4;
	padding: 20px 0;
}

#footerInner{
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#footer .alpha{
	float: left;
	width: 760px;
}

#footer .alpha p{
	padding: 0 0 15px;
}

#footer .beta{
	float: right;
	width: 210px;
	text-align: right;
}

#footer .beta p{
	padding: 0 0 5px;
	font-size: 10px;
	line-height: 1.8em;
}

#footer #FTcontact{
	height: 30px;
	overflow: hidden;
}

#footer #FTcontact a{
	background-image: url(../top_images/common_contact.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 30px;
	width: 210px;
}

#footer #FTcontact a:hover{
	background-position: left -30px;
}

#footer #FTcontact a span{
	display: block;
	padding: 30px 0 0;
}

#footer #copyRight{
	font-size: 10px;
	line-height: 1.2em;
}

#footer #copyRight a{
	text-decoration: underline;
}
