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

/* Reset ------------------------------------------------------------------ */

:link,:visited {
    text-decoration: none;
}

html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
    font-weight:normal;
}

fieldset,img,abbr,acronym {
    border: 0;
} 

/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}

q:before,q:after {
    content: '';
}


em {
	font-style: normal;
	font-weight: bold;
	font-size: 110%;
}


/* Content ---------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl, table,
.comments-header,
.comment-content,
.comment-footer,
.comments-open-header,
.comments-closed,
#comment-form-external-auth,
#comment-greeting,
.comments-open-moderated,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comment-form-reply,
#comments-open-text {
    margin-bottom: .75em;
}

blockquote, ol, ul {
    margin-left: 30px;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }

address,
#copy {
	font-style: normal;
	font-size: 80%;
	clear: both;
}

table {
	border-spacing:0;
	/*empty-cells:show;*/
	border-collapse:collapse;
	width: 100%;
}

th,
td {
	padding: 1em;
	border-bottom: #DAD7BF 1px solid;
}

th {
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}





/* LinkStyle ---------------------------------------------------------------- */

a {
	text-decoration: none;
	outline: none;
	color: #B03A27;
}

a img,
:link img,
:visited img {
    border: none;
}

a:hover {
	color:#D74831;
	text-decoration: underline;
}

#content a:hover img,
#footer a:hover img {
	background: #E9E1D3;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

#footer #copy p a {
	color: #999999;
	text-decoration: underline;
}

#footer #copy p a:hover {
	color:#FFFFFF;
}

#fnav li a {
	color: #999999;
}
#fnav li a:hover {
	color: #fff;
}


/* Utilities ----------------------------------------------------------------- */

.pkg:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg { 
	display: inline-block;
}
/* no ie mac \*/
* html .pkg {
	height: 1%;
}
.pkg {
	display: block;
}
/* */



.inline {
	display: inline;
}

.hidden,
hr,
.entry-date dt {
	position: absolute;
	left: -9999px;
	display: block;
	top: -9999px;
}

.bordertop {
	border-top: #DAD7BF solid 1px;
	padding-top: 0.75em;
}

.btm1em {
	margin-bottom: .5em;
}

.nowrap {
	white-space: nowrap;
}



/* Layout ----------------------------------------------------------------- */

body {
	position: relative;
	background: #ffffff;
	font-family: Meiryo, Arial, Helvetica, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 1.8;
	color: #333333;
	margin: 0;
}

#header,
#footer,
#content {
	width: 100%;
	min-width: 960px;
}


#container, #container-inner, #header, #content, #alpha, #beta, #footer,
.asset-content {
    position: relative;
}

#header-inner, #content-inner, #footer-inner,
#alpha-inner, #beta-inner {
    position: static;
}

#header-inner, #alpha-inner, #beta-inner {
    overflow: hidden;
}

#container-inner {
	width: 960px;
	margin: 0 auto;
}

#content {
	background: #FFFFFF;
	overflow: hidden;
}

#content-inner {
	padding: 50px;
}

#alpha {
	float: right;
	width: 570px;
	background: url(../design-image/common/alpha.gif) repeat left top;
}

#beta {
	width: 230px;
	float: left;
}


/* Header */

#header {
}

#header-content {
	height: 75px;
	position: relative;
}

#header-name {
	float: left;
}

/*#header-description {
	float: right;
	width: 400px;
}
*/
#header-name a {
	position: absolute;
	display: block;
	text-indent: -9999px;
	cursor: pointer;
}


/* Footer */

#footer {
	background: #020202;
	color: #999999;
	margin-top: 20px;
}

#footer-inner {
	margin: 1px auto 0;
	padding-bottom: 45px;
	width: 960px;
	background: #020202 url(../design-image/common/footer-bg.png) no-repeat center top;
	padding-top: 40px;
}

#footer-content {
	position: relative;
}

#footer #fnav h2 {
	margin-bottom: 8px;
}

#footer #fnav h2,
#footer #fnav address {
	line-height: 1;
}

#footer h2.head,
#footer #fnav h2.head {
	height: 27px;
	clear: both;
	margin-bottom: 0.75em;
}

#footer #fnav h2.head img {
	margin-top:5px;
}

#bn-special {
	float: right;
	width: 623px;
	overflow: hidden;
}

#fnav {
	float: left;
}

#fnav ul {
	width: 290px;
	list-style: none;
	margin-left: 0;
	border-bottom: 1px solid #1A1A1A;
	position: relative;
	margin-bottom: 1.25em;
	font-size: 95%;
	line-height: 1.8;
	text-shadow: 0px 1px 1px #000;
}

#fnav ul li {
	float: left;
	width: 145px;
	border-top: 1px solid #1A1A1A;
	padding: 8px 0;
	line-height: 1;
}


/* フッターバナー ----------------------------------------------------------- */

#bn-special ul {
	list-style: none;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 668px;
}

#bn-special ul li {
	width: 289px;
	height: 101px;
	float: left;
	margin-bottom: 16px;
	margin-right: 45px;
}

#bn-special ul li a {
	width: 289px;
	height: 101px;
	display: block;
	text-indent: -9999px;
}


#bn-special li.contact a {
	background: url(../design-image/common/footer-bn-special.png) no-repeat left top;
}
#bn-special li.contact a:hover {
	background: url(../design-image/common/footer-bn-special.png) no-repeat -291px top;
}
#bn-special li.partyplan a {
	background: url(../design-image/common/footer-bn-special.png) no-repeat left -101px;
}
#bn-special li.partyplan a:hover {
	background: url(../design-image/common/footer-bn-special.png) no-repeat -291px -101px;
}
#bn-special li.inq a {
	background: url(../design-image/common/footer-bn-special.png) no-repeat left -202px;
}
#bn-special li.inq a:hover {
	background: url(../design-image/common/footer-bn-special.png) no-repeat -291px -202px;
}
#bn-special li.fair a {
	background: url(../design-image/common/footer-bn-special.png) no-repeat left -303px;
}
#bn-special li.fair a:hover {
	background: url(../design-image/common/footer-bn-special.png) no-repeat -291px -303px;
}
#bn-special li.blog a {
	background: url(../design-image/common/footer-bn-special.png) no-repeat left -404px;
}
#bn-special li.blog a:hover {
	background: url(../design-image/common/footer-bn-special.png) no-repeat -291px -404px;
}

#copy {
	text-align: right;
}

#gotop {
	margin-bottom: 0;
	position: absolute;
	top: -39px;
	right: 0px;
	width: 135px;
	text-align: left;
}

#gotop a {
	display: block;
	width: 135px;
	height: 30px;
	background: url(../design-image/common/gotop.png) no-repeat left top;
	text-indent: -9999px;
}

#gotop a:hover {
	background: url(../design-image/common/gotop.png) no-repeat left bottom;
}

/* Navigation ----------------------------------------------------------------- */

/* gnav */

ul#gnav {
	list-style: none;
	margin-left: 0;
	width: 960px;
	overflow: hidden;
	margin-bottom: 0px;
}

ul#gnav li {
	display: table-cell;
	*display: inline;
	*zoom:1;
	margin-left: 0;
}

ul#gnav li a {
	display: block;
	text-indent: -9999px;
	height: 106px;
	line-height: 0;
}


/* ポータルナビ */
.portal li.nav-concept a {
	width: 147px;
	background: url(../design-image/common/gnav.png) no-repeat left top;
}

.portal li.nav-concept a:hover,
#p-concept li.nav-concept a {
	background: url(../design-image/common/gnav.png) no-repeat left -106px;
}

.portal li.nav-wedding a {
	width: 145px;
	background: url(../design-image/common/gnav.png) no-repeat -147px top;
}

.portal li.nav-wedding a:hover {
	background: url(../design-image/common/gnav.png) no-repeat -147px -106px;
}

.portal li.nav-rest a {
	width: 171px;
	background: url(../design-image/common/gnav.png) no-repeat -292px top;
}

.portal li.nav-rest a:hover,
#restaurant li.nav-rest a {
	background: url(../design-image/common/gnav.png) no-repeat -292px -106px;
}

.portal li.nav-flower a {
	width: 189px;
	background: url(../design-image/common/gnav.png) no-repeat -463px top;
}

.portal li.nav-flower a:hover,
#flowershop li.nav-flower a {
	background: url(../design-image/common/gnav.png) no-repeat -463px -106px;
}

.portal li.nav-party a {
	width: 170px;
	background: url(../design-image/common/gnav.png) no-repeat -652px top;
}

.portal li.nav-party a:hover,
#partyplan li.nav-party a {
	background: url(../design-image/common/gnav.png) no-repeat -652px -106px;
}

.portal li.nav-gallery a {
	width: 138px;
	background: url(../design-image/common/gnav.png) no-repeat -822px top;
}

.portal li.nav-gallery a:hover,
#p-gallery li.nav-gallery a {
	background: url(../design-image/common/gnav.png) no-repeat -822px -106px;
}



/* ウエディングナビ */
.wedding li.nav-concept a {
	width: 142px;
	background: url(../design-image/wedding/gnav.png) no-repeat left top;
}

.wedding li.nav-concept a:hover,
#w-concept li.nav-concept a {
	background: url(../design-image/wedding/gnav.png) no-repeat left -106px;
}

.wedding li.nav-fair a {
	width: 192px;
	background: url(../design-image/wedding/gnav.png) no-repeat -142px top;
}

.wedding li.nav-fair a:hover,
#w-fair li.nav-fair a {
	background: url(../design-image/wedding/gnav.png) no-repeat -142px -106px;
}

.wedding li.nav-ceremony a {
	width: 156px;
	background: url(../design-image/wedding/gnav.png) no-repeat -334px top;
}

.wedding li.nav-ceremony a:hover,
#w-ceremony li.nav-ceremony a,
.chapel li.nav-ceremony a,
.sinzen li.nav-ceremony a,
.jinzen li.nav-ceremony a {
	background: url(../design-image/wedding/gnav.png) no-repeat -334px -106px;
}

.wedding li.nav-space a {
	width: 135px;
	background: url(../design-image/wedding/gnav.png) no-repeat -490px top;
}

.wedding li.nav-space a:hover,
#w-reception li.nav-space a,
.living li.nav-space a,
.soup li.nav-space a,
.cruise li.nav-space a {
	background: url(../design-image/wedding/gnav.png) no-repeat -490px -106px;
}


.wedding li.nav-selection a {
	width: 158px;
	background: url(../design-image/wedding/gnav.png) no-repeat -625px top;
}

.wedding li.nav-selection a:hover,
#w-selection li.nav-selection a,
#w-cuisine li.nav-selection a,
#w-flower li.nav-selection a,
#w-dress li.nav-selection a,
#w-beauty li.nav-selection a,
#entertainment li.nav-selection a,
#gift li.nav-selection a,
#cuisine li.nav-selection a {
	background: url(../design-image/wedding/gnav.png) no-repeat -625px -106px;
}

.wedding li.nav-plan a {
	width: 177px;
	background: url(../design-image/wedding/gnav.png) no-repeat -783px top;
}

.wedding li.nav-plan a:hover,
#specialplan li.nav-plan a {
	background: url(../design-image/wedding/gnav.png) no-repeat -783px -106px;
}

.readmore a{
	background: url(../design-image/common/more_triangle.gif) no-repeat right center;
	padding-right: 1em;
	width: 8em;
}

#w-cuisine .content h2 img,
#w-flower .content  h2 img,
#w-dress .content  h2 img,
#w-beauty .content  h2 img,
#partyplan .content  h2 img,
#flowershop .content  h2 img,
#restaurant .content  h2 img {
	margin-bottom: 20px;
}

#snav {
	position:absolute;
	display:block;
	top:0;
	right:0;
	padding: 0;
	margin: 0;
	list-style: none;
	height: 20px;
	text-align: right;
}
#snav li {
	display:inline;
	margin:0;
	padding: 0;
}


/* archive共通 ----------------------------------------------------------------- */

.entry-asset {
	position: relative;
	overflow: hidden;
	margin-bottom: 80px;
}

.entry-title {
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 1.2;
}

.entry-date {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.entry-date dl {
	margin-bottom: 0;
}


/* パンクズ */

.pankuzu-nav {
	position: absolute;
	top: 21px;
	margin: 0px;
	padding: 0;
	width: 850px;
	left: 50px;
	text-align: right;
	text-transform: uppercase;
}

.pankuzu-nav li {
	display:inline;
	background: url(../design-image/common/icon-pankuzu-circle.gif) no-repeat left center;
	font-size: 85%;
	margin-left: 10px;
	padding: 5px 0px 5px 15px;
}

.pankuzu-nav li.pnav-selection {
	background: url(../design-image/common/icon-logo.gif) no-repeat left center;
	padding-left: 25px;
}

.pankuzu-nav li.pnav-parent {
	background: url(../design-image/common/icon-pankuzu.gif) no-repeat left center;
}

.pankuzu-nav li.pnav-selection span,
.pankuzu-nav li.pnav-parent span {
	background: url(../design-image/common/line-pankuzu.gif) no-repeat right center;
	padding: 20px 17px 20px 0px;
}

.pankuzu-nav li.pnav-parent ul {
	margin: 0;
	display: inline;
	font-size: 120%;
}

.pankuzu-nav li.par,
.pankuzu-nav li.pnav-parent ul li:first-child {
	margin-left:17px;
}

.pankuzu-nav li.pnav-parent ul li.first-child{ /*IE-expression (first-child) */
	margin-left:17px;
}
.pankuzu-nav li.pnav-parent ul li{ /* IE-expression (first-child) */
	behavior: expression(
	this.className += (this.previousSibling == null) ? " first-child" : "",
	this.style.behavior = "none"
	);
}

.pankuzu-nav li.on {
	background: url(../design-image/common/icon-pankuzu-on.gif) no-repeat left center;
}

.pankuzu-nav li.on a {
	color: #BC7710;
}

.pankuzu-nav li.on a:hover {
	color: #F1B55A;
}

.asset-content ul {
	list-style: none;
	margin-left: 0px;
}

.asset-content ul li {
	background: url(../design-image/common/icon-square.gif) no-repeat left 6px;
	padding-left: 1.5em;
	margin-bottom:0.7em;
	line-height: 1.6;
}
.main-index .asset-content ul li{
	background: none;
	padding: ;
	list-style-image:url(../design-image/common/icon-square.gif) ;
	margin: 0 0 0 10px;
	list-style-position: inside;
	padding-left: 10px;
}

.main-index .asset-content h3 {
	font-weight: bold;
	padding:0 0 0 0;
	margin: 2em 0 .5em 0;
	clear:both;
}

.asset-content ul li ul li {
	list-style-type: disc;
	background: none;
	padding-left: 0px;
	margin-left: 1em;
}


/* ボタン類基本設定--------------------------------------------------------------- */

ul#category-list {
	margin-left: 0;
	list-style: none;
	margin-top: 30px;
	position: relative;
}

ul#category-list li {
	float: left;
	margin-right: 20px;
	width: 130px;
	margin-bottom: 28px;
	height: 145px;
}

ul#category-list li a {
	width: 130px;
	height: 145px;
	display: block;
	text-indent: -9999px;
}

/* main-index ----------------------------------------------------------------- */

.main-index #alpha {
	width: 510px;
}

.main-index #alpha-inner {
	background: url(../design-image/common/main-alpha-inner.gif) no-repeat center bottom;
	padding-bottom: 20px;
}

.main-index #beta {
	width: 305px;
}

.main-index .entry-asset {
	margin-bottom: 0em;
	background: url(../design-image/common/head.gif) no-repeat center top;
	padding: 95px 30px 0px;
	width: 450px;
	position: relative;
}

.main-index .entry-date {
	position: absolute;
	top: 65px;
}

.main-index .asset-header {
	padding: 0.75em 0;
	border-top: 1px solid #DAD7BF;
	border-bottom: 1px solid #DAD7BF;
}

.main-index .asset-header h2 {
	font-size: 130%;
}

.main-index .asset-header,
.main-index .asset-content {
	margin-bottom: 22px;
}

#backnumber {

	border-top: 1px solid #DAD7BF;
	text-align: right;
	padding-top: 10px;
	clear: both;
}


/* archive-typeA（求人情報）------------------------------------------------------- */

.archive-typeA #alpha {
	background: none;
}

.archive-typeA .asset-header,
#specialplan .asset-header {
	background: #ECECEC url(../design-image/common/archive-typeA_entry-title.gif) no-repeat left top;
	margin-bottom: 0.75em;
	padding: 10px 18px;
	border-bottom:1px solid #fff;
	color:#fff;
}

.archive-typeA #beta dl {
	margin-top: 3em;
}

#p-poricy #alpha {
	float: none;
}

.archive-typeA .asset-header,
#specialplan .asset-header {
	padding: 7px 18px;
}

.archive-typeA h2 em,
#specialplan .asset-header h2 em {
	font-size: 130%;
}

/* archive-typeB （サムネイル拡大系）----------------------------------------------- */

.archive-typeB #content-inner {
	padding: 70px 55px 40px 55px;
}

.archive-typeB #alpha {
	width: 305px;
	margin-top: 15px;
	background: none;
}

.archive-typeB #alpha-inner {
	padding-top: 0px;
}

.archive-typeB #beta {
	width: 511px;
}

.archive-typeB .asset-header h1 {
	height: 101px;
	text-indent: -9999px;
	margin-bottom: 0.75em;
}

.archive-typeB .asset-content h2 {
	background: url(../design-image/common/icon-circle.gif) no-repeat left center;
	padding-left: 22px;
	margin-top: 2em;
}

.archive-typeB .asset-content p {
	margin-left: 0px;
}

.archive-typeB .thumb {
	margin-top: 25px;
	margin-left: 0;
	list-style: none;
}

.archive-typeB .thumb li {
	float: left;
	margin-bottom: 4px;
	display: block;
	width: 64px;
	height: 64px;



	margin-right: 4px;
}

.archive-typeB .thumb li img.galleria {
	cursor: pointer;
	display: block;
}

.archive-typeB #beta div.ph {
	width: 490px;
	background: url(../design-image/common/imgbg02.gif) no-repeat left top;
	padding: 4px 5px 18px 5px;
	height: 530px;
} 

.archive-typeB #beta div.ph .caption{
	margin-top: 15px;
	display: block;
} 

.archive-typeB .entry-asset {
	margin-bottom: 0;
}

.archive-typeB #beta #main_image {
	min-height: 490px;
}

*html .archive-typeB #beta #main_image {
	height: 490px;
}



/* archive-typeC （パーティプラン・スペシャルプラン）----------------------------- */

.archive-typeC h1 {
	height: 80px;
	text-indent: -9999px;
	margin-bottom: 15px;
}

.archive-typeC #alpha {
	float: none;
	width: 860px;
	background: none;
}
.archive-typeC .wrap {
	position: relative;
}

#specialplan.archive-typeC .wrap {
	margin-top: 25px;
	clear: both;
}

.archive-typeC .ph-asset {
	width: 276px;
	float: left;
	height: 412px;
	background: url(../design-image/common/imgbg03.gif) no-repeat left top;
	padding: 3px 3px 4px 3px;
	overflow: hidden;
}

.archive-typeC .entry-asset {
	width: 540px;
	float: right;
}

.archive-typeC .asset-header {
	background: url(../design-image/partyplan/asset-header.gif) no-repeat center top;
	padding: 10px 18px;
	margin-bottom: 22px;
}

.archive-typeC .asset-content {
	background: url(../design-image/partyplan/summary.gif) no-repeat left top;
	padding-top: 45px;
}

.archive-typeC .asset-content h3 {
	font-weight: bold;
	background: url(../design-image/common/icon-circle.gif) no-repeat left center;
	padding-left: 23px;
}

.archive-typeC .asset-meta {
	position: relative;
	border-top: 1px solid #DAD7BF;
	border-bottom: 1px solid #DAD7BF;
	padding: 7px 0;
}

.archive-typeC .asset-meta img {
	vertical-align: middle;
}

.archive-typeC .asset-meta dl,
.archive-typeC .asset-meta p {
	margin-bottom: 0;
}

.archive-typeC .asset-meta dl {
	float: left;
	margin-top: 3px;
}

.archive-typeC .asset-meta dd {
	color: #AD6537;
	background: url(../design-image/partyplan/price.gif) no-repeat left center;
	padding-left: 70px;
}

.archive-typeC .asset-meta p {
	float: right;
}

.archive-typeC .asset-meta dt {
	position: absolute;
	left: -9999px;
	display: block;
	top: -9999px;
}

.archive-typeC .asset-meta p a {
	display: block;
	width: 331px;
	height: 36px;
	background: url(../design-image/wedding/sp_inqbtn.gif) no-repeat left top;
	text-indent: -9999px;
}

.archive-typeC .asset-meta p a:hover {
	background: url(../design-image/wedding/sp_inqbtn.gif) no-repeat left -36px;
}




/* entry-archive ----------------------------------------------------------------- */

.entry-archive .asset-header {
	margin-bottom: 0.75em;
	padding: 10px 18px;
}

.entry-archive .asset-content h2 {
	font-weight: bold;
}

/*ブラックリンク*/
.pankuzu-nav a,
#p-poricy h3,
.lastestEntry a,
.categoryList a,
#blog .asset-footer a,
#blog #comments a {
	color: #333;
	text-shadow: 0px 2px 1px #fff;
	font-weight:bold;
}


.pankuzu-nav a:hover,
.lastestEntry a:hover,
.categoryList a:hover,
#blog .asset-footer a:hover,
#blog #comments a:hover {
	color: #959592;
	text-decoration:underline;
}
/*ホワイトリンク*/
.message .entry-title,
#blog .entry-title {
	color: #FFFFFF;
	text-shadow: 0px -1px 1px #333;
}
.message .entry-title a,
#blog .entry-title a {
	color: #F4F3EC;
}
.message .entry-title a:hover,
#blog .entry-title a:hover {
	text-decoration:underline;
	text-shadow: 0px 1px 1px #333;

}
/*content白なし*/
#flowershop #content {
	background:none;
}

/* message ----------------------------------------------------------------- */

.message #alpha {
	float: none;
	width:100%;
}
.message .entry-asset {
	background-repeat: no-repeat;
	background-position: left bottom;
	border-bottom: 1px solid #DAD7BF;
	margin-bottom: 30px;
}
.message #alpha-inner {
	padding: 30px 30px 0px;
	border-top: 1px solid #F0F0F0;
	border-right: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	border-left: 1px solid #F0F0F0;
}
.message #content-inner {
	padding-top:50px;
}
.message h1 {
	background-image: url(../design-image/common/title_past_massage.png);
	background-repeat: no-repeat;
	display: block;
	height: 81px;
	width: 430px;
	text-indent: -9999px;
	margin-bottom: 20px;
}
.message .entry-title {
	padding: .5em .5em;
	margin: 0;
	line-height: 1.4;
	background: url(../design-image/common/message_head.gif) repeat left top;
}
.message .asset-content {
	padding-bottom: 2em;
	padding-top: 1em;
	background: url(../design-image/common/message_head_bottom.gif) repeat-x left top;
}

.message .date {
	float: left;
	display: block;
	margin: 0 20px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
}
.date img {
	margin-right: 10px;
	vertical-align: middle;
}
.messagebody {
	display: block;
	float: right;
	width: 610px;
}
.message-image {
	float: right;
	margin: 0px 0px 15px 15px;
	width: 100px;
	height: 100px;
	overflow:hidden;
}
.messagebody img {
/*	width: 160px;*/
}


/* ヘッダ部分のinthesuiteロゴ */
/*.portal #header-description {
	top:inherit;
	left:inherit;
	display: inline;
	float: none;
	position: static;
}
.portal #header-description a {
	background: url(../design-image/restaurant/suiteLogo.png) no-repeat left top;
	text-indent: -9999px;
	position: absolute;
	height: 14px;
	width: 228px;
	right: 0px;
	top: 45px;
	display: block;
	line-height: 1;
}
*/
.portal #header-description {
	position: absolute;
	left: -9999px;
	display: block;
	top: -9999px;
}



/* レストラン・スープのメインロゴ部分---------------------------------------- */
#mainLogo {
	position: relative;
	margin: 0 auto 15px auto;
}

#mainLogo-inner {
}




/* フォーム ----------------------------------------------------------------- */

#comment-author,
#comment-email,
#comment-url,
#comment-text {
	border:1px solid #CCCCCC;
	padding:.3em;
	background: #FFFFFF url(../design-image/common/input_bg.gif) repeat-x left top;
}

table.mailform th {
	font-weight: normal;
}

