/* +++++++++++++++++++++ ベース設定 +++++++++++++++++++++ */
/***** anchor *****/
a:link, a:visited, a:active  { color: #187952; text-decoration: none; }
a:hover  { color: #c63; 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.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
        background-position: 0px 0px;
        padding: 0px;
        margin: 0px;
	}

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

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

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

#footer	{
	clear: both;
	}




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

#banner	{
	border: solid 0px #063;
	background-color: #fff;
	margin-bottom: 10px;
	padding: 0px;
	}

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

.navi	{
	border: solid 1px #063;
	background-color: #c6df94;
	}

.sidebar	{
	border: solid 0px #063;
	}

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

	/* コンテンツ内の左右の余白 */
	.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: #fff;
	}
h1 a:link	{
	color: #fff;
	text-decoration: none;
	}
h1 a:visited	{
	color: #fff;
	text-decoration: none;
	}
h1 a:active	{
	color: #fff;
	text-decoration: none;
	}
h1 a:hover	{
	color: #fc6;
	text-decoration: none;
	}

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

#title h2	{
	float: left;
	padding: 5px 10px;
	margin: 0px;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	text-align: left;
	}
#subtitle	{
	margin-top: 0px;
	background-image: url(images/subtitle.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #6b8a29;
	border-style: none;
	border-width: 0px;
	padding: 0px;
	}
.nav {
	text-align: left;
	height: auto;
	line-height: 150%;
	font-size: 10px;
	padding: 5px 10px 0px 10px;
	margin-bottom: 10px;
	word-break: keep-all;
	}

#footer	{
	background-image: url(images/footer-back.jpg);
	background-repeat: repeat-y;
	background-attachment: scroll;
        background-position: 0% 0%;
	margin: 0px 10px 0px 5px;
	padding: 0px 10px 3px 10px;
	color: #ffffff;
	font-size: 12px;
	text-align: left;
	background-color: #c6df94;
	}

#footer p	{
	padding: 5px 10px 0px 0px;
	margin: 0px;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	text-align: right;
	}
#footer strong	{
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	}

#footer h2	{
	padding: 10px 10px 8px 5px;
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
	}


#footer h3	{
	padding: 0px 0px 0px 0px;
	margin: 0px 5px 0px 5px;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	float: left;
	}

#footer h4	{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	font-family: Arial;
        clear: both;
	}

#footer h5	{
        background-color: #;
        border-top: solid 0px #BFE225;
	padding: 5px 10px 3px 10px;
	margin: 0px;
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
	text-align: right;
	}

#footer a	{
	text-decoration: none;
	color: #fff;
	}
#footer a:link	{
	text-decoration: none;
	color: #fff;
	}
#footer a:visited	{
	text-decoration: none;
	color: #fff;
	}
#footer a:active	{
	text-decoration: none;
	color: #fff;
	}
#footer a:hover	{
	text-decoration: underline;
	color: #fff;
	}
/* ++++++ コンテンツ部分のデザイン ++++++ */


.news {
	padding: 0px 0px 10px 0px;
        margin: 0px 0px 10px 0px;
	border-left: solid 1px #90D08F;
	border-bottom: solid 1px #90D08F;
	border-top: solid 1px #90D08F;
	border-right: solid 0px #90D08F;
	background-image: url(images/entry-back.jpg);
	background-repeat: repeat-y;
	background-attachment: repeat;
	}

.news h2	{
	background-repeat: no-repeat;
	background-attachment: repeat;
        background-position: 0% 0%;
        background-color: #90D08F;
	margin-top: 0px;
        margin-bottom: 5px;
        margin-left: 0px;
	padding: 5px 20px 5px 20px;
	font-size: 12px;
        color: #258623;
        text-align: right;
	}


.news h3	{
	background-image: url(images/newsh3back.jpg);
	background-repeat: no-repeat;
	background-attachment: repeat;
        background-position: 0% 50%;
	margin-top: 10px;
        margin-bottom: 5px;
        margin-left: 10px;
	border-left: solid 0px #660000;
	padding: 2px 8px 2px 15px;
	text-align: left;
	font-size: 12px;
	}
.news p	{
	margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 20px;
	padding: 2px 8px 2px 20px;
	text-align: left;
	font-size: 10px;
	}



/* エントリー */
.entry h2	{
	margin-top: 5px;
	font-size: 15px;
	padding: 5px;
	color: #fff;
                background-color: #696;
	background-image: url(images/h2back.gif);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 50% 50%;
	border: solid 1px #363;
	text-align: center;
	}

.entry h3	{
	margin-top: 10px;
	font-size: 14px;
	border-left: solid 16px #996;
	border-bottom: solid 1px #996;
	background-color: #fff;
	color: #363;
	padding: 2px 7px;
	}

.entry h4	{
	margin-top: 10px;
	margin-left: 0px;
	font-size: 14px;
	border-left: solid 14px #c63;
	padding-left: 5px;
	color: #666;
	}
.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 #996;
	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: 12px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	}

#entrylink a	{

	}

#entrylink p	{

	}



/* トラックバック */

#trackbacks	{
	border: solid 1px #063;
	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: solid 1px #063;
	padding-top: 20px;
	}

#trackbacks a	{

	}



/* コメント */

#comments	{
	border: solid 1px #063;
	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: solid 1px #063;
	}

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

#comments h2#com02	{
	border-top: solid 1px #063;
	padding-top: 40px;
	}

#comments a	{

	}




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

/* メニュー */

.sidebar 	{
	background-color: #;
	}

.sidebar h2	{
	font-family: monospace;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align:left;
	color: #fff;
	background-color: #197953;
	background-image: url(images/);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 50% 50%;
	padding: 6px 10px;
	border-bottom: solid 0px #063;
	}

.menu	{
	margin-bottom: 0px;
        margin-top: 0px;
        margin-left: 0px;
        padding-right: 0px;
	}

.menu ul	{
	background-color: #;
	font-size: 14px;
	list-style-type:none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:0;
	padding-left:0;
	}

.menu-list	{
	margin: 0px 0px 0px 0px;
	text-align: left;
	border-bottom: solid 1px #fff;
	display: block;
	padding: 0px 0px 0px 0px;
	}


.menu-list a, .menu-list a:link, .menu-list a:visited, .menu-list a:active	{
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 50%;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding: 5px 10px 5px 30px;
        width: auto;
	position: relative;
	display: block;
	border-top: solid 0px #aaaaaa;
	border-bottom: solid 0px #aaaaaa;
	border-right: solid 0px #aaaaaa;
	border-left: solid 0px #aaaaaa;
	}
.menu-list a:hover	{
	background-image: url(images/menu-over.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 50%;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
        width: auto;
	position: relative;
	display: block;
	border-top: solid 0px #aaaaaa;
	border-bottom: solid 0px #aaaaaa;
	border-right: solid 0px #aaaaaa;
	border-left: solid 0px #aaaaaa;
	}
.menu-line	{
	background-image: url(images/menu-list.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 50%;
	background-color: #197953;
	text-align: left;
	color: #ffffff;
        font-weight: bold;
	padding: 10px 10px 10px 10px;
	font-size: 12px;
	margin: 0px 0px 2px 0px;
	display: block;
	border-top: solid 0px #ccc;
	border-bottom: solid 0px #6D6D6D;
	border-right: solid 0px #ccc;
	border-left: solid 0px #fff;
	}

/* エントリリスト */


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

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

#company ul	{
	color: #060;
	background-color: #c6df94;
	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 #063;
	border-bottom: solid 1px #063;
	}

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

/* フィード情報 */
#feed	{
	background-color: #eff3bd;
	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: #060;
	}
/**************** 確認画面 スタート ****************/
#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;
	}
/**************** 確認画面 スタート ****************/
