@charset "shift_jis";

@import url("../../css/3-002_g/base.css");

/*	exclusive style
------------------------------------*/
body { background: url(../../img/3-002_g/bg01.gif) repeat-y; }	/* 短いページ対策 */
div#container {
	background: url(../../img/3-002_g/bg01.gif) repeat-y;
	width: 810px;
	text-align: left;
	}

div.tNavi {
	margin: 10px 20px 5px 0;
	padding: 5px;
	border: 1px solid #393;
	background: #FFF;
	}

table.photoPos { margin: 10px 30px; }
p.serviceText { line-height: 1.4; }

.cb { clear: both; }

/*	photo
-----------------------------------------------------*/
div.imagePositionWR {
	width: 260px;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	}	/* 写真のwidthをwidthに指定する */
div.imagePositionWL {
	width: 260px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	}	/* 写真のwidthをwidthに指定する */

div.imagePositionWR p,
div.imagePositionWL p {
	text-align: center;
	line-height: 1.3;
	}

/*	角丸
-----------------------------------------------------*/
div.rcbox {
	background: #ffdc96;
	width: 180px;
	margin-bottom: 5px;
	}
div.rcboxtop { background: url(../../img/3-003_o/radius/rc_rt.gif) no-repeat right top; }
div.rcboxtop div {
	height: 10px; 
	background: url(../../img/3-003_o/radius/rc_lt.gif) no-repeat top left; 
	}
div.rcboxbottom { background: url(../../img/3-003_o/radius/rc_rb.gif) no-repeat bottom right; }
div.rcboxbottom div {
	height: 10px; 
	background: url(../../img/3-003_o/radius/rc_lb.gif) no-repeat bottom left; 
	}
div.rcboxcontent { padding: 0 10px 0 10px; } /* content area */
div.rcboxcontent p { line-height: 1.4; }

div.rcbox a:hover { color: #F60; }


/* hoiku.php */
table.float { float: left; }
table.outLineTable {}
table.outLineTable td {
	padding: 0.2em 5px;
}
table.outLineTable td.ls1 { letter-spacing: 1em; }
table.outLineTable td.ls2 { letter-spacing: 0.5em; }

div.externalBox {
	width: 300px;
	float: right;
	text-align: center;
}

div.greetingContents {
    margin: 25px;
}

div.greetingContents p {
    margin-bottom: 10px;
}

div.greetingContents img {
    float:none;
    margin: 0 5px 2px;
    vertical-align: bottom;
}
/* top_tnav */
div.tNavi2{ margin:10px -10px 20px 20px;}
div.rcbox2 {
	float:left;
	padding:5px;
	margin-bottom: 10px;
	width: 180px;
	border-radius:5px;
	border:#F0F0F0 1px solid;
	-webkit-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.8);
	box-shadow: 0 0px 4px rgba(0, 0, 0, 0.8);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e8e7e3), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(#fff, #e8e7e3);
	background: -moz-linear-gradient(#fff, #e8e7e3);
	background: -o-linear-gradient(#fff, #e8e7e3);
	background: -ms-linear-gradient(#fff, #e8e7e3);
	background: linear-gradient(#fff, #e8e7e3);
	margin-right: 10px;
}
div.rcbox2 h2{
	border-left: 5px solid #16A800;
	font-size: 120%;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-left: 5px;
	margin-top: 5px;
	}
.rcbox2 p{ line-height:1.3em; margin-bottom:1em;}

/* top */
div.topInfoBox { margin: 10px 20px 20px; text-align: left; }
p.head {
	margin-bottom: 5px;
	padding: 3px 5px;
	font-weight: bold;
	font-size: 108%;
	color: #393;
	border-left: 7px solid #393;
	line-height:1.2!important;
}
span.newIcon {
	padding: 0.1em 4.5em 0 0.2em;
	background: url(../../img/common_icon/anime_new07.gif) no-repeat right center;
}
div.topInfoBox dt { font-weight: bold; margin-bottom: 0.3em; }
div.topInfoBox dd { margin-bottom: 0.5em; line-height: 1.4; }
