/*------------------------------------------------------------------------------
リセット
------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/*------------------------------------------------------------------------------
clearfix
------------------------------------------------------------------------------*/
.clearfix:after{
    content: "";
    display: block;
    clear: both;
    height: 0px;
    overflow: hidden;
	}
/*-------IE--------*/	
.clearfix{
	zoom:100%;
	}
/*-------IE--------*/




/*------------------------------------------------------------------------------
全体レイアウト
------------------------------------------------------------------------------*/
body{
	background:url(../img/common/main_bg.gif);
	font-size:12px;
	color:#272727;
	font-family:"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	line-height:1.6em;
	}
a {
	color:#751104;
	text-decoration:none;
	}
a:visited{
	color:#87443c;
	}
a:hover{
	color:#751104;
	text-decoration: underline;
	}
#main_area{
	width:960px;
	margin:0 auto;
	}
#main_area #title{
	width:91px;
	float:left;
	}
#main_area #contents{
	width:825px;
	float:right;
	}
	
	
/*------------------------------------------------------------------------------
ヘッダー
------------------------------------------------------------------------------*/
#header_area{
	background:url(../img/common/header_bg.png) top left repeat-x;
	}
*html #header_area{
	behavior: expression(IEPNGFIX.fix(this));
	background:url(../img/common/header_bg.png) top left repeat-x;
	padding-bottom:15px;
	}
#header{
	width:960px;
	margin:0 auto;
	}
#header h1{
	width:88px;
	float:left;
	padding-top:10px;
	}
#header p{
	float:right;
	padding-top:27px;
	}

/*------------------------------------------------------------------------------
ナビゲーション
------------------------------------------------------------------------------*/
#g_navi{
	width:960px;
	margin:0 auto;
	}
#g_navi{
	padding-top:12px;
	}
#g_navi ol li{
	float:left;
	}


/*------------------------------------------------------------------------------
パンくず
------------------------------------------------------------------------------*/
.path{
	padding-top:25px;
	text-align:right;
	font-size:10px;
	margin-bottom:10px;
	}


/*------------------------------------------------------------------------------
BACK TO TOP
------------------------------------------------------------------------------*/
.back{
	width:960px;
	margin:auto;
	}
.back p{
	text-align:right;
	padding:20px 0
	}


/*------------------------------------------------------------------------------
フッター
------------------------------------------------------------------------------*/
#footer{
	width:960px;
	margin:auto;
	}
#footer p{
	text-align:right;
	padding:20px 0;
	}


/*------------------------------------------------------------------------------
index
------------------------------------------------------------------------------*/
#player{
	padding:10px;
	}
#player p{
	line-height:2em;
	}
#player img{
	vertical-align:top;
	margin-left:10px;
	}
#attention{
	padding:10px;
	}



/*------------------------------------------------------------------------------
お問い合わせ
------------------------------------------------------------------------------*/
.tab{
	padding:10px 0;
	border-bottom:1px dotted #d9d9d9;
	border-top:1px dotted #d9d9d9;
	margin-bottom:30px;
	}
.tab p{
	float:left;
	margin-right:10px;
	}
.tab p.narimasu{
	padding-left:10px;
	margin-right:10px;
	border-left:1px dotted #d9d9d9;
	}
.block{
	border-bottom:1px dotted #d9d9d9;
	padding-bottom:20px;
	margin-bottom:15px;
	}
p.category{
	padding-bottom:12px;
	}
p.qestion{
	background:url(../img/QA/bg_Q.gif) top left no-repeat;
	padding-left:50px;
	line-height:2em;
	color:#113456;
	}
.answer{
	background:url(../img/QA/bg_A.gif) top left no-repeat;
	padding-left:50px;
	line-height:2em;
	margin-top:20px;
	}
.answer2{
	background:url(../img/QA/bg_A.gif) top left no-repeat;
	padding-left:65px;
	line-height:2em;
	margin-top:20px;
	}
.indent{
	text-indent:-1em;
	}



/*------------------------------------------------------------------------------
自在空間の物件
------------------------------------------------------------------------------*/
.obj_block{
	padding-bottom:45px;
	}
ul.list{
	width:845px;
	}
ul.list li{
	float:left;
	padding-right:30px;
	}
ul.list li p img{
	padding-bottom:5px;
	padding-right:100px;
	}
ul.list li.last{
	padding-right:0;
	}

/*------------------------------------------------------------------------------
自在空間とは
------------------------------------------------------------------------------*/
#flash{
	width:750px;
	height:450px;
	/*background-color:#CCCCCC;*/
	margin-left:30px;
	}



/*------------------------------------------------------------------------------
自在空間の買い方
------------------------------------------------------------------------------*/
h3{
	padding-bottom:30px;
	}
h4{
	padding:40px 0 15px 0;
	}
h4.first{
	padding:15px 0 15px 0;
	}

.catch{
	width:825px;
	}
.catch .message{
	width:534px;
	float:left;
	}
.catch .logo{
	width:271px;
	float:right;
	}
.simple, .master, .premium{
	width:235px;
	float:left;
	}
.simple img, .master img, .premium img{	
	padding:5px 0;
	}
*html img.sim, *html img.mas, *html img.pre{	
	behavior: expression(IEPNGFIX.fix(this));
	width:234px;
	height:157px;
	}

.simple{
	padding:0 55px 0 10px;
	}
.master{
	padding:0 55px 0 0;}




/*------------------------------------------------------------------------------
paddig
------------------------------------------------------------------------------*/
.pb20{
	padding-bottom:20px;
	}
.pb10{
	padding-bottom:10px;
	}

.caption{
	padding-top:8px;
	text-align:right;
	}
.center{
	text-align:center;
	padding-top:10px;
	}

