@ 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: "ƒqƒ‰ƒMƒmŠpƒS Pro W3","‚l‚r‚oƒSƒVƒbƒN",sans-serif;
	font-size:0.98em;
	font-weight: normal;
	color:#333;
	list-style:none;
}


/* 	1. Text    ¡ */

/* 	1) color	 */

h1 a, h1 a:visited {color:#FFF;}
h1 a:hover {color:#f63;}
h2, h3, h4, #cont dt em, #cont dt, #cont2 dt, #menu dd,
#foot p, #foot address {color:#333333;}
a {color:#3399cc;        font-weight:bold;}
a:visited {color:#3399cc;        font-weight:bold;}
a:hover {color:#f63;        font-weight:bold;}
a:active {color:#3399cc;        font-weight:bold;}
#mail td, #mail li {color:#3399cc;}
strong, em {color:#ff6699;}


/* 	2) decolation	 */

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



/* 	2. shared  ¡¡ */

body {
	margin:0 12px 0 12px;
	background-color:#FF6FCF;
	background:url('http://sengan.biyolabo.com/img/back.gif') ;
}

h1 a {
	text-indent:-999em; 
}

h2, h3, h4 {
	font-family:"HG‘n‰pŠpºÞ¼¯¸B";
	font-size:large;
	letter-spacing:0.1em;
	text-indent:0.5em;
}


strong, em {
	margin:0 0.1em;
}
p {
	margin:0em 0em 0.5em 0em;
	line-height:1.5em;
}
.red {
	font-size:1.1em;
	text-align:left;
	font-weight: bold;
	color:red;
}

.white {
	font-size:1.1em;
	text-align:left;
	font-weight: bold;
	color:white;
}

.pink {
	font-size:1.1em;
	text-align:left;
	font-weight: bold;
	color:#ff6699;
}

dd {
	margin:0.5em 5px 1em 5px;
}
.s, .s a {
	font-size:1.2em;
}

.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;}*/

.clear {clear:both;}


/* 	3. Area    ¡¡¡ */

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

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


/* 	A) Head*top	 */

h1 a {
	background:url('http://sengan.biyolabo.com/img/top.jpg') no-repeat;
	padding:50px 0px 0px 20px;
	font-size:x-large;
	text-decoration:none;
	text-align:left;
	display:block;
	height:100px;
}

/* 	B) Cont*entry	 */

#cont {
	margin:20px 12px;
	width:500px;
	float:right;
}
#cont2 {
	margin:20px 12px;
	width:500px;
	float:right;
}

#cont3 {
	margin:20px 12px;
	width:500px;
	float:right;
}

#cont h2, #cont2 h2 {
	background:url('http://sengan.biyolabo.com/img/mark.jpg') no-repeat;
	margin-bottom:1em;
	padding:5px 5px 3px 25px;
	border-bottom:1px solid #ff99cc;
	background-color:#ff99cc;
	font-weight:bold;
	color:#ffffff;
}
#cont h3, #cont2 h3 {
	margin:30px 10px 1em 10px;
	background:url('http://sengan.biyolabo.com/img/mark26.gif') no-repeat 0 50%;
	text-indent:1em;
	padding:10px 5px 10px 5px;
	background-color:#ffffff;
	font-weight:bold;
}
#cont2 div.ad {
	width:550px;
}
#cont2 .ad p {
	width:320px;
	float:right;
}
#cont2 .ad dl {
	width:200px;
	float:left;
}
#cont dt, #cont2 dt {
	margin-bottom:1em;
	padding:1px 0px 1px 5px;
	background-color:#ffffff;
	border-bottom:1px dotted #ff6699;
	font-size:medium;	
	font-weight:bold;
}
#cont dt em,#cont2 em {
	font-size:medium;
}
#cont dd a, #cont2 dd a {
	margin:0px 5px 0px 2px;
	line-height:1.8em;
}

/* 	C) Menu*side   */

#menu {
	margin-top: 20px;
	margin-left:10px; 
	border-left:1px solid pink;
	border-right:1px solid pink;
	border-bottom:1px solid pink;
	width:220px;
	float:left;
}
#menu dt {
	margin-top:0px;
	padding:4px;
	text-align:center;
	border-top:1px solid pink;
	border-bottom:1px solid pink;
	background-color:#ff99cc;
	font-weight:bold;
font-size:0.95em;
color:#ffffff;
}
#menu dt em {
	font-size:medium;
	font-family:"HG‘n‰pŠpºÞ¼¯¸UB";
}
#menu dd {
	padding:0px 5px 0px 5px;
	line-height:2em;
	font-size:small;
}
#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 pink;
	background:#ffeeee;
}
#foot p, #foot address {
	margin:0;
	padding:3px 0;
	text-align:center;
	font-size:small;
}



/* 	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;
}


.msg{
	font-size:small;
  margin:10px 10px 0px 10px;
  padding:30px 30px 25px 30px;
  border:1px dotted pink;
	background:url('http://sengan.biyolabo.com/img/top.gif') no-repeat;
}

.ad{
	font-size: 0.7em;
	color:#999999;
}

.right {
	margin:0px 5px 0px 10px;
	padding:0px 0px 0px 0px;
	float:right;
}

.left {
	margin:0px 10px 0px 5px;
	padding:0px 0px 0px 0px;
	float:left;
}

.photo {
	margin:0px 5px 0px 5px;
	border:1px outset  #cccccc;
	float:left;
}

.photo3 {
	margin:0px 10px 0px 10px;
	padding:5px 5px 5px 5px;
	border:1px solid #cccccc;
	float:left;
}

.photo_r{
float:right;
margin:0px 5px 5px 5px;
font-size:0.9em;
color:#ff6699;
width:250px;
}

.photo_r img{
margin-bottom:2px;
}

.photo_l{
float:left;
margin:0px 5px 5px 5px;
font-size:0.9em;
color:#ff6699;
width:250px;
}

.photo_l img{
margin-bottom:2px;

