@charset "UTF-8";


/* **************************************
Theme Name: T-ARS
Description: renewal_breakfast
Author: JuliaJapan + T-ARS
Since: 2009-7-30
************************************** */

/* Reset & Restyle
---------------------------------------------------------------------------------------- */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dt,dd,li,table,th,td,form,select,option,address,pre,strong,em{
	font-size:100%;
	font-style:normal;
	font-weight:normal;
	font-family:Verdana,sans-serif;
	text-decoration:none;
	line-height:1.5;
	color: #333;
	margin:0;
	padding:0;
}

body{
	font-size:75%;
	text-align:center;
	background:#e6d0a5 url(renewal_breakfast/bg_body.gif) repeat-x;
}

html>/**/body{
	font-size:12px;
}

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

ul, ol{
	list-style-type: none;
}

table {
	border: none;
}

th, td {
	padding: 0px;
}

hr{
	visibility:hidden;
}

.clear{
	clear:left !important;
}

.none{
	display:none;
}


/* link color
---------------------------------------------------------------------------------------- */
a {
	text-decoration: none;
	color:#000;
}

a:hover {	
	text-decoration: nono;
	color:#FF0000;
}


/* clearFix
---------------------------------------------------------------------------------------- */
.clearFix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearFix{
	display:inline-block;
}

/*\*/ * html .clearFix{
	height:1%;
} /**/

/*\*/ .clearFix{
	display:block;
} /**/
/* wrapper
---------------------------------------------------------------------------------------- */
#wrapper{
	width:770px;
	margin: 59px auto 30px;
	background: #7b2224;
}

/* header
---------------------------------------------------------------------------------------- */
#header{
	width:770px;
	height:308px;
	background:url(renewal_breakfast/bg_header.jpg) no-repeat;
}
#header h1{
	padding:18px 30px 10px;
	text-align:center;
	clear: both;
}
/* mainContants
---------------------------------------------------------------------------------------- */
#mainContants{
	width:710px;
	background:#fffaeb;
	margin: -158px auto 4px;
	clear: both;
}
#mainContants .hr{
	width:100%;
	clear: both;
	border-bottom: 1px dotted #A16B3D;
	height: 1px;
	padding-top: 20px;
}
#mainContants .img_end{
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#mainContants hr{
	display: none;
}
#mainContants .contents_R{
	width:670px;
	text-align:left;
	clear: both;
	margin: 20px 20px 0px;
	height: auto;
}
#mainContants .contents_R .txtarea{
	width:345px;
	float:right;
}
#mainContants .contents_R h2{
	margin:10px 0px;
}

#mainContants .contents_R p{
	margin:0px 0px 0px 0px !important;
	margin:0px 0px 0px 10px;
	line-height: 1.7em;
}
#mainContants .contents_R p.img{
	float:left;
	margin:0px 0px 0px 0px !important;
	margin:0px 0px 0px 10px;
}
#mainContants .contents_L{
	width:670px;
	text-align:left;
	clear: both;
	margin: 20px 20px 0px;
	height: auto;
}
#mainContants .contents_L .txtarea{
	width:345px;
	float:left;
}
#mainContants .contents_L h2{
	margin:10px 0px;
}

#mainContants .contents_L p{
	margin:0px 0px 0px 0px !important;
	margin:0px 0px 0px 10px;
	line-height: 1.7em;
}
#mainContants .contents_L p.img{
	float:right;
	margin:0px 0px 0px 0px !important;
	margin:0px 0px 0px 10px;
}
#mainContants .contents_R span{
	font-size:14px;
	color:#FF0000;
	font-weight:bold;
}
#mainContants .contents_L span{
	font-size:14px;
	color:#FF0000;
	font-weight:bold;
}
/* footer
---------------------------------------------------------------------------------------- */
#footer{
color:#FFF;
}
#footer address{
	color:#FFF;
	font-size:10px;
}
