@charset "utf-8";
/*___________ 基本設定 ___________ */
body {
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	background: url(../img-layout/bg_body.jpg) repeat-y center top;
	color: #333333;
	background-color: #EEECE9;
}
#WRAP {
	width:760px;
	margin:0 auto;
	color:  #333333;
	background-color: #FFFFFF;
}
div {
	margin: 0;
	padding: 0;
	text-align:left;
}
p,pre {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	line-height: 140%;
	margin: 2px 5px 8px 5px;
	padding: 5px;
}
ol, ul {
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	list-style-type: none;
}
/* ____ リンクテキスト ____ */
a {
	color: #0066CC;
	text-decoration: underline;
}
a:visited {
	color: #0066CC;
	text-decoration: underline;
}
a:hover,
a:active, 		/* for IE (Keyboard) */
a:focus {		/* for Netscape (Keyboard) */
	color: #CC0000;
	text-decoration: none;
}
/* ____ テキストカラー ____ */
.red {
	color: #CC0000;
}
.blue {
	color: #0066CC;
}
.grn {
	color: #008000;
}
.ora {
	color: #FF9900;
}
.gry {
	color: #999999;
}
.wht {
	color: #FFFFFF;
}
.bg-yell {
	background-color: #FFFFF4;
	border: 1px solid #CCCC00;
	margin: 10px;
	padding: 10px;
}
.bg-red {
	background-color: #FFFFF4;
	border: 1px solid #FF0000;
	margin: 10px;
	padding: 10px;
}
.bg-gray {
	border: 1px solid #999999;
	margin: 10px;
	padding: 10px;
}
/*___________ レイアウト設計 ___________ */
/*___________ 【HEADER】 ___________ */
h1 {
	font-size:12px;
	color:  #FFFFFF;
	background-color: #0099FF;
	font-weight: normal;
	margin:0;
	padding: 2px 0 2px 10px;
}
#TOP {
	width: 760px;
	height: 60px;
	background: url(../img-layout/bg_top1.jpg) no-repeat;
	position: relative;
}
#LOGO {
	position: absolute;
	left: 0px;
	top: 0px;
}
#MENU-HOME {
	width: 760px;
	height: 230px;
	float:left;
	background: url(../images/header-6.jpg) no-repeat;
}
#MENU {
	width: 760px;
	height: 30px;
	float:left;
}
.menu {
	float: left;
	margin: 0;
}
/*___________ 【MAIN】 ___________ */
#MAIN {
	width:760px;
	float:left;
	background: url(../img-layout/bg_main.jpg) repeat-y;
	padding-top: 10px;
}
#MAIN-PAD {
	margin: 0;
	padding: 0 10px 20px 10px;
}
/*___________ 【CONTENTS】基本設計 ___________ */
#CONTENTS {
	width:540px;
	float:right;
}
.pan {
	font-size:11px;
	color: #666666;
	background-color: #F2F2F2;
}
#CONTENTS h2 {
	font-size:14px;
	color: #FFFFFF;
	background: url(../img-layout/bg_h2.jpg) no-repeat;
	margin: 30px 0 0 0;
	padding: 8px 0 8px 10px;
}
#CONTENTS h3 {
	font-size:14px;
	color: #0099FF;
	margin: 20px 5px 0 5px;
	padding: 6px 0 6px 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0099FF;
	border-bottom-color: #0099FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#CONTENTS h4 {
	font-size:12px;
	background-color: #F6F6F6;
	margin: 20px 6px 0 6px;
	padding: 6px 0 6px 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0099FF;
}
#CONTENTS h5 {
	font-size:12px;
	color: #0099FF;
	background-color: #CCFFFF;
	margin: 20px 6px 0 6px;
	padding: 6px 0 6px 10px;
}
.pagetop {
	text-align: right;
	font-size: 11px;
	margin-top: 40px;
	background: url(../img-layout/ico_pagetop01.gif) no-repeat right center;
}
/*___________ 【SIDE】 ___________ */
#SIDE {
	width:180px;
	float:left;
}
#SIDE h2 {
	font-size:12px;
	color: #666666;
	line-height: 30px;
	text-align: center;
	background: url(../img-layout/side-h.jpg) no-repeat;
	margin: 0;
	padding: 0;
}
.side {
	background: url(../img-layout/side-f.jpg) no-repeat center bottom;
	margin: 0 0 10px 0;
	padding: 8px 8px 10px 8px;
}
.side p {
	font-size: 12px;
	margin: 0;
	padding: 0 10px 8px 4px;
}
.side ul {
	font-size: 12px;
	margin: 0;
	padding: 0 0 4px 0;
}
.cat01 li {
	margin: 0;
	padding: 3px 0 3px 0;
}
.cat01 li a {
	color: #0066CC;
	text-decoration: none;
	display: block;
	padding: 1px 0 3px 20px;
	background:url(../img-layout/li_arrow01.gif) no-repeat 2px center;
}
.cat01 li a:hover,
.cat01 li a:active, 		/* for IE (Keyboard) */
.cat01 li a:focus {		/* for Netscape (Keyboard) */
	color: #0066CC;
	background-color: #FFEEEE;
	margin: 0;
	background-position: 4px center;
}
.cat01 .sub a {
	font-size: 11px;
	padding: 0 0 1px 28px;
	background:url(../img-layout/li_arrow02.gif) no-repeat 2px center;
}
/*___________ 【FOOTER】 ___________ */
#F-MENU {
	margin: 0;
	padding: 20px 0 10px 0;
	background: url(../img-layout/bg_f-menu.jpg) repeat-x left top;
}
#F-MENU p {
	font-size: 12px;
	line-height: 140%;
	text-align: center;
	margin: 0;
	padding: 0;
}
#FOOTER {
	margin: 0;
	padding: 10px 0 10px 0;
	color: #FFFFFF;
	background-color: #0099FF;
}
#FOOTER p {
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#FOOTER a {
	color: #FFFFFF;
	text-decoration: none;
}
#FOOTER a:hover,
#FOOTER a:active, 		/* for IE (Keyboard) */
#FOOTER a:focus {		/* for Netscape (Keyboard) */
	color: #FFFFFF;
	text-decoration: underline;
}
/*___________ 固定設定 ___________ */
/* ____ フロートボックス解除用。htmlでは<br class="clear" />で使用 ____ */
.clear {
	clear:both;
}
/* ____ テキスト設定 ____ */
em {
	font-style: normal;
	font-weight: bold;
}
.b {
	font-weight: bold;
}
.s {
	text-decoration: line-through;
}
.u {
	text-decoration: underline;
}
.f11 {
	font-size: 11px;
	line-height:130%;
}
.f12 {
	font-size: 12px;
	line-height:140%;
}
.f14 {
	font-size: 14px;
	line-height:140%;
}
.f16 {
	font-size: 16px;
	line-height:140%;
}
.f18 {
	font-size: 18px;
	line-height:140%;
}
.f24 {
	font-size: 24px;
	line-height:140%;
}
.f36 {
	font-size: 36px;
	line-height:140%;
}
.txt-r {
	text-align: right;
}
.center {
	text-align: center;
}
/* ____ 余白設定 ____ */
.ma20 {
	margin: 20px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt40 {
	margin-top: 40px;
}
.mt80 {
	margin-top: 80px;
}
.ml20 {
	margin-left: 20px;
}
/* ____ 画像設定 ____ */
img {
	border:0;
}
.flo-l {
	float: left;
	margin-right: 6px;
}
.flo-r {
	float: right;
	margin-left: 6px;
}
.img-m {
	vertical-align: middle;
}
/*--------------------▽在宅まるごと*/
table.zaitaku{
	font-size: 12px;
	background-color: #FFFFCC;
	width: 535px;
	text-align: center;
	border: #0000FF solid 1px;
}
table.zaitaku th{
	background-color: #CCFFFF;
	padding: 0.4em;
	font-size: 14px;
	text-align: center;
	border: #0000FF solid 1px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
table.zaitaku td{
	background-color: #FFFFCC;
	padding: 0.4em;
	font-size: 12px;
	text-align: center;
	border: #0000FF solid 1px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
table.zaitaku caption{
    text-align: center;
	font-size: 14px;
	color:#0000FF;
}
/*--------------------▽メニューのページ*/

div.list{
 width: 180px;
 float:  left;
 height: auto;
 margin: 5px 0 5px 0 ;
}
p.name{
 margin: 2px 45px 0px 15px;
 padding: 3px 0px;
 border-bottom: solid #ccc 1px;
 font-size: 14px; 
 text-align: right;
 color: #666;
}
div.list img{
 margin: 2px 25px;
 border: 0;
}
div.list p{
 margin: 0 30px 0 15px;
 font-size: 12px;
 padding: 0.5em;
}
div.list p span{
 color: red;
}
/*--------------------▽よくある質問*/
p.faq_q{
 padding: 3px 3px 3px 50px;
 background: #E7E1CD url(http://www.tactycourse.com/img/faq_q.gif) no-repeat 3px 8px;
 text-align: left;
 color: #6B6349;
 line-height: 25pt;
}
p.faq_a{
 padding: 3px 3px 3px 50px;
 background: #E7E1CD url(http://www.tactycourse.com/img/faq_a.gif) no-repeat 3px 8px;
 text-align: left;
 line-height: 25pt;
}
/*--------------------▽畳*/
table.tatami{
	width: 480px;
	border: solid blue 1px;
	font-weight: bold;
}
table.tatami caption{
    font-size: 11px;
	color: #FF0000;
	text-align: right;
	margin-bottom: 3px;
}
table.tatami td{
	width: 160px;
	padding: 0.4em;
	font-size: 14px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
	line-height: 40px;
	border: solid #0000FF 1px;
	color:#FF0000;
}
table.tatami th{
	width: 160px;
	padding: 0.8em 0 0.8em 0.5em;
	font-size: 14px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	text-align: center;
	border: solid #0000FF 1px;
	background-color: #FFFFCC;
}
table.tatami th.20{
    line-height: 20px;
}
/*--------------------▽引越し前後の空部屋清掃*/
table.price{
	font-size: 13px;
	background-color: #FFFFCC;
	text-align: center;
	border: #0000FF solid 1px;
}
table.price td{
	background-color: #FFFFCC;
	width: 115px;
	height: 15px;
	padding: 0.4em;
	font-size: 13px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	border: #0000FF solid 1px;
}
table.price th{
	background-color: #CCFFFF ;
	text-align: center;
	height: 20px;
	color: #000000;
	padding: 0.4em;
	font-size: 13px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	border: #0000FF solid 1px;
}
table.price td.aqua{
	background-color: #CCFFFF ;
	text-align: center;
	color: #000000;
	padding: 0.4em;
	font-size: 13px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	border: #0000FF solid 1px;
}
table.price caption{
    text-align: center;
	font-size: 12px;
	padding-bottom: 10px;
}
table.set{
 width: 525px;
 font-size: 13px;
 border-collapse: collapse;
}
table.set th{
 width: 85px;
 padding: 10px 10px;
 border: blue 1px solid;
 font-weight: normal;
 text-align:center;
 background-color:  #CCFFFF;
}
table.set td{
 padding: 10px;
 border: blue 1px solid;
 background-color: #FFFFCC;
}
table.set caption{
    text-align: center;
	font-size: 12px;
	padding-bottom: 10px;
}
table.opt{
 font-size: 13px;
}
table.opt th{
 text-align:center;
 font-weight: normal;
}
table.opt td{
 padding: 10px;
}
table.tyuko-menu caption{
    text-align: center;
	font-size: 12px;
	padding-bottom: 10px;
}
.flow-table table {
	font-size: 12px;
	padding: 0;
}