@charset "utf-8";

div.static-title {
	padding-top: 30px;
	padding-bottom: 30px;
}

/* ========================================================================== */
/*    会社概要                                                                */
/* ========================================================================== */

div.overview{
	padding:0px 50px 30px 50px;
	line-height:1.4em;
	font-size:12px;
}

div.overview h1{
	margin-bottom:1em;
	margin-left:8px;
	line-height:1em;
}

div.overview h2{
	margin-bottom:0px;
	font-size:14px;
	margin-left:8px;
}

div.overview li{
	margin:0 0 0 30px;
	font-size:12px;
}

div.overview p{
	margin:0 0 0 10px;
	font-size:12px;
	text-indent: 1em;
}

table.tbl_overview{
	border-collapse:collapse;
	color:#333333;
	font-size:12px;
}

table.tbl_overview th{
	background-image:url(../img/th-bg.png);
	border:1px solid #DDDDDD;
	height:50px;
	padding:5px 8px;
	text-align:left;
	width:25%;
}

table.tbl_overview td{
	border:1px solid #DDDDDD;
	padding:5px 10px;
	width:75%;
}


/* 水平線 */
div.overview .hr {
	clear: left;
	margin-bottom: 5px;
	height: 1px;
	background-image: url(../img/hr_bk_cmpny.gif);
	background-repeat: repeat-x;
}



/* ========================================================================== */
/*    利用規約                                                                */
/* ========================================================================== */
div.user_rule{
	padding:0px 70px 30px 70px;
	line-height:1.4em;
}

div.user_rule h1{
	margin-bottom:1em;
	margin-left:8px;
}

div.user_rule h2{
	margin-bottom:0px;
	font-size:14px;
	margin-left:8px;
}

div.user_rule li{
	margin:0 0 0 30px;
	font-size:12px;
}

div.user_rule p{
	margin:0 0 0 10px;
	font-size:12px;
	text-indent: 1em;
}

/* ========================================================================== */
/*    会員規約                                                                */
/* ========================================================================== */

div.rule{
	padding:0px 70px 30px 70px;
	line-height:1.4em;
}

div.rule h1{
	margin-bottom:1em;
	margin-left:8px;
}

div.rule h2{
	margin-bottom:0px;
	font-size:14px;
	margin-left:8px;
}

div.rule li{
	margin:0 0 0 30px;
	font-size:12px;
}

div.rule p{
	margin:0 0 0 10px;
	font-size:12px;
	text-indent: 1em;
}

div.rule ol{
	margin:0 0 0 1em;
}

/* ========================================================================== */
/*    広告掲載について                                                        */
/* ========================================================================== */

div.ad{
	padding:0px 70px 30px 70px;
	line-height:1.4em;
}

div.ad h1{
	margin-bottom:1em;
	margin-left:8px;
}

div.ad h2{
	margin-bottom:0px;
	font-size:14px;
	margin-left:8px;
}

div.ad li{
	margin:0 0 0 30px;
	font-size:12px;
}

div.ad p{
	margin:0 0 0 10px;
	letter-spacing: 2px;
	font-size:12px;
	text-indent: 1em;
}

div.ad #ad_input{
	margin:0;
	font-size:12px;
}


/* ========================================================================== */
/*    プライバシーポリシー                                                    */
/* ========================================================================== */

div.privacy{
	padding:0px 70px 30px 70px;
	line-height:1.4em;
}

div.privacy h1{
	margin-bottom:1em;
	margin-left:8px;
}

div.privacy h2{
	margin-bottom:0px;
	font-size:14px;
}

div.privacy li{
	margin:0 0 0 30px;
	font-size:12px;
}

div.privacy p{
	margin:0;
	font-size:12px;
	text-indent: 1em;
}

div.paragraph{
	padding:0 0 1em 0;
	font-size:12px;
}

/* ========================================================================== */
/*    くらりとは                                                              */
/* ========================================================================== */

div.about{
	padding:0px 70px 30px 70px;
	letter-spacing:2px;
	font-size:12px;
}

div.about h1{
	border-left:7px orange solid;
	padding-left:10px;
	font-size:20px;
	line-height:32px;
	color:#333333;
	margin-bottom:15px;
}

div.about h2{
	border-bottom:1px solid orange;
	border-left:5px solid orange;
	font-weight:bold;
	margin-bottom:20px;
	margin-top:40px;
	padding:3px 8px;
	font-size:16px;
	color:#333333;
}

div.about p{
	text-indent:0em;
	padding:0 1em 0 1em;
}

div.about span{
	font-size:x-small;
	color:#aaaaaa;
}

div.about .cont_explain{
	padding:1em;
}

div.about li{
	margin:0 1em 0em 1em;
	list-style-type: circle;
	font-weight:bold;
}

div.about #cont_explain_li{
	margin:0 1em 1em 2em;
	list-style-type: none;
	font-weight:normal;

}

/****************************************************/
/*  開業案内ページ                                  */
/****************************************************/
div.knowledge{
	padding:30px 40px 30px 40px;
	font-size:12px;
	line-height:1.5em;
	letter-spacing:1px;
}

div.knowledge hr{
	border:1px dotted #ddd;
	margin:10px 0 10px 0;
}

div.knowledge p{
	margin:10px 0 0 10px;
}

div.knowledge ul#question{
	margin:20px 0 0 0;
}

div.knowledge ul#question li{
	margin-top:10px;
	margin-left:20px;
}

div.knowledge table#list{
/*	width: 500px; */
	border-collapse:collapse;
	color:#333333;
	font-size:12px;
}

div.knowledge table#list th{
	background-image:url(../img/th-bg.png);
	border:1px solid #DDDDDD;
	height:50px;
	padding:5px 8px;
	text-align:center;
}

div.knowledge table#list td{
	border:1px solid #DDDDDD;
	padding:5px 10px;
}

div.knowledge #to_inq {
	margin : 20px 100px 20px 100px;
	padding: 10px;
	border : 1px solid #333;
	text-align:left;
}

div.knowledge h1{
	color: orange;
	font-weight: bold;
	font-size: 24px;
}

div.knowledge h2{
	border-left:5px solid orange;
	border-bottom:1px solid orange;
	border-right:1px solid orange;
	border-top:1px solid orange;
	padding:5px;
	margin-top:12px;
	font-size:16px;
}

div.knowledge h3{
/*	border-left:5px solid orange; */
	border-bottom:1px solid orange;
	padding-left:5px;
	line-height:1.4em;
	margin-top:12px;
	margin-left:10px;
	font-size:12px;
}

div.knowledge #todokede td{
	/*padding:12px;*/
	
}

div.knowledge ol{
	list-style-type:decimal;
	margin:10px 0 10px 0;
}

div.knowledge li{
	margin-left:50px;
}

div.knowledge table.regist-press {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding:0;
}
div.knowledge table.regist-press td{
	margin: 0;
	padding:0;
}

div.knowledge table.regist-press p{
	padding: 10px;
	font-size:12px;
}
div.knowledge table.regist-press .content{
	line-height:1.2em;
}
div.knowledge table.regist-press .merit{
	color:#666666;
}

div.knowledge div.welcome {
	margin-bottom: 10px;
	color: #4169E1;
	line-height: 1.5em;
	font-size: 16px;
	font-weight: bold;
}

div.knowledge .explan {
	padding-left: 20px;
}

div.knowledge a {
	text-decoration: none;
	color: #4169E1;
}
div.knowledge a:link {
	color: #4169E1;
}
div.knowledge a:visited {
	color: #4169E1;
}
div.knowledge a:hover {
	text-decoration: underline;
}
div.knowledge #menu-container {
	height: 3200px;
}
div.knowledge #menu-window {
	position: relative;
	margin: 0px;
	padding: 3px;
	top: 0px;
	width: 170px;
	text-align: left;
	border: 1px solid #000000;
	background-color: #ffffff;
}
div.knowledge div.open-plan {
	position: relative;
	width: 541px;
	height: 534px;
	background-image: url(../img/open-plan.gif);
	background-repeat: none;
}
div.knowledge div.open-plan a {
	position: absolute;
	display: block;
/*
	width: 200px;
	height: 35px;
*/
	width: 195px;
	height: 30px;
}
div.knowledge div.open-plan a.Unei:hover { border: 4px solid green; }
div.knowledge div.open-plan a#RectSurvey		{ left:  28px; top:  57px; }
div.knowledge div.open-plan a#RectSetting		{ left:  28px; top: 100px; }
div.knowledge div.open-plan a#RectCookware		{ left:  28px; top: 142px; }
div.knowledge div.open-plan a#RectShopfitting	{ left:  28px; top: 184px; }
div.knowledge div.open-plan a#RectLocation		{ left:  28px; top: 227px; }
div.knowledge div.open-plan a#RectFacilities	{ left:  28px; top: 270px; }
div.knowledge div.open-plan a#RectStaff			{ left:  28px; top: 312px; }
div.knowledge div.open-plan a#RectPromotion		{ left:  28px; top: 355px; }
div.knowledge div.open-plan a.Keiei:hover { border: 4px solid red; }
div.knowledge div.open-plan a#RectPlanning		{ left: 314px; top:  57px; }
div.knowledge div.open-plan a#RectAllowed		{ left: 314px; top: 100px; }
div.knowledge div.open-plan a#RectContract		{ left: 314px; top: 142px; }


/****************************************************/
/*  静的ページ共通                                  */
/****************************************************/

/* トップページに戻る(画像) */
div.button-bottom-bg {
	padding-top: 9px;
	width: 171px;
	height: 34px;
	text-align: center;
	background-image: url(../img/button-bg.gif);
	background-repeat: no-repeat;
}



