body {
	padding: 0px;
	margin: 0px;
	background-color: #E1F4FC;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana,"ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro","ＭＳ Pゴシック",Osaka,sans-serif;
}

/*Fonts*/
a { font-size:14px; color:#666;}
a:link{color:#666; text-decoration:none;}
a:visited{
	color:#666;
	text-decoration:none;
	padding-left: 10px;
}
a img {
    border-style:none;
}


h1,h2,h3 {
	margin: 0px;
	padding: 0px;
}
/*Fonts END*/

.days {
	display: block;
	padding-top:0.5em;
	font-size:14px;
	color:#666;
}


/*スライダー*/
.banner {
	position: relative;
	overflow: auto;
}
.banner ul {
	list-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#header {
	height:75px;
	width: 950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/header_e.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFF;
}

#toprow {
	border-top:solid 1px #1d1d1d;
	padding-top: 0px;
}
#toprowsub {
	border-bottom:solid 1px #ccc;
	background: #FFFFFF url(../2014/images/bg2.gif) repeat-x;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#toprowsub h2{padding:15px 30px;}
#midrow {
	width:950px;
	margin:0 auto;
	background-color: #FFF;
	overflow: hidden;
}

.effect8
{
  	position:relative;       
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect8:before, .effect8:after
{
	content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:10px;
    bottom:10px;
    left:0;
    right:0;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
} 
.effect8:after
{
	right:10px; 
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg); 
       -moz-transform:skew(8deg) rotate(3deg);     
        -ms-transform:skew(8deg) rotate(3deg);     
         -o-transform:skew(8deg) rotate(3deg); 
            transform:skew(8deg) rotate(3deg);
}

#letter {
	width:90%;
	line-height: 30px;
	font-size: 1em;
	background-image: url(images/rinenbg.gif);
}

#letter p {
	font-size: 1em;
	color: #000;
	text-align: justify;
	margin: 10px;
}

.box4{
	width:500px;
	height:40px;
	text-align: center;
	background-color: #FFF;
	border: 1px solid #333;
	clear: both;
	margin-left: 180px;
	padding-top: 10px;
	}
	
.box4 a{
	font-size: 18px;
	color: #000;
	}


#bottomrow {
	width:900px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


/*Menu Begin*/

/* --- ナビゲーションバー --- */
#menu {
	width: 100%; /* ナビゲーションの幅 */
	background: #f9f9f9 url(../2014/hor_menu3_off.gif) repeat-x top; /* ナビゲーションの背景 */
	border-top: 1px #cccccc solid; /* 上境界線 */
	border-bottom: 1px #cccccc solid; /* 下境界線 */
	font-size: 80%;
	overflow: hidden;
}

/* --- メニューエリア --- */
#menu ul.nl {
width: 950px; /* メニューの幅 */
margin: 0 auto; /* センターに配置 */
padding: 0;
background: #f9f9f9 url(../2014/images/hor_menu3_off.gif) repeat-x top; /* メニューの背景 */
border-left: 1px #cccccc solid; /* メニューの左境界線 */
border-right: 1px #ffffff solid; /* メニューの右境界線 */
list-style-type: none;
text-align: center;
}

/* --- メニュー項目 --- */
#menu ul.nl li {
	width: 20%; /* 項目の幅 */
	float: left;
	color: #666;
}

/* --- リンク --- */
#menu ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 11px 2px; /* リンクエリアのパディング（上下、左右） */
border-top: 1px #ffffff solid; /* リンクエリアの上境界線 */
border-bottom: 1px #808080 solid; /* リンクエリアの下境界線 */
border-left: 1px #ffffff solid; /* リンクエリアの左境界線 */
border-right: 1px #cccccc solid; /* リンクエリアの右境界線 */
text-decoration: none; /* テキストの下線（なし） */
}
/* --- ポイント時の設定 --- */
#menu ul.nl li a:hover {
background: #f9f9f9 url(../2014/images/hor_menu3_on.gif) repeat-x top; /* ポイント時の背景 */
text-decoration: underline; /* テキストの下線（あり） */
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

/*Menu End*/

.center{
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.flash{
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 20px;
}

.textcenter{
	text-align: center;
	margin: 0;
}


.last{background:none;}

a.compass{
	float:left;
	display:block;
	width:290px;
	height:130px;
	text-indent:-10000px;
	background-image: url(../2014/images/compass.png);
	background-repeat: no-repeat;
	background-position: 0px -140px;
}
a.compass:hover{ background-position: 0px -9px;}
a.academic{
	float:left;
	display:block;
	width:290px;
	height:130px;
	text-indent:-10000px;
	background-image: url(../2014/images/academic.png);
	background-repeat: no-repeat;
	background-position: 0px -140px;
}
a.academic:hover{ background-position: 0px -9px;}
a.guidance{
	float:left;
	display:block;
	width:290px;
	height:130px;
	text-indent:-10000px;
	background-image: url(../2014/images/guidance.png);
	background-repeat: no-repeat;
	background-position: 0px -140px;
}
a.guidance:hover{ background-position: 0px -9px;}

a.button{background:url(../2014/images/buttonr.gif) no-repeat right; padding:3px 0px; margin-left:2px; color:#CCCCCC; text-decoration:none; }
.button span{background:url(../2014/images/buttonl.gif) no-repeat left; padding:3px 5px;}

/*Footer*/
#footer {background:#222222;float:left;width:100%;height:50px;border-top:solid 1px #333333;}
.foot{
	width:960px;
	margin:0 auto;
	padding:10px 0px;
	font-size:12px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.foot a:link{
	color:#999;
	text-decoration:none;
}
/*Footer END*/


.textbox{
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 20px;
	width: 900px;
}
.textbox2{
	font-size: 0.9em;
	line-height: 1.5em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 40px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
}

.textbox2 a{
	color:#06F;
	text-decoration: underline;
}

.textbox2 p{
	padding:5px;
	margin:0px;	
}

.textbox2 h1{
	margin-top: 20px;
	margin-bottom: 10px;
}

.textbox2 h2{
	font-size: 1.2em;
	color: #C60;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D5895C;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	width: 100%;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #D5895C;
	margin-bottom: 5px;
	margin-top: 15px;
}


.textbox3{
	font-size: 0.9em;
	line-height: 1.5em;
	color: #000;
	background-color: #FFF;
	width: 600px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
}

h2.guide {
	font-size: 1.2em;
	color: #693;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #693;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 580px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #693;
}


h2.compassti {
	background-repeat: no-repeat;
	background-position: left center;
	color:#5D3E1A;
	font-weight:bold;
	background-image: url(../2014/images/titlebc_compce.gif);
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 22px;
	width: 750px;
}

h2.guideti {
	background-repeat: no-repeat;
	background-position: left center;
	color:#5D3E1A;
	font-weight:bold;
	background-image: url(../2014/images/titlebc_guidance.gif);
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 22px;
	width: 750px;
}

h2.academcti {
	background-repeat: no-repeat;
	background-position: left center;
	color:#5D3E1A;
	font-weight:bold;
	background-image: url(../2014/images/titlebc_academic.gif);
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 22px;
	width: 750px;
}

.textbox2 h3{
	font-size: 16px;
	font-weight: bold;
	color: #963;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
table.noline {
	margin: 0px;
	padding: 0px;
	color: #333;
}
table td.noline {
	vertical-align: top;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
table td.t_line02 {
	border: #A84673 1px dashed;
	background-color: #752241;
	vertical-align: top;
	text-align: left;
	padding: 10px;
}


.feed{width:auto; float:left;}
.feed img{ border: solid 0px; margin-top:120px; padding:0px 7px;}

/*color*/
.braun {
	color:#C63;
	font-size: 15px;
}
.braun_ti {
	color:#039;
	font-size: 1.4em;
	line-height: 150%;
	font-weight: bold;
}
.green {
	color:#F00;
	font-size: 1.3em;
}
/* サンプルtableの共通設定
----------------------------------------------------------- */
table	{
	border-collapse: collapse;
	border-spacing: 0;
	width: 90%;
	margin-bottom: 30px;
}
th, td	{
	padding: 10px 20px;
	color: #1D5C79;
	border-bottom: 2px solid #1D5C79;
}



/* tableおわり------- */
.textcenter {
	text-align: center;
}
.cap {
	font-size: 12px;
	color: #666;
	line-height: 18px;
}
.event_ti {
	font-size: 22px;
	color: #7B5D41;
	font-weight: bold;
}

.tema_ti {
	font-size: 22px;
	color: #F60;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 150%;
	text-align: center;
	display: block;
}

.prf-left {
	overflow: hidden;
	height: auto;
	display: block;
	width: 90%;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
 
.prf-left img {
   float: left;
   margin: 0 15px 0 0 !important;
   padding: 0 !important;
   border: 0 !important;
}
 
.prf-left p {
   overflow: hidden;
   height: auto;
   text-align: justify;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}