@charset "utf-8";
/* CSS Document */

#imgArea{
	width:950px;
	height:295px;
	margin:0 auto;
	position:relative;
	display:block;
}

#imgArea .inImg{
	width:327px;
	height:48px;
	position:absolute;
	bottom:0;
	left:10px;
	z-index:10;
}

#mainImg{
	margin: 0 auto;
	width: 950px;
	height: 298px;
	text-align: left;
	overflow: hidden;
	position: relative;
	z-index:1;
}

#mainImg img {
	top: 0;
	left: 0;
	position: absolute;
}

#contents #left{
	float:left;
	width:350px;
	height:254px;
	background:url(../images/home/left_bg.png);
	margin:0 0 0 2px;
	vertical-align:top;
}

* html #contents #left{
	float:left;
	width:350px;
	height:254px;
	background:url(../images/home/left_bg.png);
	margin:0 0 0 1px;
}

#contents #left p{
	padding:0 30px;
	margin:27px 0 0 5px;
	line-height:2;
}

#contents #right{
	width:584px;
	float:right;
	padding:0 8px 0 0;
}

#contents #right .newArea{
	margin:15px 0 0;
	width:584px;
	height:54px;
	position:relative;
}

#contents #right .newArea h3{
	width:584px;
	height:54px;
}

.newArea .newsBtn{
	width:95px;
	height:28px;
	position:absolute;
	top:13px;
	right:30px;
}

#right .newsBody{
	background:url(../images/home/news_body.png) repeat-y;
	vertical-align:bottom;
}

.newsBody dl{
	width:538px;
	margin:0 auto;
	border-bottom:1px dotted #c7c4bc;
	padding:10px 0;
	overflow:hidden;
}

.newsBody dl dt{
	float:left;
	padding:0 0 0 10px;
}

.newsBody dl dd{
	float:left;
	padding:0 0 0 20px;
	width:400px;
}

.newsBody dl dd a{
	color:#ef777b;
	text-decoration:undeerline;
}

.newsBody dl dd a:hover{
	color:#f7a9a9;
	text-decoration:underline;
}

#right .newsB{
	padding:0;
	margin:0;
	height:16px;
	vertical-align:top;
}

#right .newsB img{
	display:block;
}

#contents .contentsL{
	width:725px;
	height:auto;
	float:left;
}

#contents .contentsL .readBox{
	background:url(../images/home/contents_body.png) repeat-y;
	padding:40px 0 0;
}

.readBox .read{
	width:590px;
	margin:0 auto;
	padding:25px 0;
}

.readBox .readLast{
	width:610px;
	margin:0 auto;
	padding:25px 0 30px;
}

.read a{
	color:#EF777B;
}

.read a:hover{
	color:#F7A9A9;
	text-decoration:underline;
}

.readLastT{
	width:625px;/*width:610px;*/
	margin:0 auto;
	padding:0 0 5px;
}

.readLastT h3{
}

* html .readBox .readLast{
	width:600px;
	margin:0 auto;
	padding:25px 0 30px;
}

#contents .contentsL h3{
	background:url(../images/home/midashi_bg.gif) no-repeat;
	width:605px;
	height:auto;
	margin:0 auto;
	padding:5px 0 0 15px;
	font-size:16px;
	border:1px solid #e1d5bf;
}

#contents .contentsL .cTitle{
	width:724px;
	height:104px;
	position:relative;
}

#contents .contentsL .cTitle h2{
	position:absolute;
	width:500px;
	height:40px;
	top:43px;
	left:52px;
	font-size:20px;
}

#contents .contentsR{
	width:212px;
	height:auto;
	float:right;
}

.contentsR .rightMenuBox ul{
	background:url(../images/home/right_body.png) repeat-y;
	vertical-align:bottom;
	margin:0;

}

.contentsR .rightMenuBox ul li{
	height:50px;
	line-height:50px;
	border-bottom:1px dotted #c3c3c3;
	background:url(../images/home/sub_icon.png) no-repeat 16px 17px;
}

.contentsR .rightMenuBox ul li a {
    color: #EF777B;
    display: block;
    padding: 0 15px 0 30px;
    text-decoration: underline;
    width: 166px;
}

.contentsR .rightMenuBox ul li a:hover{
	text-decoration:underline;
	color:#f7a9a9;
}

.readLast dl{
	overflow:hidden;
}

.readLast dl dt{
	float:left;
	padding:0 10px 0 0;
}

.readLast dl dd{
	float:left;
	margin:0 0 15px;
	width:565px;
}

.readLast .gaiyouT{
	font-size:16px;
	font-weight:bold;
}

.readLast .catch{
	font-size:18px;
	font-weight:bold;
}

.readLast .greet{
	line-height:1.8;
}

.greetMidashi{
	overflow:hidden;
	height:177px;
	width:600px;
	margin:20px 0;
}

.greetMidashi .midashiL{
	float:left;
	width:140px;
	height:177px;
	padding:0 0 0 15px;
}

.greetMidashi .midashiR{
	float:right;
	width:300px;
	height:40px;
	padding:135px 10px 0 0;
	text-align:right;
}

.readLast h4{
	font-size:18px;
	font-weight:normal;
	margin:0 0 15px;
	font-weight:bold;
}

.readLast h5{
	font-size:16px;
	font-weight:normal;
	margin:0 0 15px;
}

.readLast .cource{
	margin:0 0 25px;
	overflow:hidden;
}

.readLast .courceLast{
	margin:0 !important;
	overflow:hidden;
}

.readLast .cource dt{
	font-size:16px;
	margin:0 0 15px;
	float:left;
}

.readLast .cource dd{
	font-size:16px;
	float:left;
}

.readLast a{
	color:#EF777B;
	text-decoration:underline;
}

.readLast a:hover{
	color:#F7A9A9;
}

.readLastT a{
	color:#EF777B;
	text-decoration:underline;
}

.readLastT a:hover{
	text-decoration:underline;
	color:#f7a9a9;
}

.readLast ul .archiveLink{
	margin:0 0 10px;
}

.readLast span{
	font-weight:bold;
}

.readLast ul{
	margin:10px 0 0;
}

.speach{
	margin:15px 0 0;
}

.speach dd{
	margin:0 !important;
}

.readLast .itemArea{
	overflow:hidden;
	margin:30px 0 0;
	clear:both;
}

.readLast .itemArea .item01{
	float:left;
	width:225px;
	height:319px;
}

.readLast .itemArea .itemInfo{
	float:right;
	width:330px;
	height:auto;
	margin:75px 0 0;
}

.readLast .itemArea .itemInfo2{
	float:right;
	width:330px;
	height:auto;
	margin:55px 0 0;
}

.readLast .itemArea .itemsBox{
	overflow:hidden;
	margin:40px 0 0;
}

.item02{
	float:left;
	width:290px;
	overflow:hidden;
}

.item02 img{
	display:block;
	float:left;
}

.item02 .info02{
	float:left;
	width:190px;
	height:auto;
	margin:10px 0 0 10px;
}

.item02 .info02 dt,
.item03 .info03 dt{
	font-weight:bold;
	margin:0 0 15px 0;
}

* html .item02{
	clear:both;
	float:left;
	width:280px;
	overflow:hidden;
}


.item03{
	float:right;
	width:290px;
	overflow:hidden;
}

* html .item03{
	clear:both;
	float:right;
	width:280px;
	overflow:hidden;
}

.item03 img{
	float:left;
	overflow:hidden;
}

.item03 .info03{
	width:190px;
	height:auto;
	margin:10px 0 0 10px;
	float:left;
}

* html .item03 .info03{
	width:190px;
	height:auto;
	margin:10px 0 0 0;
	float:left;
}

.newsBox{
	width:90%;
	margin:0 auto;
	border-bottom:1px dotted #CCC;
	overflow:hidden;
	padding:15px 0 0;
}

.newsBoxLast{
	width:90%;
	margin:0 auto;
	border-bottom:1px dotted #CCC;
	overflow:hidden;
	padding:15px 0 0;
}

.newsBox dt,
.newsBoxLast dt{
	float:left;
	margin:0 15px;
	width: 90px;
}

.newsBox dd,
.newsBoxLast dd{
	float:left;
	margin:0 0 5px;
	width: 530px;
}

.newsBox dd a,
.newsBoxLast dd a{
	color:#EF777B;
	text-decoration:underline;
}

.newsBox dd a:hover,
.newsBoxLast dd a:hover{
	text-decoration:underline;
	color:#f7a9a9;
}

.readLastT ul li{
	border-bottom:1px dotted #CCC;
	margin:15px 0 15px;
	padding:0 15px 5px;
}

.readLast .reatT{
	margin:0 0 15px;
}

.readLast .proList{
	overflow:hidden;
}

.readLast .proList dt{
	float:none;
	margin:0 0 5px;
}

.readLast .proList dd{
	margin:0;
}

.readLast .proList2 li{
	margin:0 0 5px;
}

.readLast .program{
	margin:20px 0 30px;
	overflow:hidden;
}

.readLast .programImg{
	width:600px;
	margin:20px auto;
}

.readLast .program h4{
	background-color:#f3ead8;
	padding:6px 5px;
	overflow:hidden;
	clear:both;
}

.readLast .program h5{
	font-size:14px;
	font-weight:normal;
}

.readLast .program dl dt{
	/*width:45px;*/
	float:left;
}

.readLast .program dl dd{
	float:left;
	width:540px;
}

.readLast .program .listNormal dt{
	float:none;
}

.readLast .program .listNormal dd{
	padding:0 0 0 25px;
	width:580px;
}

.readLast .program .listBlack{
	margin:0 ;
}

.readLast .program .listBlack li{
	list-style-type:disc !important;
	margin:0 0 5px;
}

.readLast .program span{
	font-weight:normal;
	display:block;
	margin:15px 0 0;
}


.readLast .linkAera{
	width:600px;
}

* html .readLast .linkAera,
*:first-child+html .readLast .linkAera{
	width:600px;
	margin:0 0 10px;
}

.readLast .linkAera dt{
	font-weight:bold;
	margin:0 0 5px;
}

#contents .contentsL .readLast .linkAera .link{
	border-bottom:1px dotted #CCC !important;
	padding:0 0 5px;
	clear:both;
	width:650px;
	margin:0 0 20px;
}

.readLast .linkArea a{
	text-decoration:underline;
}

.readLast .linkArea a:hover{
	color:#E7A9A9;
}

.module{
	border-bottom:1px dotted #999;
	margin:0 0 15px;
	padding:0 10px;
}

.module dd{
	padding:0 0 0 15px;
	margin:0 0 10px !important;
}

.moduleT{
	font-size:16px;
	font-weight:bold;
}

.module span{
	font-weight:normal;
	padding:0 0 0 25px;
}

.readLast td img{
	width:180px;
	border:1px dotted #CCC;
}

.arrow {
    background: url("../images/home/icon_arrow.gif") no-repeat scroll 5px 2px transparent;
	padding: 0 15px 5px 30px !important;
}

/* English */
#wrapper #contents .english_bg{
	background:url(../english/images/home/left_bg.png);
	height:394px;
}
.newArea .englishBtn{
	width:63px;
}
.greetMidashi .english_midashiR{
	height:85px;
	padding:90px 10px 0 0;
}



	