@charset "shift_jis";

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 2;
	color: #666666;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #FFFFFF url(images/bg.gif);
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}

input {
	background: #f5f5f5;
}

.color {
	color: #FF7F00;
}

.special_color {
	color: #EE3B3B;
	font-weight: bold;
}

.anniv_link {
	color: #FF7F00;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.new_menu_color {
	color: #EE3B3B;
	font-size: 16px;
	font-weight: bold;
}

.special_title {
	color: #FF7F00;
	font-size: 16px;
	font-weight: bold;
}

.photo {
	height: 150px;
	float: left;
	position: relative;
	left: -3px;
	top: -3px;
	padding: 3px;
	background: #FFFFF0;
	border: 1px solid #FF7F00;
}

.msg_img {
	top: -20px;
	position: relative;
	float: center;
	border: 1px solid #FFFFFF;
}

.shop_img {
	float: left;
	position: relative;
	left: -3px;
	top: -3px;
	padding: 3px;
	background: #FFFFF0;
	border: 1px solid #FF7F00;
}

.shop_img_right {
	float: right;
	position: relative;
	left: -3px;
	top: -3px;
	padding: 3px;
	background: #FFFFF0;
	border: 1px solid #FF7F00;
}

.shop_img_none {
	float: none;
	position: relative;
	left: -3px;
	top: -3px;
	padding: 3px;
	background: #FFFFF0;
	border: 1px solid #FF7F00;
}

.sub_link {
	position: absolute;
	color: #FF7F00;
	font-weight: normal;
	right: 20px;
	top: 175px;
}

.anniv_img_none {
	float: none;
	position: relative;
	left: 3px;
	top: 3px;
	padding: 3px;
	background: #FFFFF0;
	border: none;
}

/*メイン画像（画像の両サイドの影を設定しています）
------------------------------------------------------------------*/
#main-img {
	background: url(images/main_img_bg.gif) repeat-y center;
	padding-right: 6px;
	padding-left: 6px;
	position: relative;
}

/*h1タグ設定
------------------------------------------------------------------
■font-sizeで文字の大きさを指定しています。
■leftとtopの数値を変更してh1の位置の微調整ができます。
■colorで文字色を指定します。
------------------------------------------------------------------*/
#main-img h1 {
	position: absolute;
	font-size: 12px;
	color: #FF7F00;
	font-weight: normal;
	left: 20px;
	top: 10px;
}

#main-img a {
	font-size: 14px;
	color: #FF7F00;
	font-weight: normal;
}


/*コンテナー
------------------------------------------------------------------*/
#container {
	margin: 0px auto 20px;
	width: 812px;
	text-align: left;
}



/*コンテンツ（メイン、サブの両ブロックの外側）
------------------------------------------------------------------*/
#contents {
	background: url(images/contents_bg.gif) repeat-y center;
	padding-top: 30px;
	padding-bottom: 50px;
}



/*メインメニュー（リストタグを横並びに設定）
------------------------------------------------------------------*/
ul#menu li {
	display: inline;
}



/*メインコンテンツ（１段組）
------------------------------------------------------------------*/
#main_all {
	float: right;
	width: 722px;
	display: inline;
	margin-right: 37px;
}

#main_all h2 {
	line-height: 33px;
	background: url(images/midashi_base_all.gif);
	height: 33px;
	font-size: 16px;
	padding-left: 40px;
}

#main_all p {
	padding: 0.5em 10px 1em;
}

#main_all .special {
	font-size: 16px;
	color: #FF7F00;
	font-weight: 700; 
}

/*メインコンテンツ（右側ブロック）
------------------------------------------------------------------*/
#main {
	float: right;
	width: 496px;
	display: inline;
	margin-right: 37px;
}

#main h2 {
	line-height: 33px;
	background: url(images/midashi_base.gif);
	height: 33px;
	font-size: 16px;
	padding-left: 40px;
}

#main p {
	padding: 0.5em 10px 1em;
	font-size: 16px;
}

.main_title {
	font-size: 17px;
	color: #FF7F00;
	font-weight: 700; 
	padding-left: 10px;
}

.main_topic {
	font-size: 18px;
	color: #FF0000;
	font-weight: 800; 
	padding-left: 10px;
}

.main_text {
	font-size: 14px;
	font-weight: 600; 
	padding-left: 15px;
}

.main_thilde {
	font-size: 13px;
	color: #FF7F00;
	font-weight: 700; 
}

.main_new {
	font-size: 17px;
	font-weight: 700; 
}

/*サブコンテンツ（左側ブロック）
------------------------------------------------------------------*/
#sub {
	float: left;
	width: 226px;
	display: inline;
	margin-left: 37px;
}

#sub p {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

/*サブコンテンツ内、サブメニュー
------------------------------------------------------------------*/
#sub .submenu {
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 5px solid #FF7F00;
	margin-bottom: 20px;
	border-right: 1px solid #FF7F00;
	border-left: 1px solid #FF7F00;
}

#sub .submenu a {
    font-size: 12px;
	color: #FF7F00;
	text-decoration: none;
	border-bottom: 1px dotted #FF7F00;
	display: block;
	width: 224px;
}

#sub .submenu a:hover {
	background: #f5f5f5;
}

/*サブコンテンツ内、サブメニュー下のTOPICSコーナー
------------------------------------------------------------------*/
#sub .menubottom {
	border-right: 1px solid #FF7F00;
	border-bottom: 5px solid #FF7F00;
	border-left: 1px solid #FF7F00;
	padding-right: 5px;
	padding-left: 5px;
	width: 214px;
}

#sub .menubottom a {
	color: #666666; text-decoration: none
}



/*トップページフッター
------------------------------------------------------------------*/
#top_page_footer {
	clear: both;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

/*フッター
------------------------------------------------------------------*/
#footer {
	clear: both;
	text-align: center;
	background: url(images/footer_bg.gif) no-repeat center top;
	padding-top: 20px;
	padding-bottom: 20px;
}



/*clearfix
------------------------------------------------------------------*/
#contents:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#contents { display: inline-block; }

/* Hides from IE-mac \*/
*html #contents { height: 1%; }
#contents { display: block; }
/* End hide from IE-mac */

/*メインコンテンツ（右側ブロック）
------------------------------------------------------------------*/
#pricelist {
	float: right;
	width: 496px;
	display: inline;
	margin-right: 37px;
}

#pricelist h2 {
	line-height: 33px;
	background: url(images/midashi_base.gif);
	height: 33px;
	font-size: 12px;
	padding-left: 40px;
}

#pricelist p {
	padding: 0.5em 10px 1em;
}

#pricelist td.square{
	color: #FF7F00;
}

/*リンク集テーブル
------------------------------------------------------------------*/
#links {
	float: none;
}

#links td {
	table-layout: fixed;border-bottom: 1px dotted #FF7F00;vertical-align:top;
}

#links td.link {
	width: 150px;
}

#links td.content {
	width: 350px;
}

#links a {
	padding: 0.5em 10px 1em; color: #666666; text-decoration: underline; font-weight: nomal;
}

