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

#container {
	width: 700px;
	}


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

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

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


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

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

#container {
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	}
#banner	{
	overflow: hidden;
	}
#main {
	overflow: hidden;
	border-top: solid 1px #333;
	margin: 0px;
	padding: 0px;
	}
#center {
	float: right;
	overflow: hidden;
	}

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

#footer	{
	border-top: solid 1px #333;
	}




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

#container {
	border: solid 1px #333;
	}

#banner	{
	border-bottom: solid 1px #333;
	background-color: #fff;
	margin-bottom: 2px;
	padding: 0px;
	}

.content	{
	border-color: #999;
	border-width: 0px 0px 0px 0px;
	border-style: none;
	background-color: #fff;
	}

.navi	{
	background-color: #fff;
	}

.sidebar	{
	border: solid 0px #999;
	background-color: #fff;
	}

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

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

	/* コンテンツ内の上の余白 */
	.content	{
		padding: 0px;
		margin: 0px 2px 5px 0px;
		}

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

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

	/* ナビ内の左右の余白 */
	.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: 1px;

		}

	#center	{
		margin: 0px;
		padding: 0px;
		}

	.navi {
		margin-bottom: 5px;
		}

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

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

/* ヘッダー */
#title	{
	border-bottom: solid 0px #999;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	}
#title h1 {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	}
#title h1 span {
	text-align: right;
	font-size: 10px;
	font-family: sans-serif;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	font-weight: normal;
	color: #666;
	border-bottom: solid 1px #999;
	display: block;
	}
#title h1 img {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-style: none;
	border-width: 0px;
	}
#title h1 a:link, h1 a:visited, h1 a:active  { color: #666; text-decoration: none; }
#title h1 a:hover  { color: #ccc; text-decoration: none; }

#title h2	{
	float: left;
	padding: 5px 10px 105px 10px;
	margin: 0px;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	text-align: left;
	}
#footer	{
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 5px 10px 0px 10px;
	color: #666;
	font-size: 12px;
	font-family: sans-serif;
	text-align: left;
	background-color: #fff;
	border-top: solid 1px #333;
	clear: both;
	}
#footer h2 {
	margin: 0px 10px 5px 10px;
	font-size: 12px;
	color: #666;
	font-weight: normal;
	background-color: #fff;
	}

/* ++++++ コンテンツ部分のデザイン ++++++ */
/* 新着更新リスト  */
.news {
	border: solid 0px #ccc;
	background-color: #fff;
	padding: 0px;
	margin: 0px 2px 5px 0px;
	}
.news h2 {
	background-color: #938054;
	background-image: url(images/newsh2back.gif);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	border-color: #ccc;
	border-width: 0px 0px 0px 0px;
	border-style: none;
	margin: 0px;
	padding: 2px 2px 2px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	}
.news ul {
	list-style-type: disc;
	margin: 15px 10px 15px 25px;
	line-height; 100%;
	padding: 0px;
	}
.news li {
	text-align: left;
	font-size: 12px;
	margin-bottom: 3px;
	}

/* エントリー */
.content h2	{
	position: relative;
	margin: 10px -15px 5px -15px;
	font-size: 12px;
	padding: 2px 2px 2px 5px;
	color: #fff;
	background-color: #938054;
	background-image: url(images/entryh2back.gif);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	border-color: #999;
	border-width: 0px 0px 0px 0px;
	border-style: none;
	text-align: left;
	}
.content h2 span	{
	font-size: 10px;
	font-weight: normal;
	color: #333;
	text-align: left;
	}
.entry h3	{
	margin-top: 10px;
	font-size: 14px;
	border-bottom: double 1px #666;
	background-color: #fff;
	color: #666666;
	padding: 3px 8px;
	}

.entry h4	{
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
	border-bottom: double 3px #c03;
	padding-left: 5px;
	color: #333;
	}
.entry div	{
	font-size: 12px;
	color: #666666;
	line-height: 150%;
	}
.entry p	{
	font-size: 12px;
	color: #666666;
	line-height: 150%;
	}
.entry blockquote	{
	font-size: 12px;
	color: #666666;
	line-height: 150%;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: #ddd;
	background-color: #fff3f6;
	padding: 1em;
	margin: 10px 0px;
	}
.entry ul {
	list-style-type: disc;
	margin: 10px 0px 10px 30px;
	line-height; 120%;
	padding: 0px;
	}
.entry li {
	text-align: left;
	font-size: 12px;
	margin-bottom: 3px;
	}
.entry ol {
	list-style-type: 1;
	margin-left: 30px;
	line-height; 120%;
	padding: 0px;
	}
.entry ol li {
	list-style-type: 1;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	margin-bottom: 3px;
	}
.entry ol li span {
	font-size: 14px;
	font-weight: bold;
	color: #c03;
	}
.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 p.mission	{
	font-size: 12px;
	color: #938054;
	line-height: 120%;
	}
.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: 12px;
	padding-left: 10px;
	}
/* 前後のエントリーへのリンク */

#entrylink	{
	font-size: 13px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	}

#entrylink a	{
	font-weight: normal;
	}

#entrylink p	{

	}


/* トラックバック */

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

#trackbacks a	{

	}



/* コメント */

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

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

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

#comments a	{

	}




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

/* メニュー */

.sidebar 	{
	position: relative;
	}
.menu h2	{
	background-color: #888;
	background-image: url(images/sidebarh2back.gif);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	text-align: left;
	color: #fff;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	margin: 1px 0px 1px 0px;
	border-right: solid 13px #666;
	}

.menu ul	{
	background-color: #fff;
	font-size: 13px;
	list-style-type:none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:0px;
	padding-left:0px;
	}
.menu li	{
	text-align: left;
	padding: 0px;
	margin: 1px 0px 1px 0px;
	}
.menu-line	{
	background-color: #666;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	text-align: left;
	color: #fff;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	}
.menu a:link, .menu a:visited, .menu a:active  {
	background-image: url(images/sidebarh2backb.gif);
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	background-color: #ccc;
	border-right: solid 13px #4f4630;
	padding: 6px 18px 6px 12px;
	margin: 0px 0px 0px 0px;
	display: block;
	position: relative;
	}

.menu a:hover  {
	background-image: url(images/sidebarh2backa.gif);
	text-decoration: underline;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	background-color: #fc6;
	border-right: solid 13px #f30;
	padding: 6px 18px 6px 12px;
	margin: 0px 0px 0px 0px;
	display: block;
	position: relative;
	}
img.m-zero {
	border: none;
	margin: 0px 0px 0px 0px;
	}
/* カテゴリヘッダ情報 */
.heathouse {
	background-color: #fff;
	margin: 0px 0px 0px 0px;
	width: 509px;
	height: 45px;
	padding: 0px;
	background-image: url(images/catbanner/heathouse.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	}
.heatshock {
	background-color: #fff;
	margin: 0px 0px 0px 0px;
	width: 509px;
	height: 45px;
	padding: 0px;
	background-image: url(images/catbanner/heatshock.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	}
.reform {
	background-color: #fff;
	margin: 0px 0px 0px 0px;
	width: 509px;
	height: 45px;
	padding: 0px;
	background-image: url(images/catbanner/reform.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	}
.client {
	background-color: #fff;
	margin: 0px 0px 0px 0px;
	width: 509px;
	height: 45px;
	padding: 0px;
	background-image: url(images/catbanner/client.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	}
.event {
	background-color: #fff;
	margin: 0px 0px 0px 0px;
	height: 45px;
	width: 509px;
	padding: 0px;
	background-image: url(images/catbanner/event.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	}
.wood {
	background-color: #fff;
	margin: 0px 0px 0px 0px;
	height: 45px;
	width: 509px;
	padding: 0px;
	background-image: url(images/catbanner/wood.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	}
.water {
	background-color: #fff;
	margin: 0px 0px 0px 0px;
	height: 45px;
	width: 509px;
	padding: 0px;
	background-image: url(images/catbanner/water.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	}
.profile {
	background-color: #fff;
	margin: 0px 0px 0px 0px;
	height: 45px;
	width: 509px;
	padding: 0px;
	background-image: url(images/catbanner/profile.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	}
.present {
	background-color: #fff;
	margin: 0px 0px 0px 0px;
	width: 509px;
	height: 45px;
	padding: 0px;
	background-image: url(images/catbanner/present.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	}
.staff-blog {
	background-color: #fff;
	margin: 0px 0px 0px 0px;
	width: 509px;
	height: 45px;
	padding: 0px;
	background-image: url(images/catbanner/staff-blog.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	}
.link {
	background-color: #fff;
	margin: 0px 0px 0px 0px;
	width: 509px;
	height: 45px;
	padding: 0px;
	background-image: url(images/catbanner/link.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	}
/* フィード情報 */
#feed	{
	margin-top: 0;
	margin-bottom: 0px;
	margin-left:0;
	padding: 15px;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #666;
	}
#feed img	{
	border: none;
	margin: 0px 5px 10px 0px;
	}
.powered	{
	background-color: #fff;
	margin: 0px 0;
	font-size: 7px;
	}

.powered a, .powered a:link, .powered a:visited, .powered a:active, .powered a:hover	{
	color: #efefef;
	text-decoration: none;
	}
/* 会社情報 */
#company {
	border-bottom: solid 0px #ddd;
	text-align: left;
	}
#company ul	{
	color: #666;
	list-style-type: none;
	margin: 0;
	margin-left:0;
	padding: 10px 10px 10px 10px;
	text-align: left;
	}

#company li	{
	font-size: 12px;
	margin-bottom: 0px;
	padding: 0px 0px;
	}
/* コンテンツ内テーブル */
	.tuyoku{font-size: 12px;color: #ff3300;}
	.heihou{font-size: 8px;line-height: 8px;}
	.t-pack{
		border-style: dotted;
		border-width: 1px 0px 0px 1px;
		border-color: #666666;}
	.pack{
		border-style: dotted;
		border-width: 0px 1px 1px 0px;
		border-color: #666666;}
	.pack2{
		border-style: dotted;
		border-width: 0px 1px 0px 0px;
		border-color: #666666;}
	table.tprofile {
		border-style: solid;
		border-width: 1px 1px 1px 1px;
		border-color: #666666 #666666 #666666 #666666;
		}
	td.koumoku {
		padding-left:10px;
		}
	.att {
		font-size:10px;
		}
	a.subnavi2 {
		font-size: 10px;
		color: #726F5D;
		margin-left: 27px;
		line-height: 22px;text-decoration:
		none;font-weight: 100;
		}
	a:visited.subnavi2 {
		font-size: 10px;
		color: #726F5D;
		margin-left: 27px;
		line-height: 22px;
		text-decoration: none;
		font-weight: 100;
		}
	a:active.subnavi2 {
		font-size: 10px;
		color: #726F5D;
		margin-left: 27px;
		line-height: 22px;
		text-decoration: none;
		font-weight: 100;
		}
	a:hover.subnavi2 {
		font-size: 10px;
		color: #ffffff;
		margin-left: 27px;
		line-height: 22px;
		text-decoration: none;
		font-weight: 100;
		background-color: #726F5D;
		}
	.subnavi2a {
		font-size: 10px;
		color: #ffffff;
		margin-left: 27px;
		line-height: 22px;
		text-decoration: none;
		font-weight: 100;
		background-color: #726F5D;
		}
/**************** 確認画面 スタート ****************/
#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;
	}
/**************** 確認画面 エンド ****************/
.count	{
	margin: 0px;
	font-size: 9px;
	color: #444;
	}

.count ul	{
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0px;
	margin-left:0;
	padding: 10px;
	}

.count li	{
	line-height: 130%;
	}

.count img	{
	border: none;
	margin: 0px;
	vertical-align: middle;
	}