@charset   "UTF-8";

*{
	padding:0;
	margin:0;
	font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
}
body{
	background-image:url("image/page_back.gif");
}

#contents{
	width:900px;
	margin:auto;
	}
/*=======clearfix=======*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*=======bace=======*/

p {
    display: block;
	margin-bottom:10px;
    line-height: 1.2;

}
strong{
	font-weight:bold;
}
.text_area{
    margin-bottom:10px 5px;
    line-height: 1.5;
}
.center{
	text-align:center;
}

h1{
	text-align:center;
	margin-bottom:10px;
	}
	
h2{
	width:170px;
	padding:10px;
	background-color:#eaf4fc;
	margin:10px auto 20px;
	color:#ffffff;
	text-align:center;
	text-shadow:1px -1px 1px #333,1px 1px 1px #555;
	border-radius:8px;
}
h3{
	width:100%;
	padding:10px 0;
	background-color:#eb6ea5;
	margin:15px auto;
	color:#ffffff;
	text-align:center;
	border-radius:8px;}
	
h4{
	padding:10px 0;
	color:#C03;
	font-weight:bold;
	}

h5{
	width:80px;
	padding:10px;
	background-color:#eb6ea5;
	margin:10px 0;
	text-align:center;
	color:#ffffff;
	border-radius:8px 8px 8px 8px;
	}

li {
	list-style:none;
	line-height:1.4;
	text-align:left;
	}

a:link{
color:#F33;
}
a:hover{
	color:#600;
	text-decoration:underline;
}
/*=======navigation=======*/

#navigation{
	float :left;
	width :280px;
	margin-right:20px;
	}
	
ul.menu,
ul.menu2 {
  color:#ffffff;
  font-weight:bold;
  margin-bottom:10px;
}

ul.menu li,
ul.menu2 li {
  width:100%;
  margin:8px 0;
  text-align:center;
}

ul.menu li a {
  color:#ffffff;
  padding:10px 0;
  text-shadow:0 -1px 0px #333,0 1px 0px #555;
  text-decoration:none;
  border-radius:8px;
  display:block;
  background:#d9333f;
  background-image: -moz-linear-gradient(top, #f0f8ff 0%, #d9333f 50%, #d9333f 50%, #f0f8ff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0f8ff), color-stop(0.50, #d9333f), color-stop(0.50, #d9333f), color-stop(1, #f0f8ff));
  box-shadow: 1px 0px 0px rgba(225,225,225,0.3) inset,
             -1px 0px 0px rgba(225,225,225,0.3) inset,
              0px 1px 1px rgba(0,0,0,0.1) inset,
              0px -1px 1px rgba(0,0,0,0.3) inset,
              0px 1px 3px rgba(0,0,0,0.3);
}

ul.menu li a:hover{
  background:#b22222;
  background-image: -moz-linear-gradient(top, #f0f8ff 0%, #b22222 50%, #b22222 50%, #f0f8ff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0f8ff), color-stop(0.50, #b22222), color-stop(0.50, #b22222), color-stop(1, #f0f8ff));
  box-shadow: 1px 0px 0px rgba(225,225,225,0) inset,
              -1px 0px 0px rgba(225,225,225,0) inset,
              0px 1px 1px rgba(0,0,0,0.1) inset,
              0px -1px 1px rgba(0,0,0,0.3) inset,
              0px 1px 3px rgba(0,0,0,0.3);}
			  
ul.menu2 li a {
  color:#ffffff;
  padding:10px 0;
  text-shadow:0 -1px 0px #333,0 1px 0px #555;
  text-decoration:none;
  border-radius:8px;
  display:block;
  background:#192f60;
  background-image: -moz-linear-gradient(top, #f0f8ff 0%, #192f60 50%, #192f60 50%, #f0f8ff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0f8ff), color-stop(0.50, #192f60), color-stop(0.50, #192f60), color-stop(1, #f0f8ff));
  border-left:1px solid #444;
  box-shadow: 1px 0px 0px rgba(225,225,225,0.3) inset,
             -1px 0px 0px rgba(225,225,225,0.3) inset,
              0px 1px 1px rgba(0,0,0,0.1) inset,
              0px -1px 1px rgba(0,0,0,0.3) inset,
              0px 1px 3px rgba(0,0,0,0.3);
}

ul.menu2 li a:hover {
  background:#b22222;
  background-image: -moz-linear-gradient(top, #f0f8ff 0%, #b22222 50%, #b22222 50%, #f0f8ff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0f8ff), color-stop(0.50, #b22222), color-stop(0.50, #b22222), color-stop(1, #f0f8ff));
  box-shadow: 1px 0px 0px rgba(225,225,225,0) inset,
             -1px 0px 0px rgba(225,225,225,0) inset,
              0px 1px 1px rgba(0,0,0,0.1) inset,
              0px -1px 1px rgba(0,0,0,0.3) inset,
              0px 1px 3px rgba(0,0,0,0.3);
}

/*=======iframe=======*/
.ifrm-container {
  width:280px;
  height:250px;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
  display: inline-block;
  margin-bottom: 10px;
}

.ifrm {
  width:100%;
  height:100%;
  border:none;
  display:block;
}
			  		  
.keiko {
  font-size:80%;
}

/*=======main=======*/
	
#main{
	float:right;
	width:600px;
	}

table.class{
	width:100%;
	border-collapse:collapse;
}
table.class th{
	width:50%;
	padding:5px 0;
	font-weight:bold;
	font-size:110%;
}
table.class td.photo{
	text-align:center;
	padding:5px 0;
}
table.class td.name{
	padding:5px 0;
	font-weight:bold;
}
table.class td{
	width:50%;
	vertical-align:top;
}
div.topics{
	height:150px;
	background-color:#CCCCFF;
	padding:8px;
	margin-bottom:10px;
}

strong{
	font-size:120%;
	font-weight:bold;
}
	
/*=======keiko_xxx=======*/
div.photo{
	width:200px;
	float:left;
	margin:0 20px 20px 0;
}

div.comment{
	float:right;
	width:380px;
}

p.name{
	color:#F36;
	font-weight:bold;
	border-bottom:1px #FF3366 solid;
	padding:5px 0;
}