/*ページ全体の表示部分*/
body {
    margin-top: 20px;
	background-image: url("body_back.jpg");
	background-attachment: fixed;
	background-color: #017ABF;
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	}

a {
	text-decoration: underline;
	}

a:link {
	color: #88C6EA;
	}

a:visited {
	color: #88C6EA;
	}

a:active {
	color: #88C6EA;
	}

a:hover {
	color: #FFFFFF;
    background-color: #;
	}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

/*ブログ表示部分*/
#container {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 700px;
	}
	
/*バナー表示部分*/
#banner {
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	padding: 50px 15px 10px 15px;
	margin-bottom: 10px;
	height: 40px;
	}

#banner-img {
	display: none;
	}

/*タイトルリンク部分*/
#banner a {
	color: #FFFFFF;
    text-decoration: none;
    text-valign: bottom;
	}

/*タイトル文字*/
#banner h1 {
	font-size: xx-large;
	font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 5px;
	}

/*サブタイトル文字*/
#banner h2 {
	font-size: small;
    font-weight: bold;
	color: #000000;  
	}

/*エントリー表示部分枠*/
#center {
	float: left;
	width: 500px;
	overflow: hidden;
	}

/*エントリー表示部分*/
.content {
	padding: 15px 20px 0px 20px;
	border: #FFFFFF 1px solid;
	color: #000000;  
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	}

/*サイドバー表示部分枠*/
#right {
	float: right;
    width: 200px;
	overflow: hidden;
	}

/*エントリー本文部分*/
.content p {
	color: #FFFFFF;  
	font-family: Verdana, Arial, sans-serif;
     padding-left: 5px;
	font-size: x-small;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 0px;
	}

/*エントリー本文内の引用部分*/
.content blockquote {
	line-height: 150%;
	}

/*エントリー本文内のリスト部分*/
.content li {
	line-height: 150%;
	}

/*エントリーの日付部分*/
.content h2 {
	color: #FFFFFF;
    padding-right: 3px;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	border-bottom: #FFFFFF 1px solid;
  	text-align: right;
	font-weight: normal;
    margin-bottom: 20px;
	}

/*エントリーのタイトル部分*/
.content h3 {
	color: #0066B3;
    padding-left: 7px;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	font-weight: bold;
	border-left: #094B70 10px solid;
	border-right: #094B70 10px solid;
	background-color: #FFFFFF;
	}

/*エントリーのフッター部分*/
.content p.posted {
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	border-top: #FFFFFF 1px solid;
	text-align: right;
	margin-bottom: 50px;
	line-height: normal;
	padding: 3px;
	}
	
/*サイドバー表示部分*/
.sidebar {
    padding-left: 15px;
	}

/*カレンダー表示部分*/
#calendar {
  	line-height: 140%;
	color: #0A5682;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
    background-color: #FFFFFF;	
  	padding: 0px;
	text-align: center;
	margin-bottom: 30px;
	}

#calendar table {
	padding: 0px;
	border-collapse: collapse;
	width: 100%;
	}

/*カレンダーの見出し部分*/
#calendar caption {
	color: #FFFFFF;
    font-weight: normal;
    background-color: #0A5682;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: center;
	padding: 0px;
	text-transform: uppercase;
    letter-spacing: .-1em;
	border: #CDEBFC 1px solid;
	}
	
/*カレンダーの曜日部分*/
#calendar th {
	text-align: center;
	font-weight: normal;
	}

/*カレンダーの日付*/
#calendar td {
	text-align: center;
	}

/*サイドバーの見出し*/
.sidebar h2 {
	font-size: x-small;
    color: #FFFFFF;
    font-weight: normal;
   	border: #CDEBFC 1px solid;
    background-color: #0A5682;
    line-height: 100%;
	font-family: Verdana, Arial, sans-serif;
	padding: 1px;
	text-align: center;
	text-transform: uppercase;
 	letter-spacing: .-1em;
	}

/*サイドバーのリストを定義部分*/
.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 30px;
	}

/*サイドバーのリスト部分*/
.sidebar li {
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	line-height: 150%;
	margin-top: 5px;
	list-style-type: none;
	}

.sidebar img {
	border: #FFFFFF 3px solid;
	}

.photo {
	text-align: left;
	margin-bottom: 20px;
	}

/*リンク部分*/
.link-note {
	color: #FFFFFF;
    font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
	}

/*パワード部分*/
#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	color: #FFFFFF;
	margin-top: 30px;
	}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: #BBBBBB 1px dotted;
	}

textarea[id="comment-text"] {
	width: 80%;
	}

/*Mac文字化け防止部分*/
textarea {
	font-family: "ヒラギノ明朝 Pro W6", "Osaka", "ＭＳ Ｐゴシック", "trebuchet MS", "trebuchet", "verdana", "arial", "sans-serif";
	}

