/* ************************************************ 
 *	共通設定
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #666666;
	font-size: 12px;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 150%;
	background-color: #ECEDEE;
	text-align:center;
	margin-top: 20px;
	margin-bottom: 20px;
	letter-spacing: 1px;
	word-spacing: 1px;
}

div {
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	letter-spacing: 1px;
	word-spacing: 1px;
	font-size: 12px;
}
br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

hr.entryhr {
	border: 1px #CCCCCC solid;
	width: 60%;
	text-align: center;

}
h1 {
	font-size: 10px;
	font-weight: bold;

}

img {
	border: 0px;
}

a:link {
	color: #745b52;
}
a:visited {
	color: #745b52;
}
a:hover {
	color: #644F46;
}
a:active {
	color: #644f46;
}

/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- 
 *※ページ全体の幅は800pxとなっています。
    幅を広げる場合は、.sideと.mainのwidth
    の合計値が#containerのwidthになるよう
    設定してください。
 * ------------------------------------- */

/*ページ全体の幅、レイアウトをセンタリング*/
#container {
	margin:0px auto;
	width:800px;
	text-align:left;
}

/*ヘッダー（ページタイトル、グローバルメニュー）*/
.header {
	width:100%;
	height:300px;
	clear:left;
	background-image: url(http://blog.hawaiian-sea-angel.com/images/header1.jpg);
	margin-bottom: 10px;
}

/*　右側メニューの幅　*/
.side {
	float: left;
	width:265px;
}

/*　左側の幅　*/
.main {
	float: left;
	width: 535px;
}

/*　フッター（コピーライト）　*/
.footer {
	width:100%;
	clear:left;
	background-image: url(http://blog.hawaiian-sea-angel.com/images/footer.gif);
	height: 25px;
	font-size: 10px;
	line-height: 110%;
	text-align: center;
}

/* ------------------------------------- 
 *	追加分
 * ------------------------------------- */

.blog_logo0 {
	height: 20px;
	

}
.blog_logo {

}
.blog_description {
	color: #FFFFFF;
	padding-right: 20px;
	padding-left: 460px;
	padding-top: 140px;

}
.main_in {
	margin-left: 25px;

}
.permalink {
	width: 480px;
	font-size: 10px;
	text-align: center;

}

.entry {
	width: 480px;
	background-color: #FFFFFF;
	text-align: left;
	margin-bottom: 20px;


}
.entry_header {
	background-image: url(http://blog.hawaiian-sea-angel.com/images/entry_header.jpg);
	height: 60px;

}
.entry_title {
	padding-top: 11px;
	padding-left: 90px;
	font-size: 14px;

}
.entry_date {
	text-align: right;
	padding-right: 110px;
	padding-top: 5px;

}
.entry_description {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;

}

.entry_footer {
	background-image: url(http://blog.hawaiian-sea-angel.com/images/entry_footer.jpg);
	width: 480px;
	height: 15px;

}
.comment {
	background-color: #FFFFFF;
	width: 480px;
	text-align: left;
	margin-bottom: 20px;

}
.comment_header {
	background-image: url(http://blog.hawaiian-sea-angel.com/images/entry_header0.gif);
	width: 480px;
	height: 30px;

}
.comment_title {
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 2px;

}
.comment_footer {
	background-image: url(http://blog.hawaiian-sea-angel.com/images/entry_footer.jpg);
	width: 480px;
	height: 15px;

}

.side_area {
	background-color: #FFFFFF;
	width: 245px;
	margin-bottom: 20px;

}
.side_header {
	background-image: url(http://blog.hawaiian-sea-angel.com/images/side_header.gif);
	height: 30px;
	margin-top: 0px;

}
.side_title {
	margin-top: 5px;
	margin-left: 10px;

}
.side_data {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	list-style-position: inside;
	list-style-type: circle;

}
.side_data ul li {
	list-style-position: inside;
	list-style-type: circle;
}
.side_data table tr td.cell {
	padding:0 0.3em 0.3em 0.3em;
}

.side_footer {
	background-image: url(http://blog.hawaiian-sea-angel.com/images/side_footer.gif);
	height: 13px;

}
.powered {
	margin-left: 20px;
	margin-right: 20px;
}
input, select, textarea {
	margin: 1px;
	padding: 1px;
	font-size: 12px;
	border: 1px solid #999999;
}
