@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
font:80%/1.5 "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック",sans-serif;
color:#333;
-webkit-text-size-adjust: none;
}


strong{
	font-weight: bold;
	}


/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#777;
}

a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline: none;
color:#999;
}


/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after,.post:after{content:""; display: table;clear: both;}
nav .panel,nav#mainNav,.newsTitle,.bg, .post{zoom: 1;}


/* フォーム
------------------------------------------------------------*/
input[type="text"], textarea{
vertical-align:middle;
/*max-width:90%;*/
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
}

textarea{
height:auto;
line-height:1.5;
}
/*
#content input[type="submit"],input[type="reset"],input[type="button"]{
padding:3px 10px;
background: #2a588b;
background: -moz-linear-gradient(top, #2a588b 0%, #214a78 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a588b), color-stop(100%,#214a78));
background: -webkit-linear-gradient(top, #2a588b 0%,#214a78 100%);
background: -o-linear-gradient(top, #2a588b 0%,#214a78 100%);
background: -ms-linear-gradient(top, #2a588b 0%,#214a78 100%);
background: linear-gradient(to bottom, #2a588b 0%,#214a78 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a588b', endColorstr='#214a78',GradientType=0 );
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:100%;
color:#fff;
}

#content input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background: #2a588b;
background: -moz-linear-gradient(top, #214a78 0%, #2a588b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#214a78), color-stop(100%,#2a588b));
background: -webkit-linear-gradient(top, #214a78 0%,#2a588b 100%);
background: -o-linear-gradient(top, #214a78 0%,#2a588b 100%);
background: -ms-linear-gradient(top, #214a78 0%,#2a588b 100%);
background: linear-gradient(to bottom, #214a78 0%,#2a588b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#214a78', endColorstr='#2a588b',GradientType=0 );
}

*:first-child+html input[type="submit"]{padding:3px;}
*/

/* レイアウト
------------------------------------------------------------*/
body{
border-top: 5px solid #F91E5D;
min-width: 960px;
background: #f4f4f4;
text-align: center;
}

.inner{
	text-align: left;
}

#wrapper, .inner{
margin:0 auto;
width:960px;
}

#header{
overflow:hidden;
background: #fff;
}

#content{
float:right;
width:710px;
padding:30px 0 10px;
text-align: left;
font-size: 13px;
}

#sidebar{
float:left;
width:225px;
padding:30px 0;
text-align: left;
}

#footer{
clear:both;
padding-top:20px;
border-bottom:1px solid #5d5d5d;
background:#efefef;
} 


/* ヘッダー
*****************************************************/


/* サイト説明文 + 住所
----------------------------------*/
#header .inner{
height: 130px;
}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header h1{
clear:both;
float:left;
padding:20px 0;
}

/* サブナビゲーション
----------------------------------*/
#header ul{
float:right;
}

#header ul li{
float: left;
margin-left:9px;
}

#header ul li a{
display: block;
width: 133px;
height: 36px;
background-repeat: no-repeat;
text-indent: -9999px;
}

#header ul .header_menu_ja a{
background-image: url(./images/header_menu_ja.png);
}

#header ul .header_menu_en a{
background-image: url(./images/header_menu_en.png);
}

#header ul .header_menu_zh a{
background-image: url(./images/header_menu_zh.png);
}

#header ul .header_menu_ko a{
background-image: url(./images/header_menu_ko.png);
}

#header ul .header_menu_ja a:hover{
background-image: url(./images/header_menu_ja-on.png);
}

#header ul .header_menu_en a:hover{
background-image: url(./images/header_menu_en-on.png);
}

#header ul .header_menu_zh a:hover{
background-image: url(./images/header_menu_zh-on.png);
}

#header ul .header_menu_ko a:hover{
background-image: url(./images/header_menu_ko-on.png);
}

#header ul .header_menu_ja .current{
background-image: url(./images/header_menu_ja-on.png);
}

#header ul .header_menu_en .current{
background-image: url(./images/header_menu_en-on.png);
}

#header ul .header_menu_zh .current{
background-image: url(./images/header_menu_zh-on.png);
}

#header ul .header_menu_ko .current{
background-image: url(./images/header_menu_ko-on.png);
}


/* 検索フォーム
------------------------------------------------------------*/

#header #search{
float: right;
margin-top: 20px;
}

#header #search .search{
width: 240px;
margin-right: 5px;
}

#search input[type="submit"]{
	padding: 3px 15px;
	/padding: 3px 5px;
	position: relative;
	right: 0;
	/top: 6px;
}
#search input[type="text"]{
	height: 22px;
}


/* メインメニュー
------------------------------------------------------------*/
#mainNav{
clear:both;
position:relative;
z-index:200;
background: #fff;
font:80%/1.5 "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
}

#mainNav ul{
	width: 960px;
}

#mainNav ul li{
float: left;
position: relative;
border-right:1px dotted #c5c5c5;
}

#mainNav ul li:first-child{border-left:1px dotted #b6b6b6;}

#mainNav ul li a{
display: block;
text-align: center;
_float:left;
color:#3f3f3f;
height:34px;
_height:52px;
padding:18px 0 0;
_padding:18px 40px 0;
}

#mainNav ul li a.color_pink{
	color: #f91e5d;
	}

#mainNav ul li a span,#mainNav ul li a strong{
display:block;
font-size:13px;
line-height:1.4;
font-weight: bold;
}

#mainNav ul li.current-menu-item a, #mainNav ul li a:hover, #mainNav ul li a:active, #mainNav ul li.current-menu-parent a{
background:#eee;
}

#mainNav ul ul{width:160px;}

#mainNav ul li ul{display: none;}

#mainNav ul li:hover ul{
display: block;
position: absolute;
top:52px;
left:-2px;
z-index:500;
width: 100%;
overflow: hidden;
}

#mainNav ul li li{
padding:0 0 0 10px;
margin:0;
float: none;
height:40px;
line-height:40px;
width: 185px;
background:#eee;
border:0;
border-bottom:1px dotted #dadada;
}

#mainNav ul li li:first-child{border-left:0;}

#mainNav ul li li a{
width:100%;
height:40px;
padding:0;
line-height:40px;
font-size: 110%;
text-align:left;
}

#mainNav ul li li a span{padding:0 10px;}

#mainNav ul li li a:hover,div#mainNav ul li li.current-menu-item a{color:#c4c4c4;}

#mainNav ul li:hover ul li:last-child{border:0;}

.nav1,
.nav4{
	width: 143px;
}
.nav2{
	width: 155px;
}
.nav3{
	width: 142px;
}
.nav5{
	width: 178px;
}
.nav6{
	width: 191px;
}

/* トップページ　メイン画像
----------------------------------*/
#mainImg{
clear:both;
line-height:0;
text-align:center;
z-index:0;
margin:20px auto;
width:960px;
}

#mainImgLink{
	width: 100%;
	position: absolute;
	left: 0px;
	top: 207px;
	z-index: 10 !important;
}
#mainImgLink div{
	width:960px;
	height: 300px;
	text-align: left;
	margin:0 auto;
	padding:0;
}
#mainImgLink a.link_ja,
#mainImgLink a.link_en,
#mainImgLink a.link_zh,
#mainImgLink a.link_ko{
	margin:5px auto;
	display: inline-block;
	max-height: 240px;
	margin: 30px 30px 30px 40px;
}
#mainImgLink a img{
	max-width: 885px;
	max-height: 240px;
}

/* トップページ　コンテンツ内ナビ
----------------------------------*/
#top_nav{
	margin-bottom: 30px;
	font-size: 13px;
	line-height: 1.2em;
	}
#top_nav li{
	float: left;
	margin-right: 9px;
	margin-bottom: 25px;
	}
#top_nav li.last{
	margin-right: 0;
	}
#top_nav li a{
	width: 145px; /* 230 */
	height: 64px; /* 75 */
	padding: 17px 75px 0 10px;
	display: block;
	color: #f91e5d;
	font-weight: bold;
	}
#top_nav li span{
	font-size: 9.7px;
	display: block;
	line-height: 1em;
	}
#top_nav li a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	}
#top_nav li.top01 a{
	background: url(./images/top_nav01.jpg) no-repeat;
	}
#top_nav li.top02 a{
	background: url(./images/top_nav02.jpg) no-repeat;
	}
#top_nav li.top03 a{
	background: url(./images/top_nav03.jpg) no-repeat;
	}
#top_nav li.top04 a{
	background: url(./images/top_nav04.jpg) no-repeat;
	}
#top_nav li.top05 a{
	background: url(./images/top_nav05.jpg) no-repeat;
	}
#top_nav li.top06 a{
	background: url(./images/top_nav06.jpg) no-repeat;
	}
#top_nav li.top07 a{
	background: url(./images/top_nav07.jpg) no-repeat;
	}
#top_nav li.top08 a{
	background: url(./images/top_nav08.jpg) no-repeat;
	}
#top_nav li.top09 a{
	background: url(./images/top_nav09.jpg) no-repeat;
	}
#top_nav li.top10 a{
	background: url(./images/top_nav10.jpg) no-repeat;
	}
#top_nav li.top11 a{
	background: url(./images/top_nav11.jpg) no-repeat;
	}
#top_nav li.top12 a{
	background: url(./images/top_nav12.jpg) no-repeat;
	}
#top_nav li.top13 a{
	background: url(./images/top_nav13.jpg) no-repeat;
	}
#top_nav li.top14 a{
	background: url(./images/top_nav14.jpg) no-repeat;
	}



/* タイポグラフィ
*****************************************************/
h2.title{
clear:both;
margin:30px 0 0;
padding:7px 15px;
font-size:15px;
border:1px solid #dadada;
border-bottom:0;
background:#fff url(./images/border.png) repeat-x 0 100%;
	color: #f91e5d;
	font-weight: bold;
}
h2.title span{
	font-size: 9px;
	margin-left: 15px;
	font-weight: normal;
}

h2.first{margin-top:0;}

.dateLabel{
margin:0 0 10px;
text-align:right;
font:italic 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.post{
margin:0 0 35px 0;
padding:20px 20px 15px;
border:1px solid #dadada;
background: #fff;
}

.post p{padding-bottom:15px;}

.post ul{margin: 0 0 10px 10px;}

.post ul li{
margin-bottom:5px;
padding-left:15px;
background:url(./images/bullet.png) no-repeat 0 8px;
}

.post ol{margin: 0 0 10px 30px;}


.post h1{
margin:20px 0;
padding:5px 0;
font-size:150%;
color: #000;
border-bottom:3px solid #000;
}

.post h2{
margin:10px 0;
padding-bottom:2px;
font-size:130%;
font-weight:normal;
color: #f91e5d;
border-bottom:2px solid #f91e5d;
}

.post h3{
margin:60px 0 20px;
font-size:14px;
font-weight:bold;
color:#f91e5d;
border-bottom:1px solid #f91e5d;
}

.post h4{
	color:#f91e5d;
	border-bottom:1px dashed #f91e5d;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 1px;
	margin: 45px 0 15px;
}

.post h5{
	color:#f91e5d;
	border-bottom: none;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 1px;
	margin: 10px 0 5px 3px;
}

.post blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
 
.post blockquote p{padding:5px 0;}

.post table{
border-collapse: collapse;
border-spacing: 0;
margin:10px 0 20px;
	border: 1px solid #4c4c4c;
}

.post table th{
	background: #ebebeb;
	color: #323232;
	text-align: center;
	border: 1px solid #4c4c4c;
	font-weight: normal;
	padding: 5px 15px;
	font-size: 13px;
}

.post table td{
	border: 1px solid #4c4c4c;
	padding: 5px 15px;
	font-size: 13px;
}

.post table caption{
	font-weight: bold;
}


.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}


/* image */
.post img{
	max-width: 668px;
	height: auto !important;
	}

img.aligncenter {
display: block;
margin:5px auto;
}

img.alignright, img.alignleft{
padding:4px;
margin:0 0 2px 7px;
display:inline;
}
.alignright img,
.alignleft img{
	padding:4px;
	margin:0 0 2px 7px;
	display:inline;
	}

img.alignleft{margin: 0 7px 2px 0;}
.alignleft img{margin: 0 7px 2px 0;}

.alignright{float:right;}
.alignleft{float: left;}



/* サイドバー　ウィジェット
*****************************************************/
.widget, .widgetInfo{
margin: 0 0 20px;
padding: 10px 7px 20px;
border:1px solid #dadada;
background: #fff;
}

#banners img{
max-width:225px;
height:auto;
padding-bottom:10px;
}

#banners p{
	text-align: center;
}


.widget h3{
clear:both;
margin:0 0 10px;
padding:5px 0;
border-bottom:1px solid #ccc;
	font-size:12px;
	color: #f91e5d;
	font-weight: bold;
}
.widget h3 span{
	font-size: 9px;
	margin-left: 15px;
}

.widget a{
display:block;
text-decoration:none;
padding:3px 0 3px 13px;
background:url(./images/arrow.png) no-repeat 0 7px;
background-position: 0 8px\9;
}

.widget a:hover{
text-decoration:underline;
background-position: 3px 7px;
background-position: 3px 8px\9;
}

#searchform input[type="text"]{
line-height:1em;
height:24px;
width:100px;
vertical-align:bottom;
}

.widget_text{
	margin: 3px;
}


/* メルマガ会員募集中
---------------------*/
.maga a span{
	padding-right: 15px;
	background: url(./images/icon_arrow_blue.png) no-repeat right center;
	}
.maga a:hover span{
	background: url(./images/icon_arrow_white.png) no-repeat right center;
	}
.maga a{
	display: block;
	color: #198cff;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2em;
	margin-bottom: 20px;
	border: 1px solid #198cff;
	padding: 20px 51px 20px 12px;
	background: #fff url(./images/btn_maga_off.png) no-repeat 175px center;
	}
.maga a:hover{
	color: #fff;
	background: #198cff url(./images/btn_maga_on.png) no-repeat 175px center;
	}


/* 交通アクセス
-------------*/
.side_access{
	font-size: 11px;
	margin: 5px 3px 0;
	}
.side_access img{
	vertical-align: middle;
	}

.widget a.link_pink{
	background: #f91e5d none;
	color: #fff;
	display: inline-block;
	/display: inline;  /* IE用ハック */
	/zoom: 1;  /* IE用ハック */
	margin-top: 3px;
	text-decoration: none;
	padding-right: 15px;
	font-weight: bold;
}
.widget a.link_pink:hover{
	background: #f73970;
}

#access_i{
	width: 200px;
	height: 190px;
	margin: 0;
	overflow: hidden;
	}


/* ブログ
-------------*/
.bnr_blog{
	padding: 25px 15px 0 27px;
	background: url(./images/bg_bnr_blog_off.jpg) no-repeat;
	height: 65px; /* 90 */
	border: none;
	}
a:hover .bnr_blog img{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
	}
a .bnr_blog{
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.6em;
	/line-height: 2em;
	}
a:hover .bnr_blog{
	background: url(./images/bg_bnr_blog_on.jpg) no-repeat;
	}


/* リンク
-------------*/
.widget .bnr a{
	background: none;
	padding: 0;
	margin-bottom: 10px;
}
.widget .bnr a.link_last{
	margin-bottom: 0;
}


/* facebook
-------------*/
.facebook{
	margin-bottom: 20px;
}

.facebook iframe{
	border: none;
	overflow: hidden;
	width: 225px;
	height: 355px;
	background: #fff;
	}


/* facebook
-------------*/
.ad{
	font-size: 9px;
	}


/* お知らせ
-------------*/
.newsTitle{
	position: relative;
}
.newsTitle p{
padding:0 0 0 10px;
font-size:.8em;
background:url(./images/arrow.png) no-repeat 0 50%;
	display: block;
	position: absolute;
	right: 20px;
	top: 10px;
}

.news{
	margin: -10px 0 5px;
}
.news p{
clear:both;
border-bottom: 1px solid #ccc;
line-height: 2em;
padding:5px 0;
}

.news p:last-child{border:0;}

.news p a{
color:#333;
	display: inline-block;
	/display: inline; /* IE用ハック */
	/zoom: 1; /* IE用ハック */
	max-width: 500px;
	text-decoration: none;
	padding-left: 60px;
}
.news_en p a{
	max-width: 470px;
	padding-left: 90px;
}

.news_ja p a.ctg_info{
	background: url(./images/icon_ctg_info_ja.png) no-repeat 0 6px;
}
.news_ja p a.ctg_event{
	background: url(./images/icon_ctg_event_ja.png) no-repeat 0 6px;
}
.news_ja p a.ctg_seminer{
	background: url(./images/icon_ctg_seminer_ja.png) no-repeat 0 6px;
}
.news_ja p a.ctg_wanted{
	background: url(./images/icon_ctg_wanted_ja.png) no-repeat 0 6px;
}
.news_ja p a.ctg_support{
	background: url(./images/icon_ctg_support_ja.png) no-repeat 0 6px;
}

.news_en p a.ctg_info{
	background: url(./images/icon_ctg_info_en.png) no-repeat 0 6px;
}
.news_en p a.ctg_event{
	background: url(./images/icon_ctg_event_en.png) no-repeat 0 6px;
}
.news_en p a.ctg_seminer{
	background: url(./images/icon_ctg_seminer_en.png) no-repeat 0 6px;
}
.news_en p a.ctg_wanted{
	background: url(./images/icon_ctg_wanted_en.png) no-repeat 0 6px;
}
.news_en p a.ctg_support{
	background: url(./images/icon_ctg_support_en.png) no-repeat 0 6px;
}

.news_zh p a.ctg_info{
	background: url(./images/icon_ctg_info_zh.png) no-repeat 0 6px;
}
.news_zh p a.ctg_event{
	background: url(./images/icon_ctg_event_zh.png) no-repeat 0 6px;
}
.news_zh p a.ctg_seminer{
	background: url(./images/icon_ctg_seminer_zh.png) no-repeat 0 6px;
}
.news_zh p a.ctg_wanted{
	background: url(./images/icon_ctg_wanted_zh.png) no-repeat 0 6px;
}
.news_zh p a.ctg_support{
	background: url(./images/icon_ctg_support_zh.png) no-repeat 0 6px;
}

.news_ko p a.ctg_info{
	background: url(./images/icon_ctg_info_ko.png) no-repeat 0 6px;
}
.news_ko p a.ctg_event{
	background: url(./images/icon_ctg_event_ko.png) no-repeat 0 6px;
}
.news_ko p a.ctg_seminer{
	background: url(./images/icon_ctg_seminer_ko.png) no-repeat 0 6px;
}
.news_ko p a.ctg_wanted{
	background: url(./images/icon_ctg_wanted_ko.png) no-repeat 0 6px;
}
.news_ko p a.ctg_support{
	background: url(./images/icon_ctg_support_ko.png) no-repeat 0 6px;
}

.date{
color:#333;
font-style:italic;
font:italic 110% "Palatino Linotype", "Book Antiqua", Palatino, serif;
margin-right: 20px;
vertical-align: top;
line-height: 1.8em;
}

.news a span{
color:#515151;
font:normal 100% Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック',sans-serif;
}
.news a span img{
	margin-bottom: -2px !important;
}


.news a:hover span{color:#777;}



/* フッター
*****************************************************/
#footer ul{
padding-bottom:10px;
background: #efefef;
}

#footer ul li{
display:inline-block;
vertical-align:text-top;
text-align:left;
padding:5px 0;
margin-right:45px;
background:url(./images/arrow.png) no-repeat 0 12px;
}

#footer ul li	a{
display:block;
padding:0 0 0 12px;
overflow:hidden;
color: #575757;
font-size: 12px;
font-weight: bold;
}

#footer ul li	a:hover{text-decoration:underline;}

#footer ul li li{
display:block;
padding:0;
margin:0 0 0 10px;
background-position:0 5px;
}


*:first-child+html #footer ul li{display:inline;}
*:first-child+html #footer ul ul,*:first-child+html #footer ul li li a,*:first-child+html #footer ul li li{display:none;}

#copyright{
clear:both;
padding:10px;
text-align:center;
font-size:75%;
zoom:1;
color:#fff;
background:#000;
}


/* page navigation
------------------------------------------------------------*/
.pagerCont {
	position: relative;
	overflow: hidden;
	margin: 0 0 35px;
	background: #eee;
	padding: 15px;
}

ul.pager {
	position: relative;
	left: 50%;
	float: left
}

ul.pager li {
	position: relative;
	left: -50%;
	float: left;
	margin-right: 5px;
	border: 1px solid #F91E5D;
	font-weight: bold;
	background: none;
	padding-left: 0;
}

ul.pager li.prev,
ul.pager li.next { border: none }

ul.pager li a {
	position: relative;
	display: block;
	padding: 3px 8px;
	color: #F91E5D;
}

ul.pager li a:link,
ul.pager li a:visited { text-decoration: none }

ul.pager li a:hover,
ul.pager li a:active {
	background-color: #ffbccf;
	text-decoration: none
}

ul.pager li em {
	display: block;
	padding: 3px 8px;
	background: #F91E5D;
	color: #FFFFFF
}


ul.pager_d li.prev{
	float: left;
	}
ul.pager_d li.list{
	text-align: center;
	}
ul.pager_d li.next{
	float: right;
	}
ul.pager_d li a{
	color: #F91E5D;
	font-weight: bold;
	padding: 3px 8px;
	}
ul.pager_d li a:hover{
	background-color: #ffbccf;
	}

.news_d{
	text-align: right;
	margin: 0 5px 5px 0;
	}
.sns{
	text-align: right;
	margin: 0 5px 10px 0;
	/margin-right: 20px;
	}


/* トップページ 最新記事3件
------------------------------------------------------------*/
.thumbWrap{
width:735px;
margin:20px -25px 20px 0;
}

.thumbWrap li{
float:left;
width: 220px;
margin:0 25px 0 0;
padding:2px 0 40px;
background:none;
}

/* 最新記事リンク */
ul.thumb h3{
margin-top:10px;
padding:1px;
font-weight:normal;
font-size:100%;
text-align:center;
background:#fff;
border:1px solid #777;
}

ul.thumb h3 span{
display:block;
padding:2px 3px;
background:#333;
}

ul.thumb h3 a{color:#fff;}

ul.thumb h3:hover span{background:#555;}



/* 追加 共通
------------------------------------------------------------*/
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

/* 記事内のリンク画像を透過させる */
.post a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
	}

/* adobeのマウスオーバー修正 */
.post .focus img.alignleft{
	padding: 0;
	}


/** text **/
h3.first_h3{
	margin: 0 auto 15px;
	}

.color_pink{
	color: #f91e5d;
	}
.color_blue{
	color: #198cff;
	}
.color_green{
	color: #02b55c;
	}

.focus{
	margin: 10px 0;
	padding: 10px;
	background: #eee;
	}

.attention{
	margin: 10px 0;
	padding: 10px;
	background: #FFD6D6;
	font-weight: bold;
	}

.text_right{
	text-align: right;
	}

.bold{
	font-weight: bold;
	}

.go_link,
.valiable_go_link{
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	}
.go_link a,
.valiable_go_link a{
	margin: 20px auto 0;
	color: #f91e5d;
	background: url(./images/icon_arrow_pink.png) no-repeat 20px center;
	border: 1px solid #f91e5d;
	padding: 5px 10px;
	}
.go_link a{
	display: block;
	width: 380px;
}
.valiable_go_link a{
	display: inline-block;
	min-width: 380px;
	padding-right: 40px;
	padding-left: 40px;
}
.go_link a:hover,
.valiable_go_link a:hover{
	background: #f91e5d url(./images/icon_arrow_white.png) no-repeat 20px center;
	color: #fff;
	}

.go_link_left{
	display: inline-block;
	/display: inline;  /* IE用ハック */
	/zoom: 1;  /* IE用ハック */
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	max-width: 300px;
	}
.go_link_left a{
	margin: 20px auto 0 5px;
	display: block;
	width: 270px;
	color: #f91e5d;
	background: url(./images/icon_arrow_pink.png) no-repeat 20px center;
	border: 1px solid #f91e5d;
	padding: 5px 10px;
	}
.go_link_left a:hover{
	background: #f91e5d url(./images/icon_arrow_white.png) no-repeat 20px center;
	color: #fff;
	}

.go_gaibu{
	margin-bottom: 10px;
	}
.go_gaibu a{
	background: url(./images/go_gaibu.gif) no-repeat right center;
	height: 20px;
	height: 30px\9;
	padding: 5px 18px 5px 0px;
	}
.go_gaibu a:hover{
	}

/** image **/
.center_img{
	display: block;
	margin: 10px auto;
	}
.left_img{
	float: left;
	margin: 0 10px 5px 0;
	}

.right_img{
	float: right;
	margin: 0 0 5px 10px;
	}


/** link **/
.link_icon{
	vertical-align: middle;
	margin-left: 3px;
	}


.pdf p{
	margin-bottom: 10px;
	}
.pdf a{
	background: url(./images/btn_pink_bg.gif) repeat-x;
	height: 20px;
	height: 30px\9;
	padding: 5px 20px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 1em;
	}
.pdf a:hover{
	background: url(./images/btn_pink_bg_on.gif) repeat-x;
	color: #fff;
	}
.pdf a span{
	background: url(./images/icon_pdf.png) no-repeat right center;
	padding-right: 20px;
	}

.pdf_w div{
	float: left;
	}
.pdf_w p{
	margin-bottom: 0;
	}
.pdf_w a{
	display: block;
	line-height: normal;
	}
.pdf_w a span{
	display: block;
	}

.word p{
	margin-bottom: 10px;
	}
.word a{
	background: url(./images/btn_blue_bg.gif) repeat-x;
	height: 20px;
	height: 30px\9;
	padding: 5px 20px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 1em;
	}
.word a:hover{
	background: url(./images/btn_blue_bg_on.gif) repeat-x;
	color: #fff;
	}
.word a span{
	background: url(./images/icon_word.png) no-repeat right center;
	padding-right: 20px;
	}

/* 同じ幅のボタンを2つ並べる（pdf・word） */
.btn_two p{
	float: left;
	margin-right: 15px;
	padding: 0 0 5px 0px;
	}
.btn_two a{
	display: block;
	width: 270px;
	line-height: normal;
	}
.btn_two span{
	display: block;
	}

/* 場合によって調整 */
.about_repo div{
	margin-right: 50px;
	}
.about_repo a{
	width: 130px;
	}

.pdf_guide a{
	width: 236px;
	}


a.link_blue{
	color: #1b65b2;
	text-decoration: underline;
	}
a.link_blue:hover{
	color: #5a85b1;
	}


/** table **/
.post table.basic_table{
	border: 1px solid #4c4c4c;
	}
.post table.basic_table th{
	background: #ebebeb;
	color: #323232;
	text-align: center;
	border: 1px solid #4c4c4c;
	font-weight: normal;
	padding: 5px 15px;
	font-size: 13px;
	}
.post table.basic_table td{
	border: 1px solid #4c4c4c;
	padding: 5px 15px;
	font-size: 13px;
	}


/** list **/
.post ul.inline_ul{
	display: inline;
	}

.post ul.inline_ul li{
	float: left;
	width: 185px;
	margin: 0 10px 10px 0;
	}


/* 追加 トップページ
------------------------------------------------------------*/
.top_box div{
	width: 310px;
	text-align: center;
	font-weight: bold;
	}
.top_box a{
	color: #f91e5d;
	}
.top_box a:hover{
	color: #ff5888;
	}
.top_left{
	float: left;
	}
.top_right{
	float: right;
	}



/* 追加 フォーム
------------------------------------------------------------*/
#form{
	text-align:center;
	margin: auto;
	}
#form table{
	width: 99%;
	margin: 10px auto;
	text-align: left;
}
#form table th{
	width: 12em;
	vertical-align: middle;
	text-align: left;
}

#form table th.hissu{
	background-image: url(./images/icon_hissu.png);
	background-position: right;
	background-repeat: no-repeat;
	}
#form table caption{
	text-align: left;
	font-weight: bold;
	font-size: 115%;
	margin: 0 0 5px 3px;
	color: #f91e5d;
}
#form input{
	margin: 3px 2px 2px 0px;
}
#form label{
	margin-right: 10px;
}
#form .error{
	background-color: #FFD6D6;
	color:#333;
	font-weight:bold;
	}
#form .error_text{
	display:block;
	color: #7C0000;
	font-weight: bold;
	}
#form .form_btn form{
	display: inline;
	}
#form .form_btn input{
	width: 150px;
	height: 36px;
	margin: 10px 20px;
	}

#form input[type="text"], textarea{
	padding: 1px 0.1em;
	}

#form table th,
#form table td{
	padding: 5px 10px;
	}
#form p{
	text-align: left;
	}
#message{
	margin: 3px 3px 15px;
	padding: 5px 10px;
	}
	

.form_lead{
	margin: 3px 3px 15px;
	}
.post #form p{
	padding-bottom: 0;
	}
.icon_hissu{
	vertical-align: text-top;
	}

#form input[type="text"]{
	height: 20px;
	line-height: 1em;
	}


#form table img{
	vertical-align: middle;
	}


/* プライバシーポリシー ---------*/
.privacy strong{
	font-weight: bold;
	}
.privacy li{
	margin-bottom: 15px;
	}

body.iframe_body{
	border-top: none;
	padding: 15px;
	background: #fff;
	width: 615px;
	min-width: 615px;
	}
.iframe{
	text-align: left;
	width: 615px;
	}
.iframe h3{
	font-size:14px;
	font-weight:bold;
	color:#f91e5d;
	border-bottom:1px solid #f91e5d;
	}
.iframe ol{
	list-style: decimal;
	padding-left: 25px;
	}

.entry iframe{
	margin: 10px auto 20px;
	}

.entry .attention{
	margin: 10px 0;
	padding: 10px;
	background: #FFD6D6;
	font-weight: bold;
	text-align: left;
	}

.at_ruby{
	margin-bottom: 0.5em;
	}



/* 追加 2階層目
------------------------------------------------------------*/
.pagetop{
	margin-top: 50px;
	}
.pagetop a{
	float: right;
	color: #fff;
	background: #f91e5d url(./images/arrow_up.gif) no-repeat 20px 10px;
	display: block;
	width: 160px;
	_width: 200px;
	height: 22px;
	_height: 25px;
	padding: 3px 0 0 40px;
	}
.pagetop a:hover{
	background-color: #f73970;
	}


/* 生活ガイド */
.post ul.sec_ul{
	list-style: none;
	margin-left: 0px;
	}
.post ul.sec_ul li{
	width: 305px;
	height: 35px;
	background: url(./images/sec_nav_bg.png) no-repeat;
	padding: 0;
	float: left;
	margin: 0 40px 10px 0;
	}
.post ul.sec_ul li.mgn{
	margin-right: 0;
	}
.post ul.sec_ul li a{
	display: block;
	padding: 7px 15px;
	color: #333;
	}
.post ul.sec_ul li a:hover{
	background: url(./images/sec_nav_bg_on.png) no-repeat;
	}


.center_table table{
	margin: 10px auto;
	text-align: center;
	}
.post .center_table table td{
	padding: 5px 30px;
	}

div.img_box_right{
	float: right;
	padding: 4px;
	margin-left: 7px;
	text-align: center;
	}

div.img_box_left{
	float: left;
	padding: 4px 4px 4px 0;
	margin-right: 7px;
	text-align: center;
	}

div.img_box{
	float: left;
	text-align: center;
	}

.linkbox{
	border: 1px solid #ccc;
	margin-bottom: 20px;
	}

.linkbox dt{
	padding: 10px;
	font-weight: normal;
	}

.linkbox dd{
	padding: 10px;
	background: #d4e9ff;
	text-align: right;
	font-weight: bold;
	}


/* 協会のご案内 */
.post ul.upper_ul{
	margin: 0 0 20px;
	border-bottom: 2px solid #198cff;
	height: 35px;
	}
.post ul.upper_ul li{
	float: left;
	padding-left: 0;
	background: #d4e9ff;
	margin-right: 9px;
	}
.post ul.upper_ul li.upper_ul_last{
	margin-right: 0;
	}
.post ul.upper_ul li a{
	display: block;
	text-align: center;
	color: #198cff;
	width: 160px;
	height: 35px;
	line-height: 35px;
	}
.post ul.upper_ul li a:hover,
.post ul.upper_ul li a.current{
	background: #198cff;
	color: #fff;
	}


/* アクセスマップ */
.ac_left{
	float: left;
	}
.ac_right{
	float: right;
	width: 210px;
	margin-top: 0;
	padding: 20px 10px 10px;
	}
.post .ac_right ul li{
	margin-bottom: 15px;
	}

.ac_left iframe{
	width: 420px;
	height: 270px;
	margin: 0;
	overflow: hidden;
	}

#aboutus-access-canvas {
	width: 420px;
	height: 270px;
	margin: 0;
	overflow: hidden;
}
#aboutus-access-canvas p,
#aboutus-access-addr {
    display: none;
}


/* 日本語教室 */
.japanese div{
	float: left;
	}
.japanese div h5{
	color: #333; 
	}

.japanese_saga,
.japanese_east,
.japanese_west{
	margin-bottom: 10px;
	padding: 0 0 5px 15px;
	}
.japanese_saga{
	background-color: #FEE2EA;
	}
.japanese_east{
	background-color: #DDECFF;
	}
.japanese_west{
	background-color: #E4FFDF;
	}
/*
.japanese_east h5{
	color: #39F;
	}
.japanese_west h5{
	color: #6C6;
	}


/* 相談 */
.consult_table{
	width: 550px;
	}
.consult_table .consult_date{
	text-align: center;
}


/* HELL SAGA */
.hellosaga_list{
	display: inline-block;
	padding: 0 5px;
	}
.hellosaga_list dl{
	float: left;
	text-align: center;
	margin: 0;
	padding: 10px 6px;
	color:#333;
	}
.hellosaga_list dl dt{
	padding: 3px 0;
	margin-bottom: 3px;
	background-color: #F1587C;
	color: #FFF;
	font-weight: bold;
	}
.hellosaga_list dl dd a{
	color: #E63067 !important;
	text-decoration: underline;
	}
.hellosaga_list dl dd img{
	padding: 0px;
	border: 1px solid #999;
	}

.hellosaga_list span.pdf{
	background: url(./images/icon_pdf.png) no-repeat right center;
	padding-right: 20px;
	}
	

/* リンク集 */
.link_list{
	margin-right: -25px;
	}
.link_list p{
	margin: 5px 25px 10px 0;
	padding: 0;
	width: 320px;
	float: left;
	display: inline-block;
	}
.link_list p a{
	background: url(./images/go_gaibu.gif) no-repeat right center;
	padding: 5px 20px 5px 0px;
	font-size: 14px;
	line-height: 1em;
	color: #1b65b2;
	}
.link_list p a:hover{
	color: #5a85b1;
	text-decoration: underline;
	}


/* スタッフ紹介 */
table.staff{
	margin-bottom: 3px;
}
.post table.staff th{
	padding: 5px 0;
	width: 165px;
	}
.post table.staff td{
	text-align: center;
	vertical-align: top;
	padding: 5px 0;
}


/* スタッフ紹介 */
.entry_list{
	float: left;
	width: 310px;
	margin: 5px;
	padding: 5px;
/*	border: 1px solid #F78AA9;*/
}

.entry_list div.go_link a{
	width: 290px;
}


/* 助成金支援 */
.big{
	font-weight: bold;
	font-size: 120%;
	line-height: 1.7em;
	/margin-top: 20px;
	}


/* メールマガジンのご案内 */
.wysija-paragraph input[type="text"]{
	width: 250px;
	}

.wysija-submit{
	margin-top: 0;
	padding: 3px 15px;
	/padding: 3px 5px;
	position: relative;
	right: 0;
	/top: 6px;
	}


/* イベントカレンダー */
.event_table th,
.event_table td {
	white-space: nowrap;
	color: #333 !important;
	padding: 5px 15px !important;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック",sans-serif !important;
	}
.ai1ec-full-event td.ai1ec-map.ai1ec-has-map {
    width: 40%;
}
.ai1ec-full-event td.ai1ec-location,
.ai1ec-full-event td.ai1ec-contact,
.ai1ec-full-event td.ai1ec-categories,
.ai1ec-full-event td.ai1ec-tags {
	padding: 5px 15px !important;
    white-space: pre-wrap;
    white-space: pre-line;
}
