/*=================================
Contents

1.Text code
2.Reset
3.Page Outline
4.Common
5.Y!J Common
=================================*/

/*=================================
Text code
=================================*/
@charset "utf-8";

/*=================================
Page Outline
=================================*/


/*=================================
Common
=================================*/
.tr{text-align:right;}

/*=================================
Edit
=================================*/

body {
	width: 950px;
	margin: 0 auto; 
}

#contents {
	padding: 10px 0 20px 0;
	width: 950px;
}

div#EditWrapper {
	width: 950px;
	margin-bottom: 20px;
	padding:0 0 40px 0;
	background: #ecebde url("https://s.yimg.jp/images/omiai/edit/images/edit_bg.png") no-repeat 0 100%;
}

div#EditWrapper h1 {
	padding: 15px 0 7px 25px;
	background: #fff url("https://s.yimg.jp/images/omiai/edit/images/edit_h1_bg.gif") repeat-x  0 0;
	border-bottom: solid 5px #aed13c;
	font-size: 100%;
	font-weight: bold;
	color: #4b4b4b;
}

#EditContents div.EditArea {
	padding: 25px 100px 0;
	line-height: 1.2;
	color: #4c4c4c;
	font-size: 90%;
}

div#EditContents {
	width: 870px;
	margin: 15px auto 0;
	padding: 0 0 50px 0;
	background: #fff url("https://s.yimg.jp/images/omiai/edit/images/edit_bg.png") no-repeat -1830px 100%;
}

div#EditContents .EditAreaWrapper {
	background:url("https://s.yimg.jp/images/omiai/guide/edit_area_wrapper.png") no-repeat top;	
}

h2 {
	padding: 5px;
	background: #f2f2d8;
	font-size: 100%;
	line-height: 1;
	letter-spacing: 1px;
}

h2.guideline {
	margin: 25px 0 20px;
}

h2.tokushoho {
	margin: 20px 0 10px;
}

h3 {
	margin: 20px 0;
	font-size: 100%;
	line-height: 1;
	font-weight: bold;
}

dl.guide {
	margin-bottom: 25px;
	padding: 0 10px;
}

dl.guide dt {
	margin-bottom: 10px;
	font-weight: bold;
}

dl.guide dd {
	line-height: 1.2;
}

dl.guide dd.item {
	margin-bottom: 15px;
}

dl.guide li {
	margin-left: 30px;
	text-indent: -30px;
}

p.exp {
	padding: 0 10px;
}

table.exp {
	width: 650px;
	margin: 0 auto 5px;
}

table.exp td {
	padding: 15px 10px;
	border: 1px solid #c4c1b2;
	color: #666;
}

table.exp td.ttl {
	width: 190px;
	background: #f2f2d8;
}