              <STYLE TYPE="text/css"> 
              <!-- 
               body{ cursor:url('http://image.space.rakuten.co.jp/lg01/45/0000501345/89/img1c8e35b0zikfzj.png" width="32" height="32" alt="teani14.PNG'); } 
a { cursor:url('http://image.space.rakuten.co.jp/lg01/45/0000501345/90/img4b7cd11czik8zj.png'); } 
--> 





/* html（スクロールバーの色設定が反映されるのはIEのみ） */
html {
	scrollbar-face-color: #ffffff; 
	scrollbar-3dlight-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #55C2FF; 
	scrollbar-darkshadow-color: #55C2FF;
	scrollbar-arrow-color: #55C2FF;
	scrollbar-track-color: #ffffff;
}

/* ボディ */
body{
	margin: 0px; 
*/
	text-align: left; 
	line-height: 1.6; 
	font-size: 10px; 
	font-family:"ＭＳ Ｐゴシック", "Osaka";
         

	color: #555555; 


	background: url(http://blog73.fc2.com/s/sa9uxxx/file/nijisora.kabe.jpg);
         background-repeat: no-repeat;
	background-position: top right;
         background-attachment: fixed;
	background-color: #ffffff; 

}

/* リンク文字 */
a {  color: #555; text-decoration: none;}
a:link {  color: #555; text-decoration: none;}
a:visited {  color: #555; text-decoration: none;}
a:active {  color: #555555; text-decoration: none;}
a:hover {
        color: #55C2FF; text-decoration: none;
}

a:hover { 
         position: relative; 
         top: 2px; 
         left: 2px; 
         text-decoration: none; 
}

/* イメージにリンクを貼ったときの設定 */
a img {
	border : none; }

/* 入力エリア、リスト、ボタンの設定 */
input,textarea,select,button,submit {
	color: #555555; 
	background: #ffffff; 
	border: 1px solid #55C2FF; 
}

/* テーブルセル全般の文字設定 */
th,td {
	vertical-align: top; }

/* 絵文字 */
img.emoji {
	vertical-align: middle; 
	border: 0; 
}




/*-------*レイアウト設定*----------------------*/





/* ヘッダー部分 */
#header {	
	position:center;
	width : 650px; 
	height: 150px; 
	margin-top: 40px;
         margin-left: 50px;
         margin-bottom: 60px;
}


/* メニュー部分 */
#menu {
	float : right;
        
         font-size: 10px;
         overflow:hidden;
}

/* 記事部分 */
#main {large
	float : left; 
         overflow: hidden;
}




/* フッター部分 */
#footer {
	width : 680px; 
	clear : both; 
	margin-top: 40px; 
	text-align: center; 
}




/*-------*タイトル設定*-------------------------------*/


/* ブログタイトル */
.blog_title {
	margin-top: 10px; 
	margin-left: 20px; 
	font-size: 22px; 
	font-weight: bold;
}

/* ブログタイトルリンク */
.blog_title a {
	text-decoration: none; 
	color: #55C2FF; 
}

/* サブタイトル */
.sub_title {
	margin-left: 18px;
	color: #999999; 
}




/*-------*メニュー部分設定*---------------------------*/


/* メニュー囲み */
.menu_block {
	width : 190px;
　　　　 margin: 10px; 
	font-size: 10px;
}

/* メニュータイトル */
.menu_title {
　　　　 margin: 5px;
	padding-left: 15px;
	background-color: #;
         color: #55C2FF;
}

/* メニューリスト親要素 */
ul {
	margin: 0; 
	padding: 0; 
}

/* メニューリスト子要素 */
li {
	padding-top: 0; 
	padding-bottom: 0; 
	padding-left: 20px; 
}




/*-------*記事部分等設定*----------------------------*/


/* 記事部分等囲み */
.main_block {
	width : 470px;
 	margin: 12px; 
	border-right: 3px dotted #555555;
	border-bottom: 3px dotted #555555;
         background-color: #;
}

/* 記事部分等タイトル */
.main_title {
	margin: 15px; 
	font-size: 11px; 
	background: #;
　　　　 font-weight: bold; 
         color: #55C2FF;
}

/* リンク文字 */
.main_title a {
	text-decoration: none; 
         color: #55C2FF;
}

/* 記事部分等本文囲み */
.main_body {
	margin: 10px; 
}

/* 日付等のステータス */
.main_state {
	margin-right: 10px; 
	text-align: right; 
	font-size: 10px; 
}

/* コメント、トラックバック囲み */
.link_block {
	margin-bottom: 10px; 
	border-bottom: 1px dotted #BBBBBB; 
}

/* コメント、トラックバックタイトル */
.link_title {
	font-weight: bold; 
}




/*-------その他-------------------------------------------*/


/* ページ移動 */
.page_navi {
	width : 540px; 
	margin: 10px; 
	text-align: center; 
}

/* カレンダー設定 */

/* カレンダー枠テーブル */
table.calender {
	width: 150px;
}

/* ヘッダー（年、月） */
.calender caption {
	font-size: 12px;
	border-bottom: 1px dotted #ffffff; 
}

/* 曜日セル */
.calender th {
	font-weight: normal;
	text-align: center;
}

/* 日付セル */
.calender td {
	text-align: center;
}


body {
  background-image : url("http://blog115.fc2.com/s/seventwinkle/file/20080110211053.png"); /* 背景画像の設定 */
  background-position : right top;       /* 開始位置を画面左上に設定 */
  background-attachment : fixed;        /* 背景画像の位置を固定 */
}


body {
  text-align : center; /* バグを利用してブロックレベル要素をセンタリング */
}
div#container {
  width : 740px;       /* コンテンツ幅を740pxに設定 */
  margin-left : auto;  /* 左側のマージンを自動算出 */
  margin-right : auto; /* 右側のマージンを自動算出 */
  text-align : left;   /* body要素で指定したセンタリングを戻す */
}

