/*------------------------------------------------------
マージン・パディング・ボーダー0
------------------------------------------------------*/
div {
	margin: 0px;
	padding: 0px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	vertical-align:bottom;
}
p {
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
table {
	font-size: 12px;
}
td {
	font-size: 12px;
}

/*------------------------------------------------------
サイト構成設定
------------------------------------------------------*/
body    {
	margin                      : 0px;
	scrollbar-face-color        : #000000;
	scrollbar-track-color       : #000000;
	scrollbar-arrow-color       : #ffffff;
	scrollbar-3dlight-color     : #ffffff;
	scrollbar-highlight-color   : #ffffff;
	scrollbar-shadow-color      : #000000;
	scrollbar-darkshadow-color  : #cccccc;
	background-color: #333333;
	color: #666666;
	text-align: center;
	line-height: 16px;
	font-size: 12px;
}

h1 {
	font-size: 10px;
	color: #666666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	_width: 800px;
}
h1 a {
	color: #f59b18;
}
h2 {
	font-size: 12px;
	color: #666666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h2 a {
	color: #666666;
}
.h3 {
	color: #ff6600;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.h4 {
	font-size: 12px;
	color: #666666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.h5 {
	background-color: #fdf4d3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	line-height: 30px;
	text-indent: 10px;
	padding: 0px;
	font-weight: bold;
	clear: both;
	height: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.h6 {
	color: #FFFFFF;
	font-size: 12px;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	background-image: url(imagefiles/h6b.jpg);
	background-repeat: repeat-x;
	clear: both;
	text-align: left;
}


a       { color                       : #f59b18;}
a:hover { color                       : #ffffff;

          background-color            : #000000;

          text-decoration             : none;}


#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(imagefiles/site_b.jpg);
	background-repeat: repeat-y;
}
#outline {
	float: left;
	width: 800px;
	background-image: url(imagefiles/outline_b.jpg);
	background-repeat: repeat-y;
}


/*------------------------------------------------------
画像設定
------------------------------------------------------*/
/*画像左寄せ*/
.left {
	float: left;
	margin: 0px;
	padding: 0px;
}
.left_g {
	float: left;
	margin: 5px;
	padding: 0px;
}
.obj {
	padding: 0px;
	margin-bottom: 5px;
}



/*------------------------------------------------------
文字色設定
------------------------------------------------------*/
/*赤*/
.red{
	color : #ff0000;
	font-size: 12px;
}
/*赤・ボールド*/
.red_b{
	color : #ff0000;
	font-size: 12px;
	font-weight: bold;
}
/*緑*/
.green{
	color : #009a63;
	font-size: 12px;
}
/*赤・ボールド*/
.green_b{
	color : #009a63;
	font-size: 12px;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}



/*------------------------------------------------------
インデックスページ設定
------------------------------------------------------*/
#i_outline {
	float: left;
	width: 800px;
	background-color: #fdf4d3;
}

#i_header {
	height: 50px;
	width: 800px;
	background-image: url(banner_i.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
	text-align: right;
}
#i_header h1 {
	font-size: 12px;
	color: #666666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#i_header h1 a {
	color: #666666;
}


#i_left {
	float: left;
	width: 500px;
}
#i_right {
	float: left;
	width: 290px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #fdf4d3;
	padding-top: 0px;
}
#i_right .enter {
	float: left;
	background-color: #FFFFFF;
}
#i_right .title {
	float: left;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	width: 280px;
	padding-top: 5px;
}
#i_right .title p {
	padding-left: 5px;
}

#i_right .qr {
	background-color: #FFFFFF;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	text-align: center;
	height: 100px;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	width: 100px;
}
#i_right .qrtxt {
	background-color: #FFFFFF;
	padding: 5px;
	float: left;
	height: 100px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	width: 159px;
}
/*------------------------------------------------------
全体ページ設定
------------------------------------------------------*/
#header {
	width: 800px;
}

/*------------------------------------------------------
左カラム設定
------------------------------------------------------*/
#lbase {
	float: left;
	width: 200px;
	padding-bottom: 10px;
}
#lbase .box {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 11px;
}

#lbase li {
	display: block;
	width: 180px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
/*天気予報ボックス*/
#lbase .box_t {
	padding-bottom: 10px;
	padding-left: 5px;
}
/*liブログリンク*/
#lbase .blog {
	display: block;
	background-image: url(imagefiles/l_blog_back.gif);
	background-repeat: no-repeat;
	text-align: right;
	list-style-type: none;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
}
#lbase .blog a:link {
	display: block;
	text-decoration: none;
	color: #333333;
	padding-right: 5px;
	height: 30px;
	width: 175px;
}
#lbase .blog a:hover {
	display: block;
	background-image: url(imagefiles/l_blog_back.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 175px;
	_width: 180px;
}
#lbase .blog a:visited {
	color: #333333;
	padding-right: 5px;
	text-decoration: none;
}

/*liアルバムリンク*/
#lbase .album {
	display: block;
	width: 180px;
	height: 30px;
	background-image: url(imagefiles/l_album_back.gif);
	background-repeat: no-repeat;
	text-align: right;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
}
#lbase .album a:link {
	display: block;
	text-decoration: none;
	color: #333333;
	padding-right: 5px;
	height: 30px;
	width: 175px;
}
#lbase .album a:hover {
	display: block;
	background-image: url(imagefiles/l_album_back.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 175px;
	_width: 180px;
}
#lbase .album a:visited {
	color: #333333;
	text-decoration: none;
	padding-right: 5px;
}

#lbase .box .qr {
	text-align: center;
}
#lbase .box .banner {
	text-align: center;
}
#lbase .box .mailmagazine {
	text-align: left;
	background-image: url(imagefiles/mailmagazine.jpg);
	padding-top: 40px;
	height: 180px;
	background-repeat: no-repeat;
}


/*------------------------------------------------------
右カラム設定
------------------------------------------------------*/

#rbase {
	float: left;
	width: 600px;
	padding-bottom: 10px;
}
/*上線画像ボックス*/
#rbase .t {
	height: 10px;
	background-image: url(imagefiles/r_t.jpg);
	background-repeat: no-repeat;
}
/*基本ボックス（線なし）*/
#rbase .box {
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 20px;
	clear: both;
	font-size: 12px;
}
/*基本ボックス（線あり）*/
#rbase .boxs {
	margin-top: 14px;
	margin-right: 14px;
	margin-bottom: 14px;
	margin-left: 19px;
	clear: both;
	border: 1px solid #666666;
	width: 562px;
}
#rbase .boxs .lrb {
	clear: both;
}

#rbase .boxs .lbox {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 240px;
}
#rbase .boxs .rbox {
	float: left;
	width: 320px;
}


/*基本ボックス（線あり・ベージュ）*/
#rbase .boxs .y {
	background-color: #feefb7;
}
/*基本ボックス（線あり・ブラウン）*/
#rbase .boxs .b {
	background-color: #fdf4d2;
	padding: 5px;
}
/*左・右調整*/
.lr {
	clear: both;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*------------------------------------------------------
TOPページ設定
------------------------------------------------------*/
/*新着情報*/
.news {
	overflow: auto;
	height: 180px;
}
.news p {
	padding-left: 5px;
	line-height: 15px;
}

/*システム・待合わせガイドのボックス*/
#rbase .box .top_l {
	float: left;
	height: 150px;
	width: 240px;
}
#rbase .box .top_r {
	float: left;
	height: 150px;
	width: 320px;
}

/*------------------------------------------------------
システム・料金ページ設定
------------------------------------------------------*/
.l_system {
	width: 270px;
	float: left;
}
.r_system {
	width: 270px;
	float: left;
	margin-left: 15px;
}
.play {
	width: 280px;
	float: left;
}

/*------------------------------------------------------
ご利用ガイド設定
------------------------------------------------------*/
.guides {
	clear: both;
}
.guide_r {
	float: left;
	width: 349px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
.guide_r p {
	margin-right: 5px;
	margin-left: 5px;
}

.yaji {
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 25px;
	clear: both;
	text-align: center;
}

/*------------------------------------------------------
リクルート設定
------------------------------------------------------*/
/*画像設定*/
.recp {
	padding: 0px;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
}
.reccc {
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.rec {
	float: left;
	font-size: 11px;
	line-height: 12px;
}
.rec p {
	padding-top: 10px;
}

.l_rec {
	width: 275px;
	float: left;
}
.r_rec {
	width: 275px;
	float: left;
	margin-left: 10px;
}

.l_rect {
	width: 250px;
	float: left;
	padding-bottom: 5px;
}
.l_rect p {
	margin-left: 5px;
}

.r_rect {
	width: 300px;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}

.l_rech {
	width: 275px;
	float: left;
	border: 1px solid #666666;
	padding-bottom: 5px;
}
.l_rech p {
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

.r_rech {
	width: 275px;
	float: left;
	margin-left: 6px;
	border: 1px solid #666666;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.r_rech p {
	margin-right: 5px;
	margin-left: 5px;
}

/*文字色茶色*/
.tit {
	font-weight: bold;
	color: #663300;
	letter-spacing: 0.2em;
}

.l_recu {
	width: 340px;
	_width: 350px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
}
.l_recu p {
	padding-top: 3px;
}
.r_recu {
	width: 200px;
	float: left;
	padding: 5px;
}
/*------------------------------------------------------
リンクページ設定
------------------------------------------------------*/
.link {
	padding: 10px;
}
.links {
	padding: 10px;
	border: 1px solid #666666;
	margin-top: 5px;
}

.sougobox {
	clear: both;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	width: 556px;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
.sougo {
	float: left;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	height: 51px;
	_height: 53px;
	padding-right: 11px;
	padding-left: 11px;
	width: 88px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
.sougoboxs {
	clear: both;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}

/*------------------------------------------------------
プロフィール設定
------------------------------------------------------*/
.prof_l {
	float: left;
	padding-right: 3px;
	padding-left: 3px;
	width: 270px;
}
.prof_r {
	float: left;
	width: 284px;
}
.prof_r .menu {
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

.prof_thumb {
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-right: 2px;
	padding-left: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 560px;
}

/*------------------------------------------------------
ブログ、写真館ページ設定
------------------------------------------------------*/
.blogbox {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.blogtitle {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-right: 55px;
	padding-bottom: 0px;
	padding-left: 55px;
}

/*サイトマップ*/
.sitemapbox {
	margin: 0px;
	float: left;
	width: 558px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}
.sitemapleftbox {
	float: left;
	width: 170px;
	padding-left: 10px;
}
.sitemaprightbox {
	float: left;
	width: 350px;
}
.sitemapboxs {
	margin: 0px;
	float: left;
	width: 558px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	clear: both;
}















.left_td {
}
/*左側ブログリスト設定*/
.left_td ul {
	margin: 0px;
	padding: 0px;
}
.left_td li {
	background-image: url(imagefiles/l_blog_back.gif);
	height: 30px;
	width: 180px;
	margin-left: 5px;
	font-weight: bold;
	text-align: right;
	list-style-type: none;
	background-repeat: no-repeat;
	color: #000000;
	font-size: 12px;
	background-position: bottom;
	line-height: 30px;
}
.left_td li a {
	background-image: url(imagefiles/l_blog_back.gif);
	text-decoration: none;
	width: 180px;
	background-repeat: no-repeat;
	display: block;
	color: #000000;
	height: 20px;
	line-height: 20px;
	padding-top: 10px;
	padding-right: 1px;
}
.left_td li a:hover {
	background-image: url(imagefiles/l_blog_back.gif);
	color: #000000;
	text-decoration: none;
	background-repeat: no-repeat;
}

/*左側アルバムリスト設定*/
.left_td_a {
}
.left_td_a ul {
	margin: 0px;
	padding: 0px;
}
.left_td_a li {
	background-image: url(imagefiles/l_album_back.gif);
	height: 30px;
	width: 180px;
	margin-left: 5px;
	font-weight: bold;
	text-align: right;
	list-style-type: none;
	background-repeat: no-repeat;
	color: #000000;
	font-size: 12px;
	background-position: bottom;
	line-height: 30px;
}
.left_td_a li a {
	background-image: url(imagefiles/l_album_back.gif);
	text-decoration: none;
	width: 180px;
	background-repeat: no-repeat;
	display: block;
	color: #000000;
	height: 20px;
	line-height: 20px;
	padding-top: 10px;
	padding-right: 1px;
}
.left_td_a li a:hover {
	background-image: url(imagefiles/l_album_back.gif);
	color: #000000;
	text-decoration: none;
	background-repeat: no-repeat;
}


.midashi{
  color : #009999;
}


.nagare{
  color : #ffa1d0;
}


.w_15{
	font-size: 15px;
}

.w_white{
  color : #ffffff;
	font-size: 13px;
}
.guide{
  color : #000000;
	font-size: 14px;
	background-color: #fdf4d3;
	height: 18px;
}
.w_system{
	font-size: 15px;
}
.w_ryoukin{
	font-size: 12px;
}

.l_back {
	background-image: url(l_back.jpg);
	background-repeat: no-repeat;
}
.r_back {
	background-image: url(r_back.jpg);
	background-position: right bottom; 
	background-repeat: no-repeat;
	background-attachment: fixed; 
}
.blog {
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}
.lady_cate{
	background-image: url(imagefiles/lady_cate.jpg);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: bottom;
	font-size: 12px;
	padding-top: 5px;
	line-height: 18px;
}
.left_td {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.left_td a:hover {
	color: #FFFFFF;
	background-color: #FFFFFF;
}

.lady_cate2{
	background-image: url(imagefiles/lady_cate2.jpg);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	height: 18px;
	font-size: 12px;
}.yohaku {
	height: 10px;
}
.yellow {
	color: #AEAE00;
}
#left_back {
	height: 510px;
	width: 200px;
	background-image: url(imagefiles/left_back.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
.p_mini {
	font-size: 10px;
	margin: 0px;
}
.p_title {
	font-weight: bold;
	color: #663300;
}
.rec_comment {
	width: 222px;
	float: right;
	margin-right: 7px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin-bottom: 10px;
}


/*------------------------------------------------------
フッター設定
------------------------------------------------------*/
#f_link {
	clear: both;
	float: left;
	width: 790px;
	padding-left: 10px;
}
#footer {
	background-image: url(imagefiles/bottom_bar.jpg);
	background-repeat: repeat-x;
	height: 50px;
	_height: 60px;
	text-align: right;
	padding-right: 10px;
	padding-top: 10px;
	clear: both;
	width: 790px;
	_width: 800px;
}

