@charset "utf-8";

/* 基本設定　ここから */

body {
	color: #555555;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-color: #999999;
}

a:link {
	color:#555555;
	text-decoration:none;
}

a:visited {
	color:#888888;
	text-decoration:none;
}

a:hover {
	color:#FF6600;
	text-decoration:none;
}

a:active {
	color:#000000;
	text-decoration:none;
}

h1,h2,h3,#topImage,#topImageRecruit,
topImageContact {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

img {
	border: 0;
}

hr {
	display: none;
}

h1 {
	position: absolute;
	top: -20px;
	left: 40px;
}

#topImage {
	width: 700px;
	height: 300px;
	/*background-image:url(%E5%90%8D%E7%A7%B0%E6%9C%AA%E8%A8%AD%E5%AE%9A-1.swf);
	background-image:url(images/top/miko_img_top.jpg);
	text-indent: -9999px;*/
}

#topImageNetshop {
	width: 700px;
	height: 300px;
	background-image:url(images/netshop/meat_img_set.jpg);
	text-indent: -9999px;
}

#topImageRecruit {
	width: 700px;
	height: 300px;
	background-image:url(images/recruit/recruit_img_002.jpg);
	text-indent: -9999px;
}

#topImageContact {
	width: 700px;
	height: 300px;
	background-image:url(images/contact/contact_img_001.jpg);
	text-indent: -9999px;
}

h2  {
	width: 700px;
	height: 300px;
	background-image:url(images/company/center_img_002.jpg);
	text-indent: -9999px;
}

address {
	color: #999999;
	font-size: 0.8em;
	font-style: normal;
	text-align: center;
	height: 50px;
	line-height: 40px;
	background-color: #484848;
	background-image: url(images/top/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

/* 基本設定　ここまで */

/* レイアウト設定　ここから */

#pageBody {
	width: 760px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFFFFF;
	background-image:url(images/top/body_bg.jpg);
	background-repeat: repeat-y;
	position: relative;
}

#pageTop {
	background-image: url(images/top/body_bg_t.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	padding-top: 70px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}

#contents {
	width: 440px;
	padding-right: 19px;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
}

#side {
	width: 220px;
	padding-left: 20px;
	float: right;
}

#contentsWrap {
	clear: both;
	margin-top: 20px;
}

#localPage #contentsWrap {
	clear: both;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* レイアウト設定　ここまで */

/* PAGETOPへのリンクテキスト　ここから */

#gotoTop {
	clear: both;
	font-size: 0.7em;
	text-align: right;
	text-transform: lowercase;
	height: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#gotoTop a {
	background-image: url(images/top/icon_arrow_01.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 13px;
}

/* PAGETOPへのリンクテキスト　ここまで */

/* ローカルページ共通小見出し　ここから */

body#localPage h3 {
	margin-bottom: 17px;
}

/* ローカルページ共通小見出し　ここまで */

/* SITEMAPへのリンクテキスト　ここから */

#siteMap {
	font-size: 0.7em;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: absolute;
	top: 35px;
	right: 35px;
}

#siteMap a {
	background-image: url(images/top/icon_arrow_02.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 13px;
}

/* SITEMAPへのリンクテキスト　ここまで */

/* ナビゲーション　ここから */
ul#top_new{
	 width:660px;
	 border:double 2px #D79F9E;
     font-weight:bold;
	 font-size:120%;
     background-color:#FFFFFF;
	 text-align:center;
	 list-style-type:none;
     margin-bottom:10px;}
            
li.top_menu_navi{
	border-bottom:solid 1px #D79F9E;}

ul#top_new li div:hover{
	text-decoration:underline;
	color:#0000FF;
	background-color:#FCBCDC;}
ul#top_new li div{
	padding:10px 0px 10px 0px;}
ul#top_new li a:hover{
	text-decoration:underline;
	color:#0000FF;}


#globalNavi {
	list-style-type: none;
	width: 660px;
	height: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(images/top/navi_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	top: 320px;
	left: 39px;
}

#globalNavi li {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
	
/* ナビゲーション　ここまで */

/* TOP ここから */

div.top-new{
	margin-top:80px;}

p.top-m{
	font-size:80%;}
	
div.top-c{background-color:#FFC;
          width:100%;}

td.top-b{width:200px;
         border:ridge #FFF;}
			

p#welcomeMessage {
	color: #999999;
	font-size: 0.8em;
	line-height: 1.5em;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
}

#welcomeMessage img {
	float: right;
	margin-left: 25px;
}

#topRecommendedMenu {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: url(images/top/recommend_bg_b.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#topRecommendedMenu dt,
#topRecommendedMenu dd {
	background-color: #EEEEEE;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#topRecommendedMenu ul {
	font-size: 0.8em;
	line-height: 1.5em;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#topRecommendedMenu ul li dl {
	width: 240px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#topRecommendedMenu dd ul img {
	float: left;
}

#topRecommendedMenu ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
}

#topRecommendedMenu ul li dl dt {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 180px;
	float: left;
}

#topRecommendedMenu ul li dl dd.price {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 180px;
	float: left;
	text-align: left;
	color: #663300;
	font-size: 0.9em;
}

#topRecommendedMenu ul li dl dd.menuData {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}

#topRecommendedMenu strong {
	color: #663300;
	font-weight: normal;
}

#topRecommendedMenu p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#topRecommendedMenu dt#topRecommendedMenuTitle {
	background-image: url(images/top/recommend_bg_t.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#topRecommendedMenu dt#topRecommendedMenuTitle img {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

dl#information {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

dl#information dt,
dl#information dd {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

iframe {
	width: 220px;
	height: 200px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/* TOP ここまで */

/* information ここから */

body#infoBody {
	background-color: #FFFFFF;
	font-size: 0.8em;
	line-height: 1.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

dl#infoData {
	width: 203px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

dl#infoData dt {
	color: #663300;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(images/top/icon_arrow_03.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

dl#infoData dd {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color:#999999;
}

dl#infoData p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* information ここまで */

/* バナー　ここから */

#sideBanner {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#sideBanner li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* バナー　ここまで */

/* RECRUIT ここから　*/

table#recruitTable {
	table-layout: auto;
	width: 420px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDDDDD;
}

table#recruitTable td {
	font-size: 0.8em;
	padding: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}

table#recruitTable th {
	padding-top: 18px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-size: 0.8em;
	font-weight: normal;
	background-color: #FFCCFF;
	text-align: left;
	vertical-align: top;
	width: 110px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}


/* RECRUIT ここまで　*/

/* CONTACT ここから　*/

table#formTable {
	width: 420px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDDDDD;
}

table#formTable td {
	font-size: 0.8em;
	padding: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}

table#formTable th {
	padding-top: 18px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-size: 0.8em;
	font-weight: normal;
	background-color: #EEEEEE;
	text-align: left;
	vertical-align: top;
	width: 110px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}

table#formTable caption {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}

select#subject {
	border: 1px solid #CCCCCC;
}

input#name, input#tel, input#email {
	width: 200px;
	border: 1px solid #CCCCCC;
}
textarea {
	width: 275px;
	border: 1px solid #CCCCCC;
}

input#contact2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}

td#checkBoxData p {
	float: left;
	width: 110px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#formButton {
	text-align: center;
	margin-top: 20px;
}
#submit {
	color: #FFFFFF;
	background-color: #FB791E;
	width: 68px;
	margin-right: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FCB685;
	border-right-color: #CE5E0F;
	border-bottom-color: #CE5E0F;
	border-left-color: #FCB685;
}

#reset {
	color: #FFFFFF;
	background-color: #898989;
	width: 68px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
}

.notes {
	font-size: 0.8em;
	color: #663300;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.leadText {
	font-size: 0.8em;
	line-height: 1.5em;
	margin-top: 17px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
}

/* コンタクト　ここまで */

/* サイドRecommended Menu　ここから */


#more {
	font-size: 0.7em;
	text-transform: uppercase;
	text-align: right;
	clear: both;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#more a {
	background-image: url(images/contact/icon_arrow_more.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/* clearfix hack */

#sideRecommendedMenu dd ul li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#sideRecommendedMenu dd ul li {
	display: inline-block;
}

/* hide macie \*/
*html #sideRecommendedMenu dd ul li {
	height: 1%;
}

#sideRecommendedMenu dd ul li {
	display: block;
}

/* end hide */
/* end clearfix hack */
#more {
	font-size: 0.7em;
	text-transform: uppercase;
	text-align: right;
	clear: both;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#more a {
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

/* サイドRecommendedMenu　ここまで */

/* パンくず　ここから */

#rootList {
	font-size: 0.7em;
	line-height: 30px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	height: 30px;
	list-style-type: none;
	position: absolute;
	left: 33px;
	top: 370px;
}
#rootList li {
	display: inline;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#rootList a {
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#rootList li a:link {
	text-decoration: none;
	color: #663300;
}
#rootList li a:visited {
	text-decoration: none;
	color: #663300;
}
#rootList li a:hover {
	text-decoration: none;
	color: #FF6600;
}
#rootList li a:active {
	text-decoration: none;
	color: #000000;
}

/* パンくず　ここまで */

/* COMPANY ここから　*/

#sideMenuList {
	width: 220px;
	background-color: #EEEEEE;
	background-image: url(images/company/side_recommend_bg_t.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#sideMenuList dd {
	background-image: url(images/company/side_recommend_bg_b.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#sideMenuList dd ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#sideMenuList dd ul li {
	padding-top: 0px;
	padeing-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	clear: both;
	font-size: 0.8em;
	padding-right: 0px;
}

#sideMenuList dd ul #sideMenuListEnd {
	margin-bottom: 0px;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
#sideMenuList dd ul li a {
	background-image: url(images/company/menu_icon_arrow_menulist.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 15px;
	padding-left: 15px;
}
#sideMenuList dd ul li a:link {
	color: #663300;
}
#sideMenuList dd ul li a:visited {
	color: #663300;
}
#sideMenuList dd ul li a:hover {
	color: #FF6600;
}
#sideMenuList dd ul li a:active {
	color: #000000;
}

/* outline テーブル */
table#outlineTable {
	width: 420px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDDDDD;
}

table#outlineTable td {
	font-size: 0.8em;
	padding: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}

table#outlineTable th {
	padding-top: 18px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-size: 0.8em;
	font-weight: normal;
	color:#000099;
	background-color: #EEEEEE;
	text-align: left;
	vertical-align: top;
	width: 110px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}

table#outlineTable caption {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}

/* history テーブル */
table#historyTable {
	width: 420px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDDDDD;
}

table#historyTable td {
	font-size: 0.8em;
	padding: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}

table#historyTable th {
	padding-top: 18px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-size: 0.8em;
	font-weight: normal;
	color:#000099;
	background-color: #EEEEEE;
	text-align: left;
	vertical-align: top;
	width: 110px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}

table#historyTable caption {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}

/* COMPANY ここまで */
dl.mainMenuList {
	width: 420px;
	margin-left: 10px;
}
dl.mainMenuList dt.mainMenuCap img {
	vertical-align: bottom;
}
dl.mainMenuList dt.mainMenuCap {
	position: relative;
}
dl.mainMenuList dt a {
	position: absolute;
	top: 3px;
	right: 2px;
}
a.menuGotoTop {
	font-size: 0.7em;
	text-transform: lowercase;
	background-image: url(images/top/icon_arrow_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
}
dl.mainMenuList dd.mainMenuDatas {
	font-size: 0.8em;
	line-height: 1.2em;
}
#topMeassage {
	vertical-align: bottom;
}
.menuGotoTop {
	position: relative;
}

p#topPhoto {
	font-size: 0.9em;
	line-height: 1.5em;
	color: #555555;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
p#txtPolicy {
	font-size: 0.9em;
	line-height: 1.5em;
	color: #555555;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#topMessage {
	position: relative;
}
#topMessage a {
	position: absolute;
	top: 4px;
	right: 2px;
}

/* メールフォーム */
table.form{
	width:435px;
	border-spacing:20px;}
	
table.form td{
	border:1px #999999 solid;
	padding:10px 10px 10px 10px;}
	
p.form-link{
	color:#00F;
	font-size:90%;
	text-align:right;}
	

