@charset "utf-8";
/* ========== universal reset ========== */
body,tr,td,th {
	font-size: small;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.4;
	word-break: break-all;
	letter-spacing: 0.1em;
}
h1,h2,h3,h4,h5,h6,p,ul,li,ol,dl,dt,dd,form,hr {
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}
ul {
	list-style: none;
	line-height: normal;
}
hr {
	border-style: dotted;
	border-color: #CCCCCC;
	height: 1px;
	margin: 0px;
}

table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 

fieldset,img {  
	border:0; 
} 


/* =============== body =============== */
body {
	background-color: #F3F3F3;
	color : #333333;
	height: 100%;
	position: relative;
	margin: 0px;
}

p {
	margin: 0 0 1em 0;
}

input,label {
	vertical-align: middle;
}
br{
	letter-spacing: 0;
}

a {
	color: #9f3f0f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* =============== panel =============== */

#container-bg {
	width: 840px;
	background: url(image/container_bgshade.gif) repeat-y left top;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	margin: 0px auto;
}
#container-bg h1 a {
	text-indent: -999px;
	display: block;
}

#container-bg2 {
	width:840px;
	background: url(image/container_bgshade.gif) repeat-y left top;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0px auto;
}

#container {
	width: 800px;
	margin-right: 20px;
	margin-left: 20px;
}

#container2 {
	width: 840px;
}
#contents {
	margin:15px 0px 0px;
	background: url(image/contents-bg.gif) repeat-y left top;
	display: inline-block;
}

/* exlude MacIE5 \*/
* html #contents { height: 1% }
#contents { display:block; }
/* end MacIE5 */
#contents:after{
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

#contents2 {
	margin:15px 0px 0px;
	display: inline-block;
}

/* exlude MacIE5 \*/
* html #contents2 { height: 1% }
#contents2 { display:block; }
/* end MacIE5 */
#contents2:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

#left {
	width:290px;
	float: left;
}

#left2 {
	width:595px;
	margin-right:15px;
	float: left;
	position: relative;
}

#center {
	width:290px;
	margin-right: 2px;
	margin-left: 7px;
	padding-right: 8px;
	padding-left: 8px;
	float: right;
	display: inline;
}

#right{
	width:190px;
	float: right;
	padding-bottom: 10px;
}


/* =============== header =============== */
#header {
	position: relative;
	height:57px;
	background-image: url(image/header_bg.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 3px;
}
/*
#header h1 a {
	text-indent: -9999px;
	display: block;
	width: 159px;
	background-image: url(image/logo.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 55px;
}
*/
#header ul {
	position: absolute;
	top: 16px;
	margin: 0px;
	padding: 0px;
	right: 25px;
	width: 578px;
}

#header li {
	float: right;
	display: inline;
	color: #FFFFFF;
	font-size: 10px;
	text-align: right;
}

#header li img{
	margin-left:10px;
}
.margin-top5	{
	margin-top:5px;
}
.margin-top10	{
	margin-top:10px;
}
.margin-top20	{
	margin-top:20px;
}
.padding-top5	{
	padding-top:5px;
}
.padding-top10	{
	padding-top:10px;
}
.padding-top20	{
	padding-top:20px;
}
.padding-right5	{
	padding-right:5px;
}
.padding-right10	{
	padding-right:10px;
}
.formbtn {
	margin-top: 20px;
	clear: both;
}

/* =============== footer =============== */
#footer {
	clear: both;
}
#footer dt {
	font-size: x-small;
	padding-top: 15px;
	padding-bottom: 10px;
}

#footer dd {
	font-size: x-small;
	padding-top: 15px;
	padding-bottom: 10px;
	background: url(image/footer_ptn.gif) repeat-x left top;
	line-height: 1.5;
}

#footer dd img {
	margin-right:25px;
	float: left;
}


/* =============== plugin =============== */
.pagenavi {
	text-align: right;
	font-size: 10px;
	padding-bottom: 5px;
	color:#333333;
}

.pagenavi a {
	color: #9f3f0f !important;
}

.pagetop {
	margin-top: 20px;
	padding: 10px 20px;
	text-align: right;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	clear: both;
}

.sitenavi {

}

/* =============== parts =============== */
.parts {
	display: block;
	margin-bottom: 20px;
}

.parts h4 {
	background: #000000 url(image/parts_titlebar.gif) no-repeat 1px 1px;
	font-weight: bold;
	color: #ffffff;
	height: 28px;
	margin-bottom: 5px;
	padding-left:10px;
}

.parts img {
	border:solid 1px #dfdfdf;
	padding:1px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.parts dl{
	width:290px;
}
.parts dt{
	width:290px;
	padding-bottom:5px;
}
.parts dd {
	width:290px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size: x-small;
	border-bottom: 1px solid #dddddd;
}
.parts dd:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.parts_works h4 {
	text-indent:-9999px;
	background:url(image/top_works_titlebar.gif) no-repeat;
	width:290px;
	height:28px;
	padding-left:0px;
	margin-bottom: 10px;
	position:relative;
}

.parts_fuature h4 {
	text-indent:-9999px;
	background:url(image/top_feature_titlebar.gif) no-repeat;
	width:290px;
	height:28px;
	padding-left:0px;
	margin-bottom: 10px;
}
.parts_tvcm h4 {
	text-indent:-9999px;
	background:url(image/top_tvcm_titlebar.gif) no-repeat;
	height:32px;
	padding-left:0px;
}
.parts_column h4 {
	text-indent:-9999px;
	background:url(image/top_column_titlebar.gif) no-repeat;
	width:290px;
	height:28px;
	padding-left:0px;
	margin-bottom: 10px;
}
.parts_information{
	position:relative;
}
.parts_tvcm  {
	margin-bottom: 20px;
	border: 1px solid #DDDDDD;
	background: #F9F9F9;
}
.parts_tvcm ul  {
	padding: 10px 10px 5px;
}
.parts_tvcm li  {
	margin: 0px 0px 5px;
	line-height: 1;
	text-align: center;
}
.parts_tvcm li span {
	font-size:x-small;
	line-height:1.4;
}
.parts_column {
	text-align: center;
}
.parts_information h4 {
	text-indent:-9999px;
	background:url(image/top_info_titlebar.gif) no-repeat;
	width:290px;
	height:28px;
	padding-left:0px;
	margin-bottom: 10px;
	position:relative;
}

.topinfobtn a {
	background:url(image/top_info_list_btn.gif) no-repeat;
	width:47px;
	height:14px;
	text-indent:-9999px;
	position:absolute;
	left:224px;
	top:8px;
}

.parts_fuature dt {
	text-align:center;
}

.parts_fuature img {
	margin-bottom:10px;
}

.parts_banner {
	widows:190px;
}

.parts_banner img {
	padding-bottom:5px;
}
.parts_showrooms {
	width:190px;
	margin-bottom:0px;
}
.parts_showrooms h4{
	text-indent:-9999px;
	background:url(image/top_showroom_titlebar.gif) no-repeat;
	width:190px;
	height:28px;
	padding-left:0px;
}
.parts_showrooms dl{
	width:190px;
}
.parts_showrooms dt{
	background:url(image/show_icon.gif) no-repeat 0px 5px;
	width:170px;
	height:100%;
	padding-top: 5px;
	letter-spacing:0em;
	font: bold 12px 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	padding-left: 20px;
}
.parts_showrooms dd{
	width:190px;
	height:100%;
	font-size:x-small;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #dddddd;
}
.parts_showrooms dd img{
	padding:1px; border:1px solid #dddddd;
	float:left;
	margin-right:5px;
}
.parts_voice dt a {
	font-size: x-small;
}

#entry dt a {
	color: #ffffff;
	font-weight: bold;
}

/* =============== navi =============== */
#nav {
	height: 40px;
	width: 688px;
	padding-left: 152px;
	background: url(image/nav_bg.gif) no-repeat;
}

#nav li {
	display: inline;
	list-style: none;
}


/* =============== topflash =============== */

#topflash {
	height: 400px;
	width: 800px;
	margin-bottom: 10px;
}

/*
#topbtn li {
	display: inline;
	list-style: none;
}

#topbtn li img{
	padding: 3px;
	border: 1px solid #DDDDDD;
	margin-right: 10px;
}
*/

/* =============== h2 background =============== */
#reform1 {
	background:url(image/h2_allreform.jpg) no-repeat;
}

#reform2 {
	background:url(image/h2_pointreform.jpg) no-repeat;
}

#special {
	background:url(image/h2_lohas.jpg) no-repeat;
}

#showroom {
	background:url(image/h2_showroom.jpg) no-repeat;
}

#staff {
	background:url(image/h2_staff.jpg) no-repeat;
}

#craftsman {
	background:url(image/h2_craftsman.jpg) no-repeat;
}

#information {
	background:url(image/h2_information.jpg) no-repeat;
}

#voice {
	background:url(image/h2_voice.jpg) no-repeat;
}

/* =============== list =============== */
#list dt {
	background:url(image/parts_titlebar.gif) no-repeat;
	border:#000000 solid 1px;
	height: 23px;
	padding:3px 0px 0px 15px;
	clear:both;
}
#list dd {
	width:575px;
	margin:0px;
	padding:10px 10px 15px;
}
#list dd:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

#list a {
	color: #ffffff;
	font-weight: bold;
}

#list span {
	color: #ffffff;
	padding-left: 15px;
	font-size: x-small;
}

#list img {
	float: left;
	margin:0px 10px 10px 0px;
}
.detailbtn{
	width:86px;
	height:100%;
	padding-top:10px;
}


/* =============== entry =============== */
/*
#entry h3 a {
	color: #ffffff;
	font-weight: bold;
}
*/




/* ----------------------------------------
 *  MAIN IMAGE
 * ---------------------------------------- */
/*
h2 {
	width: 840px;
	text-indent: -9999px;
	background-repeat: no-repeat;
}
*/
#reform1 {
	height: 180px;
	background-image: url(image/h2_allreform.jpg);
}
#reform2 {
	height: 180px;
	background-image: url(image/h2_pointreform.jpg);
}
#special {
	height: 180px;
	background-image: url(image/h2_lohas.jpg);
}
#showroom {
	height: 180px;
	background-image: url(image/h2_showroom.jpg);
}
#staff {
	height: 180px;
	background-image: url(image/h2_staff.jpg);
}
#craftsman {
	height: 180px;
	background-image: url(image/h2_craftsman.jpg);
}
#voice {
	height: 180px;
	background-image: url(image/h2_flow.jpg);
}


/* =============== showroom =============== */

.showroom h3 {
	text-indent:-9999px;
	background:url(image/showroom_t01.gif) no-repeat;
	width:595px;
	height:28px;
	margin-bottom: 15px;
}

.showroom_24 h3,.showroom_30 h3,.showroom_31 h3,.showroom_32 h3,.showroom_67 h3,.showroom_102 h3  {
	text-indent:0px;
	background: url(image/title_bg_top.gif) no-repeat;
	padding: 6px 0px 0px 30px;
	width:565px;
	height:25px;
	margin-bottom:0px;
}

.parts_showroom img{
	border:none;
	padding:0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.parts_showroom dl {
	width:595px;
}

.parts_showroom dt {
	background: url(image/title_bg_top.gif) no-repeat;
	padding: 6px 0px 0px 0px;
	width:595px;
	height:25px;
	margin-bottom:0px;
	text-indent:30px;
}
.entry_showroom{
	background: url(image/title_bg_bottom.gif) no-repeat left top;
}

.entry_showroom{
	background: url(image/title_bg_bottom.gif) no-repeat left top;
}


.showroom_29 .entry_showroom{
	margin-top:6px;
	background: url(image/title_bg_bottom.gif) no-repeat left top;
}



.showroombox {
	width:591px;
	padding: 2px;
}

.showroomdetailbox {
	width:551px;
	margin: 15px 10px 10px;
	padding: 10px 9px;
	background-color:#f2f2f2;
	border:1px solid #dddddd;
}


.show-a a {
	color: #9F3F0F;
}




.showroomimg{
	background:url(image/showroom_img_bg.gif) no-repeat right bottom;
	padding: 4px 4px 4px 5px;
	width: 204px;
	height: 154px;
}
.showroombtn {
	padding-top:3px;
}

/*.showroombtn1 {
	background: url(image/showroom_staffbtn.gif) no-repeat;
	width: 213px;
	height: 24px; 
	text-indent: -9999px;
	display: block;
}

.showroombtn2 {
	background: url(image/showroom_storebtn.gif) no-repeat;
	width: 213px;
	height: 24px; 
	text-indent: -9999px;
	display: block;
}*/

/* =============== works =============== */
.reform1 h3,.reform2 h3 {
	text-indent:0px;
	background: url(image/title_bg_top.gif) no-repeat;
	padding: 6px 0px 0px 30px;
	width:565px;
	height:25px;
	margin-bottom:0px;
}
.entry_reform1,.entry_reform2{
	background: url(image/title_bg_bottom.gif) no-repeat left top;
}
.parts_works {
	position:relative;
}

.parts_works dt{
	background: url(image/staffbox_name_icon.gif) no-repeat left top;
	width:275px;
	padding:2px 0px 7px 15px;
	font: bold 12px 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height:1.4;
}
.reform1s img{
	border:#dddddd 1px solid;
	padding:1px;
}
.reform2s img{
	border:#dddddd 1px solid;
	padding:1px;
}
#workslistreturn{
	text-align:right;
	padding-top: 10px;
	padding-right: 10px;
}
#workswrap{
	padding: 10px 8px 15px;
}
#reformdate-title {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
#refordate-date {
	background: url(image/reformdate_date.gif) no-repeat 0px 15px;
	padding: 10px 10px 10px 25px;
	border-bottom: 1px solid #dddddd;
}
#refordate-comment {
	background: url(image/reformdate_comment.gif) no-repeat 0px 15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 25px;
}
#image-commentbox{
	background: url(image/image_commentbox.gif) no-repeat;
	height: 100%;
	width: 270px;
	padding: 29px 6px 15px;
}
#photoimage {
	display:block;
	text-align:center;
	vertical-align:middle;
}
#phototext {
	display:block;
	margin-top: 28px;
}
.works-clicktable {
	border: 1px solid #dddddd; 
}
html[xmlns] .works-clicktable {
	border: 1px solid #dddddd;
	text-align:center;
}

html[xmlns] .works-clicktable img {
	margin:5px 2px 5px 2px;
}

/* =============== information =============== */
.information h3 {
	text-indent:0px;
	background: url(image/title_bg_top.gif) no-repeat;
	padding: 6px 0px 0px 30px;
	width:565px;
	height:25px;
	margin-bottom:0px;
}
.information p {
	padding:10px;
}
.infomation p img{
	margin:0px 15px 15px 0px;
}


/* =============== staff =============== */
.staff h3 {
text-indent:-9999px;
		background:url(image/staff_t01.gif) no-repeat;
	width:595px;
	height:28px;
	margin-bottom: 15px;
}

.staff h4 {
	background:url(image/staff_egawa_bg.jpg) no-repeat top left;
	height: 100%;
	margin: 10px 0px 15px;
	padding: 55px 0px 0px 150px;
}

.staff table {
	margin-bottom:5px;
}

#staff-parsonal{
	background:#fafafa url(image/staff_parsonal_title.gif) no-repeat 20px 15px;
	border: 1px solid #dddddd;
	padding: 10px 10px 10px 85px;
}

.staff h5 {
	padding-top:15px;
	padding-bottom:10px;
}

.staff img{
	vertical-align:bottom;
	line-height:0px;
}

.staff .personals {
	margin:0px 0px 0px;
	padding:0px 0px 0px;
	background:url(image/staffbox_bg.jpg) no-repeat bottom left;
}

.staffcenterbox{
	width:269px;
	margin:0px 10px; padding:5px 0px;
}

.staffcenterbox p {
	font-size:x-small;
	margin:0px;
	padding:0px 0px 0px 0px;
	margin-left:10px;
}

.staff h6{
	background: url(image/staffbox_name_icon.gif) no-repeat;
	border-bottom: 1px solid #dddddd;
	padding: 0px 0px 5px 15px;
	font-weight: bold;
	width: 164px;
	margin:0px 0px 5px 10px;
}


/* =============== craftman =============== */
.craftsman h3 {
	text-indent:-9999px;
	background:url(image/craftsman_t01.gif) no-repeat;
	width:595px;
	height:28px;
	margin-bottom: 15px;
}

.craftsman h4 {
	padding:15px 0px 10px;
	position: relative;
}
.craftsman h5 {
	padding-top:15px;
	padding-bottom:10px;
}
.craftsman table {
	margin-bottom:5px;
}

.craftsman img{
	vertical-align:bottom;
	line-height:0px;
}

.craftsman .personals {
	margin:0px 0px 0px;
	padding:0px 0px 0px;
	background:url(image/staffbox_bg.jpg) no-repeat bottom left;
}

.craftsmancenterbox{
	width:269px;
	margin:0px 10px; padding:5px 0px;
}

.craftsmancenterbox p {
	font-size:x-small;
	margin:0px;
	padding:0px 0px 0px 0px;
	margin-left:10px;
}

.craftsman h6{
	background: url(image/staffbox_name_icon.gif) no-repeat;
	border-bottom: 1px solid #dddddd;
	padding: 0px 0px 5px 15px;
	font-weight: bold;
	width: 164px;
	margin:0px 0px 10px 10px;
}



/* =============== voice =============== */
.voice h3 {
	text-indent:-9999px;
	color #000000;
	background:url(image/voice_t01.gif) no-repeat;
	width:595px;
	height:28px;
	position:relative;
	margin-bottom: 15px;
}

#voice_backbtn a {
	background:url(image/voice_list_btn.gif) no-repeat;
	text-indent:-9999px;
	position:absolute;
	width:47px;
	height:14px;
	top:6px;
	left:530px;
}

.voice h4 {
	padding:15px 0px 10px;
	position: relative;
}

#entry .parts_voice a {
	color: #9f3f0f;
	font-weight:normal;
	text-decoration: none;
}
#entry .parts_voice a:hover {
	color: #9f3f0f;
	font-weight:normal;
	text-decoration: none;
	text-decoration: underline;
}

.voiceimg{
	background:url(image/voice_img_bg.gif) no-repeat right bottom;
	padding: 4px 4px 7px 4px;
	width: 181px;
	margin-bottom: 10px;
}
#questionnaire{
	width: 595px;
}

#questionnaire td {
	width:140px;
	font-size:10px;
	padding:10px 4px 15px 2px;
}

#questionnaire img{
	padding:1px;
	border:solid 1px #dddddd;
}


/* =============== column =============== */
.special h3 {
	text-indent:0px;
	background: url(image/title_bg_top.gif) no-repeat;
	padding: 6px 0px 0px 30px;
	width:565px;
	height:25px;
	margin-bottom:0px;
}
.entry_column{
	background: url(image/title_bg_bottom.gif) no-repeat left top;
}

.columnbox {
	padding-top:10px;

}
.columnbox img{
	margin-left:20px;

}
#columnlistreturn{
	text-align:right;
	padding-top: 10px;
	padding-right: 10px;
}

#columnbox{
	background:url(image/feature_02.jpg) no-repeat;
	width:275px;
	height:120px;
	margin-bottom:10px;
	position: relative;
}
#columnbox #newbnr{
	position: absolute;
	top: -5px;
	left: 20px;
}
#lohasimg{
	padding:7px 15px 0px 170px;
	text-align:left;
	width:90px;
	height:90px;
}
#lohastitle a { 
	margin:0px;
	padding:0px;
	text-align:left;
	color:#2C740B;
	font-weight:bold;	
}

#diary_top{
	background:url(http://nasahome.co.jp/image/diary_bn_bg.jpg) no-repeat;
	padding-top:7px;
	padding-left:127px;
	height:61px; 
}
#diary_top img {
	vertical-align: bottom; 
	width:56px;
	height:56px;
}
#diary_bottom{
	font-size:x-small;
	padding: 5px;
	border-right: 2px solid #eaeaea;
	border-bottom: 2px solid #eaeaea;
	border-left: 2px solid #eaeaea;
	margin-bottom: 10px;
}


/*2008.10.30*/
#topbtn {
	clear: both;
	height: 120px;
}
#topbtn h2 {
	margin: 0px;
	padding: 0px;
	float: left;
}

/*
#topbtn li {
	display: inline;
	list-style: none;
}
#topbtn h2 img {
	padding: 3px;
	border: 1px solid #DDDDDD;
}
*/


#topbtn .top-1 a {
	text-indent: -9999px;
	display: block;
	background: url(image/top_btn_01.jpg) no-repeat;
	margin-right: 10px;
	background-repeat: no-repeat;
	height: 120px;
	width: 193px;
}

#topbtn .top-2 a {
	text-indent: -9999px;
	display: block;
	background: url(image/top_btn_02.jpg) no-repeat;
	margin-right: 10px;
	background-repeat: no-repeat;
	height: 120px;
	width: 192px;
}
#topbtn .top-3 a {
	text-indent: -9999px;
	display: block;
	background: url(image/top_btn_03.jpg) no-repeat;
	margin-right: 10px;
	background-repeat: no-repeat;
	height: 120px;
	width: 192px;
}

#topbtn .top-4 a {
	text-indent: -9999px;
	display: block;
	background: url(image/top_btn_04.jpg) no-repeat;
	background-repeat: no-repeat;
	height: 120px;
	width: 193px;
}

#lc {
	width: 605px;
	float: left;
	clear: both;
	display: block;
}

#top-h3 {
	width: 595px;
	background-color: #FFFFFF;
}
#top-h3 h3 {
	text-indent: -999px;
	display: block;
	background: url(image/top_h3_nasahome.gif) no-repeat;
	background-repeat: no-repeat;
	height: 23px;
	width: 595px;
}
#top-h3-text {
	padding: 5px;
}
#top-h3-text p {
	font-size: x-small;
}
