/*-----全体構造-----*/
body{
	margin:0;
	background-color:#ffffff;
	background-image:url(../images/base/body_bg.png);
	background-repeat:repeat-x;
	color:#222222;
	font-size:10pt;
	text-align:center;
}

address{
	font-style:normal;
}

em{
	font-weight:bold;
	font-style:normal;
}

img{
	border:0px;
}

h1, h2, h3, h4, h5, h6{
	margin:0px;
}

.sub{
	color:#009900;
	font-size:9pt;
}

.center{
	text-align:center;
}

ul li{
	list-style-type:none;
	background-image:url(../images/base/list01.png);
	margin:0px 0px 15px -30px;
	padding:5px 0px 0px 30px;
	background-repeat:no-repeat;
}

ul li .caption{
	font-weight:bold;
	margin-bottom:10px;
}

ul li ul li .caption{
	font-weight:bold;
	margin-bottom:0px;
}

ul li ul li{
	list-style-type:none;
	background-image:url(../images/base/list02.png);
	margin:0px 0px 0px -30px;
	padding:5px 0px 0px 30px;
	background-repeat:no-repeat;
}

li.caution{
	background-image:url(../images/base/icon/caution.png);
	margin-left:-30px;
	padding:0px;
	padding-left:40px;
	line-height:32px;
}

li.warning{
	background-image:url(../images/base/icon/error.png);
	margin-left:-30px;
	padding:0px;
	padding-left:40px;
	line-height:35px;
}

li.information{
	background-image:url(../images/base/icon/information.png);
	margin-left:-30px;
	padding:0px;
	padding-left:40px;
	line-height:32px;
}

li.none{
	background-image:none;
}

/* label */
div.label{
	background-image:url(../images/base/label_bg.png);
	width:160px;
	height:35px;
	line-height:35px;
}

div.label .text{
	margin-left:20px;
	font-weight:bold;
}

#background{
	position:relative;
	width:1000px;
	margin:0 auto;
	text-align:center;
	background-image:url(../images/base/page_bg.png);
}

#container{
	position:relative;
	width:950px;
	margin:0px auto;
	text-align:center;
}

#description{
	width:1000px;
	height:20px;
	background-image:url(../images/base/description_bg.png);
	background-color:#555555;
	background-repeat:no-repeat;
	line-height:20px;
}

#description h2{
	margin-left:40px;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	text-align:left;
}

#header{
	width:950px;
	height:70px;
	background-image:url(../images/base/header_bg.png);
	background-repeat:no-repeat;
	text-align:left;
}

#header .column1{
	width:475px;
	height:70px;
	text-align:left;
	float:left;
}

#header .column2{
	width:475px;
	height:70px;
	text-align:right;
	float:left;
	line-height:70px;
}

#header .column2 img.remodel_logo{
	position:relative;
	top:5px;
	margin-right:5px;
}

#header h1{
	margin:0px;
}

#header p{
width:300px;
height:70px;
margin:0px;
padding:0px;
float:left;
}

#globalnavi{
	width:950px;
	height:30px;
	background-image:url(../images/g_menu/button_base.png);
}

#globalnavi ul{
	list-style:none;
	margin:0px;
	padding:0px;
	float:left;
}

#globalnavi li{
	margin:0px;
	padding:0px;
	float:left;
	width:150px;
	height:30px;
	line-height:30px;
}

#maincontentsbox{
	width:950px;
	margin:0px;
	padding:0px;
	text-align:left;
}

#maincontentsbox .body{
	display:inline;
	float:left;
	width:930px;
	margin:10px;
	margin-top:0px;
}

#footer{
	background-image:url(../images/base/body_bg.png);
	float:left;
	width:950px;
	margin:0px;
	color:#FFFFFF;
}

#footer a{
	color:#FFFFFF;
}

#footer h6{
	width:930px;
	margin:0px 10px;
	text-align:right;
	font-size:80%;
	color:#FFFFFF;
	font-weight:normal;
}

#footer .navi{
	margin:10px;
}


/*-----ナビゲーションボタン設定-----*/


#globalnavi a{
	display:block;
	width:150px;
	height:30px;
	float:left;
	background-image:url(../images/g_menu/button_base.png);
	background-position:0px 0px;
	background-repeat:repeat-x;
	background-color:#0066FF;
	margin:0px;
	line-height:30px;
	text-decoration:none;
	font-weight:bold;
	font-size:10pt;
	color:#FFFFFF;
}


#globalnavi a:hover{
	background-position:0px -30px;
}

#globalnavi a#now{
	background-image:url(../images/g_menu/button_now.png);
}

#globalnavi a#now:hover{
	background-position:0px 0px;
}

/*-----フォント基本設定-----*/

h2,h3,h4,h5{
	font-weight:normal;
	font-size:10pt;
}

/*-----一般設定-----*/

.clear{
clear:both;
}


/* contact banner */
#contact_banner{
	width:580px;
	text-align:center;
}

#contact_banner a.banner{
	display:block;
	background-image:url(../images/contents/top/b_contact_us.png);
	width:550px;
	height:75px;
	margin:0px auto;
}

#contact_banner a.banner:hover{
	background-position:0px -75px;
}

/* table design */
table{
	border-collapse:collapse;
	border:solid 1px #00275e;
}

table thead{
	background-image:url(../images/base/table_h_bg.png);
	height:30px;
	color:#FFFFFF;
}

table th, table td{
	border:solid 1px #00275e;
	border-width:1px 0px;
	padding:10px;
}

table thead th{
	padding:0px 10px;
	font-size:12pt;
}

table tfoot td{
	font-weight:normal;
	color:#006600;
	font-size:9pt;
	background-color:#DEEDF3;
}

table colgroup.column1{
	background-color:#dadada;
}

table colgroup.column2{
	background-color:#eeeeee;
}

table colgroup.column3{
	background-color:#ffffff;
}

a.toto{
	display:block;
	background-image:url(../images/base/to_toto.png);
	width:143px;
	height:22px;
	float:left;
	line-height:22px;
	vertical-align:middle;
}

a.toto:hover{
	background-position:0px -22px;
}

#blog
{
	text-align:center;
	margin-top:5px;
	margin-bottom:10px;
}

a.blog
{
	display:block;
	background-image:url(../images/base/banner_blog.png);
	width:340px;
	height:101px;
}

a.blog:hover
{
	background-position:0px -101px;
}

.ycom_credit
{
	text-align:right;
	margin-right:10px;
	font-size:0.8em;
}