@charset "shift_jis";

/* BODY設定 */
body {
	margin: 0px;
	padding :0px;
	text-align: center;
	background-color: #F5EFDD;	/* 全体の背景色 */　
}
/* 全体幅 */
div#content{
	margin: 0px auto;
	width: 700px;
	text-align: center;
}

/* 見出し（画像にする場合はmargin,paddin以外は削除）*/
h3 {
	margin: 0px ;	/* マージン */
	padding: 0px 0px 0px 10px;		/* 余白 */
	width: 690px;		/* 幅・↓の画像のサイズに合わせる */
	height: 18px;		/* 縦・↓の画像のサイズに合わせる */
	font-size: 12px;
	color: #FFffff;
	font-weight: 300;	
}

h4 {
	margin: 0em 0px;		/* マージン */
	padding: 0px 0px 0px 0px;;		/* 余白 */
	font-size: 16px;		/* フォントサイズ */
	line-height: 18px;
	color: #FF6600;			/* 文字色 */
	font-weight: 900;
}


td.main {
	margin: 0px auto 1em;	/* マージン */
	padding: 5px 0px 0px 5px;		/* 余白 */
	font-size: 14px;	/* フォントサイズ */
	color: #444444;		/* 文字色 */
	line-height: 16px;	/* heightと同じにする */
	text-indent: 0px;	/* テキストの左余白 */
	text-align: left;
	letter-spacing: 1px;
}


.kyara_n {
	margin: 0px auto 1em;	/* マージン */
	padding: 2px 0px 0px 3px;		/* 余白 */
	width: 60px;		/* 幅・↓の画像のサイズに合わせる */
	font-size: 12px;	/* フォントサイズ */
	color: #1B0208;		/* 文字色 */
	line-height: 16px;	/* heightと同じにする */
	height: 18px;		/* 縦・↓の画像のサイズに合わせる */
	text-align: center;	/* テキストの左余白 */
	font-weight: 800;
	border:1px solid #B77B8A;
	letter-spacing: 2px;
}

div.copy {
	margin: 0px auto 1em;	/* マージン */
	padding: 5px 5px 0px 10px;		/* 余白 */
	font-size: 10px;	/* フォントサイズ */
	color: #26170D;		/* 文字色 */
	line-height: 18px;	/* heightと同じにする */
	text-indent: 0px;	/* テキストの左余白 */
}




td.tenline{height: 6px;	background-image: url(images/01line.gif);}

.bdr { border:1px solid #D3B46F;}
.bdr2 { border:1px solid #C27603;}

.naranja{ color:#ff9966; }
.j12cb {font-Size:12px; line-height:26px;font-weight:900;}
.j12nr {font-Size:12px; line-height:26px;font-weight:900;color:#ff9966;}

div.phot_ti {
	margin-left: 8px ;	/* マージン */
	padding: 0px;		/* 余白 */
	font-size: 14px;	/* フォントサイズ */
	color: #ff9966;		/* 文字色 */
	line-height: 30px;	/* heightと同じにする */
	text-indent: 5px;	/* テキストの左余白 */
	font-weight: 900;	width: 380px;		/* 幅・↓の画像のサイズに合わせる */
	height: 30px;letter-spacing:1px;
	background-image: url(images/photo/p_ti.gif);
}






/* 赤文字 */
.red {
	color: #FF0000;
}

/* ページトップへ */
p.top {
	text-align: right;
}
p.top a:link {
	color: #CC0033;		/* リンク・フォントの色 */
	text-decoration: none;	/* リンク線 */
}
p.top a:visited{
	color: #CC0033;		/* 訪問済みリンク・フォントの色 */
	text-decoration: none;	/* リンク線 */
}
p.top a:hover{
	color: #FFCC00;		/* ロールオーバー時・フォントの色 */
	text-decoration: none;	/* リンク線 */
}
p.top a:active {
	color: #FFCC00;		/* クリック時・フォントの色 */
	text-decoration: none;	/* リンク線 */
}

/* -------------------- フッター -------------------- */
/* コピーライト */
#footer {
	clear: both;
	margin-top: 30px;
	width: 700px;
	padding: 1px;
	text-align: center;font-Size:10px; 
	color: #ffffff;		/* 文字色 */	
}



/* -------------------- テキスト関係 -------------------- */
/* フォント全体 */
* {
	font-size: 12px;	/* フォントサイズ */
	color: #444444;		/* フォントの色 */
	line-height: 1.5em;	/* 行間 */
}