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

img { border-style: none; border-width: 0px; margin: 2px 3px 2px 3px;}

/***** end *****/
/* ++++++ ブログの横幅設定 ++++++ */

#container {
	width: 800px;
	}


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

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

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


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

body {
       	text-align: center;
	background-color: #DCC796;
	background-image: url(images/back.gif);
	background-repeat: repeat-y;
	background-attachment: repeat;
	background-position: 50% 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: #;
	}
#banner	{
	overflow: hidden;
	}

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

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

#footer	{
	clear: both;
	}

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

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

#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: #;
	margin-bottom: 20px;
	padding: 0px;
	width: 805px;	
	}


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

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

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

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

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

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

	.top-contact 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, .top-event div div, .top-contact div div {
		margin-left: 0;
		margin-right: 0;
		}

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

	#left	{
		margin-right: 5px;

		}

	#center	{

		}

	.navi {
		margin-bottom: 5px;
		}

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

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

/* ヘッダー */

h1	{
	font-size: 12px;
	padding: 0px 10px 5px 10px;
	margin: 0px;
	font-weight: normal;
	}

h1 a	{
	text-decoration: none;
	color: #444;
	}
h1 a:link	{
	color: #444;
	text-decoration: none;
	}
h1 a:visited	{
	color: #444;
	text-decoration: none;
	}
h1 a:active	{
	color: #444;
	text-decoration: none;
	}
h1 a:hover	{
	color: #999;
	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;
	height: px;
	}

#title h2	{
	padding: 0px 10px 5px 10px;
	margin: 0px;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	text-align: right;
	}
#subtitle	{
	margin-top: 0px;
	background-color: #;
	border-style: none;
	border-width: 0px;
	padding: 0px;
	text-align: center;
	}

.nav {
	text-align: left;
	height: auto;
	line-height: 150%;
	font-size: 10px;
	padding: 5px 10px;
	margin: 0px;
	word-break: keep-all;
	}

#footer	{
	margin-top: 0px;
	padding: 0px;
	color: #333;
	font-size: 12px;
　　　　text-align: center;
	background-color: #;
	border-top: 1px solid #999;
	}

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

#footer strong	{
	font-weight: normal;
	}

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

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


#footer h4	{
	padding: 0px 10px 5px 0px;
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #444;
	text-align: right;
	font-family: Verdana, Arial, sans-serif;
	}

#footer h5	{
	padding: 0px 10px 10px 0px;
	margin: 0px;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	text-align: right;
	}

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

/* 新着更新リスト  */

.news {
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	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: no-repeat;
	background-attachment: scroll;
	background-position: 0% 100%;
	border-bottom: 0px solid #ddd;
        border-left: 0px solid #ddd;
        border-right: 0px solid #ddd;
	margin: 0px 0px 0px 0px;
	padding: 5px 15px 5px 5px;
	font-size: 10px;
	font-family: sans-serif;
	font-weight: normal;
	color: #666;
	text-align: right;
	}

.news ul {
	list-style-type: none;
	margin: 10px 10px 10px 15px;
	line-height: 100%;
	padding: 0px;
	}

.news li {
	text-align: left;
	font-size: 11px;
	margin-bottom: 6px;
	border-color: #999;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	}

/* 最新イベント情報  */

.top-event {
	border-style: solid;
        border-width: 1px;
	border-left-color: #ddd;
	border-top-color: #ddd;
	border-right-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
	background-color: #;
	background-image: url(eventback.gif);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	}

.top-event h2 {
	background-image: url(images/eventh2back.gif);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 100% 50%;
	border-bottom: 1px solid #ddd;
	margin: 0px 0px 0px 0px;
	padding: 5px 15px 5px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-align: left;
	}

.top-event h2 span	{
	position: relative;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-align: left;
	margin: 0px 0px 0px 0px;
	}

.top-event h2 a:link, .top-event h2 a:visited, .top-event h2 a:active  { color: #003366; text-decoration: none; }

.top-event h2 a:hover  { color: #0080cc; text-decoration: underline; }

/* TOPお問い合わせフォーム  */

.top-contact {
	border-style: solid;
	border-width: 1px;
	border-color: #999;
	background-color: #fff;
	}

.top-contact h2 {
	background-image: url(images/contacth2back.gif);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 50%;
	border-bottom: 1px solid #ddd;
	margin: 0px -15px 0px -15px;
	padding: 5px 10px 5px 10px;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	}

.top-contact h2 span	{
	position: relative;
	display: block;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	text-align: left;
	margin: 3px 0px 0px 0px;
	}

/* エントリー */

.content h2	{
	background-image: url(images/contenth2back.gif);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 100% 100%;
        background-color: #;
	border-right: 0px double #fff;
	margin: 0px -15px 0px -15px;
	padding: 5px 15px 5px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #777777;
	text-align: left;

	}

.content h2 span	{
	position: relative;
	display: block;
	font-size: 10px;
	font-weight: normal;
	color: #444;
	text-align: left;
	margin: 3px 0px 0px 0px;
	}

.content h2 a:link, .content h2 a:visited, .content h2 a:active  { color: #777777; text-decoration: none; }

.content h2 a:hover  { color: #dd1212; text-decoration: underline; }

.entry h3	{
	margin-top: 12px;
	font-size: 11px;
	background-image: url(images/);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	border-left: double 5px #BD8A5B;
	border-bottom: solid 1px #BD8A5B;
	color: #666666;
	padding: 2px 8px 3px 5px;
	}

.entry h4	{
	background-image: url(images/entryh4back.gif);
        background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 50%;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 14px;
	padding: 5px 3px 3px 20px;
	color: #333;

	}

.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: 13px;
	color: #444;
	line-height: 140%;
	}

.entry blockquote	{
	font-size: 13px;
	color: #666666;
	line-height: 150%;
	padding: 1em;
	margin: 10px 10px;
	border-color: #999;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	}

.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: #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;
	font-size: 13px;
	color: #444;
	line-height: 140%;
	}

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

/* ナビ */

.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: #;
	background-image: url(image/menu-line.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 50% 50%;
	margin: 0px 0px 5px 5px;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	padding: 0px 6px 0px 10px;
	display: block;
	position: relative;
	width: auto;
	}

.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(images/menu.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 100% 100%;
	font-weight: normal;
	text-decoration: none;
	padding: 7px 6px 8px 15px;
	width: auto;
	background-color: #;
	position: relative;
	display: block;
	}

.menu-list a:hover	{
	color: #D7C293;
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 100% 100%;
	font-weight: normal;
	text-decoration: none;
	padding: 7px 6px 8px 15px;
	width: auto;
	background-color: #;
	position: relative;
	display: block;
	}



.menu-line	{
	background-color: #;
	background-image: url(images/menu-line.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 100% 100%;
	margin: 0px 0px 1px 0px;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	padding: 7px 6px 8px 15px;
	border-bottom: solid 0px #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 {
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	padding: 0px;
	border-collapse: collapse;
	border: 1px solid #666;
	width: 100%;
	margin: auto auto;
	background-color: #999;
	}

.company th {
	border-collapse: collapse;
	border: 1px solid #ddd;
	padding: 5px;
	text-align: center;
	background-color: #666;
	color: #fff;
	}

.company td {
	border-collapse: collapse;
	border: 1px solid #ddd;
	padding: 8px;
	text-align: left;
	line-height: 150%;
	background-color: #fff;
	}

/* スタッフブログヘッダ情報 */

.staff-blog1 {
	background-color: #fff;
	margin: -15px 0px 10px 0px;
	border-bottom: solid 0px #ddd;
	height: 50px;
	padding: 0px;
	background-image: url(http://www.chinetsu.jp/nakakenn/images/staff-blog1-header.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 100% 0%;

	}

/**************** 会社概要テーブル エンド ****************/

/* フィード情報 */

#feed	{
	background-color: #fff;
	margin: 0;
	padding: 10px;
	font-family: sans-serif;
	font-size: 10px;
	}

#feed img	{
	border: none;
	margin: 0px 5px 10px 0px;
	}

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

.powered	{
	background-color: #fff;
	margin: 0px 0;
	font-size: 10px;
	}

.powered a, .powered a:link, .powered a:visited, .powered a:active, .powered a:hover	{
	color: #fff;
	text-decoration: none;
        font-size: 8px;
	}

/**************** 申し込みフォーム スタート ****************/

.contact-form {
	padding: 0px;
	border-collapse: collapse;
	border: 1px solid #ddd;
	width: 550px
	background: #fff;
	margin: 0px auto 0px auto;
	}

.contact-form td {
	border: 1px solid #fff;
	padding: 1px;
	background: #f5f5f5;
	}

.contact-form th {
	border: 1px solid #ddd;
	padding: 2px;
	text-align: center;
	color: #fff;
	background: #7b7b7b;
	font-weight: normal;
	width: 100px
	}

.contact-form input,select,textarea {
	font-size: 12px;
	padding: 2px;
	}

/**************** 確認画面 スタート ****************/

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

/**************** 確認画面 エンド ****************/