/* +++++++++++++++++++++ ベース設定 +++++++++++++++++++++ */
/***** anchor *****/
a:link, a:visited, a:active  { color: #000099; text-decoration: underline; }
a:hover  { color: #cc0000; text-decoration: none; }

img { border-style: none; border-width: 0px; margin: 0px;}
/***** end *****/
/* ++++++ ブログの横幅設定 ++++++ */

#container {
	width: 800px;
	overflow: hidden;
	}


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

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

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


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

body {
       	text-align: center;
	background-color: #eee;
	background-image: url(images/back.gif);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	font-family: Verdana, Arial, sans-serif;
	}

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

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

#footer	{
	clear: both;
	background-image: url(http://www.chinetsu.jp/images/footer.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	}

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

#container {
	border-style: solid;
	border-width: 1px 1px 1px 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: 10px;
	padding: 0px;
	}
#banner img	{
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	}
.content	{
	border-style: solid;
	border-width: 1px 0px 1px 1px;
	border-left-color: #999;
	border-top-color: #999;
	border-right-color: #c0c0c0;
	border-bottom-color: #999;
	background-color: #fff;
	}

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

.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: #fff;
	}

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

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

	.top-event div	{
		margin-left: 15px;
		margin-right: 15px;
		}

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

	.top-event	{
		padding: 0px;
		margin-bottom: 5px;
		}

	/* サイドバー内の左右の余白 */
	.sidebar div {
		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: 15px;
		}

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

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

	#left	{
		margin-right: 5px;

		}

	#center	{

		}

	.navi {
		margin-bottom: 5px;
		}

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

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

/* ヘッダー */

h1	{
	float: right;
	text-align: right;
	font-size: 12px;
	font-family: monospace;
	padding: 0px 10px 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: #ddd;
	text-decoration: none;
	}

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

#title h2	{
	float: left;
	padding: 0px 10px 5px 10px;
	margin: 10px;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-align: left;
	}
#subtitle	{
	margin: 0px;
	background-color: #fff;
	border-style: none;
	border-width: 0px;
	padding: 0px;
	text-align: center;
	}
.top-menu ul	{
	font-size: 13px;
	list-style-type:none;
	margin: 0px 0px 0px 0px;
	padding:0;
	}
.top-menu li	{
	text-align: center;
	border: solid 0px #ddd;
	padding: 0;
	margin: 0px;
	float: left;
	width: 160px;
	}

.top-menu a, .top-menu a:link, .top-menu a:visited, .top-menu a:active   {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	border-top: solid 1px #333;
	border-right: solid 1px #333;
	border-left: solid 0px #ddd;
	border-bottom: solid 1px #333;
	background-image: url(http://www.chinetsu.jp/images/top-menu.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 50% 50%;
	background-color: #fff;
	padding: 6px 0px 5px 0px;
	margin: 0px;
	display: block;
	position: relative;
	}

.top-menu a:hover  {
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	border-top: solid 1px #666;
	border-right: solid 1px #666;
	border-left: solid 0px #666;
	border-bottom: solid 1px #666;
	background-image: url(http://www.chinetsu.jp/images/top-menu-over.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 50% 50%;
	background-color: #efefef;
	padding: 6px 0px 5px 0px;
	margin: 0px;
	display: block;
	position: relative;
	}



#footer	{
	margin: 0px;
	padding: 15px;
	color: #333;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	text-align: right;
	}

#footer h2 {
	border-bottom: 1px dotted #efefef;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 1px 0px;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-align: right;
	}
#footer h2 a:link, #footer h2 a:visited, #footer h2 a:active  { color: #666; text-decoration: none; }
#footer h2 a:hover  { color: #cc0000; text-decoration: none; }

#footer h3 {
	border-bottom: 1px dotted #efefef;
	margin: 0px 0px 0px 0px;
	padding: 3px 5px 1px 0px;
	font-size: 13px;
	font-weight: normal;
	color: #666;
	text-align: right;
	}
#footer h3 a:link, #footer h3 a:visited, #footer h3 a:active  { color: #666; text-decoration: none; }
#footer h3 a:hover  { color: #cc0000; text-decoration: none; }

/* ++++++ コンテンツ部分のデザイン ++++++ */
/* 新着更新リスト  */
.news {
	background-color: #fff;
	padding: 0 0 1px 5px;
	margin-bottom: 5px;
	}
.news h2 {
	background-image: url(http://www.chinetsu.jp/images/newsh2back.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 50%;
	border-bottom: 1px dotted #999;
	margin: 0px 0px 0px 0px;
	padding: 5px 15px 5px 150px;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-align: left;
	}
.news ul {
	list-style-type: none;
	margin: 10px 10px 0px 10px;
	line-height: 100%;
	padding: 0px;
	}
.news li {
	text-align: left;
	font-size: 11px;
	margin-bottom: 5px;
	border-color: #999;
	border-width: 0px 0px 0px 0px;
	border-style: dotted;
	}
/* バナースペース  */
.top-banner	{
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border: 0px solid #ddd;
	background-color: #fff;
	}

.top-banner td	{
	margin: 0px;
	padding: 0;
	border: 1px solid #999;
	background-color: #fff;
	}

.top-banner p	{
	text-align: left;
	font-size: 12px;
	margin: 5px 0px 5px 5px;
	}

.top-banner span	{
	font-size: 10px;
	font-weight: bold;
	color: #666;
	}

.top-banner a	{
	text-align: left;
	font-size: 12px;
	}

.top-banner img	{
	margin: 5px 0 0 5px;
	padding: 0px;
	border: none;
	}
/* イベント更新リスト  */
.event-list {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-left-color: #999;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	background-color: #fff;
	margin: 0px 7px 10px 2px;
	}
.event-list ul {
	list-style-type: none;
	margin: 10px 10px 0px 10px;
	line-height: 100%;
	padding: 0px;
	}
.event-list li {
	text-align: left;
	font-size: 11px;
	margin-bottom: 5px;
	border-color: #999;
	border-width: 0px 0px 0px 0px;
	border-style: dotted;
	}
/* ブログ更新リスト  */
.blog-news {
	background-color: #fff;
	padding: 0 0 1px 5px;
	margin: 0px 7px 10px 2px;
	border-color: #999;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	}
.blog-news h2 {
	background-image: url(http://www.chinetsu.jp/images/blog-newsh2back.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 50%;
	border-bottom: 1px dotted #999;
	margin: 0px 0px 0px 0px;
	padding: 5px 15px 5px 150px;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-align: left;
	}
.blog-news ul {
	list-style-type: none;
	margin: 10px 10px 0px 10px;
	line-height: 100%;
	padding: 0px;
	}
.blog-news li {
	text-align: left;
	font-size: 11px;
	margin-bottom: 5px;
	border-color: #999;
	border-width: 0px 0px 0px 0px;
	border-style: dotted;
	}
/* エントリー */
.content h2	{
	background-image: url(http://www.chinetsu.jp/images/h2header/.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	background-color: #efefef;
	border-bottom: 1px solid #999;
	margin: 0px -15px 0px -15px;
	padding: 5px 10px 5px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	text-align: left;
	}
.content h2 span	{
	position: relative;
	display: block;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	text-align: left;
	margin: 3px 0px 0px 0px;
	}
.entry h3	{
	margin-top: 12px;
	font-size: 14px;
	background-image: url(http://www.chinetsu.jp/images/entryh3back.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 50%;
	border-top: solid 0px #ddd;
	border-bottom: solid 1px #ddd;
	color: #555;
	padding: 5px 8px 5px 15px;
	}

.entry h4	{
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 14px;
	border-left: solid 18px #660000;
	border-bottom: dotted 1px #660000;
	padding-left: 5px;
	color: #333;
	}
.entry h5	{
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 14px;
	border-left: solid 5px #efcfcf;
	padding-left: 10px;
	color: #333;
	}
.entry p	{
	font-size: 13px;
	color: #333;
	line-height: 150%;
	}
.entry blockquote {
font-size: 13px;
color: #666666;
line-height: 150%;
border-style: solid;
border-width: 1px;
border-color: #dddddd;
background-color: #eeeeee;
padding: 20px;
margin: 0px 20px;
}



.entry ul {
	list-style-type: none;
	margin: 10px 0px 0px -10px;
	line-height; 120%;
	padding: 0px 0px 0px 20px;
	}
.entry li {
	text-align: left;
	font-size: 12px;
	margin: 0px 0px 5px 10px;
	border-color: #999;
	border-width: 0px 0px 0px 0px;
	border-style: dashed;
	}
.entry table,td	{
	font-size: 12px;
	color: #333;
	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-style: none;
	}
.left {
	float: left;
	margin: 10px 10px 10px 0px;
	border-style: none;
	}
.extended {
	text-align: right;
	}
/**************** 外断熱テーブル スタート ****************/

.sotodan-table {
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	padding: 0px;
	border-collapse: collapse;
	border: 1px solid #666;
	width: 100%;
	margin: 0px auto 0px auto;
	background-color: #fff;
	}

.sotodan-table th {
	border-collapse: collapse;
	border: 1px solid #666;
	padding: 10px;
	width: 150px;
	text-align: center;
	font-size: 12px;
	color: #333;
	background-color: #ddd;
	}
.sotodan-table td {
	border-collapse: collapse;
	border: 1px solid #666;
	padding: 5px;
	text-align: center;
	font-size: 12px;
	color: #333;
	}
.sotodan-table img {
	padding: 0 0 5px 0;
	margin: 0px;
	}
/* ナビ */
.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: #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	{

	}




/* comment */

.content h5{
	font-size: 0.75em;
	background-color: #dddddd;
	margin: 5px 0px 0px 0px;
	padding: 5px 5px 5px 20px;
        overflow:hidden;
        width: 95%;
}


#comments h2 {
	font-size: 0.75em;
	background-color: #dddddd;
	}
#comments h2#com01 {
	font-size: 0.75em;
	background-color: #dddddd;
	}



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

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

#comments textarea	{
	width: 490px;
	height: 200px;
	}

/**************** inspire ********************/

#comments {

	padding: 5px 20px;
	margin-top: 20px;
}


#comments-header,
#comments-open-header {
    margin: 15px 0;
}

#comment-content,
#comments-open-content {
    margin: 0 2px;
    padding: 0;
    font-size: 83.3%;
    line-height: 1.5;
    word-break: break-all;
}

#comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

#comment-footer {
    margin-right: 2px;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    font-size: 66.6%;
    text-align: right;
}

#comments-open-data p {
    margin-bottom: 10px;
}
#comment-post {
    font-weight: bold;
}
#comment-author, #comment-email, #comment-url {
    width: 220px;
    height: 20px;
}
html > body #comment-author,
html > body #comment-email,
html > body #comment-url {
    height: 15px;
}

#comment-bake-cookie {
    margin-left: 2px;
    vertical-align: middle;
}
#comments-open-footer {
    margin-top: 15px;
    text-align: left;
}
.comments-open label {
    display: block;
}




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

/* メニュー */

.sidebar 	{
	position: relative;
	}
.menu h2	{
	background-color: #aaa;
	background-image: url(http://www.chinetsu.jp/images/entryh3back.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 50% 50%;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	padding: 3px 6px 3px 10px;
	border-top: solid 1px #777;
	border-right: solid 1px #777;
	border-left: solid 0px #777;
	border-bottom: solid 1px #777;
	text-align: right;
	}
.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 #fff;
	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(http://www.chinetsu.jp/images/menulist.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 50% 50%;
	font-weight: normal;
	text-decoration: none;
	padding: 3px 6px 3px 10px;
	width: auto;
	background-color: #fff;
	position: relative;
	display: block;
	border-top: solid 1px #efefef;
	border-right: solid 1px #ddd;
	border-left: solid 5px #efefef;
	border-bottom: solid 1px #ddd;
	}
.menu-list a:hover	{
	color: #cf220a;
	background-image: url(http://www.chinetsu.jp/images/menulist-over.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 50% 50%;
	font-weight: normal;
	text-decoration: none;
	padding: 3px 6px 3px 10px;
	width: auto;
	background-color: #ffefd8;
	position: relative;
	display: block;
	border-top: solid 1px #efefef;
	border-right: solid 1px #ddd;
	border-left: solid 5px #ff991a;
	border-bottom: solid 1px #ddd;
	}
.menu-list-zero	{
	color: #aaa;
	background-image: url(http://www.chinetsu.jp/images/menulist.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 50% 50%;
	font-weight: normal;
	text-decoration: none;
	padding: 3px 6px 3px 10px;
	width: auto;
	background-color: #fff;
	position: relative;
	display: block;
	border-top: solid 1px #ddd;
	border-right: solid 1px #ddd;
	border-left: solid 10px #ddd;
	border-bottom: solid 1px #ddd;
	}
.menu-line	{
	background-color: #aaa;
	background-image: url(http://www.chinetsu.jp/images/menu-line.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 50% 0%;
	margin: 0px 0px 1px 0px;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	padding: 3px 6px 3px 10px;
	border-top: solid 1px #777;
	border-right: solid 1px #777;
	border-left: solid 1px #777;
	border-bottom: solid 1px #777;
	display: block;
	position: relative;
	width: auto;
	text-align: right;
	}

/* イベントカレンダー */

.calendar 	{
	position: relative;
	}

.calendar h2	{
	margin: 0px 0px 1px 0px;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	padding: 0px 0px 0px 10px;
	border-bottom: dotted 0px #666;
	}

.calendar h3	{
	margin: 10px 0px 0px 15px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	padding: 0px 0px 0px 0px;
	}

.calendar h3 a, .calendar h3 a:link, .calendar h3 a:visited, .calendar h3 a:active	{
	color: #666;
	text-decoration: underline;
	}

.calendar table	{
	padding: 0px;
	border-collapse: collapse;
	border: 0px solid #666;
	width: 80%;
	margin: 5px auto 10px auto;
	}

.calendar th {
	border-collapse: collapse;
	border-bottom: 1px solid #999;
	font-size: 12px;
	font-weight: normal;
	padding: 3px;
	text-align: center;
	}

.calendar td {
	border-collapse: collapse;
	border: 1px solid #ddd;
	padding: 3px;
	text-align: center;
	}

.eventday	{
	color: #fff;
	text-decoration: none;
	background-color: #cc6633;
	}

.calendar a, .calendar a:link, .calendar a:visited, .calendar a:active	{
	color: #fff;
	text-decoration: none;
	}

/* フィード情報 */
#feed	{
	background-color: #fff;
	margin: 10px 0;
	padding: 5px;
	}
#feed img	{
	border: none;
	margin: 0px 5px 8px 0px;
	}
#feed p	{
	font-size: 10px;
	margin: 0px 0px 8px 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;
	}
.labo h2{
        height: 105px;
}
/* カテゴリヘッダ情報 */


.others h2 {
	color: #666;
	background-color: #fff;
	margin: 0px;
	padding: 14px 2px 2px 0px;
	background-image: url(http://www.chinetsu.jp/images/catheader/others.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	}


.column h2 {
	color: #666;
	background-color: #fff;
	margin: 0px;
	padding: 14px 2px 2px 0px;
	background-image: url(http://www.chinetsu.jp/images/catheader/column.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	}


.members- h2 {
	color: #666;
	background-color: #fff;
	margin: 0px;
	padding: 14px 2px 2px 0px;
	background-image: url(http://www.chinetsu.jp/images/catheader/members-.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	}


.labo h2 {
	color: #666;
	background-color: #fff;
	margin: 0px;
	padding: 14px 2px 2px 0px;
	background-image: url(http://www.chinetsu.jp/images/catheader/labo.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	}


.press h2 {
	color: #666;
	background-color: #fff;
	margin: 0px;
	padding: 14px 2px 2px 0px;
	background-image: url(http://www.chinetsu.jp/images/catheader/press.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	}


.information h2 {
	color: #666;
	background-color: #fff;
	margin: 0px;
	padding: 14px 2px 2px 0px;
	background-image: url(http://www.chinetsu.jp/images/catheader/information.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	}


.000 h2 {
	color: #666;
	background-color: #fff;
	margin: 0px;
	padding: 14px 2px 2px 0px;
	background-image: url(http://www.chinetsu.jp/images/catheader/000.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	}


.chinetsu-house h2 {
	color: #666;
	background-color: #fff;
	margin: 0px;
	padding: 14px 2px 2px 0px;
	background-image: url(http://www.chinetsu.jp/images/catheader/chinetsu-house.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	}


.btob h2 {
	color: #666;
	background-color: #fff;
	margin: 0px;
	padding: 14px 2px 2px 0px;
	background-image: url(http://www.chinetsu.jp/images/catheader/btob.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	}


.nakakenn h2 {
	color: #666;
	background-color: #fff;
	margin: 0px;
	padding: 14px 2px 2px 0px;
	background-image: url(http://www.chinetsu.jp/images/catheader/nakakenn.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	}


.ysrg-wh h2 {
	color: #666;
	background-color: #fff;
	margin: 0px;
	padding: 14px 2px 2px 0px;
	background-image: url(http://www.chinetsu.jp/images/catheader/ysrg-wh.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	}


.faq-usami h2 {
	color: #666;
	background-color: #fff;
	margin: 0px;
	padding: 14px 2px 2px 0px;
	background-image: url(http://www.chinetsu.jp/images/catheader/faq-usami.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	}


.chicyu-graph h2 {
	color: #666;
	background-color: #fff;
	margin: 0px;
	padding: 14px 2px 2px 0px;
	background-image: url(http://www.chinetsu.jp/images/catheader/chicyu-graph.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	}


.ecohouse-labo h2 {
	color: #666;
	background-color: #fff;
	margin: 0px;
	padding: 14px 2px 2px 0px;
	background-image: url(http://www.chinetsu.jp/images/catheader/ecohouse-labo.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	}


.event h2 {
	color: #666;
	background-color: #fff;
	margin: 0px;
	padding: 14px 2px 2px 0px;
	background-image: url(http://www.chinetsu.jp/images/catheader/event.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	}


.report h2 {
	color: #666;
	background-color: #fff;
	margin: 0px;
	padding: 14px 2px 2px 0px;
	background-image: url(http://www.chinetsu.jp/images/catheader/report.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	}


.about-chinetsu h2 {
	color: #666;
	background-color: #fff;
	margin: 0px;
	padding: 14px 2px 2px 0px;
	background-image: url(http://www.chinetsu.jp/images/catheader/about-chinetsu.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	}


.zenkoku-chicyu h2 {
	color: #666;
	background-color: #fff;
	margin: 0px;
	padding: 14px 2px 2px 0px;
	background-image: url(http://www.chinetsu.jp/images/catheader/zenkoku-chicyu.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	}


.cise h2 {
	color: #666;
	background-color: #fff;
	margin: 0px;
	padding: 14px 2px 2px 0px;
	background-image: url(http://www.chinetsu.jp/images/catheader/cise.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	}


.sotodan h2 {
	color: #666;
	background-color: #fff;
	margin: 0px;
	padding: 14px 2px 2px 0px;
	background-image: url(http://www.chinetsu.jp/images/catheader/sotodan.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	}


.seminar h2 {
	color: #666;
	background-color: #fff;
	margin: 0px;
	padding: 14px 2px 2px 0px;
	background-image: url(http://www.chinetsu.jp/images/catheader/seminar.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	}


.chinetsu-works h2 {
	color: #666;
	background-color: #fff;
	margin: 0px;
	padding: 14px 2px 2px 0px;
	background-image: url(http://www.chinetsu.jp/images/catheader/chinetsu-works.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	}


.migration h2 {
	color: #666;
	background-color: #fff;
	margin: 0px;
	padding: 14px 2px 2px 0px;
	background-image: url(http://www.chinetsu.jp/images/catheader/migration.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	}


.900 h2 {
	color: #666;
	background-color: #fff;
	margin: 0px;
	padding: 14px 2px 2px 0px;
	background-image: url(http://www.chinetsu.jp/images/catheader/900.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	}


.links h2 {
	color: #666;
	background-color: #fff;
	margin: 0px;
	padding: 14px 2px 2px 0px;
	background-image: url(http://www.chinetsu.jp/images/catheader/links.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	}

.faq-usami h2 {
	color: #444;
	background-color: #fff;
	margin: 0px;
	padding: 52px 2px 2px 0px;
	background-image: url(http://www.chinetsu.jp/images/catheader/faq-usami.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	}
/**************** 会員会社紹介 スタート ****************/

.m-company-main {
	margin: 10px 0px 10px 0px;
	font-family: Verdana, Arial, sans-serif;
	}

.m-company-main table {
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border: 1px solid #999;
	margin: 0px 0px 10px 0px;
	background-color: #fff;
	}

.m-company-main caption {
	width: 100%;
	border: 0px solid #999;
	margin: 0px 0px 0px 0px;
	border-collapse: collapse;
	padding: 4px 5px 4px 10px;
	color: #fff;
	background-image: url(http://www.chinetsu.jp/images/entryh3back.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 50% 50%;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	}

.m-company-main caption a:link, .m-company-main caption a:visited, .m-company-main caption a:active  { color: #fff; text-decoration: none;}
.m-company-main caption a:hover  { color: #fff; text-decoration: underline; }

.m-company-main th {
	border: 1px solid #999;
	padding: 0px 0px 0px 0px;
	width: 60px;
	text-align: center;
	font-size: 11px;
	color: #333;
	background-color: #efefef;
	}
.m-company-main td {
	border: 1px solid #999;
	padding: 2px 0px 2px 3px;
	text-align: left;
	font-size: 11px;
	color: #333;
	}
/**************** 申し込みフォーム スタート ****************/
.contact-form {
	padding: 0px;
	border-collapse: collapse;
	border: 1px solid #ddd;
	width: 550px
	background: #fff;
	font-size: 12px;
	margin: 0px auto 0px auto;
	}
.contact-form td {
	border: 1px solid #fff;
	padding: 2px;
	background: #ffefdf;
	}

.contact-form th {
	border: 1px dotted #fff;
	padding: 3px;
	text-align: center;
	color: #fff;
	background: #e6801a;
	font-weight: normal;
	width: 100px
	}

.contact-form input,select,textarea {
	font-size: 13px;
	padding: 2px;
	}
/**************** 確認画面 スタート ****************/

#confirm {
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	}

#confirm table {
	padding: 0px;
	border-collapse: collapse;
	border: 1px solid #666;
	width: 600px;
	margin: 0px auto 0px auto;
	background-color: #fff;
	}

#confirm caption {
	padding: 0px;
	border-collapse: collapse;
	border: 0px solid #666;
	width: 600px;
	margin: 10px auto 0px auto;
	padding: 10px;
	color: #333;
	font-size: 16px;
	}

#confirm th {
	border-collapse: collapse;
	border: 1px solid #666;
	padding: 10px;
	width: 100px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background-color: #e6801a;
	}
#confirm td {
	border-collapse: collapse;
	border: 1px solid #666;
	padding: 10px;
	text-align: left;
	font-size: 14px;
	color: #333;
	}
/**************** 確認画面 エンド ****************/


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

.inline{
        width: 555px;
        height: 630px;
        border: solid 0px #ccc;
        scrolling: yes;
        overflow: auto;
        padding: 0px 10px 0px 10px;
        margin-top: 5px;
        }

