/* +++++++++++++++++++++ ベース設定 +++++++++++++++++++++ */
/***** anchor *****/
a:link, a:visited, a:active  { color: #008000; text-decoration: none; }
a:hover  { color: #ff9900; font-weight: bold; text-decoration: underline; }
/***** end *****/
img {
	margin: 0px;
	border-style: none;
	}
/* ++++++ ブログの横幅設定 ++++++ */

#container {
	width: 800px;
	}


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

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

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


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

body         {
       	text-align: center;
	background-color: #e0efd0;
	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;
	padding: 0px;
	background-color: #fff;
	}
#banner	{
	overflow: hidden;
	}

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

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

#footer	{
	clear: both;
	}

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

#container {
	border-style: solid;
	border-width: 1px;
	border-color: #999;
	}

#banner	{
	border-style: solid;
	border-width: 0px;
	border-left-color: #ddd;
	border-top-color: #ddd;
	border-right-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
	background-color: #fff;
	margin-bottom: 5px;
	padding: 0px;
	width: 800px;	
	}

.content	{
	border-style: solid;
	border-width: 1px;
	border-left-color: #ddd;
	border-top-color: #ddd;
	border-right-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
	background-color: #;
	}

.navi	{
	border-style: solid;
	border-width: 1px;
	border-left-color: #ddd;
	border-top-color: #ddd;
	border-right-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
	background-color: #e0efd0;
	}

.sidebar	{
	border-style: solid;
	border-width: 0px;
	border-left-color: #ddd;
	border-top-color: #ddd;
	border-right-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
	background-color: #f7fff0;
	}

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

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

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

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

	/* サイドバー内の上下の余白 */
	.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;
		}

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

	#right	{
		margin-left: 0px;
                                margin-right: 0px;
		}

	#center	{
                                margin-left: 3px;
                                margin-right: 0px;
		}

	.navi          {
		margin-bottom: 5px;
		}

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

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

/* ヘッダー */

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

h1 a	{
	text-decoration: none;
	color: #333333;
	}
h1 a:link	{
	color: #333333;
	text-decoration: none;
	}
h1 a:visited{
	color: #333333;
	text-decoration: none;
	}
h1 a:active	{
	color: #333333;
	text-decoration: none;
	}
h1 a:hover	{
	color: #ff9900;
                text-decoration: underline;
	}

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

#title h2	{
	float: left;
	padding: 5px 10px;
	margin: 0px;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	}
#subtitle	{
	margin-top: 0px;
	border-style: none;
	border-width: 0px;
	padding: 0px;
	text-align: left;
	}
.nav          {
	text-align: left;
	height: auto;
	line-height: 150%;
	font-size: 11px;
	padding: 5px 10px;
	margin: 0px;
	background-color: #f8f8ef;
	word-break: keep-all;
	}
.c-info       {
	text-align: left;
	height: auto;
	line-height: 150%;
　　　　       font-size: 14px;
	color: #ffffff;
	padding: 15px 5px;
	margin: 0px;
	background-color: #F4AC02;
	}
.m-intro     {
	font-family: "MS UI Gothic",MS P明朝,serif,Batang,Osaka;
	font-size: 15px;
	font-weight: normal;                
                line-height: 150%;
	text-align: center;
	}
#footer	{
	margin-top: 0px;
	padding: 5px;
	color: #333333;
	font-size: 14px;
	font-family: "MS UI Gothic",monospace;
	font-weight: bold;
	text-align: center;
	background-color: #e8e8df;
	border-style: solid;
	border-width: 0px;
	border-left-color: #ddd;
	border-top-color: #ddd;
	border-right-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
	}
#footer h2 {
	margin: 5px;
	font-size: 16px;
	color: #333333;
	font-weight: normal;
	}

#footer a:link, #footer a:visited, #footer a:active  { color: #004d80; text-decoration: none; }
#footer a:hover  { color: #ff9900; text-decoration: underline; }

/* ++++++ コンテンツ部分のデザイン ++++++ */
/* 新着更新リスト  */
.news       {
	border-style: solid;
	border-width: 1px;
	border-left-color: #ddd;
	border-top-color: #ddd;
	border-right-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
	background-color: #;
	padding: 0px;
	margin-bottom: 5px;
	}

.news h2  {
	background-image: url(images/newsh2back.gif);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	border-bottom: 3px solid #9c9;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	}
.news ul   {
	list-style-type: square;
	margin: 15px 10px 15px 25px;
	line-height; 120%;
	padding: 0px;
	}
.news li     {
	text-align: left;
	font-size: 12px;
	margin-bottom: 8px;
	border-color: #999;
	border-width: 0px 0px 1px 0px;
	border-style: dashed;
	}

.latest       {
	border-style: solid;
	border-width: 1px;
	border-left-color: #ddd;
	border-top-color: #ddd;
	border-right-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
	background-color: #fafae6;
	padding: 5px 10px;
	margin-bottom: 5px;
	font-size: 14px;
	color: #555;
	}

/* エントリー */
.content h2	{
	position: relative;
	margin: 0px -15px 0px -15px;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
	color: #333333;
	border-bottom: 3px solid #9c9;
	text-align: left;
	}
.content h2 span	{
	position: relative;
	display: block;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	margin: 3px 0px 0px 0px;
	}
.entry h3	{
	margin-top: 15px;
	font-size: 16px;
	background-image: url(images/entryh3back.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	border-left: solid 0px #006400;
	border-bottom: solid 0px #006400;
	color: #333333;
	padding: 2px 8px 3px 25px;
	}
.entry h4	{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 14px;
	border-left: solid 12px #008b8b;
	border-bottom: solid 1px #008b8b;
	padding-left: 5px;
	color: #333333;
	}
.entry h5	{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 14px;
	border-left: double 12px #006400;
	padding-left: 5px;
	color: #333;
	}
.entry p	{
	font-size: 14px;
	color: #333333;
	line-height: 150%;
	}
.entry blockquote	{
	font-size: 14px;
	color: #666666;
	line-height: 150%;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #ddd;
	background-color: #fff3f6;
	padding: 1em;
	margin: 10px 0px;
	}
.entry ul {
	list-style-type: circle;
	margin: 10px;
	line-height; 120%;
	padding: 0px;
	}
.entry li {
	text-align: left;
	font-size: 12px;
	margin-bottom: 6px;
	border-color: #999;
	border-width: 0px 0px 1px 0px;
	border-style: dashed;
	}
.entry table,td	{
	font-size: 12px;
	color: #333333;
	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;
	color: #333333;
	}

.right {
	float: right;
	margin: 10px 0px 10px 10px;
	border: none;
	}
.left {
	float: left;
	margin: 10px 10px 10px 0px;
	border: none;
	}
.extended {
	text-align: right;
	}
hr {
	shadow: none;
	border-style: dotted;
	height: 1px;
	color: #aaa;
	clear: both;
	}
/* ナビ */
.navi	{
	font-size: 12px;
	padding-left: 10px;
	}
/* 前後のエントリーへのリンク */

#entrylink	{
	font-size: 12px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	}

#entrylink a	{

	}

#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: #333333;
	margin-top: 8px;
	}

#trackbacks h3	{
	font-size: 0.75em;
	color: #666666;
	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: #333333;
	}

#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	{
	border-bottom: solid 0px #ddd;
	background-color: #696;
	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: 13px;
	font-weight: bold;
	margin: 0px;
	border: solid 0px #666;
	}
.menu ul	{
	list-style-type:none;
	margin: 0px 0px 1px 0px;
	padding: 0px 0px 0px 0px;
	}
.menu-list	{
	margin: 0px 0px 1px 0px;
	text-align: left;
	border-bottom: solid 1px #999;
	padding: 0px 0px 0px 0px;
	font-size: 13px;
	}
.menu-list a, .menu-list a:link, .menu-list a:visited, .menu-list a:active	{
	color: #333;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 50% 100%;
	border-left: solid 5px #ff9900;
	font-weight: normal;
	text-decoration: none;
	padding: 7px 6px 8px 8px;
	width: auto;
	background-color: #e0efd0;
	position: relative;
	display: block;
	}
.menu-list a:hover	{
	color: #ffffff;
	background-image: url(images/menulist-over.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	border-left: solid 4px #ffffff;
	font-weight: bold;
	text-decoration: underline;
	background-color: #ff9900;
	position: relative;
	display: block;
	}
.menu-line	{
	background-color: #696;
	background-image: url(images/menuline.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 50% 50%;
	margin: 0px 0px 1px 0px;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	padding: 5px 6px 5px 10px;
	border-bottom: solid 1px #666;
	display: block;
	position: relative;
	width: auto;
	}
/* サイドバー最新記事表示 */
.recent {
	background-color: #e7efe9;
	border-bottom: solid 0px #ddd;
	text-align: left;
	}
.recent h2 {
	border-bottom: solid 1px #ddd;
	background-color: #6d8f61;
	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: 13px;
	font-weight: bold;
	margin: 0px;
	border: solid 0px #666;
	}
.recent ul	{
	list-style-type: square;
	margin-top: 0;
	margin-bottom: 0px;
	margin-left:0;
	padding: 10px 10px 10px 20px;
	}

.recent li	{
	text-align: left;
	font-size: 12px;
	margin-bottom: 8px;
	border-color: #999;
	border-width: 0px 0px 1px 0px;
	border-style: dashed;
	}

#company {
	background-color: #f7fff0;
	border-bottom: solid 0px #ddd;
	text-align: left;
	}
#company ul	{
	color: #3333336;
	background-color: #f7fff0;
	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;
	}

/* フィード情報 */
#feed	{
	background-color: #f7fff0;
	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 0px 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;
	}
/**************** 確認画面 スタート ****************/
#confirm {
	text-align: center;
	font-family: "MS UI Gothic" 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;
	}
/**************** 確認画面 エンド ****************/

/*********** トップページブログ更新情報部分 *********/
.news2 td{
	border-style: solid;
	border-width: 1px;
	border-left-color: #ddd;
	border-top-color: #ddd;
	border-right-color: #c0c0cc0;
	border-bottom-color: #c0c0c0;
	background-color: #fafae6;
	padding: 0px;
	margin-bottom: 5px;
                }	
.news2 h2 {
	background-image: url(images/newsh2back.gif);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	border-left: 3px solid #ff9900;
                background-color: #e0efd0;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #006400;
	text-align: left;
	}
/********************************************************/
/*********** トップページイベント情報更新情報部分 *********/
.event2 td{
	border-style: solid;
	border-width: 1px;
	border-left-color: #ddd;
	border-top-color: #ddd;
	border-right-color: #c0c0cc0;
	border-bottom-color: #c0c0c0;
	background-color: #fafae6;
	padding: 0px;
	margin-bottom: 5px;
                }	
.event2 h2 {
	background-image: url(images/newsh2back.gif);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	border-left: 3px solid #ff9900;
                background-color: #e0efd0;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #ff9900;
	text-align: left;
	}
/********************************************************/

.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;
	}