@charset "shift_jis";
/* CSS Document */

/*-----------------------------------------------------------------------------
Firefoxの右側スクロールバーの表示
Firefox上でコンテンツの高さがウィンドウの高さより短い場合に表示位置がずれる現象を解消
-----------------------------------------------------------------------------*/
html {
	overflow-y: scroll;
}

/*------------------------------------------------------------
初期化
--------------------------------------------------------------*/
body, div, ul, li, h1, h2, h3, p, img {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.3;
	text-decoration: none; 
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

body  {
	background:url(../images/bg_01.jpg) #FAF2E5;
/* 	background-attachment: fixed; */
	margin: 0;
	padding: 0;
	color: #454545;
}

img {
border:none;
}

.dinnershow {
margin:5px 20px 20px 0px;
}

ul {
  list-style-type:none;
}


a:link.backto {color:#5AB6C5;}
a:visited.backto {color:#5AB6C5;}
a:hover.backto {color:#FF0000;}

div#container {
width:588px;
margin:0 auto;
margin-top:20px;
}

div#up_half {
background:#FAF2E5;
}


div#main_photo {
float:left;
margin:10px;
}

div#navi {
float:right;
margin-top:10px;
width:260px;
background:#FAF2E5;
}


.bt {
margin-bottom: 5px;
}

.sakura {
margin-left:15px;
margin-right: 10px;
}



div#navi ul li {
display:inline;
}

div#about_blog {
clear:both;
}

div#about_blog ul li {
display:inline;
}



.bar {
width:90%;
background:#CC0033;
color:#FFFFFF;
font-weight:bold;
padding-left:20px;
}

/*------------------------------------------------------------
ロゴタイトル部分
--------------------------------------------------------------*/



/*------------------------------------------------------------
menuボタン
--------------------------------------------------------------*/



/*------------------------------------------------------------
footer　フッター
--------------------------------------------------------------*/

/*------------------------------------------------------------
その他
--------------------------------------------------------------*/
.align_right {
float:right;
padding:0 20px;
}

.align_left {
float:left;
padding:0 20px;
}


/*------------------------------------------------------------
旧スタイルシートの名残
--------------------------------------------------------------*/

.text {  font-size: 10pt; line-height: 18px;}
.cap {  font-size: 9pt;}
.text2 {  font-size: 12pt;}

.style1 {color: #CC0000}

.style4 {
font-size: 12px;
font-weight: bold;
color: #CC33CC;
}
.style7 {font-size: 12px}


