@charset "shift_jis";


body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 75%;
	line-height: 2;
	color: #424E60;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-position: center top;
}

/*トップページだけ、背景壁紙画像を変える為。*/
body#top {
	background-position: center top;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
#container #main p {
	line-height: 140%;
	margin-top: 5px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
a {
	color: #424E60;
	text-decoration: underline;
}
#side .box .sidemenu2 {
	margin-left: 10px;
}
a:hover {
	color: #772850;
	text-decoration: none;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}



/*コンテナー（HP全体を囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 950px;	/*HP全体の横幅*/
	margin-right: auto;
	margin-left: auto;
}



/*ヘッダー（ロゴや電話番号画像が入っているブロック）
---------------------------------------------------------------------------*/
#header {
	height: 110px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/menu_back.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0px;
}
#header-rogo {
	height: 80px;
	width: 950px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#header-menu {
	height: 30px;
	text-align: left;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	vertical-align: middle;
	line-height: 20pt;
}

#header-menu ul {
  text-align: left;
  margin: 0px;
  padding: 0px
}

#header-menu li {
  color: #ffffff;
  display: inline;
  padding-left: 14px;
  padding-right: 9px;
  background: url(images/l_icon.gif) no-repeat;
  background-position: left center;
}

#header-menu a {
  color: #ffffff;
  text-decoration: none;
}

#header-menu a:hover {
  color: #cccccc;
}
#header #tel {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 224px;
	height: 67px;
}
#header #logo {
	position: absolute;
	left: 0px;
	top: 0px;
}



/*メインメニュー（上部に横並びの画像メニュー）
---------------------------------------------------------------------------*/
ul#menu img {
	vertical-align: bottom;
}
ul#menu li {
	float: left;
}



/*FLASH梱包ボックス
---------------------------------------------------------------------------*/
#fla {
	background-color: #000000;
	height: 240px;
}
#fla p {
	color: #FFFFFF;
	text-align: center;
}
.contents {
	width: 710px;
	height: 585px;
	background-image: url(images/top_01.jpg);
}
#movtex {
	text-align: center;
}
/*コンテンツ（左右のブロックを囲むボックス）
---------------------------------------------------------------------------*/
#contentsleft {
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 25px;
	margin-left: 5px;
	width: 360px;
}
#contents_mov_left {
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 25px;
	margin-left: 5px;
	width: 320px;
}
.photeright {
	float: right;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 25px;
	margin-left: 10px;
}
#contentsright {
	float: right;
	margin-left: 5px;
	width: 270px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 25px;
}

#contentsright2 {
	float: right;
	margin-left: 5px;
	width: 295px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 25px;
}
#contents_mov_right {
	float: right;
	margin-left: 5px;
	width: 320px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 25px;
	text-align: center;
}
.photeleft {
	float: left;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 25px;
	margin-left: 10px;
}
.banner {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}



/*メインコンテンツ（左側ボックス）
---------------------------------------------------------------------------*/
#main {
	float: left;	/*ボックスを左側に配置。*/
	width: 710px;	/*ボックスの幅*/
	padding-top: 20px;
}
#main h3 {
	margin-left: 10px;
	line-height: 130%;
	margin-top: 10px;
	margin-bottom: 0px;
}
#main p {
	line-height: 140%;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#main h2.h2bg {
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;	/*h2タグの文字色*/
	font-size: 100%;
	background-image: url(images/midashi_bg.gif);	/*h2タグの背景画像*/
	background-repeat: no-repeat;
	padding-left: 20px;	/*文字の左側に少し余白*/
	overflow: hidden;	/*背景画像から飛び出た文字を非表示にする*/
	background-color: #272E39;
	margin-top: 7px;
	margin-bottom: 5px;
}



/*サイドコンテンツ（右側ボックス）
---------------------------------------------------------------------------*/
#side {
	float: right;	/*ボックスを右側に配置。*/
	width: 220px;	/*ボックスの幅*/
	padding-top: 20px;
}
#side p {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}
#side .box {
	border: 1px solid #bfbfbf;/*右側ボックスの各ボックスを囲む線色。*/
	margin-bottom: 1em;
}
#side .box p    {
	line-height: 120%;
}
#side h3 {
	font-size: 100%;
	color: #424E60;	/*h3タグの文字色*/
	text-align: center;	/*文字をセンタリング*/
	border-bottom: 1px solid #bfbfbf;	/*h3タグ下に直線を追加*/
	padding-top: 1em;
	padding-bottom: 1em;
	background-image: url(images/h3bg.gif);	/*h3の背景画像*/
	background-repeat: repeat-x;	/*背景画像を横軸にリピート*/
	background-position: center;	/*背景画像を上下中央に配置*/
}
#side .sidemenu a {
	text-decoration: none;	/*サイドメニューのリンクの下線を削除*/
	width: 216px;
	display: block;
	background-color: #272E39;
	background-image: url(images/sidemenu_bg.gif);	/*サイドメニューの背景画像*/
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;	/*メニューテキストをセンタリング*/
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	color: #FFFFFF;	/*メニューの文字色*/
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	line-height: 150%;
}
#side .sidemenu a:hover {
	background-image: url(images/sidemenu_bg_over.gif);	/*カーソルオーバー時の背景画像*/
}



/*フッター（コピーライトなど入っている一番下のボックス）
---------------------------------------------------------------------------*/
#footer {
	text-align: center;
	clear: both;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}



/*メインコンテンツ内の「What's New」部分
---------------------------------------------------------------------------*/
#main dl.new {
	width: 680px;		/*What's Newボックスの高さ*/
	overflow: auto;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 2px;
}
#main dl.new dt {
	font-weight: bold;	/*日付の色を太字にする*/
	float: left;
	height: 25px;
	width: 10em;
	margin-right: 5px;
	margin-left: 5px;
	padding-left: 4px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#main dl.new dd {
	border-bottom: 1px solid #bfbfbf;	/*日付ごとの下線*/
	height: 25px;
	width: 50em;
	margin-left: 5px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/*リストの下
---------------------------------------------------------------------------*/

#listdown {
	height: 30px;
	text-align: left;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	vertical-align: middle;
	line-height: 20pt;
}

#listdown ul {
  text-align: left;
  margin: 0px;
  padding: 0px
}

#listdown li {
	color: #ffffff;
	display: inline;
	padding-left: 14px;
	padding-right: 9px;
	background-position: left center;
	background-color: #999;
}

#listdown a {
  color: #ffffff;
  text-decoration: none;
}

#listdown a:hover {
  color: #cccccc;
}



/*テーブル
---------------------------------------------------------------------------*/
.ta1 {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #272E39;
}
.ta1 td, .ta1 th{
	padding: 10px;
}
.list_back {
	background-image: url(images/list_back.gif);
}
.list_back_new {
	background-image: url(images/list_back_new.gif);
}
.ta1 th{
	background-color: #fafafa;	/*左側thタグの背景色*/
	width: 150px;	/*左側thタグの幅*/
	text-align: center;
}
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #485569;	/*テーブルの見出し部分の背景色（room.htmlで使用しています）*/
	color: #FFFFFF;	/*文字色*/
}



/*細々
---------------------------------------------------------------------------*/
.color1 {
	color: #772850;
}
.look {
	background-color: #f5f5f5;
}
.mb1em {
	margin-bottom: 1em;
}
#side .box h4 {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding: 0px;
	line-height: 100%;
	font-size: 15px;
}
#contents #main h3 img {
	float: left;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#container #contents #main table tr td p {
	width: 140px;
	border-bottom-style: solid;
	border-bottom-color: #bfbfbf;
	border-bottom-width: 1px;
	text-align: center;
}
#main table tr th .style1 {
	font-size: 18pt;
	line-height: 150%;
	font-weight: bold;
}
#container #contents #main table tr th {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #bfbfbf;
	border-bottom-color: #bfbfbf;
	text-align: left;
	text-indent: 40px;
}
#container #contents #main #workmain {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bfbfbf;
	text-align: left;
	text-indent: 0px;
}
#container #contents #main #workmain tr td {
	text-align: left;
	text-indent: 40px;
}
#container #contents #main .coment {
	width: 680px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bfbfbf;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-left: 15px;
}
#container #contents #main table tr .td01 p {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #contents #main table tr .td01 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #bfbfbf;
	border-right-color: #bfbfbf;
	border-bottom-color: #bfbfbf;
	border-left-color: #bfbfbf;
}
.rt {
	text-align: right;
}	
.title {
	background: url(../img/h1_title.png) no-repeat;
	height: 178px;
	width: 406px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-indent: -9999px;
	z-index: 2;
	overflow: hidden;
}	
#flam {
	height: 265px;
	background-image: url(images/flam_back.jpg);
	background-repeat: repeat-x;
}

/*スライドショー
---------------------------------------------------------------------------*/
#slider{
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 230px;
	margin-top: 0px;
	padding-top: 0px;
	width: 1100px;
}

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	left: 0px;
	background: #000;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}
#container #main .fc table {
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	height: 200px;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
#container #main table tr td p {
	line-height: 110%;
}
.fc {
	width: 690px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border: 1px solid #bfbfbf;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: center;
}
.fctd {
	line-height: 150%;
	background-color: #F4F4F4;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#container #main .fc table {
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #F4F4F4;
	width: 680px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}

#container #main h4 {
	font-size: 14pt;
	line-height: normal;
	width: 680px;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
}


div#mf_wrapper {
	width: 640px;
	text-align: left;
	margin: 0px auto 0px auto;
	font-family: sans-serif;
}
div#mf_header h1 {
	font-size: 24px;
	border-bottom: solid 1px #999999;
	margin: 0px;
	padding: 0px;
}
div#mf_header h2 {
	font-size: 16px;
	color: #999999;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
form#mailform {
	padding: 5px;
}
table.mailform {
	width: 100%;
}
table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	border-bottom: solid 1px #999999;
	padding: 7px 5px 7px 5px;
}
table.mailform tr th {
	width: 150px;
}
table.mailform tr th span {
	color: #CC0000;
	font-size: 10px;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #999999;
}
table.mailform tr td textarea {
	width: 100%;
	height: 120px;
}
.clear {
	clear: both;
}
