@charset "UTF-8";

/* サイト全体 */
html{
	overflow-y:scroll;
}
body {
	background: #ffffff;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #434343;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 75%;
	line-height: 150%;
}
a {
	color: #a80000;
}
a:hover {
	color: #649800;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
strong {
	font-weight: normal;
}

/* HOME */
#all {
	width: 874px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
}
#header h1 {
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	font-weight: normal;
}

#main img.L {
	float: left;
}

/*メニュー*/
#menu {
	clear: left;
}
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu li {
	margin: 0px;
	padding: 0px;
	height: 34px;
	text-indent: -9999px;
	float: left;
}
#menu li a {
    text-decoration:none;
    display: block;
	height: 34px;
}
#menu li#home a{
	background: url(http://www.thanks-life.jp/img/menu-trans.png) no-repeat 0px -34px;
	width: 113px; /* 左端のメニューは幅が108ではなく113なので注意 */
}
#menu li#home a:hover {
 background: url(http://www.thanks-life.jp/img/menu-trans.png) no-repeat 0px 0px;
}
#menu li#home_over {
	background: url(http://www.thanks-life.jp/img/menu-trans.png) no-repeat 0px 0px;
	width: 113px; /* 左端のメニューは幅が108ではなく113なので注意 */
}
/*
#menu li#home {
	background: url(img/menu.png) no-repeat 0px -34px;
	width: 113px;  左端のメニューは幅が108ではなく113なので注意 
}
*/
#menu li#news a {
	background: url(http://www.thanks-life.jp/img/menu-trans.png) no-repeat -113px -34px;
	width: 108px;
}
#menu li#news a:hover {
 background: url(http://www.thanks-life.jp/img/menu-trans.png) no-repeat -113px -0px;
}
#menu li#news_over {
	background: url(http://www.thanks-life.jp/img/menu-trans.png) no-repeat -113px 0px;
	width: 108px;
}
/*
#menu li#news {
	background: url(img/menu.png) no-repeat -113px -34px;
	width: 108px;
}
*/
#menu li#concept a {
	background: url(http://www.thanks-life.jp/img/menu-trans.png) no-repeat -221px -34px;
	width: 108px;
}
#menu li#concept a:hover {
 background: url(http://www.thanks-life.jp/img/menu-trans.png) no-repeat -221px -0px;
}
#menu li#concept_over {
	background: url(http://www.thanks-life.jp/img/menu-trans.png) no-repeat -221px 0px;
	width: 108px;
}
/*
#menu li#concept {
	background: url(img/menu.png) no-repeat -221px -34px;
	width: 108px;
}
*/
#menu li#linenap a {
	background: url(http://www.thanks-life.jp/img/menu-trans.png) no-repeat -329px -34px;
	width: 108px;
}
#menu li#linenap a:hover {
 background: url(http://www.thanks-life.jp/img/menu-trans.png) no-repeat -329px -0px;
}
#menu li#linenap_over {
	background: url(http://www.thanks-life.jp/img/menu-trans.png) no-repeat -329px 0px;
	width: 108px;
}
/*
#menu li#linenap {
	background: url(img/menu.png) no-repeat -329px -34px;
	width: 108px;
}
*/
#menu li#flow a {
	background: url(http://www.thanks-life.jp/img/menu-trans.png) no-repeat -437px -34px;
	width: 108px;
}
#menu li#flow a:hover {
 background: url(http://www.thanks-life.jp/img/menu-trans.png) no-repeat -437px -0px;
}
#menu li#flow_over {
	background: url(http://www.thanks-life.jp/img/menu-trans.png) no-repeat -437px 0px;
	width: 108px;
}
/*
#menu li#flow {
	background: url(img/menu.png) no-repeat -437px -34px;
	width: 108px;
}
*/
#menu li#company a {
	background: url(http://www.thanks-life.jp/img/menu-trans.png) no-repeat -545px -34px;
	width: 108px;
}
#menu li#company a:hover {
 background: url(http://www.thanks-life.jp/img/menu-trans.png) no-repeat -545px -0px;
}
#menu li#company_over {
	background: url(http://www.thanks-life.jp/img/menu-trans.png) no-repeat -545px 0px;
	width: 108px;
}
/*
#menu li#company {
	background: url(img/menu.png) no-repeat -545px -34px;
	width: 108px;
}
*/
#menu li#law a {
	background: url(http://www.thanks-life.jp/img/menu-trans.png) no-repeat -653px -34px;
	width: 108px;
}
#menu li#law a:hover {
 background: url(http://www.thanks-life.jp/img/menu-trans.png) no-repeat -653px -0px;
}
#menu li#law_over {
	background: url(http://www.thanks-life.jp/img/menu-trans.png) no-repeat -653px 0px;
	width: 108px;
}
/*
#menu li#law {
	background: url(img/menu.png) no-repeat -653px -34px;
	width: 108px;
}
*/
#menu li#contact a {
	background: url(http://www.thanks-life.jp/img/menu-trans.png) no-repeat -761px -34px;
	width: 113px; /* 右端のメニューは幅が108ではなく113なので注意 */
}
#menu li#contact a:hover {
 background: url(http://www.thanks-life.jp/img/menu-trans.png) no-repeat -761px -0px;
}
#menu li#contact_over {
	background: url(http://www.thanks-life.jp/img/menu-trans.png) no-repeat -761px 0px;
	width: 113px; /* 右端のメニューは幅が108ではなく113なので注意 */
}
/*
#menu li#contact {
	background: url(img/menu.png) no-repeat -761px -34px;
	width: 113px; 右端のメニューは幅が108ではなく113なので注意
}
*/

#contents {
	width: 874px;
	margin-top: 19px;
	float: left;
	clear: left;
}
#osirase {
	width: 455px;
	float: left;
	margin-left: 15px;
	display: inline; /* IE6対策 */
}
#osirase ul {
	padding-left: 13px;
	margin-top: 8px;
	margin-left: 0px;
	line-height: 200%;
}
#osirase li {
	list-style-type: none;
}

#osirase li#donation {
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
}
#osirase li#donation a {
	background: url(img/charity-banner-430x55.png) no-repeat 0px -55px;
    text-decoration:none;
    display: block;
	width: 430px;
	height: 55px;
}
#osirase li#donation a:hover{
	background: url(img/charity-banner-430x55.png) no-repeat 0px 0px;
}

#concept_text {
	width: 317px;
	float: right;
	margin-right: 10px;
	margin-left: 77px;
}
#concept_text p {
	margin-top: 8px;
	padding-left: 13px;
	margin-bottom: 0px;
}
#concept_text img.R {
	float: right;
}


#footer {
	clear: both;
	width: 864px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d9d9d9;
	border-bottom-color: #d9d9d9;
	margin-top: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 10px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	overflow: hidden;
}
#address {
	float: left;
	width: 432px;
}
#address a {
	color: #649800;
}
#address a:hover {
	color: #a80000;
}
#footer_menu {
	float: right;
	width: 432px;
	text-align: right;
}
#footer_menu a {
	color: #649800;
	text-decoration: none;
}
#footer_menu a:hover {
	color: #a80000;
}
#footer_menu ul {
	margin: 0px;
	padding: 0px;
}
#footer_menu li {
	list-style-type: none;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d9d9d9;
	padding-left: 8px;
	padding-right: 8px;
}


#copyright {
	clear: both;
	width: 874px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
}


/* プレスリリース */
#header img.L {
	float: left;
}
#header ul {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header li {
	list-style-type: none;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d9d9d9;
	padding-left: 8px;
	padding-right: 8px;
	margin: 0px;
	padding-top: 0px;
}
#header a {
	color: #649800;
	text-decoration: none;
}
#header a:hover {
	color: #a80000;
}


#menu_under {
	clear: both;
	width: 874px;
}
#menu_under img.R {
	float: right;
}
#main_sub {
	width: 874px;
	clear: both;
	float: left;
}
#main_left {
	width: 215px;
	float: left;
}

#main_left_profile {
	width: 197px;
	float: left;
	text-align: right;
	padding-right: 18px;
	padding-top: 27px;
	background-image: url(profile/img/ta-profile_bg.jpg);
	background-repeat: no-repeat;
	height: 572px;
}

#main_left_profile ul{
	margin: 0px;
	padding: 0px;
}
#main_left_profile li{
	list-style-type: none;
	margin-top: 20px;
	padding-right: 3px;
}
#main_left_profile li a{
	text-decoration: none;
	color: #649800;
}
#main_left_profile li a:hover{
	color: #a80000;
}


#main_left_puresu {
	width: 197px;
	float: left;
	text-align: right;
	padding-right: 18px;
	padding-top: 27px;
	background-image: url(news/img/ta-kihuni_bg.jpg);
	background-repeat: no-repeat;
	height: 572px;
}
#main_left_puresu ul{
	margin: 0px;
	padding: 0px;
}
#main_left_puresu li{
	list-style-type: none;
	margin-top: 20px;
	padding-right: 3px;
}
#main_left_puresu li a{
	text-decoration: none;
	color: #649800;
}
#main_left_puresu li a:hover{
	color: #a80000;
}
#main_puresu {
	width: 639px;
	float: right;
	padding-left: 19px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cfcec7;
	padding-top: 26px;
	text-align: left;
	background-image: url(concept/img/bg-picture.jpg);
	background-repeat: no-repeat;
}
#main_puresu b{
	color: #649800;
}
#main_puresu li a {
	color: #649800;
	text-decoration: none;
}
#main_puresu li a:hover {
	color: #a80000;
}
#main_puresu p {
	width: 607px;
}
#main_puresu h2 {
	padding: 0px;
	margin: 0px;
}
#main_puresu h3 {
	padding: 0px;
	font-size: 12px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main_puresu ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	line-height: 200%;
}
#main_puresu li {
	list-style-type: square;
}
#main_puresu img.R {
	float: right;
}

/* 式場関係者の方*/
#main_hall {
	width: 639px;
	float: right;
	padding-left: 19px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cfcec7;
	padding-top: 26px;
	text-align: left;
	background-image: url(concept/img/bg-picture.jpg);
	background-repeat: no-repeat;
	}
#main_hall  li a {
	color: #649800;
	text-decoration: none;
}
#main_hall  li a:hover {
	color: #a80000;
}
#main_hall  p {
	width: 607px;
}
#main_hall  h2 {
	padding: 0px;
	margin: 0px;
}
#main_hall  h3 {
	padding: 0px;
	font-size: 12px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #649800;
}
#main_hall  ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	line-height: 200%;
}
#main_hall  li {
	list-style-type: square;
}
#main_hall  img.R {
	float: right;
}

/* 特定商取引法 */
#main_left_law {
	width: 197px;
	float: left;
	text-align: right;
	padding-right: 18px;
	padding-top: 27px;
	background-image: url(law/img/ta-tokutei_bg.jpg);
	background-repeat: no-repeat;
	height: 572px;
}
#main_left_law ul{
	margin: 0px;
	padding: 0px;
}
#main_left_law li{
	list-style-type: none;
	margin-top: 20px;
	padding-right: 3px;
}
#main_left_law li a{
	text-decoration: none;
	color: #649800;
}
#main_left_law li a:hover{
	color: #a80000;
}
#main_tokutei {
	width: 639px;
	float: right;
	padding-left: 19px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cfcec7;
	padding-top: 26px;
	text-align: left;
}
#main_tokutei a {
	color: #649800;
	text-decoration: none;
}
#main_tokutei a:hover {
	color: #a80000;
}
#main_tokutei table {
	width: 630px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 0px;
}
#main_tokutei th {
	vertical-align: top;
	text-align: left;
}
#main_tokutei td {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #ddddc9;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 25px;
	vertical-align: top;
}
#main_tokutei img.R {
	float: right;
}


/* 会社概要 */
#main_company {
	width: 639px;
	float: right;
	padding-left: 19px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cfcec7;
	padding-top: 23px;
	text-align: left;
}
#main_company a {
	color: #649800;
	text-decoration: none;
}
#main_company a:hover {
	color: #a80000;
}
#main_left_company {
	width: 197px;
	float: left;
	text-align: right;
	padding-right: 18px;
	padding-top: 27px;
	background-image: url(company/img/ta-kaisya_bg.jpg);
	background-repeat: no-repeat;
	height: 572px;
}

#main_left_company ul{
	margin: 0px;
	padding: 0px;
}
#main_left_company li{
	list-style-type: none;
	margin-top: 20px;
	padding-right: 3px;
}
#main_left_company li a{
	text-decoration: none;
	color: #649800;
}
#main_left_company li a:hover{
	color: #a80000;
}
#main_company table {
	width: 630px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 0px;
}
#main_company th {
	vertical-align: top;
	text-align: left;
}
#main_company td {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #ddddc9;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 25px;
	vertical-align: top;
}
#main_company img.R {
	float: right;
}


/* お問い合わせ */
#main_left_contact {
	width: 197px;
	float: left;
	text-align: right;
	padding-right: 18px;
	padding-top: 27px;
	background-image: url(contact/img/ta-otoiawase_bg.jpg);
	background-repeat: no-repeat;
	height: 572px;
}

#main_left_contact ul{
	margin: 0px;
	padding: 0px;
}
#main_left_contact li{
	list-style-type: none;
	margin-top: 20px;
	padding-right: 3px;
}
#main_left_contact li a{
	text-decoration: none;
	color: #649800;
}
#main_left_contact li a:hover{
	color: #a80000;
}
#main_contact {
	width: 633px;
	float: right;
	padding-left: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cfcec7;
	padding-top: 33px;
	text-align: left;
}
#main_contact p {
	margin-left: 30px;
}
#main_contact table {
	width: 500px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 0px;
	margin-left: 30px;
}
#main_contact th {
	vertical-align: top;
	text-align: left;
}
#main_contact th span {
	font-size: 10px;
	color: #a80000;
}
#main_contact td {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #ddddc9;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 25px;
	vertical-align: top;
}
#main_contact img.R {
	float: right;
}


/* コンセプト */
#main_left_concept {
	width: 197px;
	float: left;
	text-align: right;
	padding-right: 18px;
	padding-top: 27px;
	background-image: url(concept/img/ta-concept_bg.jpg);
	background-repeat: no-repeat;
	height: 572px;
}

#main_left_concept ul{
	margin: 0px;
	padding: 0px;
}
#main_left_concept li{
	list-style-type: none;
	margin-top: 20px;
	padding-right: 3px;
}
#main_left_concept li a{
	text-decoration: none;
	color: #649800;
}
#main_left_concept li a:hover{
	color: #a80000;
}
#main_concept {
	width: 639px;
	float: right;
	padding-left: 19px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cfcec7;
	padding-top: 27px;
	text-align: left;
	background-image: url(concept/img/bg-picture.jpg);
	background-repeat: no-repeat;
}
#main_concept h2 {
	margin: 0px;
}
#main_concept div.set01 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d4d4d1;
	padding-left: 27px;
	padding-bottom: 10px;
	padding-top: 5px;
	margin-top: 50px;
	margin-left: 280px;
}
#main_concept div.set02 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d4d4d1;
	padding-left: 27px;
	padding-bottom: 10px;
	padding-top: 5px;
	margin-top: 50px;
	margin-left: 105px;
	margin-bottom: 50px;
}
#main_concept h3 {
	margin: 0px;
}
#main_concept p {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 330px;
}
#main_concept img.T {
	margin-top: 70px;
}
#main_concept img.R {
	float: right;
	margin-top: 30px;
}


/* お届けまでの流れ */
#main_left_flow {
	width: 197px;
	float: left;
	text-align: right;
	padding-right: 18px;
	padding-top: 27px;
	background-image: url(flow/img/ta-otodoke_bg.jpg);
	background-repeat: no-repeat;
	height: 572px;
}

#main_left_flow ul{
	margin: 0px;
	padding: 0px;
}
#main_left_flow li{
	list-style-type: none;
	margin-top: 20px;
	padding-right: 3px;
}
#main_left_flow li a{
	text-decoration: none;
	color: #649800;
}
#main_left_flow li a:hover{
	color: #a80000;
}
#main_flow {
	width: 639px;
	float: right;
	padding-left: 19px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cfcec7;
	padding-top: 27px;
	text-align: left;
	background-image: url(flow/img/bg-picture.jpg);
	background-repeat: no-repeat;
}
#main_flow h2 {
	margin: 0px;
	color: #649800;
	font-size: 16px;
}
#main_flow div.set01 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d4d4d1;
	padding-left: 27px;
	padding-bottom: 10px;
	padding-top: 5px;
	margin-top: 50px;
	margin-left: 163px;
}
#main_flow div.set02 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d4d4d1;
	padding-left: 27px;
	padding-bottom: 10px;
	padding-top: 5px;
	margin-top: 50px;
	margin-left: 100px;
	margin-bottom: 50px;
}
#main_flow div.set03 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d4d4d1;
	padding-left: 27px;
	padding-bottom: 10px;
	padding-top: 5px;
	margin-top: 50px;
	margin-left: 250px;
	margin-bottom: 50px;
}
#main_flow h3 {
	margin: 0px;
	color: #649800;
	font-size: 16px;
}
#main_flow p {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 330px;
}
#main_flow img.R {
	float: right;
	margin-top: 30px;
}

/* 商品紹介 */
#main_linenap {
	width: 631px;
	float: right;
	padding-left: 27px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cfcec7;
	padding-top: 0px;
	text-align: left;
	margin: 0px;
	overflow: hidden; /* IE6対策 */
}
#main_linenap img.L {
	float: left;
}

#main_linenap_customer {
	width: 631px;
	float: left;
	padding-top: 0px;
	text-align: left;
	background-image: url(profile/img/bg-picture.jpg);
	background-repeat: no-repeat;
	margin-top: 50px;
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 50px;
	overflow: hidden; /* IE6対策 */
}

#main_linenap_customer div.customer01{
	width: 524px;
	margin-top: 25px;
	clear: both;
	margin-left: 15px;
	float: left;
}
.customer01 div.customer-text{
	width: 370px;
	float: left;
}
.customer01 div.customer-text h2{
	margin: 0px;
	padding: 0px;
}
.customer01 div.customer-text p{
	width: 330px;
}
.customer01 div.customer-info {
	text-align: right;
	color: #649800;
	width: 330px;
	margin-top: 20px;
}
.customer01 div.customer-photo {
	width: 154px;
	float: right;
	text-align: center;
}
.customer01 div.customer-photo img{
	padding: 1px;
	margin-bottom: 10px;
}
.customer01 div.customer-photo img.outline{
border: 1px solid #CCC;
}

#main_linenap_customer div.customer02{
	width: 544px;
	margin-top: 50px;
	clear: both;
	margin-left: 60px;
	float: left;
	display: inline; /* IE6対策 */
}
.customer02 div.customer-text{
	width: 360px;
	float: right;
	margin-left: 30px;
}
.customer02 div.customer-text h2{
	margin: 0px;
	padding: 0px;
}
.customer02 div.customer-text p{
	width: 330px;
}
.customer02 div.customer-info {
	text-align: left;
	color: #649800;
	width: 330px;
	margin-top: 20px;
}
.customer02 div.customer-photo {
	width: 154px;
	float: left;
}
.customer02 div.customer-photo img {
	border: 1px solid #CCC;
	padding: 1px;
}

#main_linenap_customer div.customer03 {
	width: 560px;
	margin-top: 50px;
	clear: both;
	margin-left: 40px;
	float: left;
	display: inline; /* IE6対策 */
}
.customer03 div.customer-text{
	width: 360px;
	float: left;
}
.customer03 div.customer-text h2{
	margin: 0px;
	padding: 0px;
}
.customer03 div.customer-text p{
	width: 330px;
}
.customer03 div.customer-info {
	text-align: right;
	color: #649800;
	width: 330px;
	margin-top: 20px;
}
.customer03 div.customer-photo {
	width: 200px;
	float: right;
	text-align: center;
}
.customer03 div.customer-photo img{
	padding: 1px;
	margin-bottom: 10px;
}
.customer03 div.customer-photo img.outline{
border: 1px solid #CCC;
}


#main_linenap_concept {
	width: 631px;
	float: left;
	padding-top: 0px;
	text-align: left;
	background-image: url(profile/img/bg-picture.jpg);
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 70px;
	overflow: hidden; /* IE6対策 */
	clear: left;
}
#main_linenap_concept img.U {
	margin-bottom: 20px;
}
#main_linenap_concept h2 {
	margin: 0px;
	text-align: left;
}
#main_linenap_concept div.set01 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d4d4d1;
	padding-left: 27px;
	padding-bottom: 10px;
	padding-top: 5px;
	margin-top: 50px;
	margin-left: 280px;
}
#main_linenap_concept div.set02 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d4d4d1;
	padding-left: 27px;
	padding-bottom: 10px;
	padding-top: 5px;
	margin-top: 50px;
	margin-left: 105px;
	margin-bottom: 50px;
}
#main_linenap_concept h3 {
	margin: 0px;
}
#main_linenap_concept p {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 330px;
}
#contents_linenap {
	clear: both;
	float: left;
	width: 631px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
#contents_linenap img {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#spec {
	width: 260px;
	float: left;
	padding-left: 10px;
	text-align: left;
}
#spec table{
	width: 260px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#spec th {
	vertical-align: top;
	text-align: left;
}
#spec td {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #ddddc9;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 15px;
	vertical-align: top;
}
#spec td span {
	color: #649800;
}
#spec td span.price{
	text-decoration: line-through;
}
#gosyoukai {
	float: right;
	width: 361px;
	text-align: left;
}
#gosyoukai p {
	margin-left: 15px;
	margin-top: 7px;
	width: 330px;
}
#gosyoukai p span {
	color: #649800;
}
#tocontact {
	clear: both;
	width: 631px;
	margin-top: 20px;
	float: left;
	margin-bottom: 20px;
}
#main_linenap img.R {
	float: right;
	margin-top: 30px;
	clear: both;
}

