/***** Reset *****/

*{
	margin:0;
	padding:0;
}

html{
	height:100%;
}

body{
	height:100%;
	position:relative;
	font-size:10px;
	_font-size:62.5%;
	color:#656363;
}

li{
	list-style:none;
}

img{
	border:none;
	vertical-align:bottom;
}

a{
	text-decoration:underline;	
	color:#333;
}

a:hover{
	text-decoration:none;
}


/***** Wrapper *****/

#wrapper{
	position:absolute;
	top:50%;
	margin-top:-260px;
	margin-bottom:0;
	width:100%;
	height:480px;
}

@media print {
#wrapper{
	margin-top:0;

}
  }


/***** Header *****/

#header{
	width:670px;
	height:36px;
	position:relative;
	margin:0 auto 15px auto;
}

#header #sitename{
	width:246px;
	height:36px;
	position:absolute;
	top:0;
	left:0;
}

#header #official{
	width:160px;
	height:10px;
	position:absolute;
	top:25px;
	right:0;
}


/***** Contents_wrap *****/

#contents_wrap{
	width:100%;
	height:410px;
	border-top:#cac6c5 1px solid;
	border-bottom:#cac6c5 1px solid;
}

#wrapper .index{
	background-color:#b7cc34;	
}

#wrapper .profile{
	background-color:#f29600;	
}

#wrapper .sommelier{
	background-color:#71b8df;	
}

#wrapper .inquiry{
	background-color:#e7cbab;	
}

#wrapper .link{
	background-color:#b9c9ff;	
}


/***** Contents_bg *****/

#contents_bg{
	width:670px;
	height:410px;
	background-color:#fff;
	margin:0 auto;
}

#contents_wrap .index{
	background:#fff url(./img/top_photo.jpg) 0 0 no-repeat;
}

#contents_wrap .profile{
	background:#fff url(./img/profile_photo.jpg) 0 0 no-repeat;
}

#contents_wrap .sommelier{
	background:#fff url(./img/sommelier_photo.jpg) 0 0 no-repeat;
}

#contents_wrap .inquiry{
	background:#fff url(./img/inquiry_photo.jpg) 0 0 no-repeat;
}

#contents_wrap .link{
	background:#fff url(./img/link_photo.jpg) 0 0 no-repeat;
}


/***** Contents_in *****/

#contents_in{
	position:relative;
	width:390px;
	_width:408px;
	height:390px;
	margin-left:244px;
	_margin-left:226px;	
	padding:20px 36px 0 0;
	overflow:auto;
}


#contents_in h1{
	margin-bottom:14px;
}

#contents_in h2{
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:5px;
}

#contents_in p{
	font-size:1.2em;
	margin-bottom:20px;
}



/***** Index *****/

.index #contents_in .text{
	width:189px;
	height:33px;
	position:absolute;
	bottom:-11px;
	right:20px;
}


/***** Profile *****/
.profile #contents_in p.name{
	font-size:1.4em;
	font-weight:normal;
	margin:3px 0 23px 0;
}

.profile #contents_in dl{
	/*width:390px;*/
	font-size:1.2em;	
	overflow:hidden;
}

.profile #contents_in dl dt{
	float:left;
	width:80px;
	/*padding:3px 0;*/
	text-align:left;
}

.profile #contents_in dl dd{
	margin-left:90px;
	margin-bottom:-1px;
}

.profile #contents_in dl.bottom{
	margin-bottom:20px;
}

.profile #contents_in p .pencil{
	border-bottom:#f29600 1px dotted;
}


/***** Inquiry *****/

.inquiry #contents_in p.attention{
	color:#f00;
}

.inquiry #contents_in table{
	font-size:1.2em;
	width:390px;
	overflow:hidden;
	margin-bottom:20px;
}

.inquiry #contents_in th{
	width:100px;
	padding:3px 5px 8px 0;
	text-align:right;
	font-weight:normal;
	vertical-align:top;
}

.inquiry #contents_in th em{
	font-weight:bold;
	font-style:normal;
	font-size:0.83em;
	color:#f00;
}

.inquiry #contents_in td{
	padding:3px 0 8px 0;
}

.inquiry #contents_in td input{
	width:98%;
}

.inquiry #contents_in .radio{
	padding:3px 0 8px 0;
}

.inquiry #contents_in .radio input{
	width:10%;
}

.inquiry #contents_in td textarea{
	width:98%;
}

.inquiry #contents_in .btn{
	text-align:center;
}


/***** Link *****/

.link #contents_in p.read{
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:20px;
}

.link #contents_in h2{
	font-size:1.4em;
	font-weight:normal;
}

.link #contents_in p a{
	text-decoration:underline;
	color:#b9c9ff;
}

.link #contents_in p a:after{
	color:#b9c9ff;
}


.link #contents_in p a:hover{
	text-decoration:none;
}

.link #contents_in p a img{
	margin-left:5px;
}



/***** Footer *****/

#footer{
	width:670px;
	height:35px;
	position:relative;
	margin:20px auto 0 auto;
}

#footer ul{
	width:468px;
	height:36px;
	float:left;
}

#footer ul li{
	display:inline;
	margin-right:20px;
}

#footer #blog{
	width:36px;
	height:18px;
	float:right;
}

#footer #cook{
	width:82px;
	height:18px;
	float:right;
	margin-right:5px;
}

#footer #blog:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#footer #copyright{
	position:absolute;
	top:5px;
	right:133px;
	width:240px;
	height:9px;	
	font-size:0.9em;
	text-align:right;
}
.whatnew {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka;
	color: #666666;
	padding: 10px;
}

