@charset "Shift_JIS";


/* ----------------
　全体
---------------- */

* {
	margin:0px;
	padding:0px;
}

body,
h1, h2, h3, h4, h5, h6,
p, address, blockquote, pre, div,
dl, ol, ul, li,
form, input, select, textarea, fieldset, legend { 
	margin: 0; 
	padding: 0; 
}

h1, h2, h3, h4, h5, h6,
p, address, blockquote, pre, div,
dl, ol, ul,
th { 
	font-weight: normal;
	font-style: normal; 
}

strong { 
	font-weight:normal; 
	font-style: normal; 
}

img {
	border: none;
}

ul {
	list-style: none;
}


/* 見出し・引用
----------------------------------- */

h2 {
text-align:left;
padding:7px 0 0 0;
	margin-top:0px;
	font-size:12px;
	font-weight:bold;
	clear:both;
	color:#444;
	text-indent:35px;
}

h3 {
	margin-top:0px;
	clear:both;
	font-size:13px;
}


h4 {
	background-position:0px 0px;
	width:560px;
	height:30px;
	margin-top:9px;
	font-size:12px;
	color:#086CB9;
	padding:4px 0 0 0px;
	text-indent:20px;
	clear:both;
	text-align:left;
}

blockquote {
	margin:5px 5px 5px 15px;
	padding:10px;
	font-size:80%;
	border:1px solid #1998DB;
	background:url(../img/naname.jpg);
	vertical-align:middle;
	clear:both;
	text-align:left;
}
	
blockquote span {
	border:#ccc 1px solid;
	background-color:#FF3300;
	color:#FFFFFF;
	padding:3px;
	margin-right:10px;
	height:15px;
	font-size:11px;
}


/* ----------------
	ボディ
---------------- */
body {
	font-family: "ＭＳ Ｐゴシック","Osaka",sans-serif;
	font-size:80%;
	color:#444;
	margin:0;
	padding:0;
	line-height:14pt;
	background:#FDF5E3;
}

body.tsuduku {
	background:#777777;
}

a {	text-decoration:none; }
a:link {  color:#2580C9; }
a:hover {	color:#2580C9; }


input, select, textarea { 
	font-family: "ＭＳ Ｐゴシック","Osaka",sans-serif;
	color: #444; 	
}



/* ----------------
	クラス
---------------- */
.clear {
	font-size: 0;
	line-height: 0;
	clear: both;
	height: 0px;
	visibility: hidden;
}

.r1 {
	float:right;
	border:1px solid #ccc;
	margin:5px;
}

.r {
	float:right;
	margin:5px;
}

.l1 {
	float:left;
	border:1px solid #ccc;
	margin:5px;
}

.l {
	float:left;
	margin:5px;
}

.red {
	color:#E20000;
}

.reds {
	color:#E20000;
	font-size:10px;
}

.redb {
	color:#E20000;
	font-weight:bold;
}

.redbig {
	color:#E20000;
	font-size:15px;
}

.redll {
	color:#E20000;
	font-size:18px;
}

.redllb {
	color:#E20000;
	font-size:18px;
	font-weight:bold;
}

.tel {
	font-size:15px;
	font-weight:bold;
	color:#CC0000;
}

.bor {
	border:1px solid #ccc;
}

.center {
	text-align:center;
}

.right {
	float:right;
}

.pl21 {
	padding-left:21px;
}


/* レイアウト
----------------------------------- */
#all {
	text-align:center;
}

#container {
	width:820px;
	text-align:center;
	margin:0 auto;
}

#container-in1 {
	width:800px;
	margin: 0 auto;
	position: relative;
}

.contents {
	background: url(../img/side.gif) repeat-y;
	width:800px;
}


/* トップ
----------------------------------- */
.topphoto1 {
	margin-top:21px;;
	background:url(../img/top1.jpg);
	width:800px;
	height:550px;
}

.topphoto2 {
	margin-top:21px;;
	background:url(../img/top2.jpg);
	width:800px;
	height:550px;
}

.topphoto3 {
	margin-top:21px;;
	background:url(../img/top3.jpg);
	width:800px;
	height:550px;
}

.topphoto4 {
	margin-top:21px;;
	background:url(../img/top4.jpg);
	width:800px;
	height:550px;
}

.topphoto5 {
	margin-top:21px;;
	background:url(../img/top5.jpg);
	width:800px;
	height:550px;
}

.topphoto6 {
	margin-top:21px;;
	background:url(../img/top6.jpg);
	width:800px;
	height:550px;
}

.topphoto7 {
	margin-top:21px;;
	background:url(../img/top7.jpg);
	width:800px;
	height:550px;
}

.header {
	margin-top:21px;;
}

.whatsnew {
	position:relative;
	top:300px;
	right:215px;
}

/* ムービー
----------------------------------- */
a.myPlayer {
	display:block;
	width: 320px;
	height:240px;
	text-align:center;
	margin:0 15px 15px 0;
	float:left;
	border:1px solid #999; 
}

a.myPlayer img {
	margin-top:70px;
	border:0px; 
}

a.myPlayer:hover {
	border:1px solid #000; 
}

/* プロフィール
----------------------------------- */
div.profile {
	background: url(../img/profile_bg.jpg) no-repeat top right;
	width:798px;
	text-align:left;
}

img.pf1 {
	margin-top:10px;
	margin-left:40px;
}

table.profile {
	width:500px;
	margin-top:10px;
	margin-left:55px;
	color:#333333;
}

.scroll {
	width:798px;
	height: 458px;
	overflow: auto;
	padding:0 0 5px 0;
	scrollbar-face-color: #D45656;
	scrollbar-track-color: #FFD5D2;
	scrollbar-arrow-color: #ffffff;
	scrollbar-highlight-color: #FFD5D2;
	scrollbar-shadow-color: #d2691e;
	scrollbar-3dlight-color: #FFD5D2;
	scrollbar-darkshadow-color: #8b0000;
}

h3.pfbar {
	background: url(../img/pf2.gif)  repeat-x;
	height:25px;
	width:500px;
	margin-left:40px;
	margin-top:21px;
	padding:3px 0px 0px 10px;
	color:white;
}

p.siori {
	margin-left:40px;
	margin-top:30px;
}

p.siori a {
	margin:0 7px;
	color:#cc3333;
	text-decoration:underline;
}

span.moji {
	color:#cc3333;
	font-size:11px;
}

td.top a {
	margin:0 7px;
	color:#D45656;
}

/* 写真集
----------------------------------- */
div.photo {
	width:798px;
	height:453px;
	text-align:center;
	padding:10px 0 0 0;
}


div.copyright {
	float:right;
	color:#cc3333;
	font-size:12px;
	padding:5px 4px 5px 0;
}


/* つづく
----------------------------------- */
.tcontents {
	background: url(../img/tside.gif) repeat-y;
	width:800px;
}

div.tsuduku {
	background: url(../img/tsuduku_bg.jpg) no-repeat top right;
	width:798px;
	text-align:left;
}

div.tsuduku_palbum {
	height:453px;
	padding:10px 0 0 0;
	margin-left:53px;
}

h3.tpfbar {
	background: url(../img/tpf2.gif)  repeat-x;
	height:25px;
	width:500px;
	margin-left:40px;
	margin-top:21px;
	padding:3px 0px 0px 10px;
	color:white;
}

.tscroll {
	width:798px;
	height: 458px;
	overflow: auto;
	padding:0 0 5px 0;
	scrollbar-face-color: #5d5d5d;
	scrollbar-track-color: #9b9b9b;
	scrollbar-arrow-color: #ffffff;
	scrollbar-highlight-color: #9b9b9b;
	scrollbar-shadow-color: #5d5d5d;
	scrollbar-3dlight-color: #9b9b9b;
	scrollbar-darkshadow-color: #8b0000;
}



/* cd ファンクラブ
----------------------------------- */
div.fanclub {
	background: url(../img/fanclub_bg.jpg) no-repeat top right;
	width:798px;
	text-align:left;
}

img.pf1 {
	margin-top:10px;
	margin-left:40px;
}

table.fanclub {
	width:500px;
	margin-top:10px;
	margin-left:45px;
	color:#333333;
}

.scroll {
	width:798px;
	height: 458px;
	overflow: auto;
	padding:0 0 5px 0;
	scrollbar-face-color: #D45656;
	scrollbar-track-color: #FFD5D2;
	scrollbar-arrow-color: #ffffff;
	scrollbar-highlight-color: #FFD5D2;
	scrollbar-shadow-color: #d2691e;
	scrollbar-3dlight-color: #FFD5D2;
	scrollbar-darkshadow-color: #8b0000;
}

h3.pfbar {
	background: url(../img/pf2.gif)  repeat-x;
	height:25px;
	width:500px;
	margin-left:40px;
	margin-top:21px;
	padding:3px 0px 0px 10px;
	color:white;
}

p.siori {
	margin-left:40px;
	margin-top:30px;
}

p.siori a {
	margin:0 7px;
	color:#cc3333;
	text-decoration:underline;
}

td.top a {
	margin:0 7px;
	color:#D45656;
}


/* リンク
----------------------------------- */
div.link {
	background: url(../img/link_bg.jpg) no-repeat top right;
	width:798px;
	text-align:left;
}

table.link {
	width:500px;
	margin-top:7px;
	margin-left:45px;
	color:#333333;
}

a.link {
	color:#cc3333;
	text-decoration:underline;
}

/* リスト
----------------------------------- */
div.list {
	background: url(../img/link_bg.jpg) no-repeat top right;
	width:798px;
	text-align:left;
}

table.list {
	width:500px;
	margin-top:7px;
	margin-left:45px;
	color:#333333;
}

a.list {
	color:#cc3333;
	text-decoration:underline;
}

p.list {
	color:#cc3333;
}


td.list {
	background: url(../img/list_mark.gif) no-repeat ;
	padding:0 0 0 24px;
	width:21px;
}

td.lline {
	background: url(../img/list_line.gif) no-repeat ;
}



/* メッセージ
----------------------------------- */
h3.bnbar {
	background: url(../img/pf2.gif)  repeat-x;
	height:25px;
	width:120px;
	margin-left:40px;
	margin-top:21px;
	padding:3px 0px 0px 10px;
	color:white;
	float:left;
}

div.bnbar {
	float:left;
	width:120px;
	margin-left:40px;
	margin-top:4px;
	padding:3px 0px 0px 10px;
}

table.bn {
	width:120px;
	color:#333333;
}

a.bn {
	color:#333333;
	text-decoration:underline;
}

div.bn {
	float:left;
	margin-top:1px;
	margin-right:3px;
}

tr.bn {
	height:23px;
}

tr.bn2 {
	height:20px;
}

tr.bn3 {
	height:20px;
}

td.pd_bn {
	padding:2px 0 0 0;
}



h3.msgbar {
	background: url(../img/pf2.gif)  repeat-x;
	height:25px;
	width:440px;;
	margin-right:140px;
	margin-top:21px;
	padding:3px 0px 0px 10px;
	color:white;
	float:right;
}

div.msgbar {
	float:right;
	width:440px;;
	margin-right:140px;
	margin-top:4px;
	padding:3px 0px 0px 10px;
}

table.msg {
	width:440px;
	color:#333333;
}

table.msg2 {
	width:400px;
	color:#333333;
	margin:0 0 0 5px;
}



div.messagy {
	background: url(../img/fanclub_bg.jpg) no-repeat top right;
	width:798px;
	text-align:left;
	display:block;
}

/* お申込フォーム
----------------------------------- */
#form {
	background-color: #F8DEDA;
	font: 12px/24px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #DD5C4A;
	width:385px;
	padding:10px;
}

table.frm {
	font: 12px/24px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #DD5C4A;
}

div.contact {
	margin:21px 0 0 70px;
}

td.contitle {
	background: url(../img/contitle.gif);
	text-align:center;
	width:372px;
	height:29px;
}

td.conbg1 {
	background: url(../img/conbg1.gif);
	text-align:right;
	width:97px;
	height:29px;
	padding:0 5px 0 0;
}

td.conbg2 {
	background: url(../img/conbg2.gif);
	width:275px;
	padding:0 0 0 5px;
}

td.conbgtxt1 {
	background: url(../img/conbgtxt1.gif);
	text-align:right;
	width:97px;
	padding:5px 5px 5px 0;
	height:42px;
}

td.conbgtxt2 {
	background: url(../img/conbgtxt2.gif);
	width:275px;
	padding:5px 0 5px 5px;
	height:42px;
}

td.conbgetc1 {
	background: url(../img/conbgetc1.gif);
	text-align:right;
	width:97px;
	padding:5px 5px 5px 0;
	height:42px;
}

td.conbgetc2 {
	background: url(../img/conbgetc2.gif);
	width:275px;
	padding:5px 0 5px 5px;
	height:42px;
}

td.conbgfrm1 {
	background: url(../img/conbgform1.gif);
	text-align:right;
	width:97px;
	padding:3px 5px 3px 0px;
}

td.conbgfrm2 {
	background: url(../img/conbgform2.gif);
	width:275px;
	padding:3px 0 3px 5px;
}

.input {
	font-size:13px;
	background-color: #fff;
	color: #BF3724;
	padding: 1px;
	border: 1px solid #DD5C4A;
}

/* オフィスジョイ
----------------------------------- */
div.officejoy {
	padding:7px 0 5px 4px;
	color:#cc3333;
	font-size:12px;
	float:left;
	text-align:left;
	line-height:120%;
}
