/* 基本設定 */
* {
    margin: 0 auto;
	padding: 0;
/*	font-size: 100%;*/
	
}

body {
/*	font-size: 75%;*/
	font-size: 14px;
	line-height: 1.5;
	color: #7E6D47;
	text-align: left;
}

a:link {
	color: #7E6D47;
	text-decoration: none;
}
a:visited {
	color: #7E6D47;
	text-decoration: none;
}
a:hover {
	color: #FF6666;
	text-decoration: none;
}
a:active {
	color: #FF9900;
	text-decoration: none;
}

a:hover img.hover, input.hover:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

.style5 {color: #CC00FF}
/* 段組レイアウト */

/* 全体 */
#wrapper {
    width: 960px;
}

/* コンテンツ全体 */
#container {
    float: left;
    width: 100%;
	margin-top: 15px;
}

/* ヘッター */
#header {
	height: 60px;
    margin: 0 0 0 0;
	padding: 10px 0 20px 0;
	background: #FFF;
	background-image: url(../../img/common/header_line.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

#logo {
    margin: 0;
	padding: 0;
	float: left;
}

#header p {
	font-size: 12px;
	text-align: right;
	margin: 0;
	padding: 0 0 5px 0;
}

#header p img {
	margin: 0 0 0 10px;
	padding: 0;
	vertical-align: middle;
}

#header p.header-text {
	font-size: 12px;
	text-align: right;
	margin: 0;
	padding: 15px 0 0 0;
}

.sticky {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 960px;
}
.sticky #header {
	padding: 10px 0 20px 0;
	height: 40px;
}
.sticky #logo img {
	height: 40px;
}
.sticky p {
	margin: 0;
	padding: 0;
}
.sticky .text {
	display: none;
}

/* ページタイトル */
#pagetitle {
/*    float: left;*/
/*    width: 960px;*/
	margin: 20px 0 0 0;
	padding: 0;
}

/* お問い合わせ */
#contact {
    float: left;
    margin: 0;
	padding: 0;
    clear: both;
	width: 204px;
    height: 424px;
    background-image: url(../../img/common/bg_contact.gif);
	background-repeat: no-repeat;
}

#contact_info {
    margin: 25px 0 0 10px;
	padding: 10px;
/*	float: left;*/
	width: 160px;
	text-align: left;
	background-color: #FFFFFF;
}

#contact_info .title {
/*    font-size: 100%;*/
	font-size: 12px;
	margin-top: 8px;
}

#contact_info li {
/*    font-size: 150%;*/
	font-size: 18px;
	list-style: none;
	font-weight: bold;
}

#contact .btn {
    margin: 51px 0px 0 10px;
/*	float: left;*/
	width: 162px;
}

/* ページトップ */
#page_top {
    margin: 30px 0 0 20px;
	clear: both;
	padding: 30px 0 0 0;
/*	float: left;*/
	width: 720px;
	text-align: right;
}


/* フッター */
#footer {
    margin-top: 20px;
	padding: 20px 0 20px 0;
	text-align: right;
	clear: both;
/*	width: 100%;*/
	background-image: url(../../img/common/footer_line.gif);
	background-position: top;
	background-repeat: no-repeat;
}
#footer .tex {
    float: left;
}
#footer .tex a:link {
	color: #800080;
	text-decoration: underline;
}
#footer .tex a:visited {
	color: #800080;
	text-decoration: underline;
}
#footer .tex a:hover {
	color: #8A2BE2;
	text-decoration: underline;
}
#footer .tex a:active {
	color: #8A2BE2;
	text-decoration: underline;
}
#footer .copy {
    float: right;
}

