@charset "Shift_JIS";
/* --------------------------------------------------------------
▼基本設定【template02_4】
-------------------------------------------------------------- */

* {
	font-size: 100%;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

html {
	background-color : #bad3ff;
}

body {
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 82%;
	line-height: 1.8;
	color: black;/*文字色*/
	background-repeat: repeat;
	background-attachment: fixed;
	text-align: center;
	background-color: white;
}

img {
	border-width: 0px;
}

a {
	color : #61aac8;	/*リンク部分の文字色▼*/
}

a:hover {
	color : #e86f85;	/*リンク部分のマウスオーバー時の文字色▼*/
}

a:hover img {
	opacity: 0.6;			/*リンク画像 マウスオーバー時の透明度 IE以外のモダンブラウザ用*/
	filter: alpha(opacity=60);	/*リンク画像 マウスオーバー時の透明度 IE用*/
}

span {
	color : #3399ff;		/*spanタグを使用した時の文字色▼*/
}

strong {
	color : #3399ff;		/*strongタグを使用した時の文字色▼*/
	font-size: 110%;

}

em {
        color:#3cb371;                  /*emタグを使用した時の文字色▼*/
}


.b_size {
        color: #3399ff;                 /*strong emタグで利用できるclass設定(文字色変更)　以下続く▼*/
	font-size: 120%;
}

.s_size {
	font-size: 96%;
}

.g {
        color: #3cb371;
}

.p {
        color: #e86f85;
}

.r {
        color: #cc0000;
}

p {
	padding-bottom: 15px;
}

p.line {
	line-height: 22px;
	background-image: url(images/line_dot.gif);
	background-repeat: repeat;
}
/* --------------------------------------------------------------
▼ヘッダー部分の設定
-------------------------------------------------------------- */

#header {
	width: 100%;
	background-image : url(images/bg01.gif);
	background-repeat: repeat;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
}

#header-inner {
	width: 900px;
	height: 100px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
/*見出し(h1タグ)FLASHメニュー左上部に表示されているテキスト部分
----------------------------------------------------------*/

h1 {
	font-size: 96%;	/*文字サイズ*/
	color: white;		/*文字色*/
	font-weight: normal;	/*文字の太さ*/
	text-align: left;
	padding-top: 5px;
}
/*右上部に表示されているテキスト部分
----------------------------------------------------------*/

#header #comment {
	color : black;	/*文字色*/
	width: 235px;
	height: 75px;
	text-align: left;
	background-image : url(images/imgbg01-240x85.gif);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-left: 5px;
	position: absolute;
	right: 0px;
	top: 0px;
}
/* --------------------------------------------------------------
▼トップメニュー・フラッシュメニュー部分の設定
-------------------------------------------------------------- */

/*トップメニュー
----------------------------------------------------------*/

ul#topmenu {
	background-image : url(images/bg01w.gif);	/*背景画像*/
	background-repeat: repeat-x;
	width: 100%;
	height: 25px;
	text-align: center;
	padding-top: 5px;
	border-left-style: none;
	position: relative;
	overflow: hidden;
}

ul#topmenu li {
	color : #e86f85;		/*リンクなし　文字色▼*/
	font-weight: bold;	/*文字の太さ*/
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #61aac8;
	display: inline;
}

ul#topmenu li.last {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #61aac8;
}

ul#topmenu li a {
	color: #e8e8e8;		/*文字色▼*/
	text-decoration: none;	/*下線を表示しない設定*/
}

ul#topmenu li a:hover {
	color : #ffa4ff;		/*マウスオーバー時の文字色▼*/
}
/*FLASHメニュー
----------------------------------------------------------*/

#flashmov {
	width: 900px;
	height: 315px;
	margin-left: auto;
	margin-right: auto;
}

#flashmov p#noscript {
	font-size: 15px;	/*文字サイズ*/
	text-align: center;
	top: 100px;
	position: relative;
}
/* --------------------------------------------------------------
▼コンテナ
-------------------------------------------------------------- */

#container {
	width: 900px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: static;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #d9d9d9;
}

#container-inner {
	width: 870px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 15px;
}
/* --------------------------------------------------------------
▼メイン部分の設定
-------------------------------------------------------------- */

#main {
	width: 650px;
	text-align: left;
	float: right;
}
/*メイン部分の見出しタグ
----------------------------------------------------------*/

#main h2 {
	height: 26px;
	font-size: 115%;	/*文字サイズ*/
	color : white;		/*文字色▼*/
	line-height: 28px;
	background-image : url(images/head01-650.gif);	/*見出し(h2タグ)の背景画像▼*/
	background-repeat: no-repeat;
	margin-bottom: 15px;
	padding-left: 10px;
}

#main h3 {
	font-size: 115%;	/*文字サイズ*/
	color : #3399ff;		/*文字色▼*/
	line-height: 26px;
	margin-bottom: 10px;
	background-image : url(images/head03-650.gif);	/*見出し(h3タグ)の背景画像▼*/
	background-repeat: no-repeat;
	padding-bottom: 2px;
	padding-left: 12px;
}

#main h4 {
	font-size: 105%;	/*文字サイズ*/
	color : #3cb371;		/*文字色*/
	background-image : url(images/icon02.gif);	/*見出し(h4タグ)の先頭に表示される画像▼*/
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 15px;
	margin-bottom: 10px;
}
/*小見出し(左右にゃんこ)*追加設定*
----------------------------------------------------------*/
h5.back{
    font-size:110%;
    color: #61AAC8;
    border-bottom: 7px double #BAD3FF;/*h2タグの下線*/
    background-color:#FFFFFF;
    display:inline;
    background-image:url(images/cat_sl.jpg);
    padding-left:40px;
    background-repeat:no-repeat;
    background-position:top  left;
}
span.back{
    background-image:url(images/cat_w.jpg);
    padding-right:40px;
    background-repeat:no-repeat;
    background-position:center  right;
}
/*詳細ボタンのロールオーバー設定(Gallery)*追加設定*
----------------------------------------------------------*/
a.s_button{
    display:block;
    width:120px;
    height:26px;
    background-image : url(gallery/images/photo/s_base.jpg);
    background-position:100% -3px;/*細かい位置指定*/
    background-repeat:no-repeat;
    color:#666666;
    font-size:100%;
    letter-spacing:2px;
    font-weight:bold;
    text-decoration:none;
    margin: 0px 70px;  
    padding-top:0px;
    text-align:center;
}
a:hover.s_button{
    background-position:0% -29px;/*細かい位置指定*/
    color:#666666;
}
/*Ggalleryへ戻るボタンのロールオーバー設定*追加設定*
----------------------------------------------------------*/
a.g_b_button{
    display:block;
    width:197px;
    height:35px;
    background-image : url(gallery/images/photo/b_base..jpg);
    background-position:100% -100%/*細かい位置指定*/
    background-repeat:no-repeat;
    color:#666666;
    font-size:88%;
    letter-spacing:0px;
    font-weight:none;
    text-decoration:none;
    padding: 0px;
    margin: 15px 240px;  
    text-align:center;
    text-indent:4em;/*文字位置左から*/
    line-height:3;/*文字位置上から*/
}
a:hover.g_b_button{
    background-position:0% -35px;/*細かい位置指定*/
    color:#666666;
}

/*メイン部分のボックス
----------------------------------------------------------*/

#main div.box {
	border-width: 1px;	/*ボーダーの太さ*/
	border-style: solid;	/*ボーダースタイル*/
	border-color: #cccccc;	/*ボーダーカラー▼*/
	padding: 5px;
	margin-bottom: 10px;
}

#main div.box p {
	padding-bottom: 0px;
}
/*メイン部分のボックス(2カラム)
----------------------------------------------------------*/

#main div.box2column {
	width: 100%;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
}

#main div.box2column_left {
	float: left;
	width: 310px;
	padding: 5px;
	border-width: 1px;	/*ボーダー枠の太さ*/
	border-style: solid;	/*ボーダー枠のスタイル*/
	border-color: #cccccc;	/*ボーダー枠カラー▼*/
}

* html #main div.box2column_left {
	width: 320px;	/*IE6用*/
}

#main div.box2column_right {
	float: right;
	width: 310px;
	padding: 5px;
	border-width: 1px;	/*ボーダー枠の太さ*/
	border-style: solid;	/*ボーダー枠のスタイル*/
	border-color: #cccccc;	/*ボーダー枠カラー▼*/
}

* html #main div.box2column_right {
	width: 320px;	/*IE6用*/
}

#main div.box2column p {
	padding-bottom: 0px;
}
/*イメージボックス
----------------------------------------------------------*/

#main div.imagebox {
	width: 100%;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
}

#main div.box div.imagebox {
	margin-bottom: 0px;
}
/*イメージボックス アルバム（画像を並べて表示する設定になっている部分）
----------------------------------------------------------*/

#main ul.imagebox_album li {
	border-width: 1px;		/*画像 ボーダー枠の太さ*/
	border-style: solid;		/*画像 ボーダー枠スタイル*/
	border-color: #cccccc;		/*画像 ボーダー枠カラー▼*/
	background-color: #f0f5f7;	/*画像 枠の余白部分カラー▼*/
	padding: 4px;			/*画像 枠の余白幅*/
	margin: 5px;
	float: left;
}

* html #main ul.imagebox_album li {
	display: inline;	/*IE6用*/
}

#main ul.imagebox_album img {
	vertical-align: bottom;
}
/*イメージボックス レフト（左側に画像を置く設定になっている部分）
----------------------------------------------------------*/

#main div.imagebox_left {
	background-color: white;
	padding-right: 10px;
	float: left;
}

#main div.imagebox_left img {
	border-width: 1px;		/*画像 ボーダー枠の太さ*/
	border-style: solid;		/*画像 ボーダー枠スタイル*/
	border-color: #cccccc;		/*画像 ボーダー枠カラー▼*/
	background-color: #f0f5f7;	/*画像 枠の余白部分カラー▼*/
	padding: 5px;			/*画像 枠の余白幅*/
}
/*イメージボックス ライト（右側に画像を置く設定になっている部分）
----------------------------------------------------------*/

#main div.imagebox_right {
	background-color: white;
	padding-left: 10px;
	float: right;
}

#main div.imagebox_right img {
	border-width: 1px;		/*画像 ボーダー枠の太さ*/
	border-style: solid;		/*画像 ボーダー枠スタイル*/
	border-color: #cccccc;		/*画像 ボーダー枠カラー▼*/
	background-color: #f0f5f7;	/*画像 枠の余白部分カラー▼*/
	padding: 5px;			/*画像 枠の余白幅*/
}
/*イメージボックス レフト（画像枠白設定）（左側に画像を置く設定になっている部分）*追加設定*
----------------------------------------------------------*/

#main div.imagebox_left_w {
	background-color: white;
	padding-right: 10px;
	float: left;
}

#main div.imagebox_left_w img {
	border-width: 1px;		/*画像 ボーダー枠の太さ*/
	border-style: solid;		/*画像 ボーダー枠スタイル*/
	border-color: #cccccc;		/*画像 ボーダー枠カラー▼*/
	background-color: #ffffff;	/*画像 枠の余白部分カラー▼*/
	padding: 5px;			/*画像 枠の余白幅*/
}
/*イメージボックス ライト（画像枠白設定）（右側に画像を置く設定になっている部分）*追加設定*
----------------------------------------------------------*/

#main div.imagebox_right_w {
	background-color: white;
	padding-left: 10px;
	float: right;
}

#main div.imagebox_right_w img {
	border-width: 1px;		/*画像 ボーダー枠の太さ*/
	border-style: solid;		/*画像 ボーダー枠スタイル*/
	border-color: #cccccc;		/*画像 ボーダー枠カラー▼*/
	background-color: #ffffff;	/*画像 枠の余白部分カラー▼*/
	padding: 5px;			/*画像 枠の余白幅*/
}
/*お客さま写真館用メイン部分のボックス*追加設定*
----------------------------------------------------------*/

#main div.box_c {
	border-width: 1px;	/*ボーダーの太さ*/
	border-style: solid;	/*ボーダースタイル*/
	border-color: #cccccc;	/*ボーダーカラー▼*/
	padding: 15px 35px 15px 10px;
	margin-bottom: 15px;
}

#main div.box p {
	padding-bottom: 0px;
}
/*お客さま写真館用イメージボックス（余白多め）*追加設定*
----------------------------------------------------------*/

#main div.imagebox_c {
	width: 100%;
	margin: 15px;
	position: relative;
	overflow: hidden;
}

#main div.box div.imagebox_c {
	margin: 15px;
}
/*お客さま写真館用イメージボックス レフト（画像枠白設定）（左側に画像を置く設定になっている部分）*追加設定*
----------------------------------------------------------*/

#main div.imagebox_left_c {
	background-color: white;
	padding-right: 15px;
	float: left;
}

#main div.imagebox_left_c img {
	border-width: 1px;		/*画像 ボーダー枠の太さ*/
	border-style: solid;		/*画像 ボーダー枠スタイル*/
	border-color: #cccccc;		/*画像 ボーダー枠カラー▼*/
	background-color: #ffffff;	/*画像 枠の余白部分カラー▼*/
	padding: 10px;			/*画像 枠の余白幅*/
}
/*お客さま写真館用イメージボックス ライト（画像枠白設定）（右側に画像を置く設定になっている部分）*追加設定*
----------------------------------------------------------*/

#main div.imagebox_right_c {
	background-color: white;
	padding-left: 15px;
	float: right;
}

#main div.imagebox_right_c img {
	border-width: 1px;		/*画像 ボーダー枠の太さ*/
	border-style: solid;		/*画像 ボーダー枠スタイル*/
	border-color: #cccccc;		/*画像 ボーダー枠カラー▼*/
	background-color: #ffffff;	/*画像 枠の余白部分カラー▼*/
	padding: 10px;			/*画像 枠の余白幅*/
}
/*着付教室メニュー用メイン部分のボックス*追加設定*
----------------------------------------------------------*/

#main div.box_k {
	border-width: 1px;	/*ボーダーの太さ*/
	border-style: solid;	/*ボーダースタイル*/
	border-color: #cccccc;	/*ボーダーカラー▼*/
	padding: 10px;
	margin: 20px 0px 15px 0px;
}

#main div.box p {
	padding-bottom: 0px;
}
/*着付教室メニュー用メイン部分の入り子ボックス*追加設定*
----------------------------------------------------------*/

#main div.box_i {
	border-width: 1px;	/*ボーダーの太さ*/
	border-style: solid;	/*ボーダースタイル*/
	border-color: #cccccc;	/*ボーダーカラー▼*/
	padding: 15px;
	margin-bottom: 10px;
}

#main div.box p {
	padding-bottom: 0px;
}

/*着付教室メニュー(お知らせ用)メイン部分のボックス*追加設定*
----------------------------------------------------------*/

#main div.box_o {
	border-width: 3px;	/*ボーダーの太さ*/
	border-style: double;	/*ボーダースタイル*/
	border-color: #e86f85;	/*ボーダーカラー▼*/
	padding: 25px;
	margin: 30px;
}

#main div.box p {
	padding-bottom: 0px;
}

/*イメージボックス センター（中央に画像を置く設定になっている部分）
----------------------------------------------------------*/

/*イメージボックス センター（中央に画像を置く設定になっている部分）
----------------------------------------------------------*/

#main div.imagebox_center {
	background-color: white;
	padding-left: 10px;
        text-align:center;
}
#main div.imagebox_center img {
	border-width: 1px;		/*画像 ボーダー枠の太さ*/
	border-style: solid;		/*画像 ボーダー枠スタイル*/
	border-color: #cccccc;		/*画像 ボーダー枠カラー▼*/
	background-color: #f0f5f7;	/*画像 枠の余白部分カラー▼*/
	padding: 5px;			/*画像 枠の余白幅*/
}

/*各種imagebox設定(gallery用)*追加設定*
---------------------------------------------------------------------------*/
div.imagebox_g {
	border: 1px dashed #61AAC8;/* 1.枠線 */
	background-color: #F0F5F7;/* 2.背景色 */
	width: 300px;/* 横幅 */
	float: left;/* 左に配置 */
	margin: 10px;/* 周囲の余白 */
}
p.image, p.caption {
	text-align: center;/* 3.中央寄せ */
	margin: 10px;/* 4.余白・間隔 */
}

p.caption {
	font-size: 100%;/* 5.文字サイズ */
	color: #61AAC8;/* 6.文字色 */
}
p.caption2 {
	font-size: 93%;/* 5.文字サイズ */
	color: #666666;/* 6.文字色 */
        line-height: 1.6;
        margin: 0 0.7em 0.5em 0.7em;
}
p.exp {
	clear: left;/* 回り込みを解除 */
}
div.imagebox_l{/* 文字を左に回り込み */
	float: left;
	padding: 1em;
        margin: 1em 1em 1em 0;
}
div.clear{
	clear: both;
	margin: 0 0 10px 0;
}
div.imagebox_r{/* 文字を右に回り込み */
	float: right;
	padding: 1em;
        margin: 1em;
}
div.clear{
	clear: both;
	margin: 0 0 10px 0;
}

/*テキストボックス（What's New部分）
----------------------------------------------------------*/

#main dl.textbox {
	width: 640px;			/*枠の幅*/
	height: 120px;			/*枠の高さ*/
	line-height: 25px;		/*行の高さ*/
	border-width: 1px;		/*ボーダー枠の太さ*/
	border-style: solid;		/*ボーダー枠のスタイル*/
	border-color: #cccccc;		/*ボーダー枠のカラー*/
	padding: 5px;
	margin-bottom: 15px;
	overflow: auto;
}

* html #main dl.textbox {
	width: 650px;	/*IE6用*/
}

#main dl.textbox dt {
	color: #61aac8;		/*更新日時部分の文字色*/
	font-weight: bold;		/*更新日時部分の文字の太さ*/
	background-image : url(images/icon01.gif);	/*更新日時の先頭に表示される画像*/
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 12px;
	padding-right: 10px;
	float: left;
}
/*トピックパス（パンくずリスト|上位ページへのリンク部分）
----------------------------------------------------------*/

#main #topic-path {
	margin-bottom: 6px;
}

#main #topic-path a {
	background-image : url(images/path.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
	margin-left: 5px;
}

#main #topic-path strong {
	margin-left: 5px;
}
/*ページトップ（ページトップへのリンク部分）
----------------------------------------------------------*/

div.pagetop {
	height: 25px;
	text-align: right;
	margin-top: 20px;
	clear: both;
	padding-right: 10px;
	position: relative;
	right: 10px;
}

/*Rin料金表用_TABLEレイアウト*追加設定*
----------------------------------------------------------*/
table.works{
	border-top: 1px solid #663300;
	border-left: 1px solid #663300;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #ffffff;
	empty-cells: show;
}

.works th{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #61aac8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #61aac8;
	color: #005fff;
	background-color: #d7eeff;
	background-image : url(images/table-back.gif);
	background-position: left top;
	padding-top: 0.3em;
	padding-right: 1em;
	padding-bottom: 0.3em;
	padding-left: 1em;
	text-align: center;
}

.works td{
	border-right: 1px solid #61AAC8;
	border-bottom: 1px solid #61AAC8;
	padding: 0.3em 1em;
}

/*ClipMail用_TABLEレイアウト*追加設定*
----------------------------------------------------------*/

table {
	border-collapse: collapse;
	font-size: 100%;
	border-spacing: 0;
}

table.clipmail{
	border-top: 1px solid #663300;
	border-left: 1px solid #663300;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #ffffff;
	empty-cells: show;
}

.clipmail th{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #61aac8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #61aac8;
	color: #005fff;
	background-color: #d7eeff;
	background-image: url(images/table-back.gif);
	background-position: left top;
	padding-top: 0.3em;
	padding-right: 1em;
	padding-bottom: 0.3em;
	padding-left: 1em;
	text-align: center;
}

.clipmail td{
	border-right: 1px solid #61AAC8;
	border-bottom: 1px solid #61AAC8;
	padding: 0.3em 1em;
}

/* --------------------------------------------------------------
▼リンクページで使用しているスタイル
-------------------------------------------------------------- */

/*アバウトリンク部分で使用している「TABLEレイアウト」
----------------------------------------------------------*/

#main table.style_b {
	font-size: 12px;
	width: 100%;
	border-collapse: collapse;
	border-top-width: 1px;
	border-top-style: dotted;	/*ボーダー上枠スタイル*/
	border-top-color: #666666;	/*ボーダー上枠カラー▼*/
	margin-top: 15px;
	margin-bottom: 15px;
}

#main table.style_b th {
	width: 160px;	/*項目部分の幅*/
	text-align: left;
	vertical-align: top;
	background-image : url(images/icon01.gif);	/*項目部分の先頭に表示される画像▼*/
	background-repeat: no-repeat;
	background-position: 3px 8px;
	border-right-width: 1px;	/*ボーダー右枠の太さ*/
	border-bottom-width: 1px;	/*ボーダー下枠の太さ*/
	border-right-style: dotted;	/*ボーダー右枠スタイル*/
	border-bottom-style: dotted;	/*ボーダー下枠スタイル*/
	border-right-color: #666666;	/*ボーダー右枠カラー▼*/
	border-bottom-color: #666666;	/*ボーダー下枠カラー▼*/
	padding: 5px 2px 5px 20px;
}

#main table.style_b td {
	border-bottom-width: 1px;	/*ボーダー右枠の太さ*/
	border-bottom-style: dotted;	/*ボーダー下枠スタイル*/
	border-bottom-color: #666666;	/*ボーダー下枠カラー▼*/
	padding: 5px;
}
/*リンクボックス（バナー画像あり|バナー画像幅200px）
----------------------------------------------------------*/

#main dl.linkbox-ba200 {
	width: 100%;
	position: relative;
	background-image : url(images/line01s_ffffff.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 10px;
}

#main dl.linkbox-ba200 dt {
	color : #000000;		/*サイト名部分にリンク設定がない時の文字色▼*/
	margin-left: 220px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-weight: bold;
}

#main dl.linkbox-ba200 dt a {
	color : #3399ff;		/*サイト名部分にリンク設定がある時の文字色▼*/
	text-decoration: none;
}

#main dl.linkbox-ba200 dd {
	margin-left: 220px;
	position: relative;
}

#main dl.linkbox-ba200 dd.banner {
	width: 200px;
	padding: 0px;
	margin: 0px;
	top: 0;
	left: 0;
	position: absolute;
}
/*リンクボックス（バナー画像あり|バナー画像幅88px）
----------------------------------------------------------*/

#main dl.linkbox-ba88 {
	width: 100%;
	position: relative;
	background-image : url(images/line01s_ffffff.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 10px;
}

#main dl.linkbox-ba88 dt {
	color : #99004d;		/*サイト名部分にリンク設定がない時の文字色▼*/
	margin-left: 100px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-weight: bold;
}

#main dl.linkbox-ba88 dt a {
	color : #99004d;		/*サイト名部分にリンク設定がある時の文字色▼*/
	text-decoration: none;
}

#main dl.linkbox-ba88 dd {
	margin-left: 100px;
	position: relative;
}

#main dl.linkbox-ba88 dd.banner {
	width: 88px;
	padding: 0px;
	margin: 0px;
	top: 0;
	left: 0;
	position: absolute;
}
/*リンクボックス（バナー画像なし）
----------------------------------------------------------*/

#main dl.linkbox-nobanner {
	width: 100%;
	position: relative;
	background-image : url(images/line01s_ffffff.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 10px;
}

#main dl.linkbox-nobanner dt {
	color : #99004d;		/*サイト名部分にリンク設定がない時の文字色▼*/
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-weight: bold;
}

#main dl.linkbox-nobanner dt a {
	color : #99004d;		/*サイト名部分にリンク設定がある時の文字色▼*/
	text-decoration: none;
}

#main dl.linkbox-nobanner dd {
	position: relative;
}
/*リンクバナーボックス（バナー画像を並べて表示）
----------------------------------------------------------*/

#main ul.linkbanner {
	width: 100%;
	padding-bottom: 5px;
	position: relative;
	overflow: hidden;
}

#main ul.linkbanner li {
	margin: 3px;
	float: left;
}

* html #main ul.linkbanner li {
	display: inline;	/*IE6用*/
}

#main ul.linkbanner img {
	vertical-align: bottom;
}

#main div.box div.imagebox {
	padding-bottom: 0px;
}
/* --------------------------------------------------------------
▼プロフィールページで使用しているスタイル
-------------------------------------------------------------- */

/*プロフィール部分で使用している「TABLEレイアウト」
----------------------------------------------------------*/

#main table.style_a {
	width: 100%;
	font-size: 12px;	/*文字サイズ*/
	border-collapse: collapse;
	margin-top: 15px;
	margin-bottom: 15px;
}

#main table.style_a th {
	width: 150px;			/*項目部分の幅サイズ*/
	color: white;			/*項目部分の文字色▼*/
	background-color : #bad3ff;	/*項目部分の背景色▼*/
	border-width: 1px 0px 1px 1px;			/*項目部分のボーダー枠の太さ｜右サイド表示なし*/
	border-style: solid;				/*項目部分のボーダー枠スタイル*/
	border-color: #cccccc;				/*項目部分のボーダー枠カラー▼*/
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 2px;
	padding-bottom: 5px;
	text-align: left;
	vertical-align: top;
}

#main table.style_a td {
	padding: 5px;
	border-width: 1px;		/*内容部分のボーダー枠の太さ*/
	border-style: solid;		/*内容部分のボーダー枠スタイル*/
	border-color: #cccccc;		/*内容部分のボーダー枠カラー▼*/
}
/* --------------------------------------------------------------
▼サイド部分の設定
-------------------------------------------------------------- */

#side {
	width: 200px;
	text-align: left;
	float: left;
}
/*サイド部分の見出しタグ
----------------------------------------------------------*/

#side h3 {
	width: 200px;
	font-size: 12px;	/*文字サイズ*/
	color : black;		/*文字色*/
	font-weight: normal;	/*文字太さ*/
	line-height: 50px;
	text-align: center;	/*文字表示位置*/
	background-image : url(images/head01-200x50.gif);	/*見出し(h3タグ)の背景画像*/
	background-repeat: no-repeat;
	margin-bottom: 10px;
	height: 50px;
	background-position: center center;
}
/*サイド部分のボックス
----------------------------------------------------------*/

#side div.box {
	border-width: 1px;	/*ボーダーの太さ*/
	border-style: solid;	/*ボーダースタイル*/
	border-color: #cccccc;	/*ボーダーカラー▼*/
	padding: 2px;
	margin-bottom: 10px;
}
/*サイドメニュー
----------------------------------------------------------*/

#side ul#sidemenu {
        font-size: 105%;
	text-align: center;
	margin-bottom: 15px;
}

#side ul#sidemenu li {
	margin-bottom: 2px;
}

#side ul#sidemenu li a {
	color : #666666;			/*文字色*/
	width: 195px;			/*サイドメニュー部分の幅サイズ*/
	border-left-width: 5px;		/*左サイドのボーダーサイズ*/
	border-left-style: solid;	/*左サイドのボーダースタイル*/
	border-left-color : #61aac8;	/*左サイドのボーダーカラー*/
	border-bottom-color: #999999;	/*下ボーダーカラー*/
	border-bottom-width: 1px;	/*下ボーダーサイズ*/
	border-bottom-style: dotted;	/*下ボーダースタイル*/
	padding-top: 7px;
	padding-bottom: 6px;
	text-decoration: none;
	display: block;
}

#side ul#sidemenu a:hover {
	color : #61aac8;			/*マウスオーバー時の文字色*/
	border-left-width: 5px;		/*マウスオーバー時の左サイドのボーダーサイズ*/
	border-left-style: solid;	/*マウスオーバー時の左サイドのボーダースタイル*/
	border-left-color : #bad5ff;	/*マウスオーバー時の左サイドのボーダーカラー*/
	background-color : #f0f5f7;	/*マウスオーバー時の背景カラー*/
}

#side ul#sidemenu li.nolink {
	color : #61aac8;			/*リンクなし　文字色*/
	text-decoration: none;		/*リンクなし　サイドメニュー部分の幅サイズ*/
	width: 195px;			/*リンクなし　サイドメニュー部分の幅サイズ*/
	border-left-width: 5px;		/*リンクなし　左サイドのボーダーサイズ*/
	border-left-style: solid;	/*リンクなし　左サイドのボーダースタイル*/
	border-left-color : #61aac8;	/*リンクなし　左サイドのボーダーカラー*/
	border-bottom-color: #999999;	/*リンクなし　下ボーダーカラー*/
	border-bottom-width: 1px;	/*リンクなし　下ボーダーサイズ*/
	border-bottom-style: dotted;	/*リンクなし　下ボーダースタイル*/
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
  background-color : #f0f5f7;
}
/*サイドリンク
----------------------------------------------------------*/

#side ul.sidelink {
	margin-bottom: 15px;
	text-align: left;
}

#side ul.sidelink ul {
	text-align: left;
}

#side ul.sidelink li {
	margin-bottom: 6px;
}

#side ul.sidelink li.textlink a {
	background-image : url(images/icon02.gif);	/*リンクテキストの左サイドに表示される画像*/
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 14px;
}
/*フラッシュカレンダー
----------------------------------------------------------*/

#side #flash-calendar {
	width: 200px;
	height: 170px;
	background-image : url(images/imgbg01-200x170.gif);
	background-repeat: no-repeat;
	margin-bottom: 15px;
}
/* --------------------------------------------------------------
▼フッター部分の設定
-------------------------------------------------------------- */

#footer {
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-image : url(images/bg01w.gif);	/*背景画像*/
	background-repeat: repeat;
	background-position: left top;
	bottom: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color : #61aac8;
	clear: both;
}

#footer-inner {
	width: 830px;
	margin-left: auto;
	margin-right: auto;
}
/*フッターメニュー
----------------------------------------------------------*/

#footer ul#footermenu {
	text-align: center;
	margin-bottom: 15px;
}

#footer ul#footermenu li {
	color : #ffffff;		/*リンクがないテキスト部分の文字色*/
	border-left-width: 1px;		/*各リンク間の区切り線太さ*/
	border-left-style: solid;	/*各リンク間の区切り線スタイル*/
	border-left-color: #61aac8;	/*各リンク間の区切り線の色*/
	padding-left: 6px;
	padding-right: 4px;
	display: inline;
}

#footer ul#footermenu li.last {
	border-right-width: 1px;	/*リンク部分の一番右端に表示される線太さ*/
	border-right-style: solid;	/*リンク部分の一番右端に表示される線スタイル*/
	border-right-color: #61aac8;	/*リンク部分の一番右端に表示される線の色*/
	padding-right: 6px;
}

#footer ul#footermenu li a {
	color: #cccccc;		/*文字色*/
}

#footer ul#footermenu li a:hover {
	color : #ffa4ff;		/*マウスオーバー時の文字色*/
}
/*コピーライト
----------------------------------------------------------*/

#copy_r {
	font-size: 11px;	/*文字サイズ*/
	color: #cccccc;		/*文字色*/
}
/*address（変更・削除不可）
----------------------------------------------------------*/

#address {
	text-align: center;
	margin-top: 5px;
	font-size: 11px;
}

#address a {
	color: #999999;
}

#address a:hover {
	color: #ffffff;
}
/* --------------------------------------------------------------
▼編集方法ページで使用しているスタイル
-------------------------------------------------------------- */

hr {
	margin-bottom: 10px;
	width: 100%;
	height: 1px;
	border-width: 0px 0px 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 5px;
}

#main p.back_color {
	color : #ffffff;
	background-color : #ff97cb;
	padding: 2px 2px 2px 5px;
	margin: 2px 10px 10px;
}

#main ol li {
	margin-bottom: 10px;
	padding-top: 5px;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-right: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	background-image : url(images/icon01.gif);
	background-repeat: no-repeat;
	background-position: 1px 8px;
}

.howtobox {
	background-color : #ff97cb;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	width: 100%;
	margin-bottom: 10px;
	color : black;
}

.howtobox span {
	background-color: black;
	color: white;
}

input.howto {
	background-color: #d9d9d9;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	width: 100%;
	margin-bottom: 5px;
	font-size: 12px;
}

textarea.howto {
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	width: 100%;
	margin-bottom: 5px;
	font-size: 12px;
}
/* --------------------------------------------------------------
▼フォトアルバムページで使用しているスタイル
-------------------------------------------------------------- */

#main div.flashmov {
	text-align: center;
	width: 100%;
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* --------------------------------------------------------------
▼変更・削除はしないで下さい
-------------------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
