@charset "UTF-8";

/* CSS Information
---------------------------------------------------------------
Site URL:		http://www.yurugi-iyashi.com/
File name:		layout_privacypolicy.css
Summary:		base styles
Created:		2009-4-1
Last update:	2009-4-1 by Sadaoka
Author:			Sadaoka(admin), Tanaka
Copyright:		(C) 2009 dabhand Inc.
--------------------------------------------------------------- */

/* Privacy Policy */
/* ------------------------------------------------------------ */
.contents_layout {
	width: 810px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.privacypolicy_comment {
	width: 810px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	display: block;
	border: 0px #f00 solid;
}

.privacypolicy_layout1 {
	width: 810px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 0px;
	display: block;
	overflow: hidden;
	border-top: 2px #dfb000 solid;
}

.privacypolicy_layout2 {
	width: 810px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 0px;
	display: block;
	overflow: hidden;
	border-top: 1px #969696 dashed;
}

.privacypolicy_layout3 {
	width: 810px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 0px;
	display: block;
	overflow: hidden;
	border-top: 1px #969696 dashed;
	border-bottom: 2px #dfb000 solid;
}

.privacypolicy_hl {
	font-size: 14px;
	line-height: 1;
	color: #dfb000;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	display: block;
	border: 0px #f00 solid;
}



