/* +++++++++++++++++++++ ベース設定 +++++++++++++++++++++ */
/***** anchor *****/
a:link, a:visited, a:active  { color: #d2691e; text-decoration: none }
a:hover  { color: #b30000; text-decoration: underline }
/***** end *****/
/* ++++++ ブログの横幅設定 ++++++ */

#container {
	width: 800px;
	}


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

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

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


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

body {
       	text-align: center;
	background-color: #fff;
	background-image: url(images/back.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	}

#container {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	}
#banner	{
	overflow: hidden;
	}

#center {
	float: left;
	overflow: hidden;
	}

#left {
	float: left;
	overflow: hidden;
	}

#footer	{
	clear: both;
	}




/* +++++++++++++++++++++ レイアウトのデザイン設定 +++++++++++++++++++++ */

#banner	{
	border: solid 1px #9b674d;
	background-color: #fff;
	margin-bottom: 10px;
	}

.content	{
	border: solid 1px #9b674d;
	background-color: #fff;
	}

.navi	{
	border: solid 1px #808080;
	background-color: #d8d0b8;
	}

.sidebar	{
	border: solid 1px #9b674d;
	background-color: #fff;
	}

/* ++++++ 枠内の余白 ++++++ */

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

	/* コンテンツ内の上の余白 */
	.content	{
		padding-top: 10px;
		margin-bottom: 10px;
		}

	/* サイドバー内の左右の余白 */
	.sidebar div {
		margin-left: 0px;
		margin-right: 0px;
		}

	/* サイドバー内の上下の余白 */
	.sidebar {
		padding-top: 0px;
		padding-bottom: 10px;
		}

	/* ナビ内の左右の余白 */
	.navi div {
		margin-left: 5px;
		margin-right: 15px;
		}

	/* ナビ内の上下の余白 */
	.navi {
		padding-top: 5px;
		padding-bottom: 5px;
		}

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

/* ++++++ 段の間隔・横幅 ++++++ */

	#left	{
		margin-right: 10px;
		}

	#center	{

		}

	.navi {
		margin-bottom: 10px;
		}

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

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

/* ヘッダー */

h1	{
	float: right;
	text-align: right;
	font-size: 10px;
	font-family: monospace;
	padding: 5px 10px;
	margin: 0px;
	font-weight: normal;
	}

h1 a	{
	text-decoration: none;
	color: #666;
	}
h1 a:link	{
	color: #666;
	text-decoration: none;
	}
h1 a:visited	{
	color: #666;
	text-decoration: none;
	}
h1 a:active	{
	color: #666;
	text-decoration: none;
	}
h1 a:hover	{
	color: #c0c0c0;
	text-decoration: none;
	}

#title	{
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #fff;
	border-bottom: solid 1px #9b674d;
	padding: 0px;
	margin: 0px;
	height: 22px;
	}

#title h2	{
	float: left;
	padding: 5px 10px;
	margin: 0px;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	text-align: left;
	}
#subtitle	{
	margin-top: 0px;
	background-image: url(images/subtitle.gif);
	background-repeat: repeat;
	background-attachment: scroll;
	background-color: #fff;
	padding: 0px;
	}
#footer	{
	margin-top: 10px;
	padding: 5px 15px 5px 5px;
	color: #666;
	font-size: 11px;
	font-family: monospace;
	text-align: right;

	}
#footer a	{
	text-decoration: none;

	}
/* ++++++ コンテンツ部分のデザイン ++++++ */

/* エントリー */
.entry h2	{
	margin-top: 5px;
	font-size: 15px;
	padding: 5px;
	color: #908052;
	background-color: #d9d0ac;
	border-bottom: solid 1px #d2b48c;
	}

.entry h3	{
	margin-top: 10px;
	font-size: 14px;
	border-bottom: double 3px #908052;
	color: #666;
	padding-left: 6px;
	}

.entry h4	{
	margin-top: 10px;
	margin-left: 0px;
	font-size: 14px;
	border-left: solid 12px #d2b48c;
	border-bottom: solid 1px #d2b48c;
	padding-left: 5px;
	color: #908052;
	}
.entry p	{
	font-size: 14px;
	color: #666666;
	line-height: 150%;
	}

.entry table,td	{
	font-size: 12px;
	color: #666666;
	line-height: 120%;
	}

.entry p.posted	{
	font-size: 0.66em;
	color: #aaaaaa;
	border-top: solid 1px #d2b48c;
	padding-top: 6px;
	}

.entry a	{

	}

.entry	{
	margin-bottom: 20px;
	}

.right {
	float: right;
	margin: 10px 0px 10px 10px;
	border: none;
	}
.left {
	float: left;
	margin: 10px 10px 10px 0px;
	border: none;
	}
.extended {
	text-align: right;
	}

/* ナビ */
.navi	{
	font-size: 14px;
	padding-left: 10px;
	}
/* 前後のエントリーへのリンク */

#entrylink	{
	font-size: 0.75em;
	}

#entrylink a	{

	}

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


/* トラックバック */

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

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

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

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

#trackbacks a	{

	}



/* コメント */

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

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

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

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

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

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

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

#comments a	{

	}




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

/* メニュー */

.sidebar 	{

	}

.sidebar h2	{
	font-family: monospace;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align:left;
	color: #908052;
	background-color: #d9d0ac;
	background-image: url(images/sidebar.gif);
	background-repeat: repeat;
	background-attachment: scroll;
	padding: 6px 10px;
	border-bottom: solid 1px #9b674d;
	}

.menu a	{
	color: #d2691e;
	font-weight: bold;
	text-decoration: none;
	}
.menu a:link	{
	color: #d2691e;
	font-weight: bold;
	text-decoration: none;
	}
.menu a:visited	{
	color: #d2691e;
	font-weight: bold;
	text-decoration: none;
	}
.menu a:active	{
	color: #066;
	font-weight: bold;
	text-decoration: underline;
	}
.menu a:hover	{
	color: #b30000;
	font-weight: bold;
	text-decoration: underline;
	}

.menu ul	{
	background-color: #fff;
	font-size: 14px;
	list-style-type:none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:0;
	padding-left:0;
	}
.menu li	{
	background-color: #fff8e8;
	padding: 5px 10px 8px 10px;
	margin-bottom: 0px;
	text-align: left;
	border-bottom: solid 1px #9b674d;
	}

/* エントリリスト */


#recent ul	{
	background-color: #fff;
	list-style-type: circle;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left:0;
	padding: 10px 10px 10px 20px;


	}

#recent li	{
	font-size: 12px;
	margin-bottom: 3px;
	padding: 5px 0px;
	}

#company ul	{
	color: #556b2f;
	background-color: #d8d0b8;
	background-image: url(images/company.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left:0;
	padding: 10px 10px 10px 10px;
	text-align: right;
	border-top: solid 1px #9b674d;
	border-bottom: solid 1px #9b674d;
	}

#company li	{
	font-size: 12px;
	margin-bottom: 0px;
	padding: 0px 0px;
	}

#links ul	{
	background-color: #fff;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 5px;
	margin-left:0;
	padding: 10px 10px 10px 20px;


	}

#links li	{
	font-size: 12px;
	margin-bottom: 3px;
	padding: 5px 0px;
	}

#links h2	{
	border-top: solid 1px #9b674d;
	}
/* フィード情報 */
#feed	{
	background-color: white;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left:0;
	padding: 5px 0px;

	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	}
/**************** 確認画面 スタート ****************/
#confirm {
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	}

#confirm table {
	padding: 0px;
	border-collapse: collapse;
	border: 1px solid #666;
	width: 80%;
	margin: 20px auto;
	}

#confirm td {
	border-collapse: collapse;
	border: 1px solid #666;
	padding: 5px;
	text-align: center;
	}
/**************** 確認画面 スタート ****************/
