@charset "utf-8";
/* CSS Document */

@import url("base.css");
@import url("common.css");
@import url("layout.css");

/*
Header
*/

#Header{
	width:950px;
	height:135px;
	position:relative;
	margin:0 auto;
}

/*
Logo
*/

#Header h1{
	width:148px;
	height:115px;
	position:absolute;
	left:20px;
	top:0px;
}

#Header h1 a{
	display:block;
	width:212px;
	height:114px;
	background-image:url(../images/youshiki/logo.png);
	background-repeat:no-repeat;
	background-position:left top;
}

#Header h1 a span{
	display:none;
}

/*
枠：左カラム
*/
#LeftColumn .LOutline {
	width:675px;
	background-image:url(../images/youshiki/left_column_middle.png);
	background-repeat:repeat-y;
	background-position:left top;
	overflow:hidden;
	margin-bottom:20px;
}
#LeftColumn .LOutlineIns {
	background-image:url(../images/youshiki/left_column_top.png);
	background-repeat:no-repeat;
	background-position:left top;
	overflow:hidden;
}
#LeftColumn .LOutlineInsIns {
	background-image:url(../images/youshiki/left_column_bottom.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding:20px 20px;
	overflow:hidden;
}

/*
左カラム：見出し
*/

#LeftColumn .LOutlineInsIns h2{
	width:635px;
	height:50px;
	background-repeat:no-repeat;
	background-position:left bottom;
	margin:10px 0px;
}

#LeftColumn .LOutlineInsIns h2 span{
	display:none;
}

/*
パンくず
*/

#Pankuzu{
	width:615px;
	margin-left:20px;
	overflow:hidden;
}

#Pankuzu li{
	list-style-type:none;
	color:#ACA59B;
}

#Pankuzu li a{
	color:#ACA59B;
	text-decoration:underline;
}

#Pankuzu li a:hover{
	text-decoration:none;
}


/*
枠：右カラム
*/
#RightColumn .ROutline {
	width:255px;
	background-image:url(../images/youshiki/right_column_middle.png);
	background-repeat:repeat-y;
	background-position:left top;
	overflow:hidden;
	margin-bottom:20px;
}
#RightColumn .ROutlineIns {
	background-image:url(../images/youshiki/right_column_top.png);
	background-repeat:no-repeat;
	background-position:left top;
	overflow:hidden;
}
#RightColumn .ROutlineInsIns {
	background-image:url(../images/youshiki/right_column_bottom.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding:20px 20px;
	overflow:hidden;
}

/*
右カラム　バナー
*/

#RightColumnBanner{
	width:215px;
}

#RightColumnBanner li{
	list-style-type:none;
	margin:6px 0px;
}

#RightColumnBanner li a{
	display:block;
	background-repeat:no-repeat;
	background-position:left bottom;
}

#RightColumnBanner li a span{
	display:none;
}

/*
------------------------------
*/

.Rbanner01 a{
	height:80px;
	background-image:url(../images/youshiki/right_column_bn01.png);
}

.Rbanner02 a{
	height:80px;
	background-image:url(../images/youshiki/right_column_bn02.png);
}

.Rbanner03 a{
	height:70px;
	background-image:url(../images/youshiki/right_column_bn03.png);
}

.Rbanner04 a{
	height:70px;
	background-image:url(../images/youshiki/right_column_bn04.png);
}

.Rbanner05 a{
	height:80px;
	background-image:url(../images/youshiki/right_column_bn05.png);
}

.Rbanner06 a{
	height:60px;
	width:215px;
}

.Rbanner07 a{
	height:70px;
	background-image:url(../images/youshiki/right_column_bn07.png);
}

.Rbanner08 a{
	height:70px;
	background-image:url(../images/youshiki/right_column_bn08.png);
}

/*.Rbanner09 a{
	height:80px;
	background-image:url(../images/youshiki/right_column_bn15th.png);
}*/

/*.Rbanner10 a{
	height:80px;
	background-image:url(../images/index/bn_pricelist_old.png);
}*/

/*
更新情報
*/

#WhatsNew {
	width:215px;
	margin:0 auto;
}
#WhatsNew li {
	list-style-type:none;
}
#WhatsNew li p {
	display:block;
	width:215px;
	height:57px;
	background-image:url(../images/index/slb02.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}
#WhatsNew li p span {
	display:none;
}
#WhatsNew li ul li {
	margin:5px 0px;
}
#WhatsNew li dl {
	width:215px;
	overflow:hidden;
	font-size:11px;
	background-image:url(../images/index/li_news.png);
	background-repeat:no-repeat;
	background-position:5px 0.4em;
}

#WhatsNew li .last_month{
	background-image:url(../images/index/ico_new.gif);
	background-position:left 0.3em;
}

#WhatsNew li dl dt {
	width:60px;
	float:left;
	margin-left:20px;
	display:inline;
	padding:0px;
}
#WhatsNew li dl dd {
	width:130px;
	float:right;
	padding:0px;
	display:inline;
}
#WhatsNew li dl dd a {
	color:#000;
	text-decoration:underline;
}
#WhatsNew li dl dd a:hover {
	text-decoration:none;
}
/*
支店一覧
*/

#Branch {
	width:215px;
	margin:0 auto;
}
#Branch li {
	list-style-type:none;
}
#Branch li p {
	display:block;
	width:215px;
	height:57px;
	background-image:url(../images/index/slb03.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}
#Branch li p span {
	display:none;
}
#Branch li ul li {
	margin:10px 0px 15px 0px;
}
#Branch li dl {
	width:215px;
	overflow:hidden;
	font-size:11px;
}
#Branch li dl dt {
	font-size:12px;
}

#Branch li dl dt a{
	color:#333;
}

#Branch li dl dt strong span {
	display:none;
}
#Branch li dl dd {
}
#Branch li dl dd p {
	background-image:none;
	height:auto;
	width:auto;
}

/*
ブログ一覧へ
---------------------------*/
#to_list_blog{
	text-align:right;
}

#to_list_blog a{
	color:#333;
}