@charset "utf-8";

a {
	color: #c00;
}

a:hover {
	color: #f00;
}

body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #fff;
	background-color: #333;
	background-image: url(../images/bg_01.png);
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "MS UI Gothic";
	font-size: 12px;
	line-height: 150%;
	letter-spacing: 1px;
}

h2 , h3 , h4 , h5 , p {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}
td ,th {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "MS UI Gothic";
	font-size: 12px;
	line-height: 150%;
	letter-spacing: 1px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
strong {
	color: #c00;
}


#header_01 {
	background-color: #000;
	height: 101px;
	margin: 0px;
	padding: 0px;
} 
#header_01 h1 {
	padding: 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
	margin-top: 0;
	margin-right: 157px;
	margin-bottom: 0;
	margin-left: 10px;
}
#header_01 table {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#header_01 table td {
	padding-top: 20px;
}

#header_01 ul {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 609px;
}
#header_01 ul li {
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
}
#flash_01 {
	margin: 0px;
	padding-top: 0px;
	background-color: #000;
	padding-bottom: 30px;
}



#container {
	width: 950px;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
} 
#container_01 {
	background-image: url(../images/bg_03.png);
	background-repeat: repeat-x;
	padding-top: 12px;
}

#sidebar_01 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 220px; /* 背景色は、列内のコンテンツの長さにわたって表示されます */
	padding: 0px; /* 余白は、div のコンテンツを div の端に接触しない位置に維持します */
	margin: 0px;
}
#sidebar_02 {
	float: right; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 260px;
	padding: 0px;
	margin: 0px;
}
#mainContent {
	padding: 0px; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
	margin-top: 0px;
	margin-right: 270px;
	margin-bottom: 0px;
	margin-left: 230px;
	color: #333;
}
#mainContent td {
	color: #333;
}

 
#mainContent .top_01 {
	border: 4px solid #ddd;
	background-color: #fff;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#mainContent .top_01 h2 {
	background-image: url(../images/bg_02.png);
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#mainContent .top_01 h3 {
	font-size: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
	background-color: #f7f7f7;
}
#mainContent .top_01 h4 {
	font-size: 13px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #ddd;
	padding: 5px;
	margin-bottom: 10px;
}

#mainContent .top_01 p {
	margin-right: 5px;
	margin-left: 5px;
}
#mainContent .top_01 .coupon_01 {
	font-weight: bold;
	color: #c00;
}

#mainContent .top_01 table {
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#mainContent .top_02 {
	width: 400px;
}
#mainContent .top_02 td {
	padding-top: 5px;
	padding-bottom: 5px;
}
#mainContent .top_02 th {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	color: #333;
}
#mainContent .top_03 {
	width: 26px;
}
#mainContent .top_04 {
	width: 428px;
	height: 358px;
	border: 1px solid #000;
	margin: 0px auto 30px;
}





#mainContent #oshirase_01 {
	margin: 0px;
	padding: 0px;

}

#mainContent #oshirase_01 dt {
	background-image: url(../images/top/oshirase_02.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 3px;
}
#mainContent #oshirase_01 dd {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 21px;
}
#mainContent  .company_01 , #mainContent .shop_02 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #ddd;
	border-right-color: #ddd;
	width: 400px;
}
#mainContent  .company_01  td , #mainContent .shop_02 td {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #ddd;
	border-left-color: #ddd;
	padding: 5px;
	vertical-align: top;
	color: #333;
}
#mainContent  .company_01  th , #mainContent .shop_02 th {
	background-color: #eee;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #ddd;
	border-left-color: #ddd;
	text-align: left;
	padding: 5px;
	vertical-align: top;
	color: #333;
	background-image: url(../images/company/bg_01.png);
	background-repeat: no-repeat;
}
#mainContent .company_02 {
	margin: 0px;
	padding: 0px;
}
#mainContent .company_02 dt {
	float: left;
	width: 80px;
}


#mainContent .contact_01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #c00;
	padding-left: 5px;
}
#mainContent .ichiryu_01 {
	font-size: 15px;
	font-weight: bold;
	color: #c00;
	margin-top: 20px;
}

#mainContent #map_01 {
	padding: 2px;
	height: 350px;
	width: 410px;
	border: 1px solid #ddd;
	margin-bottom: 20px;
}
#mainContent .shakun_01 {
	font-size: 15px;
	font-weight: bold;
	text-align: right;
}
#mainContent .shop_01 h3 {
	font-size: 13px;
	background-color: #fff;
	margin: 0px;
}
#mainContent .shop_01 h3 span {
	font-size: 11px;
	margin: 0px 0px 0px 10px;
	color: #c00;
}
#mainContent .shop_01 h3 a {
	color: #333;
	text-decoration: none;
}
#mainContent .shop_01 h3 a:hover {
	color: #c00;
}


#mainContent .shop_01 img {
	background-color: #000;
	padding: 1px;
}
#mainContent  .shop_01  a:hover  img  {
	background-color: #c00;
}
#mainContent .shop_01 p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}

#mainContent .shop_01 td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}
#mainContent .shop_03 , #mainContent .staff_04{
	padding: 2px;
	border: 1px solid #ddd;
}
#mainContent  .staff_01 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #ddd;
	border-right-color: #ddd;
	width: 230px;
}
#mainContent  .staff_01 td {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #ddd;
	border-left-color: #ddd;
	padding: 5px;
	vertical-align: top;
	color: #333;
}
#mainContent  .staff_01 th {
	background-color: #eee;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #ddd;
	border-left-color: #ddd;
	text-align: left;
	padding: 5px;
	vertical-align: top;
	color: #333;
	background-image: url(../images/company/bg_01.png);
	background-repeat: no-repeat;
}
#mainContent .staff_02 {
	vertical-align: top;
}
#mainContent .staff_03 {
	font-size: 11px;
	margin-left: 10px;
	color: #777;
	font-weight: normal;
}
#mainContent .staff_03 a {
	color: #777;
	text-decoration: none;
}



#mainContent .target_01 {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	line-height: 300%;
}
#mainContent .target_02 {
	font-size: 32px;
	text-align: center;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	color: #c00;
}
#footer_01 {
	background-color: #000;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	height: 150px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
} 

#footer_02 {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#footer_03 {
	text-align: left;
	letter-spacing: 2px;
}
#footer_04 {
	line-height: 0px;
	text-align: left;
	width: 410px;
}
#footer_04 p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#footer_04 ul {
	margin: 0px;
	padding: 0px;
}
#footer_04 ul li {
	float: left;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 0px;
	height: 50px;
	width: 50px;
}
#footer_05 {
	text-align: left;
}

#footer_05 a {
	color: #fff;
	font-size: 10px;
}
#footer_05 a:hover {
	color: #c00;
}



#copyright_01 {
	font-size: 8px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #111;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #171717;
	padding-top: 5px;
	padding-bottom: 12px;
	letter-spacing: 2px;
}
#copyright_01 p {
	text-align: right;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #666;
}

#copyright_01 a {
	color: #666;
	text-decoration: none;
}
.center {
	text-align: center;
}


.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
