@ Shift_JIS
/*		M	 E	 N	 U

■ 1. Text
   	1) color   2) decolation

■■ 2. Shared

■■■ 3. Area - wrap (A+B+C+D)
	A) Head*top    B) Cont*entry    C) Menu*side    D) Foot*bottom

■■■■ 4. Special
	1) search-form    2) jump pageTop    3) mail-form    4) mag-form

*/


html * {box-sizing:border-box;}
* {
	margin:0; padding:0;
	font:small "ヒラギノ角ゴ Pro W3","ＭＳＰゴシック",sans-serif;
	font-weight: normal;
	color:#333;
	list-style:none;
}


/* 	1. Text    ■ */

/* 	1) color	 */

h1 a, h1 a:visited {color:#999;}
h1 a:hover {color:#F63;}
h2, h3, h4, #cont dt em, #cont dt, #cont2 dt, #menu dd,
#foot p, #foot address {color:#2F5B65;}
a {color:#06C;}
a:visited {color:#369;}
a:hover {color:#F63;}
#mail td, #mail li {color:#863300;}
strong {color:#C63;}


/* 	2) decolation	 */

.top a, img, img a {border:none;}
strong {font-weight:bold;}
address a {text-decoration:none;}
dt em {letter-spacing:0.3em;}
strong, em, pre	{letter-spacing:0.1em;}



/* 	2. shared  ■■ */

body {
	margin:0 12px 0 12px;
	background-color:#DDE9F6;
}

h1 a, h2, h3, h4 {
	font-family:"HG創英角ｺﾞｼｯｸUB";
	font-size:large;
	letter-spacing:0.3em;
	text-indent:1em;
}

strong, em {
	margin:0 0.1em;
}
p {
	margin:0 0 1em 0;
	line-height:1.6em;
}

dd {
	margin:0.5em 0 1.6em 0;
}
.s, .s a {
	font-size:12px;
}

.left {text-align:left;}
.right {text-align:right;}
.center {text-align:center;}

.i-left {float:left; margin:7px;}
.i-right {float:right; margin:6px;}

br {clear:both;}



/* 	3. Area    ■■■ */

/* 	wrap (A+B+C+D)	 */

#wrap {
	background-color:#FFF;
	width: 780px;
	margin:0 auto;
	border-left:1px solid #8C9CA1;
	border-right:1px solid #A5B6BB;
	border-bottom:1px solid #A5B6BB;
}


/* 	A) Head*top	 */

h1 a {
background:url('http://www.1wak-wak.com/mansion/img/byakuyakou.jpg') no-repert;
	padding:80px 40px 0 0;
	font-size:x-large;
	text-decoration:none;
	text-align:right;
	display:block;
	height:30px;
}

/* 	B) Cont*entry	 */

#cont {
	margin:20px 12px;
	width:500px;
	float:right;
}
#cont2 {
	margin:20px 20px;
}
#cont h2, #cont2 h2 {
	margin-bottom:1em;
	padding:6px 0;
	border-left:6px solid #6B9EBE;
	border-bottom:1px dotted #6B9EBE;
	background-color:#F7F7F7;
}
#cont h3, #cont2 h3 {
	margin:30px 0 1em 0;
	background:url('../img/book.gif') no-repeat 0 50%;
	text-indent:2em;
	padding:6px 0;
}
#cont2 div.ad {
	width:550px;
}
#cont2 .ad p {
	width:320px;
	float:right;
}
#cont2 .ad dl {
	width:200px;
	float:left;
}
#cont dt, #cont2 dt {
	background-color:#D3EAEF;
	border-right:1px solid #6E9FA9;
	border-bottom:1px solid #6E9FA9;
	padding:4px 6px;
	font-size:small;
}
#cont dt em,#cont2 em {
	font-size:medium;
}
#cont dd a, #cont2 dd a {
	margin:0 0.6em 0 0;
	line-height:2em;
}

/* 	C) Menu*side   */

#menu {
	margin:20px 4px 0 0;
	border:1px solid #6B9EBE;
	width:230px;
	float:left;
}
#menu dt {
	margin-top:0;
	padding:6px;
	text-align:center;
	border-top:1px solid #6B9EBE;
	border-bottom:1px solid #6B9EBE;
	background-color:#E8EDF0;
}
#menu dt em {
	font-size:medium;
	font-family:"HG創英角ｺﾞｼｯｸUB";
}
#menu dd {
	padding:6px;
}
#menu form.okini {
	margin-bottom:8px;
	padding-top:6px;
	text-align:center;
}
#menu p {
	text-align:center;
}

/* 	D) Foot*bottom   */

#foot {
	margin:20px 0 0 0;
	padding:8px 0;
	border-top:1px solid #6E9FA9;
	background:#C1DADF;
}
#foot p, #foot address {
	margin:0;
	padding:3px 0;
	text-align:center;
}



/* 	4. Special ■■■■ */

/* 	1) search-form	 */

input.s-btn {
	text-align:center;
}
input.s-input {
	width:120px;
}

/* 	2) mail-form	 */

#mail input {
	margin:3px 0;
	border:1px solid #0090C5;
	width:171px;
}
#mail textarea {
	margin:3px 0 0 0;
	border:1px solid #0090C5;
	width:260px;height:161px;
}

/* 	3) jump pageTop		 */

.top a {
	width:18px; height:18px
	background:url('../i/top.gif');
}
.top a:hover {
	background-position:-18px 0;
}

/* 	4) mag-form		 */

table.mag {
	border-collapse: collapse;
	border-right:1px solid #BBB;
	border-bottom:1px solid #BBB;
}
.mag th, .mag td {
	padding:6px 10px;
	vertical-align:top;
}
.mag th {
	background-color:#FFDF9A;
	font-size:medium;
}
.mag td {
	background-color:#FFEECC;
	font-size:small;
}
.mag td.on {
	background-color:#FEB7B7;
}
.mag td.off {
	background-color:#A7D9FF;
}
