@charset "utf-8";

@import "reset.css";

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

◆index
	=00:初期設定
	=01:コンテンツ枠
	=02:ヘッダー
	=03:メインコンテンツ
		=03-01:トップページ
		=03-02:ギャラリーページ
			=03-02-01:フォトダウンロードページ 
			=03-02-02:ムービーギャラリー
		=03-03:ログインページ
		=03-04:パスワードの再発行ページ
		=03-05:ポイント使用の確認
		=03-06:各種変更画面
		=03-07:ステータス確認画面
		=03-08:入会お申し込みページ
		=03-09:お問い合せページ
		=03-10:サンクス画面
		=03-11:プライバシー＆特定商取引
		=03-12:topics
		=03-13:what's new
		=03-14:リンク
		=03-15:ダウンロードページ
		=03-16:DOWNLOADサンプル
		=03-17:会員トップ
		=03-18:ショップ
	=04:フッター

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/


/*---------------------------------------------------
                =00 初期設定
-------------------------------------------------*/

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 90%;
	background-color: #000000;
	text-align: center;
}

/* @group clearfix */

.clearfix:after {
	content: ".";
	height: 0px;
	clear: both;
	display: block;
	visibility: hidden;
}

* html .clearfix {
	height: 1%;
}

*+html .clearfix {
	height: 1%;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

.clearfix {
	display: block;
}

/* End hide from IE-mac */

/* @end */


/*----------- テキスト -------------------*/

p {
	line-height: 1.5;
	margin-bottom: 10px;
	color: #FFFFFF;
}

p.p00 { margin-bottom: 0; }

a:link { color: #ffcc00; text-decoration: underline; }    /* 未訪問のリンク */
a:visited { color: #cccccc; text-decoration: underline; } /* 訪問済みのリンク */
a:hover { color: #FF0000; text-decoration: underline; }   /* ポイント時のリンク */
a:active { color: #cccccc; text-decoration: underline; }  /* 選択中のリンク */


/*---------------------------------------------------
                 =01 コンテンツ枠
-------------------------------------------------*/

#container {
	width: 940px;
	margin: 0 auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}


/*---------------------------------------------------
                 =02 ヘッダー
-------------------------------------------------*/

iframe.header {
	width: 940px;
	height: 120px;
	border-bottom: 2px solid #FFFFFF;
}

#header #normal-header {
	width: 940px;
	height: 120px;
}

#header #nh-box01 {
	width: 455px;
	text-align: center;
	margin-left: 10px;
}

#header .nh-text01 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;

}

#header input.login {
	width: 90px;
	margin-left: 5px;
}

#header input.password {
	width: 90px;
	margin-left: 5px;
}

#header #member-name {
	width: 260px;
	height: 15px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
	color: #FFFFFF;
}

#header #member-point {
	width: 160px;
	height: 20px;
	margin-top: 5px;
	font-size: 14px;
	line-height: 18px;
	padding-left: 5px;
	background-color: #FFFFFF;
}

/*---------------------------------------------------
                =03 メインコンテンツ
-------------------------------------------------*/

#contents {
	width: 940px;
	border-bottom: 2px solid #FFFFFF;
}

#contents:after {
	content: ".";
	height: 0px;
	clear: both;
	display: block;
	visibility: hidden;
}

/* =03-01 トップページ
--------------------------------------------------*/

#main #top-img {
	width: 940px;
	margin-top: 5px;
}

#main #big-banner {
	width: 940px;
	height: 150px;
	margin-top: 10px;
}

#main #topic-box {
	width: 465px;
	height: 500px;
	margin-top: 10px;
}

iframe#topic {
	width: 455px;
	height: 465px;
	margin-left: 5px;
}

#main #new-box {
	width: 465px;
	height: 500px;
	margin-top: 10px;
	text-align: left;
}

iframe#new {
	width: 455px;
	height: 465px;
	margin-left: 5px;
}

#main #link-box {
	width: 465px;
	height: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
}

iframe#link {
	width: 455px;
	height: 265px;
	margin-left: 5px;
}

#main #counter {
	width: 465px;
	height: 100px;
	_height: 120px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 20px 0 0 0px;
	background-image: url(../img/counter_back.gif);
	background-repeat: no-repeat;
}

#counter dt,
#counter dd {
	display: inline;
}

#counter dl#total {
	margin-bottom: 20px;
}

#counter dl#total dt img {
	margin-right: 2px;
}

#counter dl#total dd img {
	margin-right: 4px;
}

#counter dl#day dd {
	margin-right: 13px;
	_margin-right: 10px;
}

#counter dl#day dd img {
	margin-right: 1px;
	vertical-align: top;
}

#main #dvd-banner {
	width: 465px;
	height: 100px;
	margin-bottom: 80px;
}

/* Topics */
#bg_topic {
	height: 470px;
	background: url(../img/bg_topics.gif);
}

/* what's new */
#bg_new {
	height: 470px;
	background: url(../img/bg_new.gif);
}

/* link */
#bg_link {
	background: url(../img/bg_link.gif);
	height: 270px;
}


/* =03-02 ギャラリーページ
--------------------------------------------------*/

#gallery #top-img {
	width: 940px;
	margin-top: 5px;
	margin-bottom: 20px;
}

#gallery #box {
	width: 940px;
}

#gallery #date-header {
	width: 200px;
	height: 15px;
	background-image: url(../img/11_date_header.gif);
	margin-right: auto;
	margin-left: auto;
}

#gallery #date-body {
	width: 200px;
	background-image: url(../img/11_date_body.gif);
	_margin-top: -1px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#gallery #date-footer {
	width: 200px;
	height: 25px;
	background-image: url(../img/11_date_footer.gif);
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}

#gallery .date-title {
	width: 200px;
	height: 20px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#gallery #date-body ul {
	padding-bottom: 10px;
}

#gallery #date-body li {
	width: 160px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	margin-left: 20px;
}

#gallery #photo-header {
	width: 680px;
	height: 25px;
	background-image: url(../img/11_gallery_header.jpg);
}

#gallery #photo-body {
	width: 680px;
	background-image: url(../img/11_gallery_body.jpg);
}

#gallery #photo-footer {
	width: 680px;
	height: 25px;
	background-image: url(../img/11_gallery_footer.jpg);
	margin-bottom: 20px;
}

#gallery table.box {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	_margin-left: 20px;
}

#gallery .photo-box {
	width: 640px;
	background-color: #000000;
	margin-bottom: 10px;
}

#gallery .photo-box td {
	vertical-align: top;
}

#gallery .photo-box .thumbnail-box{
	width: 100px;
	height: 100px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}

#gallery .photo-box img.thumbnail {
	width: 100px;
	position: absolute;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#gallery .photo-box dl.open {
	margin-top: 10px;
	margin-left: 10px;
}

#gallery .photo-box dl.open dt {
	width: 50px;
	height: 15px;
	float: left;
}

#gallery .photo-box dl.open dd {
	width: 85px;
	_font-size: 13px;
	height: 15px;
	margin-left: 5px;
	_margin-left: 2px;
	float: left;
	color: #FFFFFF;
	line-height: 120%;
	font-weight: bold;
}

#gallery .photo-box .name {
	width: 270px;
	margin-left: 10px;
	background-image: url(../img/11_photo_bg01.gif);
	margin-top: 30px;
	text-align: left;
	font-weight: bold;
	color: #000000;
	padding-left: 10px;
	line-height: 120%;
	_font-size: 12px;
}

#gallery .photo-box .name-end {
	width: 270px;
	margin-left: 10px;
	background-image: url(../img/11_photo_bg03.gif);
	margin-top: 30px;
	text-align: left;
	font-weight: bold;
	color: #000000;
	padding-left: 10px;
	line-height: 120%;
	_font-size: 12px;
}

#gallery .photo-box .costume {
	width: 270px;
	margin-left: 10px;
	background-image: url(../img/11_photo_bg02.gif);
	margin-top: 10px;
	text-align: left;
	font-weight: bold;
	color: #000000;
	padding-left: 10px;
	line-height: 120%;
	_font-size: 12px;
}

#gallery .photo-box .costume-end {
	width: 270px;
	margin-left: 10px;
	background-image: url(../img/11_photo_bg03.gif);
	margin-top: 10px;
	text-align: left;
	font-weight: bold;
	color: #000000;
	padding-left: 10px;
	line-height: 120%;
	_font-size: 12px;
}

#gallery .photo-box li {
	width: 85px;
	height: 20px;
	margin-left: 10px;
	_margin-left: 6px;
	float: left;
}

#gallery .comment-box {
	width: 210px;
	border: 2px solid #FFFFFF;
	margin-top: 10px;
	margin-left: 10px;
	line-height: 120%;
	text-align: left;
	font-size: 12px;
}


/* =03-02-01 フォトダウンロードページ
--------------------------------------------------*/

#gallery #top-img2 {
	width: 940px;
	margin-bottom: 15px;
}

#gallery #down-header {
	width: 920px;
	height: 20px;
	background-image: url(../img/11_photo_header.gif);
	margin-right: auto;
	margin-left: auto;
}

#gallery #down-body {
	width: 920px;
	background-image: url(../img/11_photo_body.gif);
	margin-right: auto;
	margin-left: auto;
}

#gallery #down-footer {
	width: 920px;
	height: 20px;
	background-image: url(../img/11_photo_footer.gif);
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

#gallery img.image {
	width: 340px;
	height: 230px;
	margin-top: 5px;
	margin-left: 20px;
}

#gallery #profile-box {
	width: 500px;
	margin-top: 5px;
	margin-left: 5px;
}

#gallery #profile-header {
	width: 500px;
	height: 15px;
	background-image: url(../img/11_down_header.gif);
}

#gallery #profile-body {
	width: 500px;
	background-image: url(../img/11_down_body.gif);
	_margin-top: -1px;
}

#gallery #profile-footer {
	width: 500px;
	height: 15px;
	background-image: url(../img/11_down_footer.gif);
	background-repeat: no-repeat;
}

#gallery #profile-body #name {
	width: 305px;
	margin-bottom: -5px;
	margin-left: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}

#gallery #profile-body dl.open {
	width: 150px;
	margin-left: 5px;
	text-align: left;
}

#gallery #profile-body dl.open dt {
	width: 60px;
	height: 20px;
	float: left;
}

#gallery #profile-body dl.open dd {
	width: 70px;
	_font-size: 13px;
	margin-left: 5px;
	_margin-left: 2px;
	float: left;
	color: #FFFFFF;
	line-height: 150%;
	font-weight: bold;
}

#gallery #profile-body dl.close {
	width: 150px;
	margin-left: 5px;
	text-align: left;
}

#gallery #profile-body dl.close dt {
	width: 60px;
	height: 20px;
	margin-top: -5px;
	float: left;
}

#gallery #profile-body dl.close dd {
	width: 70px;
	_font-size: 13px;
	margin-left: 5px;
	_margin-left: 2px;
	margin-top: -5px;
	float: left;
	color: #FFFFFF;
	line-height: 150%;
	font-weight: bold;
}

#gallery #profile-body dl.profile {
	margin-left: 20px;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#gallery #profile-body dl.profile dt {
	width: 180px;
	height: 30px;
	float: left;
}

#gallery #profile-body dl.profile dd {
	width: 280px;
	margin-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	float: left;
	line-height: 120%;
	color: #FFFFFF;
}

#gallery #sample-box {
	width: 900px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

#gallery #sample-box table {
	margin-right: auto;
	margin-left: auto;
}

#gallery #sample-box #download {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* =03-02-02 ムービーギャラリー
--------------------------------------------------*/

#gallery .photo-box .thumbnail-box2{
	width: 160px;
	height: 90px;
	margin-top: 15px;
	margin-left: 5px;
}

#gallery .photo-box img.sample {
	width: 160px;
	position: absolute;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#gallery .photo-box dl.open2 {
	margin-top: 10px;
	margin-left: 5px;
}

#gallery .photo-box dl.open2 dt {
	width: 50px;
	height: 15px;
	float: left;
}

#gallery .photo-box dl.open2 dd {
	width: 85px;
	_font-size: 13px;
	height: 15px;
	margin-left: 5px;
	_margin-left: 2px;
	float: left;
	color: #FFFFFF;
	line-height: 120%;
	font-weight: bold;
}

#gallery .photo-box .name2 {
	width: 270px;
	margin-left: 5px;
	background-image: url(../img/11_photo_bg01.gif);
	margin-top: 30px;
	text-align: left;
	font-weight: bold;
	color: #000000;
	padding-left: 10px;
	line-height: 120%;
	_font-size: 12px;
}

#gallery .photo-box .name2-end {
	width: 270px;
	margin-left: 5px;
	background-image: url(../img/11_photo_bg03.gif);
	margin-top: 30px;
	text-align: left;
	font-weight: bold;
	color: #000000;
	padding-left: 10px;
	line-height: 120%;
	_font-size: 12px;
}

#gallery .photo-box .costume2 {
	width: 270px;
	margin-left: 5px;
	background-image: url(../img/11_photo_bg02.gif);
	margin-top: 10px;
	text-align: left;
	font-weight: bold;
	color: #000000;
	padding-left: 10px;
	line-height: 120%;
	_font-size: 12px;
}

#gallery .photo-box .costume2-end {
	width: 270px;
	margin-left: 5px;
	background-image: url(../img/11_photo_bg03.gif);
	margin-top: 10px;
	text-align: left;
	font-weight: bold;
	color: #000000;
	padding-left: 10px;
	line-height: 120%;
	_font-size: 12px;
}

#gallery .photo-box .size {
	width: 270px;
	margin-left: 5px;
	background-image: url(../img/11_movie_bg01.gif);
	margin-top: 10px;
	text-align: left;
	font-weight: bold;
	color: #000000;
	padding-left: 10px;
	line-height: 120%;
}

#gallery .photo-box .size-end {
	width: 270px;
	margin-left: 5px;
	background-image: url(../img/11_photo_bg03.gif);
	margin-top: 10px;
	text-align: left;
	font-weight: bold;
	color: #000000;
	padding-left: 10px;
	line-height: 120%;
}

#gallery .photo-box td.up {
	vertical-align: top;
	display: inline;
}

#gallery .photo-box .time-box1 {
	width: 210px;
	margin-left: 12px;
	_margin-left: 5px;
	float: left;
}

#gallery .photo-box .time-box2 {
	width: 210px;
	margin-left: 20px;
	_margin-left: 10px;
	float: left;
}

#gallery .photo-box dl.time {
	margin-left: 60px;
}

#gallery .photo-box dl.time dt.watch {
	float: left;
}

#gallery .photo-box dl.time dd.date {
	width: 85px;
	height: 15px;
	margin-left: 5px;
	float: left;
	color: #FFFFFF;
	line-height: 120%;
	font-weight: bold;
}

#gallery .photo-box .wmv {
	height: 30px;
	width: 210px;
	margin-top: 20px;
}

#gallery .photo-box .btn-box {
	width: 300px;
	margin-top: 10px;
	margin-left: 160px;
}



#gallery .comment-box2 {
	width: 170px;
	_width: 175px;
	border: 2px solid #FFFFFF;
	margin-top: 10px;
	line-height: 120%;
	text-align: left;
	font-size: 12px;
}


/* =03-03 ログインページ
--------------------------------------------------*/

#login .header {
	width: 940px;
}

#login h2 {
	margin-top: 20px;
}

#login-h3 {
	padding: 0;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	margin-right: 0px;
	margin-left: 0px;
}

#login .login-box01 {
	width: 940px;
	border: 1px solid #FFFFFF;
}

#login .login-box02 {
	width: 570px;
	padding-top: 20px;
	padding-bottom: 50px;

	text-align: center;
	font-size: 90%;
	margin-right: auto;
	margin-left: auto;
}

#login .nh-text01 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;

}

#login .login-box01 input.login {
	width: 90px;
	margin-left: 5px;
}

#login .login-box01 input.password {
	width: 90px;
	margin-left: 5px;
}

#login .login-box01 p {
	color: #FFFFFF;
	line-height: 1.2;
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 30px;
}


/* =03-04 パスワードの再発行ページ
--------------------------------------------------*/

#pass-r .header {
	width: 940px;
}

#pass-r h2 {
	margin-top: 20px;
	margin-bottom: 20px;
}

#pass-r-h3 {
	padding: 0;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	margin-right: 0px;
	margin-left: 0px;
}

#pass-r table {
	margin-right: auto;
	margin-left: auto;
}

#pass-r .pass-box01 {
	width: 940px;
	border: 1px solid #FFFFFF;
}

#pass-r .pass-box02 {
	width: 570px;

	padding-bottom: 50px;

	text-align: center;
	font-size: 90%;
	margin-right: auto;
	margin-left: auto;
}

#pass-r .nh-text01 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;

}

#pass-r .pass-box01 input.mail {
	width: 150px;
	margin-left: 5px;
}

#pass-r .pass-box01 p {
	color: #FFFFFF;
	line-height: 1.2;
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 30px;
}


/* =03-05 ポイント使用の確認
--------------------------------------------------*/

#point-u .header {
	width: 940px;
}

#point-u h2 {
	margin-top: 20px;
	margin-bottom: 40px;
}

#text-table {
	width: 230px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

#point-u .pass-box01 {
	width: 940px;
	border: 1px solid #FFFFFF;
}

#point-u .pass-box02 {
	width: 570px;
	padding-bottom: 50px;
	text-align: center;
	font-size: 90%;
	margin-right: auto;
	margin-left: auto;
}


/* =03-06 各種変更画面
--------------------------------------------------*/

#regi-c .header {
	width: 940px;
}

#regi-c h2 {
	margin-top: 20px;
	margin-bottom: 30px;
}

iframe#change1{
	width: 440px;
	height: 200px;
	margin-left: 30px;
}

iframe#change2{
	width: 440px;
	height: 200px;
	margin-left: 30px;
}

iframe#change3{
	width: 440px;
	height: 440px;
	margin-bottom: 20px;
}

#i-table1 {
	width: 400px;

	height: 180px;
	padding-right: 10px;
	padding-left: 10px;
}

#i-table2 {
	width: 400px;
	border: 2px solid #FFFFFF;
	height: 180px;
	padding-right: 10px;
	padding-left: 10px;
}

#i-table2-word {
	width: 368px;
	text-align: left;
	font-size: 14px;
	color: #FFFFFF;
	margin-left: 16px;
	margin-top: 10px;
	font-weight: bold;
	line-height: 125%;
}

#i-table3 {
	width: 400px;
	border: 2px solid #FFFFFF;
	height: 430px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}

#credit-p .header {
	width: 940px;
}

#credit-p h2 {
	margin-top: 20px;
	margin-bottom: 30px;
}

#credit-p .credit-box {
	width: 940px;
	border: 1px solid #FFFFFF;
}

#bankp-table {
	width: 800px;
	height: 180px;
	text-align: center;
	margin-left: auto;
	padding-top: 30px;
	margin-right: auto;
}


/* =03-07 ステータス確認画面
--------------------------------------------------*/

#status .header {
	width: 940px;
}

#status h2 {
	margin-top: 20px;
	margin-bottom: 10px;
}

#status-h3 {
	padding: 0;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#status table {
	width: 842px;
	margin-bottom: 15px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}

#status th {
	width: 280px;
	padding: 10px 0;
	vertical-align: top;
	text-align: right;
	border: 1px solid #FFFFFF;
}

#status th img {
	margin-right: 15px;
}

#status td {
	text-align: left;
	border: 1px solid #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#status #subbox {
	width: 500px;
}

#status #subbox table {
	width: 500px;
	margin-bottom: 15px;
	margin-top: 15px;
}

#status #subbox th {
	text-align: center;
	border: 1px solid #FFFFFF;
}

#status #subbox td {
	text-align: left;
	border: 1px solid #FFFFFF;
}

#status p {
	font-size: 14px;
	padding-top: 10px;
}


/* =03-08　入会お申し込みページ
--------------------------------------------------*/

#admission .header {
	width: 940px;
}

#admission .login-box01 {
	width: 940px;
	border: 1px solid #FFFFFF;
}

#form-box {
	width: 900px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	text-align: center;
	font-size: 90%;
	margin-right: auto;
	margin-left: auto;
}

#form-box h2 {
	margin-bottom: 30px;
}

#form-box p {
	margin-left: 6px;
}


/* フォーム設定 */

#form-box form {
	width: 842px;
	margin-left: 2px;
	padding: 0 15px;
}

#form-box form:after {
	content: ".";
	height: 0px;
	clear: both;
	display: block;
	visibility: hidden;
}

#form-box form table {
	width: 842px;
	margin-bottom: 15px;
}

#form-box form th {
	width: 280px;
	padding: 10px 0;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #FFFFFF;

}

#form-box form th div{
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 50px;
}

#form-box form td {
	padding: 10px 0;
	text-align: left;
	margin-right: 50px;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	margin-left: 50px;
}


#form-box form input.f-login-row { width: 120px; }

#form-box form input.f-name-row { width: 120px; }

#form-box form input.f-rubi-row { width: 120px; }

#form-box form input.f-nick-row { width: 120px; }

#form-box form input.f-mail-row { width: 120px; }

#form-box form input.f-mail2-row { width: 120px; }

#form-box form p#form-note {
	width: 400px;
	float: left;
	text-align: left;
}

#form-box form p#form-btn {
	width: 310px;
	margin-top:10px;
	float: right;
}

#form-box form p#form-btn input {
	width: 148px;
	height: 34px;
	text-indent: -999px;
	border: 0;
	cursor: pointer;
}

#form-box form input#btn-send {
	background: url(../img/03_send_btn.gif) no-repeat;
	float: right;
}

#form-box form input.btn-clear {
	margin-left: 10px;
	background: url(../img/03_reset_btn.gif) no-repeat;
	float: right;
}

#form-box p#f-error {
	color: #FF0000;
	text-align: left;
}

div.errorMessage {
	color: #FF0000;
	margin: 5px 0px 5px 10px;
	text-align: left;
}

#form-box #ssl {
	margin-top: 30px;
	margin-bottom: 10px;
}



/* =03-09　お問い合せページ
--------------------------------------------------*/

#contact .header {
	width: 940px;
}

#contact .login-box01 {
	width: 940px;
	border: 1px solid #FFFFFF;
}

#form-box2 {
	width: 900px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	text-align: center;
	font-size: 90%;
	margin-right: auto;
	margin-left: auto;
}

#form-box2 h2 {
	margin-bottom: 30px;
}

#form-box2 p#message {
	color: #FFFFFF;
	text-align: left;
	font-size: 16px;
	margin-bottom: 20px;
}

#form-box2 p {
	margin-left: 6px;
}


/* フォーム設定 */

#form-box2 form {
	width: 842px;
	margin-left: 2px;
	padding: 0 15px;
}

#form-box2 form:after {
	content: ".";
	height: 0px;
	clear: both;
	display: block;
	visibility: hidden;
}

#form-box2 form table {
	width: 842px;
	margin-bottom: 15px;
}

#form-box2 form th {
	width: 280px;
	padding: 10px 0;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #FFFFFF;

}

#form-box2 form th div{
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 50px;
}

#form-box2 form td {
	padding: 10px 0;
	text-align: left;
	margin-right: 50px;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	margin-left: 50px;
}

#form-box2 form input.f-name-row { width: 120px; }

#form-box2 form input.f-mail-row { width: 120px; }

#form-box2 form p#form-note {
	width: 400px;
	float: left;
	text-align: left;
}

#form-box2 form p#form-btn {
	width: 310px;
	margin-top:10px;
	float: right;
}

#form-box2 form p#form-btn input {
	width: 148px;
	height: 34px;
	text-indent: -999px;
	border: 0;
	cursor: pointer;
}

#form-box2 form input#btn-send {
	background: url(../img/03_send_btn.gif) no-repeat;
	float: right;
}

#form-box2 form input.btn-clear {
	margin-left: 10px;
	background: url(../img/03_reset_btn.gif) no-repeat;
	float: right;
}

#form-box2 p#f-error {
	color: #FF0000;
	text-align: left;
}

div.errorMessage {
	color: #FF0000;
	margin: 5px 0px 5px 10px;
	text-align: left;
}


/* =03-10 サンクス画面
--------------------------------------------------*/

#thanks .header-img {
	width: 940px;
}

#thanks .main-box01 {
	width: 940px;
	height: 400px;
	background-image: url(../img/04_thanks_flame.jpg);
}

#thanks .main-box02 {
	width: 940px;
	padding-top: 145px;
}

/* =03-11 プライバシー＆特定商取引
--------------------------------------------------*/

#p-c .header-img {
	width: 940px;
}

#p-c .main-box01 {
	width: 900px;
	background-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-top: 10px;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 90%;
}

#p-c .main-box01 p {
	color: #000000;
	line-height: 1.2;
}

#p-c .main-box01 p.bold {
	color: #000000;
	line-height: 1.2;
	font-weight: bold;	
}

#p-c .main-box01 dl { line-height: 1.5; }

#p-c .main-box01 dt {
	font-weight: bold;
}

#p-c .main-box01 dd {
	margin: -1.5em 0 0.5em 16.5em;
}

#p-c .main-box02 {
	width: 880px;
	padding-left: 15px;
}

#p-c .main-box01 h1 {
	font-weight: bold;
	margin-bottom: 4px;
}

#p-c .main-box02 ul{
	list-style-type: disc;
}



/* =03-12 topics
--------------------------------------------------*/

/* topics */
#itopics {
	width: 430px;
	scrollbar-face-color: #3399FF;
	scrollbar-arrow-color: #3300CC;
	scrollbar-3dlight-color: #3300CC;
	scrollbar-darkshadow-color: #3300CC;
	scrollbar-track-color: ##80FFFF;
	background-color: #FFFFFF;
	text-align: left;
}

#itopics dl#news dt {
	background: #FFDB4C;
	color: #B9784D;
	font-weight: bolder;
}

#itopics dl#news dd p{
	color: #000000;
}


/* =03-13 what's new
--------------------------------------------------*/

#news-gallery {
	width: 430px;
	scrollbar-face-color: #3399FF;
	scrollbar-arrow-color: #3300CC;
	scrollbar-3dlight-color: #3300CC;
	scrollbar-darkshadow-color: #3300CC;
	scrollbar-track-color: ##80FFFF;
	background-color: #FFFFFF;
	text-align: left;
}

#news-gallery dl#news dt {
	background: #FD7A53;
	color: #FFFFFF;
	font-weight: bolder;
}

#news-gallery dl#news dd p.photo {
	width: 100px;
	height: 100px;
	background: #EFD6B4;
}

#news-gallery dl#news dd p {
	color: #000000;
}

#news-gallery dl#news dd p.photo table {
	width: 100px;
	height: 100px;
}

#news-gallery dl#news dd p.photo table td {
	text-align: center;
}



/* =03-14 リンク
--------------------------------------------------*/
#b-link {
	width: 430px;
	background-color: #FFFFFF;
	text-align: left;
}

#b-link dl#news dt {
	color: #FFFFFF;
	background-color: #FF0000;
	font-weight: bolder;
}

#b-link p {
	color: #000000;
}


/* =03-15 ダウンロードページ
--------------------------------------------------*/

#dl #top-img {
	width: 940px;
	margin-top: 5px;
	margin-bottom: 20px;
}

#dl #dl-box01 {
	width: 940px;
	text-align: center;
}

#dl .topflame-head {
	height: 40px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../premium/img/11_dl1_header.jpg);
}

#dl .topflame-body {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../premium/img/11_dl1_body.jpg);
}

#dl .topflame-foot {
	height: 35px;
	width: 900px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../premium/img/11_dl1_footer.jpg);
}

#dl .sample-img {
	width: 450px;
	height: 200px;
	margin-left: 30px;
	background-color: #0066FF;
}

#dl .text-box01 {
	width: 370px;
	height: 200px;
	margin-right: auto;
	margin-left: auto;
	background-color: #0066FF;
	text-align: left;
}

#dl .title-btn {
	width: 160px;
	height: 30px;
	margin-top: 10px;
	margin-left: 215px;
	background-image: url(../premium/img/11_dl_dltitle_btn.gif);
}

#dl .topflame-head2 {
	height: 40px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../premium/img/11_dl2_header.jpg);
}

#dl h2 {
	width: 900px;
	font-size: 16px;
	font-weight: bolder;
	color: #000000;
	text-align: left;
	padding-top: 6px;
	padding-left: 25px;
}

#dl .sample-img2 {
	width: 800px;
	height: 200px;
	background-color: #0066FF;
	margin-right: auto;
	margin-left: auto;
}

#dl .text-box02 {
	width: 860px;
	margin-left: 20px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#dl .style1 {
	font-size: 14px;
	color: #FFCC00;
	font-weight: bolder;
}

#dl .style2 {
	font-size: 14px;
	color: #FFCC00;
}

#dl .dlpage-btn {
	width: 850px;
	height: 30px;
	margin-top: -30px;
	text-align: right;
}


/* =03-16 DOWNLOADサンプル
--------------------------------------------------*/

#join {
	width: 940px;
	border-bottom: 2px solid #FFFFFF;
}

#join h1 {
	margin-top: 10px;
}

#join h2 {
	margin-top: 15px;
}

#join h3 {
	margin-top: 15px;
}

#join h4 {
	margin-top: 15px;
	color: #FFFFFF;
	font-size: 16px;
	text-align: left;
	margin-left: 25px;
}

#join h5 {
	margin-top: 5px;
	color: #FFFFFF;
	font-size: 16px;
	text-align: left;
	margin-left: 25px;
	margin-bottom: 25px;
}

#join .word-box01 {
	margin-top: 15px;
	text-align: left;
	width: 850px;
	margin-left: 25px;
	font-size: 14px;
}

#join .word-box02 {
	margin-top: 15px;
	text-align: center;
	width: 850px;
	font-size: 14px;
	font-weight: bold;
}

#join .member {
	margin-top: 15px;
	margin-bottom: 25px;
}

#join .word-box03 {
	width: 850px;
	text-align: left;
	font-size: 14px;
	margin-top: 5px;
	margin-left: 25px;
	line-height: 125%;
	padding-left: 20px;
	color: #FFFFFF;
}

#join .word-box03 ul{
	list-style-type: square;
}

#join .word-box04 {
	width: 850px;
	text-align: left;
	font-size: 14px;
	margin-top: 5px;
	margin-left: 25px;
	margin-bottom: 25px;
	line-height: 125%;
	padding-left: 20px;
	color: #FFFFFF;
}

#join .word-box04 ul{
	list-style-type: square;
}

#join .sample-box1 {
	width: 400px;
	border: 2px solid #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	margin-right: 10px;
}

#join .sample-box2 {
	width: 400px;
	border: 2px solid #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	margin-left: 10px;
}

#join .sample-word {
	width: 360px;
	margin-left: 20px;
	text-align: left;
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 210px;
	_margin-top: 220px;
}

*:first-child+html #join .sample-word {
	width: 360px;
	margin-left: 20px;
	text-align: left;
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 220px;
}

#join .sample-box1-1 {
	float: left;
	margin-left: 45px;
	_margin-left: 25px;
}

#join .sample-box1-2 {
	float: left;
	margin-left: 55px;
	_margin-left: 40px;
}

#join .question {
	margin-bottom: 5px;
}


/* =03-17 会員トップ
--------------------------------------------------*/

#dl-mem {
	width: 940px;
	border-bottom: 2px solid #FFFFFF;
}

#dl-mem #top-img {
	margin-top: 5px;
	margin-bottom: 20px;
}

#dl-mem .btn-box {
	margin-top: 5px;
	margin-bottom: 5px;
	height: 270px;
	width: 870px;
	margin-right: auto;
	margin-left: auto;
}

#dl-mem .t-btn1 a  {
	background-image: url(../img/15_gallery_btn.jpg);
	background-position: 0px 0px;
	overflow: hidden;
	display: block;
	height: 180px;
	width: 270px;
	margin-left: 30px;
	_margin-left: 15px;
	margin-bottom: 15px;
}

#dl-mem .t-btn1 a:hover {
	background-image: url(../img/15_gallery_btn.jpg);
	background-position: 0px -180px;
	width: 270px;
}

#dl-mem .t-btn2 a  {
	background-image: url(../img/15_down_btn.jpg);
	background-position: 0px 0px;
	overflow: hidden;
	display: block;
	height: 180px;
	width: 270px;
	margin-left: 10px;
	_margin-left: 10px;
	margin-bottom: 15px;
}

#dl-mem .t-btn2 a:hover {
	background-image: url(../img/15_down_btn.jpg);
	background-position: 0px -180px;
	width: 270px;
}

#dl-mem .t-btn3 a  {
	background-image: url(../img/15_shop_btn.jpg);
	background-position: 0px 0px;
	overflow: hidden;
	display: block;
	height: 180px;
	width: 270px;
	margin-left: 10px;
	_margin-left: 10px;
	margin-bottom: 15px;
}

#dl-mem .t-btn3 a:hover {
	background-image: url(../img/15_shop_btn.jpg);
	background-position: 0px -180px;
	width: 270px;
}

#dl-mem .t-btn4 a  {
	background-image: url(../img/15_blog_btn.jpg);
	background-position: 0px 0px;
	overflow: hidden;
	display: block;
	height: 180px;
	width: 270px;
	margin-left: 30px;
	_margin-left: 15px;
	margin-bottom: 15px;
	_margin-bottom: 15px;
}

#dl-mem .t-btn4 a:hover {
	background-image: url(../img/15_blog_btn.jpg);
	background-position: 0px -180px;
	width: 270px;
}

#dl-mem .t-btn5 a  {
	background-image: url(../img/15_contact_btn.jpg);
	background-position: 0px 0px;
	overflow: hidden;
	display: block;
	height: 180px;
	width: 270px;
	margin-left: 30px;
	margin-left: 10px;
	_margin-left: 10px;
	margin-bottom: 15px;
	_margin-bottom: 15px;
}

#dl-mem .t-btn5 a:hover {
	background-image: url(../img/15_contact_btn.jpg);
	background-position: 0px -180px;
	width: 270px;
}

#dl-mem .t-btn6 a  {
	background-image: url(../img/15_help_btn.jpg);
	background-position: 0px 0px;
	overflow: hidden;
	display: block;
	height: 180px;
	width: 270px;
	margin-left: 30px;
	margin-left: 10px;
	_margin-left: 10px;
	margin-bottom: 15px;
	_margin-bottom: 15px;
}

#dl-mem .t-btn6 a:hover {
	background-image: url(../img/15_help_btn.jpg);
	background-position: 0px -180px;
	width: 270px;
}


/* =03-18 ショップ
--------------------------------------------------*/

#shop .header-img {
	width: 940px;
}

#shop .main-box01 {
	width: 940px;
	height: 400px;
	background-image: url(../img/04_thanks_flame.jpg);
}

#shop .main-box02 {
	width: 940px;
	padding-top: 145px;
}


/*-------------------------------------------------
                 =04 フッター
-------------------------------------------------*/

#footer {
	width: 940px;
	clear: both;
	font-weight: bold;
	text-align: right;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}

#footer ul {
	width: 940px;
	display: inline;
}

#footer ul li {
	margin-right: 10px;
	display: inline;
}

#footer address {
	display: inline;
	margin-right: 5px;
}



