@charset "UTF-8";

body {
	background: url(../img/common/bg_page.jpg) 0 0 repeat;
}

#wrapper {
	width:100%;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	text-align:center;
	background: url(../img/common/bg_mainimg.jpg) 50% 0 no-repeat;
}


/* -------------------------------------------------- */
/* ヘッダー部分 */
/* -------------------------------------------------- */

#header {
	width: 100%;
	height: 103px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background: url(../img/common/bg_header.png) 50% 0 repeat;
}
#header_inner {
	width:900px;
	margin: 0px auto;
}
#header_inner h1 {
	margin: 23px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float:left;
	position: relative;
}
/*ハートマーク*/
#heart_mark {
	margin: 12px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	position: relative;
}


/* -------------------------------------------------- */
/* コンテンツ外枠 */
/* -------------------------------------------------- */
#wrap_inner {
	width:900px;
	margin:0 auto 40px;
	padding-top:27px;
}


/* -------------------------------------------------- */
/* コンテンツ部分 */
/* -------------------------------------------------- */
#main_cont {
	width:595px;
	margin:0;
	float:right;
	text-align:left;
	position: relative;
}

/*=== ページタイトル ===*/
#page_title {
	margin:0 0 10px 0;
	padding:20px 0 0 0;
	text-align:right;
	background: url(../img/common/bg_page_title.png) 0 0 no-repeat;
}
#page_title strong {
	padding:0 20px 0 0;
	font-size:0.94em;
	color:#666;
}
#page_title h2 {
	padding:5px 20px 20px 0;
	font-size:2.188em;
	color:#f85151;
}
#page_title p {
	padding:5px 20px 5px 0;
	font-size:0.88em;
	color:#666;
	background-color:#f2f2f2;
}

/*=== コンテンツの内容 ===*/
#cont_box {
	padding-bottom:40px;
	background-color:#fff;
	zoom:1;
}
/*コンテンツをまとめたdiv*/
#cont_box .box_inner {
	margin:0 20px 10px;
	padding:20px 0 0 0;
	position: relative;
}


/*=== 共通部分===*/

/*h3見出し*/
#cont_box h3 {
	margin:0 0 15px;
	padding:10px;
	font-size:1.429em;
	color:#fff;
	border-top:4px solid #b83d2d;
	background: url(../img/common/bg_heading.jpg) 0 0 repeat;
	
	position: relative;

	-moz-border-radius: 0px 0px 4px 4px; /* Firefox */
	-webkit-border-radius: 0px 0px 4px 4px; /* Safari and Chrome */
	border-radius: 0px 0px 4px 4px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	behavior: url(/css/PIE.htc);
}

/*p*/
#cont_box p {
	padding-bottom:15px;
	font-size:0.94em;
	line-height:1.3;
}

/*table*/
#cont_box table {
	width:100%;
	margin:5px 0 15px;
}
#cont_box table th {
	padding:5px 15px;
	text-align:left;
	vertical-align:top;
	font-size:0.875em;
	font-weight:bold;
	color:#666;
	border:1px solid #ccc;
	background-color:#fff9f7;
	line-height:1.4;
}
#cont_box table td {
	padding:5px 15px;
	text-align:left;
	vertical-align:top;
	font-size:0.875em;
	border:1px solid #ccc;
	line-height:1.4;
}
/*table中のtable*/
#cont_box table table {
	margin:0;
}
#cont_box table table th,
#cont_box table table td {
	padding:5px 10px 5px 0;
	text-align:left;
	vertical-align:top;
	font-size:1em;
	font-weight:normal;
	color:#333;
	border:none;
	background-color:#fff;
}

/*DL*/
.box_inner dl {
	font-size:0.875em;
}
.box_inner dl dt {
	float:left;
	width:6em;
	padding:5px 0 0 0;
	font-weight:bold;
	color:#666;
	border-top:2px solid #ccc;
	clear:both;
}
.box_inner dl dd {
	margin:0 0 0 7em;
	padding:5px 0 15px 0;
	border-top:2px dashed #ccc;
	line-height:1.4;
}

/*table中のul*/
#cont_box table ul {
}
#cont_box table ul li {
	padding-left:12px;
	background: url(../img/common/bullet_pink.png) 0 .3em no-repeat;
}

/*ページの先頭へ*/
.totop {
	margin-top:10px;
	padding:10px 0 0;
	font-size:0.813em;
	text-align:right;
}
.totop a {
	padding:0 0 0 13px;
	background: url(../img/common/arrow_pink.png) 0 0.3em no-repeat;
}


/* -------------------------------------------------- */
/* メニュー */
/* -------------------------------------------------- */
#menu {
	width:275px;
	_width:270px;/*IE6*/
	float:left;
	/*margin:0 625px 0 0;
	position:relative;
	z-index:10;*/
}
#menu ul {
	width:auto;
	padding:10px 0 5px;
	text-align:left;
	background: url(../img/common/bg_gmenu_ul.jpg) 0 0 repeat;
	
	/*position:relative;*/

	/*-moz-border-radius: 4px;*/ /* Firefox */
	/*-webkit-border-radius: 4px;*/ /* Safari and Chrome */
	/*border-radius: 4px;*/ /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	/*behavior: url(/css/PIE.htc);*/
}
#menu ul li {
	width:auto;
	margin:0 10px 5px;
	zoom:1;
}
*:first-child+html #menu ul li:first-child {
	width:255px;
	padding-left:10px;
}
#menu ul li a {
	display:block;
	width:auto;
	padding:10px 0 10px 25px;
	font-size:0.94em;
	line-height:1.2;
	text-decoration:none;
	color:#fff;
	background: url(../img/common/bg_gmenu_li.jpg) -10px -9px no-repeat;
	
	position:relative;

	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari and Chrome */
	border-radius: 4px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	behavior: url(/css/PIE.htc);
}
#menu ul li a span {
	font-size:0.867em;
}
#menu ul li a:hover {
	background: url(../img/common/bg_gmenu_li_on.jpg) -10px -9px no-repeat;

	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari and Chrome */
	border-radius: 4px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	behavior: url(/css/PIE.htc);
}
/*自ページの時*/
#menu ul li a.cr_page {
	background: url(../img/common/bg_gmenu_li_on.jpg) -10px -9px no-repeat;
}


/* -------------------------------------------------- */
/* enterprise（事業内容） */
/* -------------------------------------------------- */
.box_inner #enterprise {
	margin:0;
	width:auto;
}
.box_inner #enterprise td {
	padding:0 0 15px 0;
	border:none;
}
.box_inner #enterprise td.empty {
	width:15px;
}
.box_inner #enterprise td h3 {
	margin:0 0 10px;
	padding:15px 0 5px 5px;
	font-size:1.071em;
	font-weight:bold;
	color:#c33;
	border:none;
	background: url(../img/common/bg_heading.jpg) 0 -190px no-repeat #fee;
	
	position: relative;

	-moz-border-radius: 0; /* Firefox */
	-webkit-border-radius: 0; /* Safari and Chrome */
	border-radius: 0; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	behavior: url(/css/PIE.htc);
}
.box_inner #enterprise td img {
	margin-bottom:5px;
}


/* -------------------------------------------------- */
/* persistence（寝具へのこだわり） */
/* -------------------------------------------------- */
.persistence .box_inner p img {
	float:left;
	margin:0 10px 10px 0;
}
.persistence .box_inner table {
	width:430px !important;
	margin:0 0 0 125px !important;
	border:1px solid #eed4cb;
}
.persistence .box_inner table th {
	width:5em !important;
	padding:5px 0 5px 20px !important;
	color:#967a5f !important;
	border:none !important;
	background-color:transparent !important;
}
.persistence .box_inner table td {
	border:none !important;
	color:#967a5f !important;
}


/* -------------------------------------------------- */
/* kizuna（特定非営利活動法人 きずな） */
/* -------------------------------------------------- */
#wrap_inner #main_cont .kizuna .box_inner table th {
	white-space:nowrap;
}
#wrap_inner #main_cont .kizuna .box_inner div {
	clear:both;
}
#wrap_inner #main_cont .kizuna .box_inner div img {/*写真 大*/
	float:left;
}
#wrap_inner #main_cont .kizuna .box_inner div dl {
	float:right;
	width:343px;
}
#wrap_inner #main_cont .kizuna .box_inner div dl dt {
	width:auto;
	float:none;
	padding:0 0 10px 0;
	font-size:1.143em;
	color:#393;
	border:none;
}
#wrap_inner #main_cont .kizuna .box_inner div dl dd {
	width:auto;
	float:none;
	margin:0;
	padding:15px 0 0 0;
	font-size:1.071em;
	border:none;
	background: url(../img/common/bg_heading_green.jpg) 0 -95px no-repeat;
}
#wrap_inner #main_cont .kizuna .box_inner div dl dd img {
	float:right;
	margin:0 0 15px 0px;
}


/* -------------------------------------------------- */
/* kibou（障害者就労継続支援施設Ａ型 きぼう） */
/* -------------------------------------------------- */
#wrap_inner #main_cont .kibou .box_inner table.gaiyou th {
	width:8em;
}
#wrap_inner #main_cont .kibou .box_inner table.kibou {
	margin:0;
	width:auto;
}
#wrap_inner #main_cont .kibou .box_inner table.kibou td {
	padding:0 0 15px 0;
	border:none;
}
#wrap_inner #main_cont .kibou .box_inner table.kibou td img {
	margin-bottom:3px;
}
#wrap_inner #main_cont .kibou .box_inner table.kibou .empty {
	width:15px;
}
/*スタッフの声*/
#kibou_staff {
	margin:0 20px;
	padding:10px 0;
	background: url(../img/common/bg_voice.jpg) 100% 100% no-repeat;
}
#kibou_staff img {
	margin:0 10px;
	float:left;
}
#kibou_staff h4 {
	padding-bottom:10px;
	font-size:1em;
	font-weight:bold;
	color:#393;
}
#kibou_staff p {
	margin:0 10px 0 0;
	padding:0;
}
#kibou_staff p.sender {
	padding:10px 0 0 0;
	text-align:right;
}


/* -------------------------------------------------- */
/* お問い合わせ */
/* -------------------------------------------------- */
#wrap_inner #main_cont .inq table th {
	width:140px;
}
#wrap_inner #main_cont .inq table th strong {
	display:block;
	font-size:0.857em;
	font-weight:normal;
	color:#f33;
}
#wrap_inner #main_cont .inq table td input {
	width:80%;
}

/*=== 送信ボタン ===*/
p.submit_btn {
	margin:10px 0 0 !important;
	padding:15px;
	text-align:center;
	border:1px solid #ffaaaa;
	background-color:#ffd5d5;
}
p.submit_btn input {
	margin:0 10px;
}



/* -------------------------------------------------- */
/* フッター */
/* -------------------------------------------------- */
#footer {
	clear:both;
	width: 100%;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background: url(../img/common/bg_footer.jpg) 50% 0 no-repeat;
}
#footer_inner {
	width:900px;
	margin: 0px auto;
}
#footer_inner div {
	width:340px;
	margin: 53px 0 17px 0;
	float:left;
	text-align:left;
	color:#fff;
	font-size:0.94em;
}

/*=== リンク ===*/
#footer_inner .footer_link {
	width:550px;
	float:right;
	margin:84px 0 0 0;
	text-align:right;
	font-size:0.81em;
}
#footer_inner .footer_link a {
	white-space:nowrap;
	padding: 0px 0px 0px 15px;
	background: url(../img/common/arrow_footer.png) 5px 0.3em no-repeat;
	color:#fff;
	text-decoration:none;
}

/*=== Copyright ===*/
#footer_inner hr {
	clear:both;
	margin:0 0 17px 0;
	padding:0;
	height:1px;
	border:none;
	border-top:1px solid #4bab32;
	border-bottom:1px solid #aeec9d;
}
#footer_inner .footer_copyright {
	padding-bottom:20px;
	color:#fff;
	font-size:0.81em;
}






/*=========================
clearfix
=========================*/
#wrap_inner,
.box_inner {
    zoom:1;/*for IE 5.5-7*/
}
#wrap_inner:after,
.box_inner:after {/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	line-height:0; 
	visibility:hidden;
}


