@charset "utf-8";

/*--YUNOKIdesignCSS -- 2009,04,30 Rel-ish iori--*/

@import url("reset.css");
@import url("skin.css");

/* =header */
#header {
	width: 1000px;
	margin: 20px 0;
	background: url(../img/bg_header.jpg) no-repeat left top;
}

/*site title link*/
#header h2 {
	float: left;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	overflow: hidden;
}

#header div {
	position: relative;
}

#header div p {
	position: absolute;
	width: 200px;
	height: 350px;
	left: 50px;
	top: 50px;
}

* html #header div p {
	position: absolute;
	left: 50px;
	top: 50px;
}


/*visual*/
.visual {
	float: left;
	display: inline;
	margin: 0 14px 0 290px;
}


/* =gmenu */
.gmenu {
	height: 53px;
	background: url(../img/bg_gmenu_shadow_x.jpg) repeat-x left bottom;
}

.gmenu ul {
	line-height: 0;
}

.gmenu li {
	display: inline;
	font-size: 0;
}


/* =topics */
.topics {
	min-height: 224px;
	_height: 224px;
	margin: 35px 0;
	padding: 20px;
	background: #ebe2dd url(../img/bg_topics.jpg) no-repeat left top;
}

.topics h4 {
	height: 27px;
	margin: 0 0 15px;
	padding: 0 0 15px;
	background: url(../img/bg_line.jpg) repeat-x left bottom;
}

.topics h4 span {
	display: block;
	height: 27px;
	background: url(../img/bg_h_topics.jpg) no-repeat left top;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

.topics table {
	width: 100%;
}

.topics td {
	padding: 10px 0 0 30px;
	background: url(../img/icon_yunoki.jpg) no-repeat 10px 13px;
	vertical-align: top;
}

.topics td.topi_photo {
	width: 150px;
	padding: 10px 0 0;
	background: none;
}

.topics td h5 {
	font-weight: bold;
	color: #c00;
}

/**/
.topics td a:link {
	color: #c00;
	text-decoration: underline;
}
.topics td a:visited {
	color: #c00;
	text-decoration: underline;
}
.topics td a:active {
	color: #c00;
	text-decoration: underline;
}
.topics td a:hover {
	color: #c00;
	text-decoration: underline;
}



/* =adhere */
.adhere {
	margin: 0;
}

.adhere h4 {
	height: 34px;
	background: url(../img/bg_h_kodawari.jpg) no-repeat left top;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

.adhere li {
	float: left;
	height: 198px;
	text-indent: -9999px;
	overflow: hidden;
	zoom: 1;
}

/**/
.adhere li.adhere_01 {
	width: 211px;
	background: url(../img/bg_kodawari_01.jpg) no-repeat left top;
}
.adhere li.adhere_02 {
	width: 215px;
	background: url(../img/bg_kodawari_02.jpg) no-repeat left top;
}
.adhere li.adhere_03 {
	width: 214px;
	background: url(../img/bg_kodawari_03.jpg) no-repeat left top;
}



/* =service */
.service {
	margin: 30px 0 0;
}

/*box*/
.s_box_top {
	height: 6px;
	background: url(../img/bg_box_top.jpg) no-repeat left top;
	font-size: 0;
	line-height: 0;
}

.s_box_bottom {
	height: 8px;
	background: url(../img/bg_box_bottom.jpg) no-repeat left top;
	font-size: 0;
	line-height: 0;
	clear: both;
}

.bday_box_top {
	height: 41px;
	background: url(../img/birthday_top.jpg) no-repeat left top;
	font-size: 0;
	line-height: 0;
}

.bday_box_bottom {
	height: 6px;
	background: url(../img/birthday_bottom.jpg) no-repeat left top;
	font-size: 0;
	line-height: 0;
	clear: both;
}

.service_birsthday {
	margin: 0 0 35px;
	background: url(../img/birthday_in.jpg) repeat-y left top;
}

.service_ashiyu {
	margin: 0 0 35px;
	background: url(../img/bg_box_in.jpg) repeat-y left top;
}

/*image*/
img.birthday {
	position: relative;
	float: left;
	margin: -55px 10px 0 20px;
}

img.ashiyu {
	position: relative;
	float: left;
	margin: -13px 10px 0;
}

/*P*/
.service_ashiyu p {
	margin: 0 10px;
}

.service_birsthday p {
	position: relative;
	display: block;
	margin: 0 0 0 225px;
	color: #fff;
}


/* =birthday */
.service_birsthday h4 {
	position: relative;
	margin: -55px 0 10px 181px;
	zoom: 1;
}


/* =ashiyu */
.service_ashiyu h4 {
	position: relative;
	margin: -13px 0 15px 237px;
	zoom: 1;
}

.service_ashiyu p.text_right {
	margin: 2em 10px 0 0;
}



/* $clear */
.adhere:after,
.service_birsthday:after
{
	content: "";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}

.adhere,
.service_birsthday
{ display: inline-block; }

/* exlude MacIE5 \*/

* html .adhere,
* html .service_birsthday
{ height: 1% }

.adhere,
.service_birsthday
{display:block;}
/* end MacIE5 */
