.top			{
				position: absolute;
				left:0px;
				top: 0px;
				}
ul.title {
			margin: 0px;
			padding: 0px;
			padding-left: 150px;
			list-style-type: none;
			}

ul.title li {
			float: left;
			width: 13em;
			margin-right: 15px;
			padding: 6px;
			border: 2px #ffb366 solid;
			background-color: #fffdee;
			text-align: center;
			}

.clearLeft { 
			clear: left; 
			}
<!--タイトル終わり-->

position: absolute;
						left:20px;
						top: 190px;
 

<!--左メニュー-->
<style type="text/css"> 
<!--							
/*  メニュー　*/
a						{color:#cc00ff;text-decoration:none;}
a:hover			        {color:#ff0099;text-decoration:none;}
a:visited				{color:#330033;text-decoration:none;}
a:active		    	{color:#ff0099;text-decoration:none;}


@charset "Shift_JIS";


/* --- 全体の背景 --- */
body {
margin: 0;
padding: 0;
background-color: #f9f9f9; /* 全体の背景色 */
color: #00000; /* 全体の文字色 */
font-size: 85%; /* 全体の文字サイズ */
}

/* --- 全体のリンクテキスト --- */
a:link { color: #0000ff;text-decoration:none;}
a:visited { color: #000090;text-decoration:none;}
a:hover { color: #ff8000;text-decoration:none; }
a:active { color: #ff0000;text-decoration:none;}

/* --- コンテナ --- */
#container {
width: 1000px; /* コンテナの幅 */
margin: 0 auto; /* センタリング */
background-color: #ffffff; /* コンテナの背景色 */
border-left: 1px #c0c0c0 solid; /* コンテナの左境界線 */
border-right: 1px #c0c0c0 solid; /* コンテナの右境界線 */
}

/* --- ページ --- */
#page {
width: 840px; /* ページの幅 */
margin: 0 auto; /* センタリング */
}


/* --- ▼ヘッダ内の設定開始 --- */

/* --- ヘッダ --- */
#header {
position: relative; /* 相対配置（ガイドメニューのために設定） */
width: 100%; /* IE 6のために幅の指定が必要 */
margin: 0 0 20px; /* ヘッダのマージン（上、左右、下） */
padding: 10px 0 0; /* ヘッダのパディング（上、左右、下） */
}

/* --- サイトタイトル --- */
#header h1.siteTitle,
#header p.siteTitle {
margin: 0 0 3px; /* サイトタイトルのマージン（上、左右、下） */
font-size: 35px;
text-align: left;
 /* サイトタイトルの文字サイズ */
}
/* サイトタイトル内のリンク */
#header h1.siteTitle a,
#header p.siteTitle a {
text-decoration: none; /* テキストの下線（なし） */
color: #000000;
 /* 文字色 */

}

/* --- キャッチフレーズ --- */
#header p.catch {
margin: 0 0 10px; /* キャッチフレーズのマージン（上、左右、下） */
}
#header p.catch strong {
font-weight: normal; /* 文字の太さ（ノーマル） */
}

/* --- ガイドメニュー --- */
#header ul.guide {
position: absolute; /* 絶対配置 */
top: 90px; /* 上からの距離 */
right: 10px; /* 右からの距離 */
margin: 0;
padding: 0;
list-style-type: none;
}
/* メニュー項目 */
#header ul.guide li {
display: inline;
padding: 0 4px 0 8px; /* 項目のパディング（上右下左） */
background: url(menu_line.gif) no-repeat left; /* 項目の背景（区切り線） */
}
/* 最初の項目 */
#header ul.guide li.first {
background: none; /* 区切り線なし */
}

/* --- オープニングエリア（トップページ） --- */


.opening{
padding-top: 5px;
text-align: center;
height: 230px; /* オープニングエリアの高さ */
 /* オープニングエリアの背景色 */
}



/* --- ヘッダメニュー --- */
#header ul.nl {
width: 100%; 
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}
/* メニュー項目 */
#header ul.nl li {
width: 140px; /* 項目の幅 */
float: left;
}
/* リンクエリア */
#header ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 15px 2px; /* リンクエリアのパディング（上下、左右） */
border: 1px #cccccc; /* リンクエリアの境界線（太さ、色） */
border-style: solid solid solid none; /* リンクエリアの境界線スタイル（上右下左） */
text-decoration: none; /* テキストの下線（なし） */
}
/* 最初のリンクエリア */
#header ul.nl li.first a {
border-left: 2px #FF0099 solid;
/* リンクエリアの左境界線 */
}
/* ポイント時の設定 */
#header ul.nl li a:hover {
background-color: #90ee90; /* ポイント時の背景色 */
 /* テキストの下線（あり） */
}

/* --- ページタイトル（下層ページ） --- */
#header h1.pageTitle {
margin: 3px 0 8px; /* ページタイトルのマージン（上、左右、下） */
padding: 7px 10px; /* ページタイトルのパディング（上下、左右） */
background-color: #e0e0ff; /* ページタイトルの背景色 */
font-size: 150%; /* ページタイトルの文字サイズ */
}

/* --- トピックパス（下層ページ） --- */
#header ol.topicPath {
margin: 0;
padding: 0 0 6px; /* トピックパスのパディング（上、左右、下） */
border-bottom: 1px #c0c0c0 solid; /* トピックパスの下境界線 */
list-style-type: none;
}
/* リスト項目 */
#header ol.topicPath li {
display: inline;
}
/* リンクエリア */
#header ol.topicPath li a {
padding-right: 12px; /* リンクエリアの右パディング */
background: url(topic_path.gif) no-repeat right; /* リンクエリアの背景（区切り記号） */
}
.title	{width:520;height:100;
		margin-left: 144px;}

/* --- ▲ヘッダ内の設定終了 --- */

/* --- ブログ開始 --- */




.all	{width: 480px;
		margin: 10px;
		}


.line1	{
		font-size: 22px;
		font-weight: bold;
		background-color: #ffb366;
		text-align: center;
		}





.line2	{
		line-height: 1.5;
		font-size: 15px;
		padding-top: 10px;
		padding-bottom: 20px;
		}



.image	{
		text-align: center;
		}




/* ---メイン画面左終了--- */
/* --- フッタ --- */
#footer {
clear: right; /* フロートのクリア */
width: 100%;
padding: 15px 0 20px; /* フッタのパディング（上、左右、下） */
border-top: 2px #c0c0c0 solid; /* フッタの上境界線 */
}
#footer address {
font-style: normal;
text-align: center;
line-height: 140%; /* 行の高さ */
}
/* --- フッタ終了 --- */



