﻿@charset "utf-8";
/* CSS Document */

/* スクロールバー色指定追加*/
html,body{
scrollbar-base-color: #c8d6ff;
scrollbar-face-color: #FFFFFF;
scrollbar-highlight-color: #c8d6ff;
scrollbar-3dlight-color: #ffffff;
scrollbar-shadow-color: #c8d6ff;
scrollbar-darkshadow-color: #ffffff;
scrollbar-arrow-color: #9bb5ff;
}

body {
	background-color: #c9d0f2;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.8em;
	color: #666666;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


a:link,
a:visited,
a:active {
	color: #993333;
	text-decoration: none;
}
a:hover  {
	color: #003399;
	text-decoration: underline;
}




/* メニュー */
ul#menu	{
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0;
	height: 60px;
	background-image: url(../images/rollover.gif);
	padding-bottom: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding-right: 0px;
}

ul#menu li {
	list-style-type: none;
	float: left;
	}

ul#menu li a	{
	display: block;
	line-height: 60px;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	background-image: url(../images/rollover.gif);
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
}

ul#menu li a:hover{
	background-position: left bottom;
}

/* コンテナ */
div#container	{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #39539B;
	background-color: #FFFFFF;
}

clearfix:after	{
	content: ".";
	display: block;
	clear:both;
	height: 0;
	visibility:hidden;
}

clearfix{
	zoom: 1;
}

/* CSS Document */

/* ヘッダー */
div#header	{
	background-image: url(../images/top.jpg);
	height: 195px;
	background-repeat: no-repeat;
}

div#header p	{
	padding-top: 118px;
	padding-bottom: 4px;
	text-align: right;
	padding-right: 20px;
	margin: 0;
}

div#header h1	{
	color: #ffffff;
	font-size: 15px;
	margin-top: 0px;
	margin-right: 18px;
	margin-bottom: 0;
	font-weight: normal;
	text-align: right;
}




address	{
	font-size: 12px;
	font-style: normal;
	text-align: center;
	color: #000066;
	line-height: 180%;
}

#footer_navi {
	background-color: #000066;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	margin-bottom: 3px;
	color: #FFFFFF;
	clear:both;
}

/*ナビゲーションのリンク文字色*/
#footer_navi a:link    {color: #FFFFFF; text-decoration: none;}
#footer_navi a:visited {color: #FFFFFF; text-decoration: none;}
#footer_navi a:active  {color: #FFFFFF; text-decoration: none;}
#footer_navi a:hover   {color: #FFFFFF; text-decoration: underline;}


#footer address a:link    {
	color: #6B2F17;
	text-decoration: none;
}
#footer address a:visited {
	color: #AF7F69;
	text-decoration: none;
}
#footer address a:active  {
	color: #BB8C78;
	text-decoration: none;
}
#footer address a:hover   {
	color: #BB8C78;
	text-decoration: underline;
}


/* フッター */
div#footer	{
	background-color: #FFFFFF;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 45px;
	clear: both;
	line-height: 180%;
}
.p1 {
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-top: 0px;
	padding-top: 5px;
}
.p2 {
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-size: 0.8em;
	padding: 10px;
	margin-top: 5px;
}

/* コンテンツ */
#content	{
	float: left;
	width: 612px;
	text-align: left;
	padding: 10px;
	line-height: 1.8;
	background-color: #FFFFFF;
}
.net_top {
	padding-top: 5px;
}
.net_main {
	font-size: 13px;
	font-weight: normal;
	color: #990000;
	background-image: url(../images/net_02.jpg);
	line-height: 152%;
	background-repeat: no-repeat;
	height: 117px;

	padding-top: 15px;
	padding-right: 79px;
	padding-bottom: 0px;
	padding-left: 95px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.net_bottom {
	padding-bottom: 8px;
}

.img_margin_left {
	margin-bottom: 0px;
	margin-top: -10px;
	margin-right: -12px;
	padding: 0px;
	margin-left: 0px;
}
.next {
	text-align: right;
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 2px;
	padding-top: 0px;
	font-size: 13px;
}



/* サイドバー */

#side {
	float: right;
	text-align: left;
	
	line-height: 2;
	background-image: url(../images/kabe_side2.jpg);
	padding-top: 75px;
	padding-bottom: 150px;
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 20px;
	padding-left: 0px;
}
#side_room {
	line-height: 150%;
	text-align: center;
	width: 228px;
}


.style1 {
	font-weight: bold;
	font-size: 1.6em;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	letter-spacing: 0.3em;
	padding-bottom: 2px;
	line-height: 200%;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}


.h2_1 {
	background-image: url(../images/b_beauty.jpg);
	background-repeat: no-repeat;
	font-size: 16px;
	color: #FFFFFF;
	text-indent: 80px;
	margin: 5px;
	background-position: top;
	line-height: 60px;
}
.h2_2 {
	background-image: url(../images/b_crystal.jpg);
	background-repeat: no-repeat;
	font-size: 16px;
	color: #FFFFFF;
	text-indent: 80px;
	margin: 5px;
	background-position: top;
	line-height: 60px;
}
.h2_3 {

	background-image: url(../images/b_stone.jpg);
	background-repeat: no-repeat;
	font-size: 16px;
	color: #FFFFFF;
	text-indent: 80px;
	margin: 5px;
	background-position: top;
	line-height: 60px;
}
.h2_4 {
	background-image: url(../images/b_dinform3.jpg);
	background-repeat: no-repeat;
	font-size: 16px;
	color: #FFFFFF;
	text-indent: 85px;
	margin: 5px;
	background-position: top;
	line-height: 60px;
	letter-spacing: 0.3em;
}

#content dt {
	text-indent: 33px;
	font-weight: bold;
}
.dt_title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BEC6EF;
	letter-spacing: 0.3em;
	font-size: 1.3em;
	line-height: 200%;
	padding-right: 160px;
	padding-left: 19px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #BEC6EF;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}

#content dl a	{
	text-decoration: none;
	color: #666666;
}

#content dl a:hover{
	text-decoration: underline;
	color: #003399;
}
