/* +++++++++++++++++++++ ベース設定 +++++++++++++++++++++ */
#content-inner
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
	width:540px;
   min-height: 1px;
}

/* ++++++ ブログの幅設定 ++++++ */

#container {
	width: 800px;
	}

/* ++++++ ２段組の横幅設定 ++++++ */

	/* コンテンツ部分の横幅 */
	#center	{
		width: 580px;
		}

	/* サイドバーの横幅 */
	#left, #right	{
		width: 180px;
		}

/* ++++++ その他設定 ++++++ */

body {
       	text-align: center;
	background-image: url(image/back-img.gif);
	}

img { 
	margin-top:10px; 
	margin-bottom:10px; 
}
a img { border: 0; }

#container {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	}

#left {
	float: left;
	background-image: url(image/left-back.gif);
	margin-left:0px;
	padding: 15px 10px 15px 10px;
	}
#link {
	width: 200px;
	float: left;
	margin-left:0px;
	padding: 15px 0px 15px 0px
	}
#link img {
	padding-top: 10px;
	padding-left: 10px;
	border: none;
	}
#center {
	float: right;
	background-image: url(image/main-back.gif);
	margin-right:0px;
	padding: 15px 10px 15px 10px;
	}

#footer	{
	clear: both;
	color: white;
	text-align: center;
	font-size: 0.95em;
	background-image: url(image/footer.jpg);
	background-repeat: no-repeat;
	border-bottom: solid 1px #0F9621;
	margin-bottom:0px;
	height:80px;
	}
#footer	p{
	position: relative;
	top: 15px;
}
#footer	a{
	color: white;
}
#footer	a:hover{
	color: red;
}
/* +++++++++++++++++++++ レイアウトのデザイン設定 +++++++++++++++++++++ */

body	{
	margin: 0;
	padding:0;
	}

#container	{
	background-image: url(image/container-back.gif);
	border-left: solid;
	border-right: solid;
	border-width: 1px;
	border-color: #0F9621;
	}

#one #container	{
	background-image: none;
	}

#banner	{
	background-image: url(image/head.jpg);
	background-repeat: no-repeat;
	border-bottom: solid 1px #0F9621;
	margin-bottom: 0px;
	height:150px;
	}


/* ++++++ 段の間隔 ++++++ */

	/* 左サイドバーの左右の余白 */
	#left div {
		margin-left: 5px;
		margin-right: 5px;
		}

	/* コンテンツ部分の左右の余白 */
	.content div	{
		margin-left: 5px;
		margin-right: 5px;
		}

	#left div div, .content div div, #right div div {
		margin-left: 0;
		margin-right: 0;
		}

	.sidebar #calendar table	{
		width: 170px;
		}

	#three .sidebar #calendar table	{
		width: 160px;
		}


/* ++++++ ブログの横幅 ++++++ */

	#container	{
		width: 800px;
		}

	#three #container {
		width: 800px;
		}




/* +++++++++++++++++++++ パーツのデザイン設定 +++++++++++++++++++++ */

/* ++++++ ヘッダー部分のデザイン ++++++ */

#title	{
	padding: 5px 15px 0px 15px;
	}

#title h1	{
	font-size:20px;
	color: black;
	position: relative;
	top: 50px;
	left: 0px;
	}

#title h1 a	{
	font-size:20px;
	color: #F96400;
	position: relative;
	top: 50px;
	left: 0px;
	}
#title h1 a:hover {
	font-size:20px;
	color: red;
	position: relative;
	top: 50px;
	left: 0px;
	}

#title h2 {
	font-size:12px;
	color: #F96400;
	position: relative;
	top: 40px;
	left: 0px;
	}
/* ++++++ コンテンツ部分のデザイン ++++++ */

.entry h2	{
	font-size: 1.1em;
	color: #FF6600;
	}

.entry h3	{
	color: #E15A00;
	font-size: 1.05em;
	background-image: url(image/center-head2.gif);
	background-repeat: no-repeat;
	padding: 3px 0 1px 15px;
	}

.entry p	{
	font-size: 0.9em;
	color: #333333;
	line-height: 100%;
	}

.entry p.posted	{
	font-size: 0.9em;
	color: #aaaaaa;
	border-top: solid 2px #b1cbe3;
	padding-top: 6px;
	}

.entry p.imgcenter	{
	text-align: center;
	}

.entry a	{
	color: #FF6600;
	}

.entry	{
	font-size: 0.95em;
	color: #333333;
	margin-bottom: 40px;
	}


/* エントリー本文追記 */
#more	{
	font-size: 1em;
	color: #333333;
	line-height: 100%;
	}
#more p{
	font-size: 1em;
	color: #333333;
	line-height: 100%;
	}


/* 前後のエントリーへのリンク */

#entrylink	{
	font-size: 0.8em;
	}

#entrylink a	{
	color: #66aaff;
	}

#entrylink p	{
	margin-top: 0;
	margin-bottom: 30px;
	}


/* トラックバック */

#trackbacks	{
	border: solid 1px #b1cbe3;
	padding: 5px 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	}

#trackbacks h2	{
	font-size: 0.95em;
	margin-bottom: 0;
	}

#trackbacks p	{
	font-size: 0.95em;
	color: #666666;
	margin-top: 8px;
	}

#trackbacks h3	{
	font-size: 0.95em;
	color: #999999;
	margin-bottom: 0;
	border-top: dotted 1px #b1cbe3;
	padding-top: 20px;
	}

#trackbacks a	{
	color: #3366aa;
	}



/* コメント */

#comments	{
	border: solid 1px #b1cbe3;
	padding: 5px 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	}

#comments h2	{
	font-size: 0.95em;
	}

#comments p	{
	font-size: 0.95em;
	color: #666666;
	}

#comments p.posted	{
	color: #999999;
	padding-left: 30px;
	}

#comments div	{
	border-top: dotted 1px #b1cbe3;
	}

#comments form div	{
	border-top: none;
	padding-top: 0;
	}

#comments h2#com02	{
	border-top: dotted 1px #b1cbe3;
	padding-top: 40px;
	}

#comments a	{
	color: #3366aa;
	}


/* カテゴリータイトル */

#catetitle	{
	background-image: url(image/center-head.gif);
	background-repeat: no-repeat;
	padding: 15px 0 15px 35px;
	}

#catetitle h1	{
	font-size: 1em;
	color: white;
	margin: 0;
	}

#catetitle p	{
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 0.95em;
	color: white;
	margin: 5px 0 0;
	}



/* ++++++ サイドバー部分のデザイン ++++++ */

/* カレンダー */
#calendar table	{
	background-color: #ffffff;
	width: 100%;
	font-size: 0.95em;
	text-align: center;

	}

#calendar td	{
	padding: 2px 0;
	background-color: #F6F6F6;
	}

#calendar a	{
	text-decoration: none;
	color: #0F9621;
	}

#calendar caption	{
	background-color: #FF6600;
	color: #ffffff;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: solid 2px #FF6600;
	padding-bottom: 0;
	}

/* メニュー */
.sidebar h2	{
	font-size: 0.95em;
	margin-bottom: 0px;
	color: white;
	background-color: #FF6600;
	background-image: url(image/bar.gif);
	background-repeat: no-repeat;
	padding: 5px 0 5px 15px;
	}

.sidebar a	{
	color: #795B00;
	text-decoration: underline;
	}

.sidebar ul	{
	font-size: 0.95em;
	list-style-type:none;
	margin-top: 5px;
	margin-left:0;
	padding-left:0;
	}

.sidebar li	{
	background-image: url(image/menu01.gif);
	background-repeat: no-repeat;
	background-position: 1px 5px;
	padding-left: 10px;
	}

#recent li	{
	padding-bottom: 5px;
	}


#categories ul ul	{
	font-size: 1em;
	margin-left: 10px;
	}

#categories li	{
	padding-bottom: 5px;
	}

#categories li li	{
	background-image: url(image/menu02.gif);
	padding-left: 8px;
	}

#categories	{
	margin-bottom: 30px;
	background-color: #ffffff;
	}
#category_entry	{
	margin-bottom: 30px;
	background-color: #ffffff;
	}
#left_top	{
	margin-bottom: 30px;
	background-color: #ffffff;
	}
#left_top h2 a{
	color:white;
	}
#left_top h2 a:hover{
	color:orange;
	}
/* 文字サイズ */
#moji	{
	margin-bottom: 20px;
	background-color: #ffffff;
	}
#moji h2 a{
	color:white;
	}
#moji h2 a:hover{
	color:orange;
	}


/* フィード情報 */
#feed	{
	background-color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.95em;
	color: #666666;
	}
#feed a	{
	font-size: 0.95em;
}

/* Movable Type情報 */
#powered	{
	background-color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.95em;
	color: #666666;
	margin-top: 30px;
	}
#powered a	{
	font-size: 0.95em;
}


/* ++++++ フッター部分のデザイン ++++++ */

/* コピーライト情報 */

#copyright address	{
	background-color: #ffffff;
	font-size: 0.95em;
	font-style: normal;
	text-align: center;
	}

/* 最新写真 */

#photos h2	{
	font-size: 0.95em;
	color: white;
	background-color: #FF6600;
	background-image: url(bar.gif);
	padding: 5px 0 5px 15px;
	}

#photos img	{
	border: solid 2px white;
	margin-bottom: 5px;
	}

#photos p	{
	text-align: center;
	}
#photos 	{
	background-color: #ffffff;
	}

/* コンテンツ内枠 */
#content-inner 	{
	background-color: #ffffff;
	padding:15px;
	}

/* アーカイブ内枠 */
#archives 	{
	background-color: #ffffff;
	}

/* エントリー内枠 */
#recent 	{
	background-color: #ffffff;
	padding-bottom:10px;
	}

/* 引用 */
blockquote {
    width: auto;
    margin: 15px 20px 0 20px;
    padding: 10px;
    border: 1px dashed #FF9900;
    background: #FDF4DF;
    font-size: 12px;
    line-height: 100%;
	margin-bottom: 10px;
}
#more blockquote {
    width: auto;
    margin: 15px 20px 0 20px;
    padding: 10px;
    border: 1px dashed #FF9900;
    background: #FDF4DF;
    font-size: 1em;
    line-height: 100%;
	margin-bottom: 10px;
}
.quotetitle { /* 引用文タイトル */
    font-size: 10px;
    border-bottom: 1px solid #666666;
    padding: 3px;
}
/* ページ分割のリンク */

.pagemenu{
  font-size: 0.95em;
  text-align: center;
}

.pagemenu a{
 color: #4e87b9;
}
/* ---------- news ---------- */
#news {
/*	float:left;*/
	margin-top:30px;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:0px;
	width:540px;
}
#news a:link {color:#E15A00;}
#news a:visited {color:#F76300;}
#news a:hover {
	color:#ffffff;
	background: #FF8A3C;}
#news a:active {color:#E15A00;}


#news h3 {
	margin-top:0px;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:0px;
	border:0px;
	text-decoration: none;
	font-size: 2px;
	display: block;
	padding:0px 0px 5px 0px;
	height: 35px;
	text-indent: -700em;
	background: #ffffff url(//image/new_tit_bg.gif) no-repeat left top;
}

.new-txt {
	  font-size: 0.95em;
	margin:0px;
	padding:10px;
}
.new-txt p {
	color:#05083E;
	margin:0px;
	padding:3px 0px;
	border-bottom:1px solid #B1B1AC;
}

/* ---------- メールでエントリー ---------- */
#photo img{
margin-left:1em;
width:250px;
border:1px solid silver;
float:left;
}
#photo p{
left:1em;
padding:0.5em;
margin-left:0.5em;
border:1px solid #FFCC66;
background: #FFFFD0;
width:250px;
float:left;
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -pre-wrap;     /* Opera 4-6 */
  white-space: -o-pre-wrap;   /* Opera 7 */
  white-space: pre-wrap;      /* CSS3 */
  word-wrap: break-word;      /* IE 5.5+ */
}
.clear{
	clear: both;
}
/* ---------- 表 ---------- */
.table1 {
	border-top: thin solid #FF6600;
	border-right: thin solid #FF6600;
	border-bottom: thin none #FF6600;
	border-left: thin none #FF6600;
	margin-top: 10px;
}
.td1 {
	text-align:left;
	border-top: thin none #FF6600;
	border-right: thin none #FF6600;
	border-bottom: thin solid #FF6600;
	border-left: thin solid #FF6600;
	color: #333333;
	background-color: #ffffcc;
	padding-left: 10px;
}
.td2 {
	text-align:left;
	border-top: thin none #FF6600;
	border-right: thin none #FF6600;
	border-bottom: thin solid #FF6600;
	border-left: thin solid #FF6600;
	color: #333333;
	padding-left: 10px;
}