@charset "utf-8";

body {
	margin:0;
	padding:0;
	color:#000;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","メイリオ",Meiryo,Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:1;
	background: url(../img/bg.png) 0 0 repeat;
}
* html body {/* for IE6 */
	font-size:75%;
}
*:first-child+html body {/* for IE7 */
	font-size:75%;
}
html,
div,
p,
li,
dl,
dt,
dd,
blockquote,
td,
form,
address {
	margin:0;
	padding:0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:bold;
	font-size:100%;
}
ol,
ul {
	margin:0;
	padding:0;
	list-style:none;
}
caption,
th {
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
	text-align:left;
}
h1 {
	font-size:164%;/* 18px */
}
h2 {
	font-size:145%;/* 16px */
}
h3 {
	font-size:127%;/* 14px */
}
fieldset {
	margin:0;
	padding:0;
	border:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	font-size:100%;
	line-height:inherit;
}

/*--------------------------------------
	Inline Elements
--------------------------------------*/
em,
strong,
cite,
code,
dfn,
var {
	font-style:normal;
	font-weight:normal;
}
input,
select,
textarea {
	color:#000;
	font-size:inherit;
}
img,
embed,
object {
	vertical-align:bottom;
	border:none;
}

/*--------------------------------------
	Style Name : Structure Style

	Common Style
	Accessibility
	body
	header
	content
	footer
--------------------------------------*/

/*	Common Style
--------------------------------------*/
#header {
	margin:0 auto;
	width:1000px;
	text-align:left;/* for IE */
	background-color: #FFFFFF;
}
#content {
	margin:0 auto;
	padding: 0 40px;
	width:920px;
	text-align:left;/* for IE */
	background-color: #FFFFFF;
}
#footer {
	margin:0 auto;
	width:920px;
	text-align:left;/* for IE */
	font-size:91%;
}

/*	Accessibility
--------------------------------------*/
#header #global-nav h2,
#header .guide-nav h2,
#site-search legend {
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	width:0;
	height:0;
	font-size:0;
}

/*--------------------------------------
	body
--------------------------------------*/
body {
	text-align:center;/* for IE */
}

/*--------------------------------------
	div#container
--------------------------------------*/
#container {
	background:url(../img/bg_texture_footer_01.png) repeat-x 0 100%;
	line-height:1.3;
}

/*--------------------------------------
	div#header
--------------------------------------*/
#header {
	position:relative;
	line-height:1.4;
}

/*--------------------------------------
	div#content
--------------------------------------*/
#content {
	*margin-bottom:0;
	display:inline-block;
	height:1%;
	min-height:1%;
	/* \*/display:block;/* */
}
#content:after {/* for modern browser */
	content:".";
	display:block;
	height:0;
	clear:both;
	line-height:0;
	visibility:hidden;
}

/*--------------------------------------
	div#main-content
--------------------------------------*/
#main-content {
	float:right;
	width:603px;
}
body.sub #main-content {
	margin-right:44px;
	margin-bottom:50px;
	padding-right:44px;
	line-height:1.8;
	float:left;
	width:650px;
	border-right:1px dotted #CCCCCC;
}
body.sub #main-content_lineup {
	margin:0 auto;
	padding-bottom:30px;
	width:800px;
	line-height:1.8;
}
body.sub #main-content_navi {
	margin:0 auto;
	padding-bottom:50px;
	*margin:0 auto 50px;
	*padding-bottom:0;
	width:920px;
	line-height:1.8;
}
body.sub #content_top {
	margin:0 auto;
	padding-bottom:40px;
	*margin:0 auto 40px;
	*padding-bottom:0;
	width:920px;
	line-height:1.8;
}

body.sub #main-content_mem {
	margin-bottom:50px;
	line-height:1.8;
	float:left;
	width:920px;
	border-right:1px dotted #CCCCCC;
}

/*--------------------------------------
	div#sub-content
--------------------------------------*/
#sub-content {
	float:left;
	width:287px;
}
body.sub #sub-content {
	float:right;
	width:180px;
}

/*--------------------------------------
	div#footer
--------------------------------------*/
#footer {
	position:relative;
	height:87px;
	color:#fff;
	line-height:1.4;
	clear: both;
}


/*--------------------------------------
	Style Name : Editorial Style

	Common Style
	Hypertext
	global-nav
	header
	content
	footer
--------------------------------------*/


/*	Common Style
--------------------------------------*/
h1,
h2,
h3,
h4,
p,
ol,
ul,
dl,
table {
	margin-bottom:1em;
}
strong {
	font-weight:bold;
}

/*	Hypertext
--------------------------------------*/
a:link,
a:visited {
	color:#990000;
	text-decoration:none;
}

a:hover,
a:active {
	color:#666666;
	text-decoration:underline;
}

/*	#global-nav
--------------------------------------*/
#global-nav {
	margin-right:40px;
	position:absolute;
	right:0;
	bottom:0;
}
#global-nav li {
	float:left;
}

/*--------------------------------------
	div#header
--------------------------------------*/
#header h1 {
	margin:0 0 0 40px;
	padding:30px 0 15px;
}
#header div.guide-nav {
	margin-right: 40px;
	position:absolute;
	top:20px;
	right:0;
}
#header div.guide-nav li {
	margin:0 0 0 5px;
	float:left;
	display:inline;/* for IE6 */
}
#header #site-search {
	position:absolute;
	top:60px;
	right:0;
	width:300px;
	text-align:right;
}
#header #site-search input {
	vertical-align:middle;
}
#header #site-search input.text {
	margin:0 5px;
	width:170px;
}

/*--------------------------------------
	div#content
--------------------------------------*/
div.lead-link {
	text-align:right;
}

/*	div#introduction
--------------------------------------*/
#introduction {
	margin:0 -40px 35px;
	position:relative;
	width:1000px;
}
body.sub #introduction {
	margin:0 0 35px;
	position:relative;
	width:920px;
}
body.sub #introduction div.figure_support {
	margin:40px 0 0;
	width:920px;
}
body.sub #rubbish {
	margin:0;
	padding-left:15px;
	position:relative;
	width:905px;
	height:20px;
	line-height:20px;
	font-size:84%;
	color:#FFFFFF;
	background-color:#4d4d4d;
}
body.sub #rubbish a {
	color:#FFFFFF;
	text-decoration:none;
}

/*	div.module
--------------------------------------*/
div.module {
	margin:0 0 30px;
	display:inline-block;
	height:1%;
	min-height:1%;
	/* \*/display:block;/* */
}
div.module:after {/* for modern browser */
	content:".";
	display:block;
	height:0;
	clear:both;
	line-height:0;
	visibility:hidden;
}
div.module-group {
	overflow:hidden;
	*zoom:1;
}

/*--------------------------------------
	div#main-content
--------------------------------------*/

/*	div.module_lineup
--------------------------------------*/
div.module-group div.module_lineup {
	float:left;
}
div.module_lineup {
	width:302px;
}
div.module_lineup div.figure-group {
	margin:0 -3px -10px;
	*margin:0 -3px 20px;
}

div.module_lineup div.figure-group2 {
	margin:0 -3px -10px;
	*margin:0 -3px 20px;
	height:210px;
	overflow:auto;
}

div.module_lineup div.figure {
	margin:0 3px 10px;
	display:-moz-inline-block;
	display:inline-block;
	*display:inline;
	width:138px;
	font-size:91%;
	vertical-align:top;
	*zoom:1;
}
div.module_lineup div.figure span {
	margin:5px 0 0;
	display:block;
}

/*	div.module_lineup2
--------------------------------------*/
div.module-group div.module_lineup2 {
}
div.module_lineup2 {
	width:920px;
	height:auto;
	background-color:#FFF;
	border-bottom:#C0C0C0 1px solid;
	border-left:#C0C0C0 1px solid;
	border-right:#C0C0C0 1px solid;
}
div.module_lineup2 div.figure-group {
	margin:0 -3px -10px;
	*margin:0 -3px 20px;
}

div.module_lineup2 div.figure-group2 {
	margin:0 -3px -10px;
	*margin:0 -3px 0px;
	height:110px;
	overflow:auto;
}

div.module_lineup2 div.figure {
	margin:0 6px 10px;
	display:-moz-inline-block;
	display:inline-block;
	*display:inline;
	width:138px;
	font-size:91%;
	vertical-align:top;
	*zoom:1;
	float:left;
}

div.module_lineup2 div.figure2 {
	margin:0 6px 10px 15px;
	display:-moz-inline-block;
	display:inline-block;
	*display:inline;
	width:138px;
	font-size:91%;
	vertical-align:top;
	*zoom:1;
	float:left;
}

div.module_lineup2 div.figure span {
	margin:5px 0 0;
	display:block;
}

div.module_lineup2 div.figure2 span {
	margin:5px 0 0;
	display:block;
}

/*	div.module_lineup3
--------------------------------------*/
div.module-group div.module_lineup3 {
}
div.module_lineup3 {
	width:920px;
	height:auto;
	background-color:#FFF;
	border-bottom:#C0C0C0 1px solid;
	border-left:#C0C0C0 1px solid;
	border-right:#C0C0C0 1px solid;
}
div.module_lineup3 div.figure-group {
	margin:0 -3px -10px;
	*margin:0 -3px 20px;
}

div.module_lineup3 div.figure-group2 {
	margin:0 -3px -10px;
	*margin:0 -3px 0px;
	height:220px;
	overflow:auto;
}

div.module_lineup3 div.figure {
	margin:0 6px 10px;
	display:-moz-inline-block;
	display:inline-block;
	*display:inline;
	width:215px;
	font-size:91%;
	vertical-align:top;
	*zoom:1;
	float:left;
}

div.module_lineup3 div.figure2 {
	margin:0 6px 10px 15px;
	display:-moz-inline-block;
	display:inline-block;
	*display:inline;
	width:215px;
	font-size:91%;
	vertical-align:top;
	*zoom:1;
	float:left;
}

div.module_lineup3 div.figure span {
	margin:5px 0 0;
	display:block;
}

div.module_lineup3 div.figure2 span {
	margin:5px 0 0;
	display:block;
}


/*	div.module_group
--------------------------------------*/
div.module-group div.module_group {
	float:right;
	width:287px;
	height:234px;
	text-align:left;
	background:url(../img/home/img_figure_group_01.png) 0 bottom no-repeat;
}
div.module-group div.module_group p.link {
	margin-top:160px;
	margin-left:180px;
	color:#000000;
}
div.module-group div.module_group p.link a {
	color:#000000;
	text-decoration:none;
}
div.module-group div.module_group p.link a:hover {
	color:#990000;
	text-decoration:none;
}



/*	div.module_pickup
--------------------------------------*/
div.module_pickup {
	width:603px;
	font-size:91%;
}
div.module_pickup div.figure-group {
	margin:0 -10px -10px;
}
div.module_pickup div.figure {
	margin:0 10px 10px;
	display:-moz-inline-block;
	display:inline-block;
	*display:inline;
	width:289px;
	vertical-align:top;
	*zoom:1;
}
div.module_pickup div.figure span {
	margin:5px 0 0;
	display:block;
}

/*	div.section
--------------------------------------*/
#main-content div.section {
	margin-bottom:60px;
	width:650px;
	line-height:1.6;
	clear: both;
	border-bottom:1px dotted #CCCCCC;
}
#main-content div.section h2,
#main-content div.sub_section h2 {
	margin-bottom:48px;
}
#main-content div.section h3,
#main-content div.sub_section h3 {
	margin-bottom:20px;
}
#main-content div.section h3.showhouse {
	margin-bottom:20px;
	padding-left:15px;
	font-size: 125%;
	color:#990000;
	line-height: 30px;
	height:30px;
	/* border-left:3px solid #990000; */
}
#main-content div.section table td {
	padding:5px;
	border:1px solid #CCCCCC;
}
#main-content div.section table.bor_none td {
	padding:5px;
	border:none;
}
#main-content div.section table td td {
	margin:0;
	padding:5px;
	border:none;
}
#main-content div.section ul.faq li {
	margin:0 10px 10px;
	padding-left: 30px;
	padding-top:10px;
	font-size:108%;
	font-weight:bold;
	width:610px;
	line-height: 30px;
	height:30px;
	list-style:none;
	border-top:1px dotted #CCCCCC;
	background:url(../img/faq/faq_qs.gif) 0 15px no-repeat;
}
div.section dl.event {
	margin: 10px 0 0;
	line-height: 1.8em;
}
div.section dl.event dt {
	text-align: left;
	padding: 10px;
	float: left;
	clear: left;
	width: 120px;
	border-top: 1px dotted #cccccc;
}
div.section dl.event dd {
	margin-left: 140px;
	padding: 10px;
	border-top: 1px dotted #cccccc;
}

/*	div.sub_section
--------------------------------------*/
#main-content div.sub_section {
	width:650px;
	line-height:1.6;
	clear: both;
}
#main-content div.sub_section div.clear {
	padding:30px 0;
	width:650px;
	clear:both;
}


/*	#main-content_lineup
--------------------------------------*/
#main-content_lineup div.sub_section {
	width:800px;
	line-height:1.6;
	clear: both;
}
#main-content_lineup div.sub_section div.clear {
	width:800px;
	height:40px;
	clear:both;
}
#main-content_lineup div.sub_section div.box {
	padding:40px 0 0 22px;
	_padding:40px 0 0 5px;
	width:777px;
	height:278px;
	_width:800px;
	_height:318px;
	clear:both;
	background:url(../img/lineup/img_lineup_photo_10.gif) 0 0 no-repeat;
}
div.sub_section div.box div.item {
	margin:0 19px;
	padding:0;
	width:113px;
	float:left;
	overflow:hidden;
}
div.sub_section div.box div.item p.img {
	margin:0 0 10px 0;
}
div.sub_section div.box div.item p.text {
	margin-bottom:5px;
	padding:0;
	line-height:1.3;
	font-size:85%;
}
#main-content_lineup div.sub_section div.eco {
	width:800px;
	clear:both;
}
div.sub_section div.eco div.item_eco01 {
	margin-right:10px;
	margin-bottom:10px;
	padding:95px 0 0 28px;
	width:365px;
	height:157px;
	float:left;
	overflow:hidden;
	background:url(../img/lineup/img_lineup_photo_62.jpg) 0 0 no-repeat;
}
div.sub_section div.eco div.item_eco02 {
	padding:95px 0 0 28px;
	margin-bottom:10px;
	width:365px;
	height:157px;
	float:left;
	overflow:hidden;
	background:url(../img/lineup/img_lineup_photo_63.jpg) 0 0 no-repeat;
}
div.sub_section div.eco div.item_eco03 {
	margin-right:10px;
	padding:95px 0 0 28px;
	width:365px;
	height:157px;
	float:left;
	overflow:hidden;
	background:url(../img/lineup/img_lineup_photo_64.jpg) 0 0 no-repeat;
}
div.sub_section div.eco div.item_eco04 {
	padding:95px 0 0 28px;
	width:365px;
	height:157px;
	float:left;
	overflow:hidden;
	background:url(../img/lineup/img_lineup_photo_65.jpg) 0 0 no-repeat;
}
div.sub_section div.eco div.item_eco01 p.text,
div.sub_section div.eco div.item_eco02 p.text,
div.sub_section div.eco div.item_eco03 p.text,
div.sub_section div.eco div.item_eco04 p.text {
	width:140px;
	font-size:85%;
}

#main-content_lineup div.section_title {
	margin-bottom:30px;
	width:800px;
}
#main-content_lineup div.sub_section-navi {
	margin:0 auto;
	*margin:0 auto 30px;
	width:700px;
}
#main-content_lineup div.sub_section-navi2 {
	margin:0 auto;
	*margin:0 auto 30px;
	width:530px;
}
#main-content_lineup div.sub_section-navi3 {
	margin:0 auto;
	*margin:0 auto 30px;
	width:344px;
}
#main-content_lineup div.sub_section-navi p,
#main-content_lineup div.sub_section-navi2 p,
#main-content_lineup div.sub_section-navi3 p {
	margin:0 5px 30px;
	*margin:0 5px;
	height:30px;
	float:left;
}

/*	#main-content_navi
--------------------------------------*/
#main-content_navi div.section {
	width:920px;
	line-height:1.6;
	clear: both;
}
#main-content_navi div.section h3 {
	margin-bottom:10px;
	width:920px;
}
#main-content_navi div.section p {
	margin:0 4px 0 0;
	width:180px;
	height:41px;
	float:left;
}
#main-content_navi div.section div.clear {
	width:920px;
	height:20px;
	clear:both;
}

/*	#content_top
--------------------------------------*/
#content_top div.section {
	width:920px;
	line-height:1.6;
	clear: both;
}
#content_top div.section div.clear {
	width:920px;
	height:20px;
	clear:both;
}
#content_top div.item {
	margin:0;
	padding:0 10px;
	border-left:1px dotted #999999;
	width:208px;
	height:335px;
	float:left;
}
#content_top div.item_end {
	margin:0;
	padding:0 10px;
	border-left:1px dotted #999999;
	border-right:1px dotted #999999;
	width:208px;
	height:335px;
	float:left;
}
#content_top div.item_lineup {
	margin:0;
	padding:0 14px;
	border-left:1px dotted #999999;
	width:277px;
	float:left;
}
#content_top div.item_lineup p.hobby_t  {
	border-top:1px dotted #999999;
	margin:10px 0 0 0 ;
	padding:10px 23px 5px 23px;
	width:auto;
}
#content_top div.item_lineup p.hobby_txt  {
	margin:0;
	padding:0px 23px 10px 23px;
	font-weight:bold;
}
#content_top div.item_lineup_end {
	margin:0;
	padding:0 14px;
	border-left:1px dotted #999999;
	border-right:1px dotted #999999;
	width:277px;
	float:left;
}

#content_top div.item_lineup2_end {
	margin:20px 0 0 0 ;
	padding:0 14px;
	border-left:1px dotted #999999;
	border-right:1px dotted #999999;
	width:277px;
	float:left;
}

#content_top div.item_lineup2 {
	margin:20px 0 0 0 ;
	padding:0 14px;
	width:277px;
	float:left;
}

#content_top div.item_lineup_end p.hobby_t  {
	border-top:1px dotted #999999;
	margin:10px 0 0 0;
	padding:10px 23px 5px 23px;
	width:auto;
}
#content_top div.item_lineup_end p.hobby_txt  {
	margin:0;
	padding:0px 23px 10px 23px;
	font-weight:bold;
}

/*	111019追加
--------------------------------------*/

#content_top div.lineup_bn_area  {
	border-top:1px dotted #999999;
	margin:10px 0 0 0 ;
	padding:10px 15px 5px 15px;
	width:auto;
	overflow:hidden;
}

#content_top div.lineup_bn_l  {
	width:auto;
	float:left;
	margin:0;
	padding:0 15px 0 0 ;
}

#content_top div.lineup_bn_r  {
	width:auto;
}

#content_top div.lineup_bn_l p.hobby_t2  {
	margin:0 0 ;
	padding:0px;
	width:auto;
}

#content_top div.lineup_bn_l p.hobby_txt2  {
	margin:0;
	padding:0px ;
	font-weight:bold;
}

#content_top div.lineup_bn_r p.hobby_t2  {
	margin:0 0 ;
	padding:0px;
	width:auto;
}

#content_top div.lineup_bn_r p.hobby_txt2  {
	margin:0;
	padding:0px ;
	font-weight:bold;
}

#content_top div.item p.title,
#content_top div.item_end p.title,
#content_top div.item_lineup p.title,
#content_top div.item_lineup_end p.title {
	margin:0 0 10px;
	padding:0;
}
#content_top div.item p.img,
#content_top div.item_end p.img,
#content_top div.item_lineup p.img,
#content_top div.item_lineup_end p.img {
	margin:0 0 10px;
	padding:0;
}
#content_top div.item p.text,
#content_top div.item_end p.text,
#content_top div.item_lineup p.text,
#content_top div.item_lineup_end p.text {
	margin:0;
	padding:0 15px;
}


/*	div.sub_section
--------------------------------------*/
div.sub_section p.text {
	margin:0 0 30px;
}
div.sub_section p.text_allen {
	margin:0 0 30px 12px;
}
div.sub_section p.text_allen2 {
	margin:0 0 30px 12px;
	width:400px;
	float:right;
}
div.sub_section p.text_bg {
	margin:0;
	padding:10px;
	background-color:#efebe1;
}
div.sub_section p.text_bg2 {
	margin:0;
	padding:10px;
	background-color:#f0f0f0;
	width:375px;
}
div.sub_section p.photo_center {
	margin:0 0 0;
	text-align:center;
}
div.sub_section img.left {
	margin:0 20px 20px 0;
	*margin:0 20px 0 0;
	float:left;
}
div.sub_section img.right {
	margin:0 0 20px 20px;
	*margin:0 0 0 20px;
	float:right;
}
div.sub_section img.right_step {
	margin:70px 0 20px 20px;
	float:right;
}
div.sub_section img.photo {
	margin:0 0 40px;
}
div.sub_section img.title {
	margin:0 0 20px;
}
div.sub_section img.title_small {
	margin:0 0 10px 12px;
}
div.sub_section div.dotted_box {
	margin:0 0 30px;
	padding:50px;
	width:698px;
	border:1px dotted #CCCCCC;
}
div.sub_section div.solid_box {
	margin:0 0 30px;
	padding:50px;
	width:698px;
	border:1px solid #CCCCCC;
}

div.sub_section div.solid_box_02 {
	margin:0 0 30px;
	padding:50px;
	width:698px;
	border:1px solid #CCCCCC;
}

div.sub_section div.solid_box_03 {
	margin:0 0 30px;
	padding:50px;
	width:698px;
	border:1px solid #CCCCCC;
}

div.sub_section div.border_box {
	margin:0 0 30px;
	padding:20px;
	width:608px;
	border:1px solid #CCCCCC;
}
div.sub_section div.item_thm {
	margin:0 0 20px 10px;
	_margin:0 0 20px 8px;
	width:150px;
	height:150px;
	float:left;
}
div.sub_section div.item_thm p.img {
	margin:0 0 5px;
}
div.sub_section div.item_thm p.title {
	margin-left:5px;
	font-size:108%;
	font-weight:bold;
	float:left;
}
div.sub_section div.item_thm p.icon {
	margin-left:5px;
	padding-top:2px;
	float:right;
}
div.sub_section p.owner {
	margin-left:5px;
	font-size:116%;
	font-weight:bold;
	color:#00669c;
	float:left;
}
div.sub_section p.bild {
	margin-left:5px;
	font-size:108%;
	float:right;
}
div.sub_section div.owner_data {
	margin:0 0 20px;
	width:650px;
	clear:both;
}
div.sub_section div.owner_data p.img {
	margin-right:20px;
	float:left;
}
div.sub_section div.owner_data p.sub_img {
	margin-bottom:20px;
	float:right;
}
div.sub_section div.owner_data p.data {
	margin:0;
	padding:10px;
	width:237px;
	border:1px solid #CCCCCC;
	float:right;
}
div.sub_section div.item_data {
	margin:0 0 20px;
}
div.sub_section div.item_data p.title {
	margin-bottom:10px;
	font-size:116%;
	font-weight:bold;
}
div.sub_section div.item_data p.img {
	margin:0 0 20px 20px;
	float:right;
}
div.sub_section div.item_data p.text {
	margin:0 0 20px;
	width:495px;
}
div.sub_section div.icon_list {
	margin:0 0 20px;
	padding-bottom:20px;
	width:650px;
	height:77px;
	border-bottom:1px dotted #CCCCCC;
	clear:both;
}
div.sub_section div.icon_list ul li {
	margin-right: 15px;
	list-style:none;
	height:77px;
	float:left;
}
div.sub_section div.owner_title {
	margin:0 0 20px;
	width:646px;
	height:65px;
	border-left:4px solid #00669c;
	clear:both;
}
div.sub_section div.owner_title p.owner {
	margin-left:10px;
	margin-top:15px;
	font-size:116%;
	font-weight:bold;
	color:#00669c;
	float:left;
}
div.sub_section div.owner_title p.owner span {
	font-size:84%;
	color:#000000;
}
div.sub_section div.owner_title p.img {
	margin:0;
	height:65px;
	float:right;
}
div.sub_section div.owner_info {
	margin:0 0 25px;
	width:650px;
	border-bottom:1px dotted #CCCCCC;
	clear:both;
}
div.sub_section div.owner_info p.title {
	margin-bottom:10px;
	font-size:116%;
	font-weight:bold;
}
div.sub_section div.owner_info p.img {
	margin-right:20px;
	margin-bottom:20px;
	float:left;
}
div.sub_section div.owner_info p.text {
	margin-bottom:20px;
}
div.sub_section div.owner_info p.clear {
	width:650px;
	height:1px;
	clear:both;
}

div.sub_section  p.own_lineup_bn img {
	margin:10px 0 0 0 ;
	padding:0;
	
}

#main-content div.sub_section div.own_clear {
	padding:0 0 15px 0;
	width:650px;
	height:auto;
	clear:both;
}


div.border_box div.both {
	width:608px;
	height:1px;
	clear:both;
}

/*	div.box
--------------------------------------*/
#main-content div.box,
#main-content div.box2 {
	margin-bottom:60px;
	width:650px;
	clear:both;
}
#main-content div.box3 {
	width:620px;
	padding:20px 15px 0;
	background-color:#f0f0f0;
	clear:both;
}
#main-content div.box3 div.box_clear {
	width:620px;
	height:1px;
	clear:both;
}
#main-content div.box div.box_left {
	margin:0 0 60px;
	width:300px;
	float:left;
}
#main-content div.box2 div.box_left {
	margin:0 0 60px;
	width:380px;
	float:left;
}
#main-content div.box3 div.box_left {
	margin:0;
	width:320px;
	float:left;
}
#main-content div.box div.box_left p.text,
#main-content div.box2 div.box_left p.text {
	margin:0;
}
#main-content div.box3 div.box_left p.text {
	margin:0 0 30px;
}
#main-content div.box div.box_right,
#main-content div.box2 div.box_right {
	margin:30px 0 50px;
	float:right;
}
#main-content div.box3 div.box_right {
	margin:0 0 0 15px;
	width:265px;
	float:right;
}
#main-content div.box3 img.right {
	margin:0 0 20px 20px;
	*margin:0 0 0 20px;
	float:right;
}

/*--------------------------------------
	div#sub-content
--------------------------------------*/

/*	div.

--------------------------------------*/
#sub-content div.information {
	margin:-6px 0 30px;
	_margin:1px 0 30px;
	padding:0 0 5px;
	
	line-height:1.5;
	font-size: 91%;
}
#sub-content div.information ul.content-nav {
	margin:-1px -1px 1em 0;
}
#sub-content div.information ul.content-nav li {
	float:left;
}
#sub-content div.information ul.content-nav li a:link,
#sub-content div.information ul.content-nav li a:visited {
	padding-left:23px;
	padding-top:6px;
	width:120px;
	height:25px;
	line-height:25px;
	display:block;
	overflow:hidden;
	color:#FFFFFF;
	text-decoration:none;
	background:url(../img/img_content-nav_information_01.png) 0 bottom no-repeat;
}
#sub-content div.information ul.content-nav li a:hover,
#sub-content div.information ul.content-nav li.present a {
	padding-left:23px;
	padding-top:0;
	width:120px;
	height:31px;
	line-height:31px;
	display:block;
	overflow:hidden;
	color:#333333;
	text-decoration:none;
	background:url(../img/img_content-nav_information_02.png) 0 bottom no-repeat;
}
#sub-content div.information dl {
	margin:-8px 0 0;
	*margin:5px 0 0;
	_margin:0;
	padding:0 10px;
	clear:both;
	position:relative;
	overflow:hidden;
	width:264px;
	border:1px solid #c0c0c0;
}
#sub-content div.information dl dt {
	padding:8px 0 0;
	_position:absolute;
	float:left;
	clear:left;
	color:#666;
	font-family:Helvetica,Arial,sans-serif;
	font-weight:bold;
}
#sub-content div.information dl dd {
	margin:-1px 0 4px;
	padding:8px 0 5px 6em;
	background:url(../img/bg_texture_information_01.png) no-repeat 0 0;
}

#sub-content div.information dl dd.lead-link {
	margin:0 10px 0;
	text-align:right;
}

#sub-content div.information div.lead-link {
	margin:0 10px 0;
	
}

/*	div.about
--------------------------------------*/
#sub-content div.about div.group {
	overflow:hidden;
	zoom:1;
	margin-bottom:10px;
	font-size: 91%;
}
#sub-content div.about div.capsule {
	overflow:hidden;
	zoom:1;
}
#sub-content div.about div.figure {
	margin:0 1em 15px 0;
	float:left;
	width:60px;
}
#sub-content div.about h3 {
	margin:0 0 2px;
	color:#666;
	font-size:100%;
}

/*	div.about2
--------------------------------------*/
#main-content div.about2 div.group {
	overflow:hidden;
	zoom:1;
	margin-bottom:10px;
	font-size: 91%;
}
#main-content div.about2 div.capsule {
	overflow:hidden;
	zoom:1;
}
#main-content div.about2 div.figure {
	margin:0 1em 15px 0;
	float:left;
	width:60px;
}
#main-content div.about2 h3 {
	margin:0 0 2px;
	color:#666;
	font-size:100%;
}

/*	div.navi
--------------------------------------*/
#sub-content div.subnavi {
	margin-bottom:60px;
}
#sub-content div.subnavi ul.category {
	margin:0;
	padding:0;
	list-style:none;
}
#sub-content div.subnavi ul.category li {
	margin:0;
	padding:0;
	border-bottom:1px solid #808080;
}
#sub-content div.subnavi ul.category ul li {
	margin:0 0 0 30px;
	padding:0 0 10px;
	border:none;
	color:#a0a0a0;
	list-style:disc;
}
#sub-content div.subnavi ul.category ul li a {
	color:#333333;
	text-decoration:none;
}
#sub-content div.subnavi ul.category ul li a:hover {
	color:#a0a0a0;
	text-decoration:none;
}
#sub-content div.banner {
	margin-bottom:60px;
}
#sub-content div.banner p {
	margin:0 0 15px;
}


#content div.skip-link {
	margin:0 0 30px;
	padding: 0;
	text-align:right;/* for IE */
	clear: both;
}

/*--------------------------------------
	div#footer
--------------------------------------*/
#footer div.guide-nav ul {
	margin:0;
	padding:10px 0 0;
}
#footer div.guide-nav.pseudo-last-child {
	position:absolute;
	bottom:10px;
	left:0;
}
#footer div.guide-nav li {
	margin-left:0.2em;
	padding-left:0.4em;
	display:inline;
	height:1em;
	border-left:1px solid #fff;
	line-height:1.1;
}
#footer div.guide-nav li.pseudo-first-child {
	margin-left:0;
	padding-left:0;
	border-left:none;
}
#footer div.guide-nav li a:link,
#footer div.guide-nav li a:visited {
	color:#fff;
	text-decoration:none;
	zoom:1;
}
#footer div.guide-nav li a:hover,
#footer div.guide-nav li a:active {
	text-decoration:underline;
}
#footer div.copyright {
	position:absolute;
	right:0;
	bottom:10px;
}

/*	div.detail
--------------------------------------*/

.detail_title {
	font-size:16px;
	font-weight:bold;
	margin:15px 0 ;
}

h3.area_title {
	color:#990000;
	font-size:135%;
	font-weight:bold;	
}

div.item_thm p.title a {
	color:#005d99;
}

div.sub_section div#m_flash {
	margin:0 0 20px 20px;
	*margin:0 0 0 20px;
	float:right;
	display:inline;
}


/*	動画コンテンツ
--------------------------------------*/

#main-content div.section h2#mov {
	margin-bottom:30px;
}

.movie_ttl {
	color:#990000;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:0 0 10px 0;
}

#mov_txt {
	font-size:14px;
	font-weight:bold;
}

ul.movies li.mov_l {
	float:left;
	margin:0;
	padding:0 30px 15px 0;
}

ul.movies li.mov_r {
	margin:0;
	padding:0 0 15px 0;
}

.movie_cat {
	margin:0 0 35px 0 ;
	padding:10px;
	background-color:#efefef;
}

#cat_link {
	margin:0 0 35px 0 ;
}

#cat_link img {
	padding:0 1px 0 0 ;
}


div.section p.clear2 {
	clear:both;
}


/*	アクトオン特設
--------------------------------------*/

div.module-group p#act_flash {
	margin-bottom:30px;
}

/*	イントロムービー
--------------------------------------*/

element.style {
display:none;
}

#opening-wrapper {
background:none repeat scroll 0 0 #333333;
display:none;
height:100%;
position:relative;
width:100%;
}

#opening-swf {
height:600px;
left:50%;
margin-left:-475px;
margin-top:-300px;
position:absolute;
text-align:center;
top:50%;
width:950px;
}

div#content div.hobby_bn {
	width:230px ;
	margin:15px 0 0 690px ;
	padding:0 ;
	clear:both;
}

div#content div.hobby_bn2 {
	width:auto ;
	margin:15px 0 0 450px ;
	padding:0 ;
	clear:both;
}

div#content p.hobby_bn_txt {
	width:auto;
	font-weight:bold ;
	margin:0 ;
	padding:0 ;
}


/*	wave kodawari
--------------------------------------*/

div#skipfuroa{width:800px;
	height:484px;
	background-image:url(../img/lineup/wave-k_11.jpg);
	background-repeat:no-repeat;
}


div#ikkodate{width:800px;
	height:517px;
	background-image:url(../img/lineup/wave-k_13.jpg);
	background-repeat:no-repeat;
}


div#enjoy{width:800px;
	height:544px;
	background-image:url(../img/lineup/wave-k_12.jpg);
	background-repeat:no-repeat;
}


div.enjoy02{width:411px;
	height:auto;
	padding:0 0 0 389px;
	margin:0;
}


/*	modelhouse color
--------------------------------------*/

div.section td.color {
	background-color:#f4f4f4;
}

div#main-content div.section td.color div {
	font-size:10px;
	color:#666;
}


/*	wave kaiteki
--------------------------------------*/

div#kaitekimain{widows:800px;
	height:auto;
	background-image:url(../img/lineup/wave-kaiteki_06.jpg);
	background-repeat:repeat-y;}
	
	
	
hr{color:#FFF;
	width:80%;
	margin:auto;
	height:auto;}	

/*	アレンローネ／グランデ
--------------------------------------*/
#content-2style {
	margin-bottom:60px;
	width:920px;
	line-height:1.6;
	clear: both;
}
#content-2style div.border {
	margin:40px 0;
	padding:0;
	width:920px;
	height:9px;
	overflow:hidden;
	background:url(../lineup/allen/2style/img/bg_01.gif) 0 0 no-repeat;
}
#content-2style h2 {
	margin:0 0 10px;
	clear:both;
}
#content-2style div.photo {
	margin:0 auto 40px;
	clear: both;
}
#content-2style div.skip-link {
	margin:0;
	padding: 0;
	text-align:right;/* for IE */
	clear: both;
}
#content-2style div.section {
	margin:0 auto;
	width:800px;
	clear:both;
	line-height:1.6;
}
#content-2style div.section p {
	margin:0;
	padding:0;
}
#content-2style div.section div.plan_01 {
	margin:0 0 70px;
	padding:0;
	width:800px;
	height:650px;
	overflow:hidden;
	background:url(../lineup/allen/2style/img/bg_02.jpg) 0 0 no-repeat;
}
#content-2style div.section div.plan_01 ul {
	margin:0;
	padding:0;
	list-style:none;
}
#content-2style div.section div.plan_01 ul li.point_01 {
	margin:189px 0 0 210px;
}
#content-2style div.section div.plan_01 ul li.point_02 {
	margin:98px 0 0 628px;
}
#content-2style div.section div.plan_01 ul li.point_03 {
	margin:18px 0 0 700px;
}
#content-2style div.section div.plan_02 {
	margin:0 0 70px;
	padding:0;
	width:800px;
	height:650px;
	overflow:hidden;
	background:url(../lineup/allen/2style/img/bg_03.jpg) 0 0 no-repeat;
}
#content-2style div.section div.plan_02 ul {
	margin:0;
	padding:0;
	list-style:none;
}
#content-2style div.section div.plan_02 ul li.point_01 {
	margin:167px 0 0 283px;
}
#content-2style div.section div.plan_02 ul li.point_02 {
	margin:91px 0 0 615px;
}

/*	オーナーズボイス・追加要素
--------------------------------------*/

div#ov_lineup_area div.ov_lineup_bn {
	width:124px;
	height:auto;
	float:left;
	padding:0 6px 0 0;
	margin:0 0 10px 0 ;
}

#ov_lineup_area .ov_lineup_bn .ow_lineup_ttl {
	margin:0;
	padding:0;
}

#ov_lineup_area .ov_lineup_bn .ow_lineup_num {
	background-image:url(../img/owners/owner_num_bg.jpg);
	background-repeat:no-repeat;
	text-align:center;
	font-weight:bold;
	width:auto;
	height:24px;
	margin:0;
	padding:6px 0 0 0;
}

div.sub_section h3.ow_lineup_bar {
	clear:both;
}


/*	ライフスタイルアンケート　追加
--------------------------------------*/
#ownerslifestyle {
	margin:0 0 30px;
	padding:0;
	width:910px;
	height:911px;
	background:url(../ownerslifestyle/img/bg_main.gif) center top no-repeat;	
}
#ownerslifestyle p.notes {
	padding:160px 110px 30px;
	line-height:1.6;
}
#ownerslifestyle p.notes img {
	float:right;
}
#ownerslifestyle div.box {
	margin:0 auto;
	width:717px;
}
#ownerslifestyle div.item {
	margin:0 16px 20px;
	_margin:0 16px 32px 8px;
	float:left;
	width:207px;
	height:167px;
}
#ownerslifestyle div.item p.bg_frame {
	z-index:50;
	position:absolute;
	visibility:visible;
}
#ownerslifestyle div.item p.photo {
	margin-top:20px;
	z-index:30;
	text-align:center;
}
#ownerslifestyle div.item p.text {
	margin-top:-10px;
	width:207px;
	font-size:92%;
	text-align:center;
	z-index:100;
	position:absolute;
	visibility:visible;
}
#ownerslifestyle div.pagelink {
	margin:0 auto;
	width:600px;
	clear:both;
}
#ownerslifestyle div.pagelink div.left {
	float:left;
	width:200px;
	text-align:left;
}
#ownerslifestyle div.pagelink div.right {
	float:right;
	width:200px;
	text-align:right;
}



