@charset "utf-8";
/* CSS Document */

/* ページ初期設定
--------------------------------------------------- */

* {
	font-size: 100%;
	margin:0px;
	padding: 0px;
}

body {
	color: #333333;
	margin: 0px auto;
	padding: 0px;
	font: 75%/1.5 "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック";
}


img {
	border-style: none;
	vertical-align: bottom;
}



	
p {
	line-height: 1.7;
	margin: 0px 0px 20px;
	padding: 0px;
}

a {
	text-decoration: none;
	color: #333333;
}

a:visited {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: underline;
}

/*内部リンクテキスト*/
.inline a {
	text-decoration: none !important;
	color: #000000 !important;
    border-bottom:dotted 1px #999999 !important;

}

.inline a:visited {
	text-decoration: none !important;
	color:#000000 !important;
	border-bottom:dotted 1px #999999 !important;

}

.inline a:hover {
	text-decoration:none !important ;
	border-bottom:dotted 1px #999999 !important;
}

/* wrapper
----------------------------------------------------- */


#wrapper {
	margin: 0px auto;
	padding: 0px 30px;
	width: 750px;
	background: url(img/back_base.jpg) repeat-y;
	height: auto;
}

#wrapper_case {
	margin: 0px auto;
	padding: 0px 30px;
	width: 550px;
	background: url(img/back_base_2.jpg) repeat-y;
	height: auto;
}

/* header
------------------------------------------------------ */
#header {
	margin: 0px;
	padding: 0px;
	height: 90px;
	width: 750px;
	position: relative;
}
#header #copy {
	margin: 0px;
	padding: 2px;
	width: 100%;
	height: auto;
}
#header #copy h1 {
	font-size: 80%;
	font-weight: normal;
	text-align: left;
}
#header #logo {
	position: absolute;
	left: 10px;
	top: 20px;
	text-align: left;
}

#header #search{
    top:60px;
	position:absolute;
	margin:0px;
	right:350px;
}

#header #header_request {
	position: absolute;
	top: 30px;
	width: 510px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	right: 10px;
}
#header #local_navi {
	top: 60px;
	position: absolute;
	text-align: left;
	margin: 0px;
	padding: 2px 0px;
	right: 9px;
}

#header #header_request ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#header #header_request li {
	margin: 0px;
	padding: 0px;
	float: left;
}

#local_navi a {
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}

/* global_navi
------------------------------------------- */
#global_navi {
	margin: 0px 0px 10px;
	padding: 0px;
	height: 40px;
	width: 750px;
}
#global_navi ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#global_navi li {
	margin: 0px;
	padding: 0px;
	float: left;
}

#global_navi #home a {
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 125px;
	overflow: hidden;
	background: url(img/btn_home.jpg) no-repeat;
}

#global_navi #home a:hover {
	background: url(img/btn_home_over.jpg) no-repeat;
}

#global_navi #news a {
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 125px;
	background: url(img/btn_opensupport.jpg) no-repeat;
	overflow: hidden;
}

#global_navi #news a:hover {
	background: url(img/btn_opensupport_over.jpg) no-repeat;
}

#global_navi #guide a {
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 125px;
	background: url(img/btn_seminar.jpg) no-repeat;
	overflow: hidden;
}

#global_navi #guide a:hover {
	background: url(img/btn_seminar_over.jpg) no-repeat;
}

#global_navi #campany a {
	background: url(img/btn_company_profile.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 125px;
	overflow: hidden;
}

#global_navi #campany a:hover {
	background: url(img/btn_company_profile_over.jpg) no-repeat;
}

#global_navi #inquiry a {
	background: url(img/btn_inquiry.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 125px;
	overflow: hidden;
}

#global_navi #inquiry a:hover {
	background: url(img/btn_inquiry_over.jpg) no-repeat;
}

#global_navi #showinfo a {
	background: url(img/btn_showroom.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 125px;
	overflow: hidden;
}

#global_navi #showinfo a:hover {
	background: url(img/btn_showroom_over.jpg) no-repeat;
}

/* パンくずリスト
-------------------------------------------- */
#topic_path {
	margin: 0px;
	padding: 0px 0px 10px 5px;
	position:relative;
}

/* コンテンツ部分の初期設定
---------------------------------------------- */
#main {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 550px;
	float: right;
}

#main_bottom{
	padding:0px;
	height:auto;
	width:550px;
	float:right;
	margin-top:200px;
	text-align:center;
}


/*
#main h2 {
	font-size: x-small;
	margin: 0px 0px 10px;
	padding: 0px;
	height: 80px;
	width: 550px;
}

*/

#main h3 {
	margin: 0px 0px 20px;
	padding: 0px;
	clear: left;
	height: 30px;
	width: 550px;
}

#side_bar {
	margin: 0px;
	padding: 0px 0px 10px;
	float: left;
	height: auto;
	width: 180px;
}

#main #top_illust {
	margin: 0px;
	padding: 0px;
	height: 390px;
	width: 550px;
}

#main #main_body {
	padding: 0px;
	float: right;
	height: auto;
	width: 200px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#main #main_body2 {
	padding: 0px;
	float: left;
	height: auto;
	width: 340px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#main #main_body img {
	margin: 0px;
	padding: 0px 0px 10px;
}

#contents {
	margin: 0px 0px 10px;
	padding: 0px;
}

#main #main_body2 #top_news img {
	margin: 0px 0px 5px;
	padding: 0px;
}


#main #main_body2 #top_news p {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

#main #main_body2 #top_news {
	margin: 0px 0px 10px;
	padding: 0px;
	height: 160px;
	width: 340px;
}

#main #sub_menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#main #sub_menu li {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 40px;
	width: 110px;
}

#main #sub_menu {
	margin: 0px 0px 20px;
	padding: 0px;
	float: left;
}
#main #main_contents {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	height: auto;
}


#main #main_contents a {
	color: #0000FF;
	text-decoration: underline;
}


/* サイドバー
------------------------------------------------ */
.menu_tit {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 180px;
}

#side_bar #menu_guide ul {
	background: #f2f2f2;
	margin: 0px;
	padding: 0px 0px 10px;
	width: 178px;
	list-style: none;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

#side_bar #menu_guide li {
	margin: 0px;
	padding: 0px 9px;
}


#side_bar #menu_guide {
	margin: 0px;
	padding: 0px;
}


#side_bar #menu_support ul {
	background: #f2f2f2;
	margin: 0px;
	padding: 0px 0px 10px;
	width: 178px;
	list-style: none;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

#side_bar #menu_support li {
	margin: 0px;
	padding: 0px 9px;
}

#side_bar #menu_support li a {
	background: url(img/icon_arrow02.gif) no-repeat 0px 0.5em;
	margin: 0px;
	padding: 2px 0px 2px 12px;
	border-bottom: 1px dotted #CCCCCC;
	display: block;
	width: 148px;
}

#side_bar #menu_support {
	margin: 0px;
	padding: 0px;
}
#side_bar #menu_support #menu_bn {
	height: auto;
	width: 178px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	margin: 0px;
	padding: 10px 0px 0px;
	background: #f2f2f2;
}
#side_bar #menu_support #menu_bn img {
	margin: 0px;
	padding: 0px 9px 10px;
}
#side_bar #menu_support #menu_maga {
	margin: 0px;
	padding: 15px 9px 10px;
	width: 160px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background: #f2f2f2;
}

#menu_blog {
	background: #f2f2f2;
	margin: 0px;
	padding: 0px 9px 10px;
	width: 160px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

#menu_blog_2 {
	background: #f2f2f2;
	margin: 0px;
	padding: 0px 9px 10px;
	width: 160px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}


#side_bar #menu_support #menu_area {
	margin: 0px;
	padding: 15px 9px 10px;
	width: 160px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background: #f2f2f2;
	font-size:80%;
}

#side_bar #menu_support #menu_area p{
    color:#999999;
	margin:0;
}

#side_bar #menu_support #menu_area p.bold{
    font-weight:bold;
}

/* サブメニュー
-------------------------------------------------- */
#bottom_menu {
	text-align: center;
	margin: 0px;
	padding: 10px 0px;
	height: auto;
	width: 750px;
	font-size: 90%;
}

#bottom_menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#bottom_menu li {
	display: inline;
}

#bottom_menu2 {
	margin: 0px 0px 10px;
	padding: 10px 0px;
	height: auto;
	width: 750px;
	font-size: 90%;
	border-top: 1px solid #CCCCCC;
	background: #f2f2f2;
	border-bottom: 1px solid #CCCCCC;
}

#bottom_menu2 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#bottom_menu2 li {
	display: inline;
}

#bottom_menu2 li.bottom_action a{
    color:#FF3300;
}

#bottom_menu2 li.bottom_action a:hover{
    color:#FF3300;
}

#bottom_menu2 li.bottom_action a:visited{
    color:#FF3300;
}





/* フッター
----------------------------------------------------- */
#footer {
	margin: 0px;
	padding: 15px 0px 0px;
	height: 25px;
	width: 750px;
	background: url(img/footer.jpg) no-repeat left top;
	text-align: center;
	color: #666666;
	font-size: 90%;
}

#footer a{
     text-decoration:none;
	 color:#666666;
}

/* その他のclass指定
----------------------------------------------- */

.size18 {
	font-size: 150%;
	font-weight: bold;
}
.size14 {
	font-size: 116%;
	font-weight: bold;
}

.size14n{
     font-size:116%;
}



.size16 {
	font-size: 133%;
	font-weight: bold;
}

.size14_0066cc {
	font-size: 116%;
	font-weight: bold;
	color: #0066cc;
}
.size14_ff9900 {
	font-size: 116%;
	font-weight: bold;
	color: #FF9900;
}

.size14_ff6600 {
	font-size: 116%;
	font-weight: bold;
	color: #FF6600;
}

.bkcolor_ffcc00_p5 {
	margin: 0px;
	padding: 5px;
	background: #FFCC00;
}

.bkcolor_99ccff_p5 {
	margin: 0px;
	padding: 5px;
	background: #99CCFF;
}
.bkcolor_f2f2f2_center {
	background: #f2f2f2;
	text-align: center;
}

.bkcolor_bfd9f2_150px {
	background: #BFD9F2;
	width: 150px;
}



.bkcolor_f2f2f2 {
	background: #f2f2f2;
}

.clear_b {
	clear: both;
}

.fcolor_ff3300_b {
	color: #FF3300;
	font-weight: bold;
}

.fcolor_ff3300_bc {
	color: #FF3300;
	font-weight: bold;
	text-align:center;
	font-size:16px;
}

.fcolor_0066cc {
	color: #0066CC;
}

.fcolor_0066cc_b {
	font-weight: bold;
	color: #0066CC;
}
.fcolor_009900_b {
	font-weight: bold;
	color: #009900;
}
.fcolor_ff6600_b {
	font-weight: bold;
	color: #FF6600;
}

.bkcolor_bfd9f2 {
	background: #BFD9F2;
}

.page_top {
	text-align: right;
	font-size: 80%;
	margin: 20px 0px;
	padding: 0px;
	height: auto;
	width: 520px;
	clear: both;
}

.page_top2 {
	text-align: right;
	font-size: 80%;
	margin: 0px 0px 20px;
	padding: 0px;
	height: auto;
	clear: both;
	width: 520px;
}


.contact {
	text-align: right;
	margin: 0px;
	padding: 0px;
	height: auto;
	clear: both;
}


.seminer {
	text-align:center;
	margin: 0px 0px 10px;
	padding: 0px;
	height: auto;
}

.contact span {
	display: block;
	margin: 0px;
	padding: 5px 0px;
}
.center {
	text-align: center;
}

.bkcolor_ffffcc_150px {
	background: #FFFFCC;
	width: 150px;
}
.bkcolor_99ccff_150px {
	background: #99CCFF;
}

.bkcolor_ffe5b2 {
	background: #ffe5b2;
}

.bkcolor_ffe5b2_100px {
	background: #ffe5b2;
	width: 100px;
}

.bkcolor_ffe5b2_150px {
	background: #FFe5b2;
	width: 150px;
}


.right {
	text-align: right;
}

.super {
	vertical-align: top;
	font-size: 9px;
}

.w520px {
	width: 520px;
}
.dot_line {
	margin: 0px 0px 20px;
	padding: 0px 0px 20px;
	border-bottom: 1px dotted #999999;
}

.bkcolor_ffcccc {
	background: #FFCCCC;
}
.bkcolor_99cccc {
	background: #99CCCC;
}

.copy {
	margin: 0px 0px 10px;
	padding: 0px;
}

/* 右サイドメニュー
----------------------------------------------- */
#side_link{
     width:180px;
	 float:right;
	 height:500px;
	 border:1px solid #666666;
}


/* ブログ記事の概要
----------------------------------------------- */

.entry-asset{
      font-weight:normal;
	  margin-bottom:20px;
}

h2{
   font-weight:normal;
   font-size:16px;
}

h2 a, h2 a:hover ,h2 a:visited{
      color:#FF6600;
}

.font_11{
    font-size:11px;
	color:#000000;
}

.asset-header{
	margin-bottom:5px;
	border-left:3px solid #FF6600;
	border-bottom:1px dotted #CCCCCC;
	padding-left:5px;
}

.asset-body{
   margin-bottom:5px;
   padding-left:5px;
}

.asset-more-link a,.asset-more-link a:hover,.asset-more-link a:visited{
   color:#FF6600;
}


/*原田諦*/
#top_banner{
   margin-bottom:10px;
}

#side_cons{
	background: #f2f2f2;
	margin: 0px;
	padding: 0px 0px 10px ;
	width: 178px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;

}

#side_cons p{
   padding:0 3px;
   line-height:1.3em;
   margin:1em 0;
}

.book_written{
   width:100%;
   border-bottom:1px dotted #666666;
   text-align:center;
   padding:5px 0 0 0;
}
  

#cons_info{
    width:400px;
	height:150px;
	margin:0 auto;
	position:relative;
	background:url(img/cons_info.jpg);
}

#cons_info p{
    text-align:center;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-14em;
	margin-top:-3.5em;
}

#cons_info p a:hover,#cons_info p a{
     color:#FF6600;
}
/* フォーム（商品問い合わせ）
---------------------------------------------------------- */
#form_conatct {
	margin: 0px;
	padding: 0px;
	width: 520px;
}
#form_conatct td {
	background: url(../img/form/conatct_bk.jpg) no-repeat left top;
	text-align: center;
	height: 70px;
	width: 170px;
}
#form_contact_body #form_contact_submit {
	margin: 0px;
	padding: 10px 10px 10px 150px;
}

#form_conatct h3 {
	font-weight: normal;
	margin: 10px 0px 20px;
	padding: 5px;
	width: 507px;
	background: #f2f2f2;
	height: auto;
	border-left: 3px solid #CCCCCC;
}

#form_contact_body th {
	font-weight: normal;
	width: 110px;
	margin: 0px;
	padding: 10px 5px;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
	vertical-align: top;
	background: #f2f2f2;
	border-left: 3px solid #CCCCCC;
}

#form_contact_body input {
	vertical-align: middle;
	margin: 0px 5px;
	padding: 2px 0px;
}

#form_contact_body select {
	vertical-align: middle;
	margin: 0px 0px 0px 5px;
}

#form_contact_body td {
	width: 385px;
	margin: 0px;
	padding: 10px 5px;
	height: auto;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
	background: url(none);
}

#form_contact_body table {
	border-top: 1px solid #CCCCCC;
}

.size16_ff6600_c{
     font-size:16px;
	 color:#FF6600;
	 text-align:center;
}

.asset-more-link{
     text-align:right;

}


/*ブログ記事サイドバー*/
.widget-header{
      padding-left:5px;
}

.widget-header{
      padding-left:5px;
	 
}

.widget-content ul{
     border:none !important;
}

.widget-content img{
      vertical-align:middle;
}

.paginate {
    text-align: center;
    font-size: 12px;
	margin:0 auto;
}

.paginate a,paginate a:hover,paginate a:visited{
     color:#FF6600;
}

/*関連記事*/
#relate_head{
     padding-left:10px;
	 margin:0;
}

#relate{
     margin:20px 0;
	 background:#FFFFCC;
}

#relate ol{
   list-style:none;
   padding-left:20px;
}

#co_menu{
	background: #f2f2f2;
	margin: 0px;
	padding: 0px 0px 10px ;
	width: 178px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;

}

#co_menu ul li{
	padding:0 0 0 10px;
	list-style:none;
}

.widget-tag-cloud{
    padding-left:5px;
}

.widget-tag-cloud ul li{
    display:inline;
}

.entry-tags-list{
    list-style:none;
	padding-left:5px;
}

.entry-tag{
    display:inline;
}

#seminar_wrap{
   width:550px;
   height:260px;
   display:block;
   background:url(http://www.tenpos.jp/common/img/hoteres_tit.jpg);
   position:relative;
   margin:10px 0;
}

#seminar_wrap p{
    position:absolute;
	bottom:-10px;
	left:190px;
	font-size:20px;
	font-weight:bold;
}

#seminar_wrap p a{
   color:#0000FF;
}