@charset "UTF-8";

/*-------------------------------------------------------------------

Browser Reset CSS

--------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,table,th,td,address,form,p,footer {
	margin: 0;
	padding: 0;
}
img {
	display: block;
}
a:link img,a:visited img,a:active img,a:hover img {
	border: 0;
}
ul,ol {
	list-style: none;
}
h1,h2,h3,h4,h5,h6,address,caption,em {
	font-style: normal;
	font-weight: normal;
}
div{
	zoom:1;/*for IE 5.5-7*/
	display: block;
	height: auto;
	xwidth: 138px;
}
div:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
ul{
    zoom:1;/*for IE 5.5-7*/
}
ul:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
dl{
    zoom:1;/*for IE 5.5-7*/
}
dl:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

/* ---------- バグ回避 ----------- */

/* IE6 で画像が消えることがあるバグを回避 */
#contents img {
  _position: relative;
}

/* IE6/IE7 で垂直配置がずれるバグを回避 */
html[lang^="ja"] #sidenavi {
  margin-top: 0;
}
table, tr, td { margin: 0; border-width: 0; outline-width: 0; }
/* ---------------------------------------------------------------- *
	clearfix
 * ---------------------------------------------------------------- */
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */
#screen {
	
}


/* ---------------------------------------------------------------- *
　　　共通デザインの設定　　2014.10.9
 * ---------------------------------------------------------------- */
body {
	padding: 0;
	margin: 0;
	width: 100%; /* ブラウザのサイズを小さくした際の対応 */
	display: table; /* ブラウザのサイズを小さくした際の対応 */
}

body {
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
	line-height: 150%;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
}

* html body {font-size: small;}
*:first-child+html body {font-size: small;}





#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}

#main {
}

#header  {
	background-image: url(../images/bg_header.gif);
	background-repeat: repeat;
	margin-bottom: 30px;
}


#header a:hover img,
#nav a:hover img{
	opacity: 0.6;
	filter: alpha(opacity=60);
}
#header .date {
	padding-bottom: 25px;
	padding-left: 56px;
}

#catch {
	background-image: url(../images/bg_catch_main.jpg);
	background-repeat: no-repeat;
	display: block;
	clear: both;
	float: left;
	height: 607px;
	width: 960px;
	margin-bottom: 30px;
}
#catch .catch02 {
	margin-top: 323px;
	margin-left: 370px;
}
.contentsCol {
	display: block;
	clear: both;
	float: left;
	width: 960px;
	margin-bottom: 30px;
}
.contentsCol02 {
	display: block;
	clear: both;
	float: left;
	width: 920px;
	margin-bottom: 30px;
	padding-right: 20px;
	padding-left: 20px;
}

table.lay {
	width: 960px;
	border-collapse:collapse;
}

#nav {
	display: block;
	clear: both;
	float: left;
	width: 940px;
	margin-bottom: 30px;
	height: 62px;
	padding-left: 20px;
}
#nav ul li {
	float: left;
}

#nav img {
	float: left;
	height: 62px;
	padding-right: 13px;
}

.profile {
	background-image: url(../images/bg_profile.jpg);
	background-repeat: no-repeat;
	display: block;
	clear: both;
	float: left;
	width: 920px;
	height: 406px;
	position:relative; /* -----子要素を下揃え---- */
}
.profile .copy {
	padding-top: 37px;
	padding-left: 158px;
}
.profTxt .lecturer {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 10px;
}
.txt15 {
	font-size: 15px;
}
.txt25 {
	font-size: 25px;
}
.profile .profTxt {
	display: block;
	width: 391px;
	float: right;
	position:absolute; /* -----親要素に対して下揃え---- */
	bottom:0; /* -----親要素に対して下揃え---- */
	left: 529px;
}
.profTxt p {
	font-size: 15px;
	line-height: 160%;
}
.contentsCol02 h3 {
	margin-bottom: 20px;
}



#footer {
	display: block;
	width: 100%;
	overflow:hidden; /* -----フッタ下にナゾの空き---- */
	line-height:0; /* -----フッタ下にナゾの空き---- */
	clear: both;
	float: left;
	height: 155px;
}
#footer #footerTop {
	display: block;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 25px;
}
#footer #footerMid {
	background-color: #F3F3F3;
	display: block;
	height: 100px;
	width: 100%;
}

#footer #footerBtm {
	background-color: #008DE9;
	display: block;
	height: 30px;
	width: 100%;
	text-align: center;
}
#footer #footerBtm p.copyright {
	font-size: 12px;
	color: #FFF;
	line-height: 30px;
}
#footer #footerTop img {
	float: right;
}
#footer #footerMid img {
	float: left;
	padding-right: 13px;
}
#footer #footerMid .bnrCol {
	display: block;
	width: 837px;
	margin-right: auto;
	margin-left: auto;
	height: 68px;
	padding-top: 17px;
	padding-left: 123px;
}
.resultCol {
	background-image: url(../images/bg_result_col.gif);
	background-repeat: repeat;
	display: block;
	width: 920px;
	margin-left: 20px;
	clear: both;
	float: left;
}
.resultCol .inner {
	background-color: #FFEAF2;
	margin: 2px;
	clear: both;
	float: left;
	width: 884px;
	padding-top: 16px;
	padding-right: 16px;
	padding-bottom: 12px;
	padding-left: 16px;
}
.resultCol .inner .leftCol {
	display: block;
	float: left;
	width: 459px;
}
.resultCol .inner .rightCol {
	display: block;
	float: right;
	width: 425px;
}
.resultCol .inner .disc {
	color: #FF6699;
}
.resultCol .inner ul li {
	text-indent: -1.5em;
	margin-left: 1.5em;
}
#message .message {
	display: block;
	clear: both;
	float: left;
	width: 920px;
}
#message .message .leftCol {
	display: block;
	float: left;
	width: 445px;
}
#message .message .rightCol {
	display: block;
	float: right;
	width: 445px;
}
#message .message .leftCol .photo,
#message .message .rightCol .photo {
	display: block;
	float: left;
	width: 200px;
}
#message .message .leftCol .messageTxt01,
#message .message .rightCol .messageTxt01{
	display: block;
	float: right;
	width: 225px;
	background-image: url(../images/bg_message_top_01.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
}

#message .message .leftCol .messageTxt02 {
	display: block;
	float: right;
	width: 225px;
	background-image: url(../images/bg_message_top_02.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
}

#message .message .leftCol .messageTxt01 .comment,
#message .message .rightCol .messageTxt01 .comment,
#message .message .leftCol .messageTxt02 .comment {
	color: #FFF;
	padding-left: 15px;
	padding-right: 15px;
}
.message .leftCol .messageTxt01 .inner,
.message .rightCol .messageTxt01 .inner,
.message .leftCol .messageTxt02 .inner {
	background-image: url(../images/bg_message_mid.jpg);
	background-repeat: repeat-y;
	display: block;
	width: 225px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#message .message .leftCol .messageTxt01 .inner .btm,
#message .message .rightCol .messageTxt01 .inner .btm,
#message .message .leftCol .messageTxt02 .inner .btm{
	background-image: url(../images/bg_message_btm.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 8px;
	width: 225px;
}
#message .message .leftCol .messageTxt01 .name,
#message .message .rightCol .messageTxt01 .name,
#message .message .leftCol .messageTxt02 .name {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 8px;
}
#message .message .leftCol .messageTxt01 p,
#message .message .leftCol .messageTxt02 p,
#message .message .rightCol .messageTxt01 p {
	font-size: 12px;
}


table.summay {
	width: 870px;
	border-collapse:collapse;
	margin-left: 25px;
	font-size: 20px;
}
table.summay th, 
table.summay td {
	line-height: 1.5;
	padding: 0.5em;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	vertical-align: top;
}
table.summay th {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	background-color: #CCE3FF;
}
table.summay td {
	vertical-align: top;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}
.caution {
	font-size: 13px;
}
.bold {
	font-weight: bold;
}

.summay tr td .leftCol {
	float: left;
}
.summay tr td .rightCol {
	float: right;
}
table.time {
	border-collapse:collapse;
	margin-bottom: 13px;
}
table.time th,
table.time td{
	border: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.2em;
	padding-left: 0;
}

table.time th{
	font-weight: bold;
	background-color: #FFF;
	text-align: right;
}
table.time td{
	padding-left: 1em;
}
table.summay tr .top,
table.summay td .top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
.btnArea {
	background-image: url(../images/bg_header.gif);
	background-repeat: repeat;
	display: block;
	width: 904px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 56px;
}
