@ Shift_JIS
/*							>> copy left Academia Japan Inc.
	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:#808080;
	list-style:none;
}


/* 	1. Text    ■ */

/* 	1) color	 */

h1 a, h3, h1 a:visited {color:#FFF;}
h1 a:hover {color:#F63;}
h2, h4, #cont dt em, #cont dt, #cont2 dt, #menu dd,
#foot p, #foot address {color:#808080;}
a {color:#808080;}
a:visited {color:#808080;}
/*   a:visited {color:#aabbee;}   */
a:hover {color:#F63;}
#mail td, #mail li {color:#863300;}
strong {color:#808080;}


/* 	2) decolation	 */

.top a, img, img a {border:none;}
strong {font-weight:bold;}
a {font-weight:normal;
}
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:#dddddd;
}

h1 a, h2 {
	font-family:"MSPｺﾞｼｯｸ";
	font-size:medium;
	font-weight: bold;
	letter-spacing:0.3em;
	text-indent:2.3em;
}
h2 {
	font-family:"MSPｺﾞｼｯｸ";
	font-size:medium;
	font-weight: bold;
	letter-spacing:0.3em;
	text-indent:2.3em;
}
h3, h4 {
	font-family:"MSPｺﾞｼｯｸ";
	font-size:small;
	font-weight: normal;
}

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-top:1px solid #dff1ff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}


/* 	A) Head*top	 */

h1 a {
	background:url('1.jpg') no-repeat;
		padding:20px 40px 0 0;
	background-color:#dff1ff;
	font-size:large;
        font-weight:bold;
	text-decoration:none;
	text-align:left;
	display:block;
	height:30px;
}
h3 {
	background:url('1.jpg') no-repeat;
		padding:0 20px 20px 20px;
	background-color:#dff1ff;
	font-size:small;
        font-weight:normal;
	text-decoration:none;
	text-align:left;
	display:block;
	height:30px;
}

/* 	B) Cont*entry	 */

#cont {
	margin:20px 12px;
	width:500px;
	float:left;
}
#cont2 {
	margin:20px 12px;
	width:500px;
	float:left;
}
#cont a, #cont2 a {
　　　　color:#808080;
        font-weight:normal;
}
#cont h2, #cont2 h2 {
	margin-bottom:1em;
	padding:6px 0;
	border-bottom:2px solid #dff1ff;
	background:url('hand01.gif') no-repeat;
}
#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 dd {
	width:200px;
	float:left;
}
#cont dt, #cont2 dt {
	background-color:#ffffff;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	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;
}
/*トラックバック用
#cont2 #tbdata h3 {
	font-size:small;
	color:#888888
	margin-bottom:0;
}
#cont2 #tbdata p {
	font-size:small;
	color:#888888
	margin-top:5px;
	margin-bottom:0;
}
/* 	C) Menu*side   */

#menu {
	margin:2px 2px 0 2px;
	border:2px 1px solid #fff;
	width:235px;
	float:left;
	background-color:#fff;
}
#menu dt {
	margin-top:0;
	padding:10px 0 0 16px;
	color:#333;
	font-weight:bold;
	text-align:left;
	text-decoration: underline;
	border-top:2px solid #fff;
	border-bottom:1px solid #fff;
	background-color:#fff;
}
#menu dt em {
	font-size:medium;
	font-family:"HG創英角ｺﾞｼｯｸUB";
}
#menu dd a {
	font-weight:normal;
	padding:4px;
}
#menu dd {
	padding:6px;
        margin:6px 0px 6px 10px;
        font-size:12px;
        text-align:left;
}
#menu form.okini {
	margin-bottom:8px;
	padding-top:6px;
	text-align:center;
}
#menu p {
	text-align:center;
}

/* 	D) Foot*bottom   */

#foot {
	font-weight:normal;
	margin:20px 0 0 0;
	padding:8px 0;
	border-top:1px solid #fff;
	background:#fff;
}
#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;
}
