/*　body の上左余白と背景色の設定　*/
body { margin-left : 0 ; margin-top : 0 ; margin-height : 0 ; margin-width : 0 ; background-color : #ffffff ; text-align : center; }


/*　ロゴを背景画像に　*/
.logo{background-image : url(images/index/logo.gif) ;  background-repeat : no-repeat ; background-position : right ; height : 70px; }

.bg1{ background-color : #99ccff ;}
.bg2{ background-color : #ffffff ;}	/* プラチャン白 */
.bg3{ background-color : #ff6666 ;}	/* プラチャンオレンジ */
.bg4{ background-color : #003366 ; font size: 11pt ;}	/* 会社概要紺 */


.cen{ text-align : center; }

.m_r{ text-align : right ; } /* メニュー価格を右に寄せる */
.m_c{ text-align : center ; } /* メニュー価格を中央に寄せる */



.t_w{ width: 700px ; }		/*　テーブル幅　*/
.t_w2{ width: 400px ; }		/*　テーブル幅2　*/
.t_w3{ width: 300px ; }		/*　テーブル幅3　*/


.font1{ font size: 10pt ; color: #999999; }		/*　トップ文字　*/
.font2{ font size: 10pt ; font-weight: bold; color: #ff3300; }		/*　フリーダイヤルトップ文字　*/
.font3{  color: #0066ff ; font-style:italic; }		/* スカルプ１回の価格 */

.font4{ font size: 11pt ; font-weight: bold; color: #ff3366; }		/*　インフォメーション　*/

.c1{ color: #ff3300; }


h1{ color: #666666 ; }
h2{ color: #666666 ; }


/* スカルプとは　などのタイトルの枠 */
.title1{
	border: solid;
	border-width: 0px 0px 1px 12px;
	padding: 3px;
	width: 370px;
	border-color: #663300;
	font-weight: bold;
	font-size:16pt;
	text-align : center;
}


/*　コースの紹介　*/
.title2{
	border: solid;
	border-width: 15px 1px 1px 1px;
	padding: 3px;
	width:500px;
	border-color: #663300;
	font-size:11pt;
}

/* 文字サイズ */

.s9{ font size: 9pt }
.s10{ font size: 10pt }
.s11{ font size: 11pt }

/* ここまで */

A { text-decoration: none}
A:link{ color: #006699 } 
A:visited{ color:#006699 }
A:hover{ color:#FFCC33; text-decoration: underline; }