@charset "UTF-8";

/* ***************************************************
* CSS file For renovel.jp
	FileName: common.css
	data:2009/04/21 yoshii

■目次 ==========================================
■[01]:ブラウザスタイル初期化
■[02]:基本テキストリンク
■[03]:大枠レイアウト
■[10]:見出し
■[20]:ヘッダー
■[30]:メインナビ
■[40]:サイドナビ
■[50]:フッター
■[60]:ぱんくず
■[70]:レイアウト指定
■[80]:指定フォント
■[00]:その他共通
**************************************************** */



/*-----------------------------------------------------------
■[01]:ブラウザスタイル初期化
------------------------------------------------------------*/
body, div, table, caption, th, tr, td, ul, ol, li, dl, dt, dd, form, input, textarea, p {
	font-weight: normal;
	font-style: normal;
	margin: 0 auto;
	padding: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
	margin: 0 auto;
	padding: 0;
	color: #666;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0;
	text-align: center;
	background-image: url(../img/background_purple2.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #62002C;
}


*:first-child+html　body {
		font-size: 90%;
}

img,table { border: none;}

img { border: 0px;vertical-align:bottom;}

h1,h2,h3,h4,h5,h6,p,form,ul,li,dl,dt,dd {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

*:first-child+html h1,h2,h3,h4,h5,h6,p,form,ul,li,dl,dt,dd {
	font-size: 100%;
}

ul { list-style: none; }

ol li {margin: 0;}

.clear { clear: both; display: block; font-size: 0px; line-height: 0px; }

br { padding: 0px; margin: 0px;}

/* -- clear float -- */ 
.LRSplit { 
    min-height:0; 
    display: inline-table; 
} 
.LRSplit:after{ 
    content:"."; 
    display:block; 
    height:0; 
    clear: both; 
    visibility:hidden; 
} 
/* \*/ 
* html .LRSplit {height:0;} 
.LRSplit{display: block;} 
/* */ 
/* -- end clear float -- */


/*-----------------------------------------------------------
■[02]:基本テキストリンク
------------------------------------------------------------*/

a:link 		{ color: #339900; text-decoration: underline; }
a:visited 	{ color: #339900; text-decoration: underline; }
a:hover 	{ color: #999; text-decoration: underline; }


/*-----------------------------------------------------------
■[03]:大枠レイアウト
------------------------------------------------------------*/
div#Container {
	width: 850px;
	text-align: center;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
}

div#Wrapper {
	width: 840px;
	text-align: left;
	margin-left: 30px;
}

div#Content{
	width: 595px;
	float:left;
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-style: normal;
}



/* -----------------------------------------------------------
■[10]:見出し
------------------------------------------------------------ */

h2 {
	margin: 0 0 14px;
	text-align: left;
}

h3 {
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 14px;
	font-weight: bolder;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	width: 530px;
}

h4 {
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	font-weight: normal;
	width: 430px;
	margin-left: 130px;
}

*:first-child+html h4 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
}

.menu {
	text-align: left;
	margin-right: 0;
	margin-bottom: 20px;
	font-weight: normal;
	width: 430px;
	margin-left: 130px;
	padding-bottom: 20px;
}

.price {
	text-align: left;
	font-weight: normal;
	width: 100px;
	font-size: 100%;
	margin-bottom: 20px;
	margin-left: 5px;
}

/*-----------------------------------------------------------
■[20]:ヘッダー
------------------------------------------------------------*/
div#Header {
	width: 840px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 10px;
	height: 105px;
	float: left;
}



div#Header div.HLeft{
	float: left;
	width: 200px;
	text-align:left;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 30px;
}

div#Header div.HRight{
	float: right;
	width: 580px;
	text-align:right;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 0;
}

div#Header h1{
	color: #666;
	font-size: 10px;
	text-align: right;
}


div#Header p.Hbtn {
	margin: 3px 0 9px;
	text-align: right;
}

div#Header p.Hbtn img{
	margin: 0 0 0 2px;
}


div#Header p.MailTel img{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 7px;
	text-align: right;
	float: right;
}

p#MainImage{
	clear: both;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

p#MainImageWP{
	clear: both;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
}

/*-----------------------------------------------------------
■[30]:メインナビ
------------------------------------------------------------*/

div#MainNavi{
	width: 830px;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 15px;
}

div#MainNavi ul{
	float: left;
	width: 830px;
}

div#MainNavi ul li{
	float: left;
	width: 166px;
}

/* リノベーションについて配下ナビ表示 */
div.NaviAbout {
	text-align: left;
	margin: 3px 0;
}

/*-----------------------------------------------------------
■[40]:サイドナビ
------------------------------------------------------------*/

div#SideNavi{
	float: left;
	width:172px;
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 26px;
}

div#SideNavi ul{
	margin:0 0 10px;
	padding: 0 2px;
}

div#SideNavi ul li{
	margin:0 0 1px;
}

div#SideNavi dl dt{
	padding: 0 2px 3px;
}

div#SideNavi dl dd{
	color: #666;
	font-size: 10px;
	line-height: 14px;
	padding: 0 2px 15px;
}

div.SideContact{
	background: url(/img/common/side_contact_bg.gif) no-repeat center top;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 2px;
}

div.SideContact p{
	margin: 0;
	padding: 0 0 5px;
}


/*-----------------------------------------------------------
■[50]:フッター
------------------------------------------------------------*/

div#Footer {
	width: 840px;
	font-size: 10px;
	line-height: 18px;
	text-align: left;
	float: left;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}


div#Footer a:link 	{ color: #333; text-decoration: none; }
div#Footer a:visited 	{ color: #333; text-decoration: none; }
div#Footer a:hover 	{ color: #858585; text-decoration: underline; }

div#Footer p#FLink{
	clear:both;
	width: 800px;
	line-height:18px;
	border-bottom: 1px solid #000;
	margin: 0 0 5px;
	padding: 0 0 5px;
}

div#Footer p#FLeft{
	float: left;
	width: 420px;
	padding: 0 0 5px;
}

div#Footer p#FRight{
	float: right;
	width: 300px;
	text-align: right;
	padding-top: 0;
	padding-bottom: 5px;
	padding-left: 0;
	margin-right: 40px;
}

div.pageTop{
	width: 585px;
	text-align: right;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	clear: both;
}


/*-----------------------------------------------------------
■[60]:ぱんくず
------------------------------------------------------------*/
ul#TopicsPath {
	color: #666666;
	font-size: 10px;
	line-height: 12px;
	padding: 0 3px;
}
ul#TopicsPath li {
	display: inline;
	background: url(/img/common/tpath_arrow.gif) no-repeat 3px 0;
	padding: 0 0 0 15px;
}
ul#TopicsPath li.Top {
	background: none ;
	padding: 0 ;
}

ul#TopicsPath li a:link{color:#666666; text-decoration:none;}
ul#TopicsPath li a:visited{color:#666666; text-decoration:none;}
ul#TopicsPath li a:hover{color:#000000; text-decoration:none;}

/*-----------------------------------------------------------
■[70]:レイアウト指定
------------------------------------------------------------*/
.right { text-align: right;}
.center { text-align: center;}
.left { text-align: left;}
.fLeft{ float: left;}
.fRight{ float: right;}
.mt10{margin-top: 10px;}
.pt10{padding-top: 10px;}
.p10{padding: 10px;}
.p15{padding: 15px;}

.bgFF0000{ background-color: #FF0000; }

/*-----------------------------------------------------------
■[80]:指定フォント
------------------------------------------------------------*/
.xxx-large	{ font-size:200%;    line-height:150%; } /*32px*/
.xx-large	{ font-size:150%;    line-height:150%; } /*24px*/
.x-large	{ font-size:131.25%; line-height:150%; } /*21px*/
.large		{ font-size:112.5%;  line-height:150%; } /*18px*/
.mid		{ font-size:100%;    line-height:150%; } /*16px = 12pt*/
.small		{
	font-size:80%;
	line-height:150%;
	font-weight: normal;
} /*12px*/
.x-small	{ font-size:62.5%;   line-height:150%; } /*10px*/
.xx-small	{ font-size:56.25%;  line-height:150%; } /*9px*/

/*** color ***/
.red		{ color: #FF0000; }

/*-----------------------------------------------------------
■[00]:その他共通
------------------------------------------------------------*/
div.introduction { padding: 0 10px 30px; }
div.introduction p { margin: 0 0 8px; }
div.introduction div.linkBtn { text-align: right; }

/*-----------------------------------------------------------
■[09]:Ｃカールのページ
------------------------------------------------------------*/
.main_textC_curl {	font-family: "ヒラギノ角ゴ Pro W3"," Hiragino Kaku Gothic Pro"," メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
font-size: 12px;
	line-height: 1.3em;
	color: #000066;
	list-style-image: url(../img/obj_point.gif);
	list-style-position: outside;
	list-style-type: square;
	padding-left: 0px;
	background-color: #CCFFFF;
	background-position: left;
}
.main_textC_curl_2 {
font-family: 'ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック', sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	color: #000066;
	list-style-image: url(../img/obj_point.gif);
	list-style-position: outside;
	list-style-type: square;
	padding-left: 20px;
	background-color: #CCFFFF;
	background-position: left;
	background-repeat: repeat-y;
	padding-right: 110px;
	padding-bottom: 0px;
	padding-top: 0px;
	background-image: url(../img/about_c_curl_2_r2_c1.gif);
}
.main_textC_curl_3 {	
font-family: 'ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック', sans-serif;
font-size: 12px;
	line-height: 1.3em;
	color: #000066;
	list-style-image: url(../img/obj_point.gif);
	list-style-position: outside;
	list-style-type: square;
	padding-left: 110px;
	background-color: #CCFFFF;
	background-position: left;
	background-image: url(../img/about_c_curl_3_r2_c1.gif);
	background-repeat: repeat-y;
	padding-right: 25px;
	text-align: justify;
}
.main_textC_curl_4 {	font-family: 'ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック', sans-serif;
font-size: 12px;
	line-height: 1.3em;
	color: #000066;
	list-style-image: url(../img/obj_point.gif);
	list-style-position: outside;
	list-style-type: square;
	padding-left: 20px;
	background-color: #CCFFFF;
	background-position: left;
	background-image: url(../img/about_c_curl_4_r2_c1.gif);
	background-repeat: repeat-y;
	padding-right: 115px;
	text-align: justify;
}

#Container #Wrapper #Content .Renovation table tr td {
	text-align: right;
}
