BODY{
background-image:url('../img/bg_main.png');		/*背景画像*/
background-repeat:repeat;/*背景画像の繰り返し指定*/
background-position:0% 0%;/* 背景画像の開始位置 */
background-attachment:scroll/*fixed*/;/* 背景画像の固定 */
background-color:#FFFFFF;
color:#573018;
margin-top:0px;
margin-bottom:0px;
margin-left: 0px;
margin-right: 0px;
font-size:10px;
_font-size:62.5%;
font-weight:normal;
scrollbar-face-color:#ffffff;/* 表面の色 */
scrollbar-3dlight-color:#ffffff;/* 左端と上端の色 */
scrollbar-highlight-color:#B0B0B0;/* ハイライトの色 */
scrollbar-shadow-color:#B0B0B0;/* 影の色 */
scrollbar-darkshadow-color:#ffffff;/* 右端と下端 */
scrollbar-arrow-color:#B0B0B0;/* 矢印の色 */
scrollbar-track-color:#ffffff;/* バーの背景の色 */}

/*■■■■■■■■■■■■■■■■■■■■*/
/*----------基本レイアウトここから----------*/

/*ヘッダ背景*/
div.headplate{	position:absolute;	background-attachment: scroll;	background-image: url(../img/bg_headplate.png);	background-repeat:repeat-x;	background-position:0% 0%;	width:100%;	height:130px;	top: 0px;	left: 0px;}
/*ヘッダ文字「デスクネーム」*/
div.teadtext01{	position:absolute;	top:47px;	left:19px;}
/*ヘッダ文字「表札制作」*/
div.teadtext02{	position:absolute;	top:81px;	left:19px;}
/*ヘッダ文字「勝運堂」*/
div.teadtext03{	position:absolute;	top:29px;	left:201px;}
/*ヘッダ「はんこ」*/
div.teadtext04{	position:absolute;	top:74px;	left:525px;}
/*ヘッダボタン*/
div.headbtn{	background-image:url('../img/bg_headbtn.png');	background-repeat:repeat-x;	background-position:0% 0%;	background-attachment:scroll/*fixed*/;	position:absolute;	top:130px;	left:0px;	width:100%;}
/*左の桜*/
div.leftflower{	position:absolute;	top:159px;	left:0px;}
/*メイン画像*/
div.mainpic{	position:absolute;	top:169px;	left:158px;	width:588px;}
/*h1テキスト*/
div.h1text{	position:absolute;	top:322px;	left:158px;	/*width:643px;*/	height:69px;	overflow:auto;}

/*----------基本レイアウトここまで----------*/
/*■■■■■■■■■■■■■■■■■■■■*/
/*----------ページ構成ここから----------*/

/*レイアウトボックス*/
div.layoutbox{	position:static;	top:0px;	left:0px;}
/*クリアスペース*/
div.clearspace{	position:static;	clear:both;}
/*フロートスペース*/
div.floatspace{	position:static;	height:100%;	float:left;}
/*メインボックス*/
div.mainbox{	position:static;	width:643px;	overflow:auto;	font-size: 1.0em;	line-height:1.3;}
/*タイトルボックス*/
div.titlebox{position:static;	background-attachment: scroll;	background-image: url(../img/title_bg.png);	background-repeat:repeat-x;	top:0px;	left:0px;	width:643px;	overflow:auto;	clear:both;}
/*ワイドテキスト*/
div.widetext{position:static;	width:643px;	overflow:hidden; clear:both;}
/*テキストボックス*/
div.textbox{position:static;	width:294px;	overflow:hidden;	float:left;}
/*三列用ボックス*/
div.smallbox{position:static;	width:180px;	overflow:hidden;	float:left;	font-size: 1.2em;}
/*フッタ（リンク文字）*/
div.foot01{	position:static;	/*width:100%;*/	height:20px;	overflow:hidden;	font-size: 1.2em;}
/*フッタ（コピーライト）*/
div.foot02{	position:static;	width:100%;	height:30px;	overflow:hidden;	color:#B29882;	background-color:#573018;}

/*----------ページ構成ここまで----------*/
/*■■■■■■■■■■■■■■■■■■■■*/
/*----------フォント設定ここから----------*/
a{color:#573018;	text-decoration:none;}
a:hover{color:#FF0000;}
a:visited{color:#000000;}
h1{margin-top:0px;	margin-bottom:0px;	color:#573018;	font-size:1.2em;	font-weight:normal;}
h2{margin-top:0px;	margin-bottom:0px;	/*line-height:1.5;*/	color:#B0B0B0;	font-size:x-small;	font-weight:normal;}
input.button{background-color: #FFFFFF;	color: #555555;	border: 1px solid #555555;}
.fontsize12 {font-size: 1.2em;}
.fontsize30	{font-size: 3.0em;}


p.InText {
		padding : 15px 10px 5px 10px;
		font-size		: 12px;
		color			:red;
}

p.InText2 {
		margin : 10px 0px 10px 30px;
		_margin : 10px 0px 10px 0px;
		padding : 5px;
		text-align : left;
		background : #F0F3EC;
		width : 400px;
}
