@charset "utf-8";

/* ----------------------------------- all --*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, p, blockquote, th, td, form	{
	margin: 0;	padding: 0;
}
h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
}
p {
	margin-top: 10px;
}
img {
	border: 0;
}
.mT05 {
	margin-top: 5px;
}
.mT40 {
	margin-top: 40px;
}

* + html body { /* ie7用 */
	font-family: "メイリオ","Meiryo";
}
html>/**/body body { /* ie8用 */
	font-family: "メイリオ","Meiryo";
}
html:not(:target) body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","MS Pゴシック",Osaka,Verdana,Helvetica,sans-serif;
}
body {
	background-color: #E4E1F0;
	color: #2b2b2b;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","MS Pゴシック",Osaka,Verdana,Helvetica,sans-serif;
	font-size: 12px;
}

a {
	color: #a428c8;
}

/*Container要素
---------------------------------------- */
div#Container {
	text-align: center;
	font-size: 14px;
	line-height: 150%;
}

/*Main要素
---------------------------------------- */
/* Main */
#Main {
	width: 900px;
	margin: 0 auto;
	padding-top: 110px;
	background: #FFF url("http://www.yasashiite.com/images/reform/case/title_case.gif") no-repeat 15px 0;
	text-align: left;
}

/*LeftBox要素
---------------------------------------- */
div#LeftBox {
	float: left;
	margin-top: 30px;
	padding: 0 0 30px 13px;
	width: 237px;
}
/* search */
div#search {
	width: 214px;
	height: 186px;
	background: url("http://www.yasashiite.com/images/yougu/bg_search.gif") no-repeat;
}
div#search div {
	width: 164px;
	margin: 0 auto;
	padding: 25px 0 0 0;
}
div#search div .size {
	width: 165px;
}
/* leftMenu */
div#LeftBox ul {
	list-style-type: none;
	width: 200px;
	margin: -15px 0 0 0;
}
div#LeftBox ul li {
	margin: 10px 0 0 0;
	padding: 0;
}
div#LeftBox ul li  a {
	color: #444;
	text-decoration: none;
	visibility: hidden;
}
div#LeftBox ul ul {
	list-style-type: none;
	margin: 0;
	padding-bottom: 10px;
}
div#LeftBox ul ul li {
	margin: 2px 0 0 0;
	background: url("http://www.yasashiite.com/images/yougu/icon_red.gif") no-repeat 2px 4px;
	text-indent: 20px;
}
div#LeftBox ul ul li  a {
	visibility: visible;
}
div#LeftBox ul ul ul {
	margin: 2px 0 0 0;
}
div#LeftBox ul ul ul li {
	margin: 2px 0 0 0;
	background: url("") no-repeat;
}


/* ----------------------------------- cooking --*/

/*SubContents要素
---------------------------------------- */
div#Contents {
	width: 632px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	padding: 0 14px 30px 0;
	line-height: 200%;
}
div#Contents .title {
	padding: 7px 10px;
	color: #FFF;
	font-size: 18px;
	font-wight: 900;
	background-color: #A72126;
}
div#Contents .title a {
	color: #FFF;
	text-decoration: none;
}
div#Contents table.data {
	width: 630px;
	border-top: 1px dashed #666;
}
div#Contents table.data th {
	padding: 7px 0;
	width: 250px;
	font-size: 14px;
	line-height: 120%;
	border-bottom: 1px dashed #666;
	text-align: left;
}
div#Contents table.data td {
	padding: 7px 0;
	font-size: 14px;
	line-height: 120%;
	border-bottom: 1px dashed #666;
}
div#Contents .kanrenBox {
	padding: 10px 25px;
	background: url("http://www.yasashiite.com/images/reform/case/bg_kanren.gif") no-repeat bottom;
}
