@charset "shift_jis";
body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 80%;
	background-color: #EAEAEA;
}
.thrColFix #container {
	width: 798px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 1px solid #000000;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.thrColFix #sidebar1 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 150px; /* 標準に準拠したブラウザまたは Internet Explorer の標準モードでは、この div の実際の幅には、幅に加えて余白と境界線も含まれます */
	background: #EBEBEB; /* 背景色は、列内のコンテンツの長さにわたって表示されます */
	padding: 15px 10px 15px 20px; /* 余白は、div のコンテンツを div の端に接触しない位置に維持します */
}
.thrColFix #sidebar2 {
	width: 135px;
	float: right;
}
.thrColFix #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#logo {
	padding: 0px;
	height: 65px;
	width: 210px;
	float: left;
	margin-top: 3px;
	margin-right: 123px;
	margin-bottom: 13px;
	margin-left: 4px;
}
#exlink {
	width: 135px;
	float: right;
	text-align: center;
}

#newstopics {
	width: 639px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#news {
	margin: 0px;
	float: left;
	width: 310px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}

#topics {
	float: left;
	width: 310px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}

#lv2contents {
	width: 639px;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}


#gnavi {
	padding: 0px;
	height: 33px;
	width: 789px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

#gnavi ul {
	background-image: url(../images/navi_off.gif);
	height: 33px;
	width: 789px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	list-style-type: none;

}
#subnavi {
	background-image: url(../images/hdr_bg.gif);
	background-repeat: no-repeat;
	background-position: 100px top;
	margin: 0px;
	padding: 0px;
	height: 89px;
	width: 452px;
	display: block;
	float: right;
	clear: right;
}


#subnavi ul {
	list-style-position: inside;
	list-style-image: url(../images/point.gif);
	text-align: right;
	height: 22px;
	width: 250px;
	font-size: 12px;
	display: block;
	float: right;
	margin-top: 69px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}

#subnavi li {
	float: left;
	text-indent: 15px;
}
#footer {
	width: 798px;
	height: 300px;
	clear: both;
	display: block;
}
#footer .navi {
	width: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #3FB2CE;
	border-bottom-color: #3FB2CE;
	margin-top: 8px;
	height: 20px;
	margin-bottom: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#footer ul {
	list-style-position: inside;
	list-style-image: url(../images/point.gif);
	text-align: left;
	font-size: 12px;
	display: block;
	padding: 0px;
	margin: 0px;
	vertical-align: baseline;

}

#footer li {
	float: left;
	text-indent: 15px;
}
.txtbox {
	padding-left: 20px;
	font-size: 110%;
}
hr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ul_min {
	font-size: 80%;
	list-style-type: disc;
	width: 90%;
	list-style-position: inside;
}
dl {
	padding: 15px;
}

dt {
	float: left;
	width: 6em;
}
dd {
	margin-bottom: 1em;
	margin-left: 4em;
}



.fclr_pink {
	color: #F36;
}
.fclr_lblue {
	color: #09B;
}
.fclr_lred{
	color: #d8000f;
}


h1 {
	font-size: 8px;
	margin: 0px;
	padding: 0px;
}

img{
	border:none;
}

/*header NEW*/
#header_wrap{
	width:798px;
	height:89px;
	margin:0px;
	padding:0px;
	overflow:hidden;
	background-color:#F93;
	background:url(../images/header_bg.jpg) left top no-repeat;
}
#header_logo{
	width:210px;
	margin:3px 30px 0px 0px;
	padding:0px;
	float:left;
	font-size:8px;
}
#header_center{
	width:323px;
	float:left;
	margin:10px 10px 0px 0px;
}
#header_center p#header_bn{
	width:190px;
	height:65px;
	margin:0px;
	padding-left:133px;
	float:left;
	overflow:hidden;
	display:inline;
	list-style:none outside none;
}
#header_center p#header_bn a{
	height:65px;
	margin:0 auto;
	display:block;
	overflow:hidden;
	line-height:195px;
	background:url(../images/winter_bunner.jpg) left top;
}
#header_center p#header_bn a:hover{
	background-position:left 65px;
}
#header_right{
	width:225px;
	float:left;
	padding-top:68px;
	margin:0px;
}
#header_right ul{
	width:225px;
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#header_right ul li{
	background:url(../images/point.gif) left center no-repeat;
	padding-left:6px;
	float:left;
	margin-left:10px;
}



#header_right_box{
	width:548px;
	float:left;
	padding-top:68px;
	margin:0px;
}
#header_right_box ul{
	float:right;
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#header_right_box ul li{
	background:url(../images/point.gif) left center no-repeat;
	padding-left:6px;
	float:left;
	margin-left:10px;
}


/*TOPページTopics*/
#topics_wrapbox{
	width: 639px;
	margin: 0px;
	padding: 0px;
	overflow:hidden;
	float: left;
}
.topics_wrap{
	width: 639px;
	margin:0px 0px 5px 0px;
	padding: 0px;
	overflow:hidden;
}
.topics_wrap dl.topics_date{
	width: 639px;
	overflow:hidden;
	list-style-type:none;
	border-bottom:1px #666666 dotted;
	margin:10px 0px 5px 0px;
	padding:0px 0px 5px 0px;
}
.topics_wrap dl.topics_date dt.dates{
	width:80px;
	background:url(../images/icon_t_arrow.jpg) left center no-repeat;
	padding:0px 0px 0px 10px;
	margin:0px;
	float:left;
}
.topics_wrap dl.topics_date dd.campaine{
	width:63px;
	height:13px;
	line-height:39px;
	overflow:hidden;
	display:block;
	background:url(../images/icon_t_campaine.jpg) left center;
	padding:0px;
	margin:0px;
	float:left;
}
.topics_wrap dl.topics_date dd.seminar{
	width:63px;
	height:13px;
	line-height:39px;
	overflow:hidden;
	display:block;
	background:url(../images/icon_t_seminar.jpg) left center;
	padding:0px;
	margin:0px;
	float:left;
}
.topics_wrap ul.topics_content{
	width:336px;
	float:left;
	list-style-type:none;
	margin:0px 0px 0px 10px;
	padding:0px;
	line-height:140%;
}
.topics_wrap ul.topics_content li.topics_tt{
	width:336px;
	font-size:14px;
	margin-bottom:5px;
}
.topics_wrap ul.topics_content li.topics_detail{
	width:336px;
	font-size:12px;
	margin-bottom:5px;
	color:#646767;
}
.topics_wrap img{
	border:none;
}
.topics_wrap p#campaine111130_img01{
	width:293px;
	height:105px;
	margin:0px;
	padding:0px;
	float:left;
	overflow:hidden;
	display:inline;
	list-style:none outside none;
}
.topics_wrap p#campaine111130_img01 a{
	height:105px;
	padding:0px;
	margin:0 auto;
	display:block;
	overflow:hidden;
	line-height:315px;
	background:url(../images/111130_campaine.jpg) left top;
}
.topics_wrap p#campaine111130_img01 a:hover{
	background-position:left 105px;
}

.topics_wrap p#campaine120801_img01{
	width:293px;
	height:105px;
	margin:0px;
	padding:0;
	float:left;
	overflow:hidden;
	display:inline;
	list-style:none outside none;
}
.topics_wrap p#campaine120801_img01 a{
	height:105px;
	padding:0px;
	margin:0 auto;
	display:block;
	overflow:hidden;
	line-height:315px;
	background:url(../images/120730_campaine.jpg) left top;
}
.topics_wrap p#campaine120801_img01 a:hover{
	background-position:left 105px;
}
.topics_wrap p#campaine140619_img{
	width:293px;
	height:105px;
	margin:0px;
	padding:0;
	float:left;
	overflow:hidden;
	display:inline;
	list-style:none outside none;
}
.topics_wrap p#campaine140619_img a{
	height:105px;
	padding:0px;
	margin:0 auto;
	display:block;
	overflow:hidden;
	line-height:315px;
	background:url(../images/140619-campaine.jpg) left top;
}
.topics_wrap p#campaine140619_img a:hover{
	background-position:left 105px;
}
.topics_wrap p#campaine140422_img{
	width:293px;
	height:105px;
	margin:0px;
	padding:0;
	float:left;
	overflow:hidden;
	display:inline;
	list-style:none outside none;
}
.topics_wrap p#campaine140422_img a{
	height:105px;
	padding:0px;
	margin:0 auto;
	display:block;
	overflow:hidden;
	line-height:315px;
	background:url(../images/140422-campaine.jpg) left top;
}
.topics_wrap p#campaine140422_img a:hover{
	background-position:left 105px;
}

.topics_wrap p#campaine140508_img{
	width:293px;
	height:105px;
	margin:0px;
	padding:0;
	float:left;
	overflow:hidden;
	display:inline;
	list-style:none outside none;
}
.topics_wrap p#campaine140508_img a{
	height:105px;
	padding:0px;
	margin:0 auto;
	display:block;
	overflow:hidden;
	line-height:315px;
	background:url(../images/campaine140508_img.jpg) left top;
}

.topics_wrap p#campaine140508_img a:hover{
	background-position:left 105px;
}

.topics_wrap p#campaine140609_img{
	width:293px;
	height:105px;
	margin:0px;
	padding:0;
	float:left;
	overflow:hidden;
	display:inline;
	list-style:none outside none;
}
.topics_wrap p#campaine140609_img a{
	height:105px;
	padding:0px;
	margin:0 auto;
	display:block;
	overflow:hidden;
	line-height:315px;
	background:url(../images/campaine140609_img.jpg) left top;
}

.topics_wrap p#campaine140609_img a:hover{
	background-position:left 105px;
}

.topics_wrap p#campaine140801_img{
	width:293px;
	height:105px;
	margin:0px;
	padding:0;
	float:left;
	overflow:hidden;
	display:inline;
	list-style:none outside none;
}
.topics_wrap p#campaine140801_img a{
	height:105px;
	padding:0px;
	margin:0 auto;
	display:block;
	overflow:hidden;
	line-height:315px;
	background:url(../images/campaine140801_img.jpg) left top;
}
.topics_wrap p#campaine140801_img a:hover{
	background-position:left 105px;
}
.topics_wrap p#campaine150113_img{
	width:293px;
	height:105px;
	margin:0px;
	padding:0;
	float:left;
	overflow:hidden;
	display:inline;
	list-style:none outside none;
}
.topics_wrap p#campaine150113_img a{
	height:105px;
	padding:0px;
	margin:0 auto;
	display:block;
	overflow:hidden;
	line-height:315px;
	background:url(../images/150113-campaine.jpg) left top;
}
.topics_wrap p#campaine150113_img a:hover{
	background-position:left 105px;
}

.topics_wrap p#campaine150120_img{
	width:293px;
	height:105px;
	margin:0px;
	padding:0;
	float:left;
	overflow:hidden;
	display:inline;
	list-style:none outside none;
}
.topics_wrap p#campaine150120_img a{
	height:105px;
	padding:0px;
	margin:0 auto;
	display:block;
	overflow:hidden;
	line-height:315px;
	background:url(../images/bn_fes_result.jpg) left top;
}
.topics_wrap p#campaine150120_img a:hover{
	background-position:left 105px;
}

.topics_wrap p#campaine150301_img{
	width:293px;
	height:105px;
	margin:0px;
	padding:0;
	float:left;
	overflow:hidden;
	display:inline;
	list-style:none outside none;
}
.topics_wrap p#campaine150301_img a{
	height:105px;
	padding:0px;
	margin:0 auto;
	display:block;
	overflow:hidden;
	line-height:315px;
	background:url(../images/campaine150301_img.jpg) left top;
}
.topics_wrap p#campaine150301_img a:hover{
	background-position:left 105px;
}

.topics_wrap p#campaine150308_img{
	width:293px;
	height:105px;
	margin:0px;
	padding:0;
	float:left;
	overflow:hidden;
	display:inline;
	list-style:none outside none;
}
.topics_wrap p#campaine150308_img a{
	height:105px;
	padding:0px;
	margin:0 auto;
	display:block;
	overflow:hidden;
	line-height:315px;
	background:url(../images/campaine150308_img.jpg) left top;
}
.topics_wrap p#campaine150308_img a:hover{
	background-position:left 105px;
}

.topics_wrap p#campaine150410_img{
	width:293px;
	height:105px;
	margin:0px;
	padding:0;
	float:left;
	overflow:hidden;
	display:inline;
	list-style:none outside none;
}
.topics_wrap p#campaine150410_img a{
	height:105px;
	padding:0px;
	margin:0 auto;
	display:block;
	overflow:hidden;
	line-height:315px;
	background:url(../images/campaine150410_img.png) left top;
}
.topics_wrap p#campaine150410_img a:hover{
	background-position:left 105px;
}


.topics_wrap p#campaine140827_img{
	width:293px;
	height:105px;
	margin:0px;
	padding:0;
	float:left;
	overflow:hidden;
	display:inline;
	list-style:none outside none;
}
.topics_wrap p#campaine140827_img a{
	height:105px;
	padding:0px;
	margin:0 auto;
	display:block;
	overflow:hidden;
	line-height:315px;
	background:url(../images/140827-campaine.jpg) left top;
}

.topics_wrap p#campaine140827_img a:hover{
	background-position:left 105px;
}
.gray{
	color:#797979;
}
.t10{
	font-size:10px;
}
.topics_wrap p#campaine130214_img02{
	width:293px;
	height:105px;
	margin:0px;
	padding:0;
	float:left;
	overflow:hidden;
	display:inline;
	list-style:none outside none;
}
.topics_wrap p#campaine130214_img02 a{
	height:105px;
	padding:0px;
	margin:0 auto;
	display:block;
	overflow:hidden;
	line-height:315px;
	background:url(../images/130214-campaine02.jpg) left top;
}
.topics_wrap p#campaine130214_img02 a:hover{
	background-position:left 105px;
}
/*お問い合わせ*/
table{
	border-collapse:collapse;
}
.contactTable{
	border:solid #ccc 1px;
	width:637px;
	border-collapse:collapse;
}
.contactTable th{
	width:160px;
	border:solid #ccc 1px;
	background:#f0f0f0;
	padding:10px;
	vertical-align:top;
	text-align:right;
	font-weight:normal;
}
.contactTable td{
	border:solid #ccc 1px;
	padding:10px;
}
.red{
	color:#F00;
}
.t11{
	font-size:11px;
}
.mt_20{
	margin-top:20px;
}
.mt_30{
	margin-top:30px;
}
ul#portfolio {
	width:789px;
	height:327px;
	padding:0px;
	overfow: hidden;
	list-style-type:none;
}
ul#portfolio li {
	margin: 0;
	padding: 0;
	list-style-type:none;
}
ul#portfolio li img {
	background: #fff;
	margin: 0;
	padding: 0;
}

a.btn1 img {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
