@charset "utf-8";

/*----------------------------------------------------
	class
----------------------------------------------------*/
.imgR {
	float: right;
	margin: 0 0 10px 10px;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
}

.btn { text-align: center; }

/*clearFix*/
#contents:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/*Windows ie7*/
* + html #contents { display: inline-block; }

* html #contents { height: 1%; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*Windows ie7*/
* + html .clearfix { display: inline-block; }

* html .clearfix { height: 1%; }

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }

.clearfix { display: block; }

/* End hide from IE-mac */

.cl { clear: both; }

strong { font-weight:bold; }

.nomal { font-weight:normal; }

.justify { text-align:justify;/*text-justify:distribute-all-lines;*/ }

.t_right { text-align:right; }

.tC { text-align:center; }

.fs10 {
	font-size: 10px;
	font-weight:normal;
}

.fs11 {
	font-size: 11px;
	font-weight:normal;
}

.fs14 { font-size: 14px; }

.t_red { color: #ff0000; }

.mb0 { margin-bottom:0; }

.margin_b5 { margin-bottom:5px; }

.margin_b10 { margin-bottom:10px; }

.margin_b20 { margin-bottom:20px; }

.margin_b30 { margin-bottom:30px; }

.margin_b40 { margin-bottom:40px; }

.margin_b50 { margin-bottom:50px; }

.margin_t5 { margin-top:5px; }

.margin_t10 { margin-top:10px; }

.margin_t20 { margin-top:20px; }

.margin_t50 { margin-top:50px; }

.margin_l20 { margin-left:20px; }

.margin_l30 { margin-left:30px; }

.margin_l50 { margin-left:50px; }

.margin_l100 { margin-left:100px; }

.margin_l1em { margin-left:1em; }

.margin_l2em { margin-left:2em; }

.margin_r20 { margin-right:18px; }

.pt20 { padding-top:20px; }

.pt30 { padding-top:30px; }

ol { margin:0 0 .5em 2em; }

ol li {
	list-style: decimal;
	margin-bottom:0;
}

.dotline {
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	border-bottom: 1px dotted #CCCCCC;
}

p.indent {
	margin-left: 1em;
	text-indent: -1em;
}

p.end { margin:0 0 3em 0; }

dl.em0 {
	margin: 0 0 1em 0;
	padding:0;
	width:auto;
	text-align:left;
}

dl.em0 dt {
	margin: 0;
	padding: 0 0 0 0;
	width: 2em;
	float: left;
}

dl.em0 dd {
	margin: 0 0 0 2em;
	padding: 0;
}

dl.em0 dd.end { margin-bottom:3em; }

dl.em7 {
	margin: 0 0 1em 0;
	padding:0;
	width:auto;
	text-align:left;
}

dl.em7 dt {
	margin: 0;
	padding: 0 0 0 0;
	width: 7em;
	float: left;
}

dl.em7 dd {
	margin: 0 0 0 7em;
	padding: 0;
}

dl.em7 dd.end { margin-bottom:3em; }

/*----------------------------------------------------
	body
----------------------------------------------------*/
body { background: #f9f8f6 url(../img/contents_bg.jpg) repeat-y center top; }

/*----------------------------------------------------
	.navSkip
----------------------------------------------------*/
span.navSkip {
	position: absolute;
	top: 0;
	left: 0;
	width:0;
	height:0;
	overflow:hidden;
}

/*----------------------------------------------------
	#page
----------------------------------------------------*/
#page {
	width: 100%;
	height:auto;
	margin: 0 auto;
	background: #f9f8f6 url(../img/bg.jpg) repeat-x center top;
}

#page_inner {
	width: 904px;
	margin: 0 auto;
	text-align: left;
	overflow:hidden;
}

/*----------------------------------------------------
	#header
----------------------------------------------------*/
#header {
	background: url(../img/bg2.png) no-repeat left center;
	width: 904px;
	height: 177px;
	margin:0 auto;
	padding:0;
	position: relative;
}

#header h1 {
	position: absolute;
	left: 1px;
	top: 1px;
}

#header h1 a { display:block; }

#header #description {
	position: absolute;
	left: 1px;
	top:53px;
	color:#666;
	font-size:12px;
}

#header #helpNav {
	position: absolute;
	top: 91px;
	right: 236px;
	font-size: 10px;
}

#header #helpNav li {
	display: inline;
	margin-right: 2px;
	padding-left:4px;
	white-space: nowrap;
	border-left: 1px solid #ccc;
}

#header #helpNav li.home { border-left: none; }

#header #helpNav li a, #header #helpNav li a:visited, #header #helpNav li a:active {
	color: #666;
	outline:none;
}

#header #helpNav li a:hover {
	color:#f60;
	text-decoration:none;
}

#header #languageNav {
	position: absolute;
	top: 60px;
	right: 3px;
	font-size: 11px;
}

#header #languageNav li {
	float:left;
	margin:0 0 0 3px;
}

#header #languageNav li a, #header #languageNav li a:visited, #header #languageNav li a:active {
	background-color:#5589e7;
	color:#fff;
	display:inline-block;
	line-height:1.2;
	padding:3px 7px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	outline:none;
}

#header #languageNav li a:hover {
	background-color:#909090;
	color:#fff;
	text-decoration:none;
}

#header #languageNav li.current a { background-color:#909090; }

#header #serchbox {
	position: absolute;
	top: 88px;
	right: 1px;
}

#header #serchbox form {
	position: relative;
	margin: 0;
	padding: 0;
	width: 230px;
	height: 26px;
}

#header #serchbox form p {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 227px;
	height: 21px;
}

#f1 p {
	background-color: #fff;
	border:1px solid #aac4f3;
}

#f1 p .search {
	position: absolute;
	top: 2px;
	left: 2px;
	padding: 0;
	border: 0;
	width: 188px;
	height: 19px;
	color: #333;
}

#f1 p .search:focus { }

#f1 p .searchsubmit {
	position: absolute;
	top: 0;
	right: 0;
	width: 33px;
	height: 21px;
	padding: 0;
	border: 0;
	background-color: #ffffff;
	background: url(../img/search_bt.jpg) no-repeat;
	background-position: top;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	cursor:pointer;
}

#f1 p .searchsubmit:hover { }

#f1 p .searchsubmit:active { padding: 1px 0 0 1px; }

/*----------------------------------------------------
	#menu
----------------------------------------------------*/
#header #globalnav {
	position: absolute;
	width:904px;
	top: 130px;
	left:0;
}

#header #globalnav #mainmenu {
	position: absolute;
	top: 7px;
	left:10px;
	width:auto;
	height:37px;
	color:#fff;
}

#header #globalnav #mainmenu.sec {
	position: absolute;
	top: -5px;
	left:10px;
	width:auto;
	height:37px;
	color:#fff;
}

ul.menu {
	list-style:none;
	margin:0;
	padding:0;
}

ul.menu * {
	margin:0;
	padding:0;
}

ul.menu a:link {
	display:block;
	color:#fff;
	text-decoration:none;
}

ul.menu a:visited {
	display:block;
	color:#fff;
	text-decoration:none;
}

ul.menu a:hover {
	display:block;
	color:#ffba31;
	text-decoration:none;
}

ul.menu a:active {
	display:block;
	color:#fff;
	text-decoration:none;
}

ul.menu li {
	position:relative;
	float:left;
	margin-right:2px;
}

ul.menu ul {
	position:absolute;
	top:24px;
	left:0;
	background:#2388ec;
	display:none;
	opacity:0;
	list-style:none;
}

ul.menu ul li {
	position:relative;
	border-bottom:1px solid #ccc;
	border-top:none;
	width:155px;
	margin:0;
	font-size:12px;
}

ul.menu ul li.w100 { width:70px; }

ul.menu ul li a {
	display:block;
	padding:3px 3px 5px 6px;
	background-color:#2388ec;
	font-size:12px;
}

ul.menu ul li a:hover { background-color:#0077e9; }

ul.menu ul ul {
	left:148px;
	top:-1px;
}

ul.menu .menulink {
	padding:5px 6px 6px;
	border-left: 1px solid #ccc;
	line-height:1;
	font-size:12px;
	margin-bottom:3px;
}

ul.menu .menulink.none { border-left: none; }

ul.menu .menulink:hover, ul.menu .menuhover { }

ul.menu .sub { background:#0077e9 url(../img/arrow.gif) 140px 9px no-repeat; }

ul.menu .topline { border-top:1px solid #ccc; }

/*ul.menu .menulink.pull:after {
	content: "▼";
	color:#fff;
	font-size:70%;
	margin-left:2px;
	vertical-align:1px;
}*/

/*----------------------------------------------------
	#footer
----------------------------------------------------*/
#footer {
	clear: both;
	height: auto;
	width: 864px;
	padding:0 20px;
	overflow:hidden;
}

#f_navigation {
	width: 844px;
	background-color:#f2f2f2;
	height:auto;
	padding:0 10px;
	margin:0 0 20px;
	overflow:hidden;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

*:first-child + html #f_navigation { width: 864px; }

* html #f_navigation { width: 864px; }

ul.footNav {
	margin:0 0 10px;
	padding: 5px 0;
	font-size:11px;
	float:left;
}

ul.footNav li {
	display: inline;
	margin: 2px 1px;
	padding:2px 6px;
	white-space: nowrap;
	line-height: 1.5;
	font-size:11px;
	display:inline-block;
	background-color:#fff;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

ul.footNav li a { color: #666; }

ul.footNav li a:hover { color: #333; }

*:first-child + html ul.footNav li { float:left; }

* html ul.footNav { overflow: hidden; }

* html ul.footNav li { float:left; }

#pageTop p {
	text-align:right;
	margin:0;
	padding:0;
}

#pageTop p a {
	color: #777;
	font-size:10px;
}

#pageTop p a:hover {
	color: #f60;
	text-decoration:none;
}

#copyright { }

#copyright p {
	margin:0 0 10px;
	padding:0;
	color: #999;
	text-align:center;
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contentsBody {
	width: 100%;
	margin:0 auto;
	background: url(../img/contents_bg.jpg) repeat-y center top;
}

#contents {
	width: 100%;
	margin:0;
	padding:20px 0 20px 0;
	overflow:hidden;
	background: url(../img/contents_bg2.jpg) no-repeat center top;
	min-height:555px;
	height: auto !important;
	height: 555px;
}

#contents.Top {
	width: 100%;
	margin:0 auto;
	padding:0 0 20px 0;
	overflow:hidden;
	background-image:none
}

/*--topicpath--*/
#topicpath {
	margin-top: 5px;
	margin-bottom:5px;
	margin-left:3px;
	font-size:11px;
}

#topicpath ul li {
	display:inline;
	list-style-type:none;
	font-size:11px;
	color:#666666;
}

#topicpath ul li#homeicon {
	background: url(../img/homeicon.gif) no-repeat left center;
	padding-left:14px;
}

#topicpath ul li a, #topicpath ul li a:visited, #topicpath ul li a:active {
	color:#003399;
	text-decoration:underline;
}

#topicpath ul li a:hover {
	color:#ff6600;
	text-decoration:underline;
}

/*----------------------------------------------------
	#visual_bnr
----------------------------------------------------*/

#visual_bnr {
	background: url(../img/h1_img.jpg) no-repeat left top;
	height:321px;
	padding:21px 0 0 22px;
}

#visual_bnr.en { background: url(../en/img/h1_img.jpg) no-repeat left top; }

#visual_bnr.cn { background: url(../cn/img/h1_img.jpg) no-repeat left top; }

#visual_bnr.ko { background: url(../ko/img/h1_img.jpg) no-repeat left top; }

#visual_bnr.pt { background: url(../pt/img/h1_img.jpg) no-repeat left top; }

#visual_bnr.vi { background: url(../vi/img/h1_img.jpg) no-repeat left top; }

#visual_bnr.es { background: url(../es/img/h1_img.jpg) no-repeat left top; }

#visual_bnr ul {
	padding:0;
	margin:0;
	width:454px;
	height:300px;
}

#visual_bnr ul li {
	padding:0;
	margin:0 3px 3px 0;
	float:left;
}

#top_bnr ul li.r20 { margin-right:18px; }

#top_bnr ul li a { outline:none; }

#visual_bnr img { vertical-align:bottom; }

/*----------------------------------------------------
	#main
----------------------------------------------------*/
#main {
	float: left;
	width: 610px;
	padding:0 20px;
}

#main_index {
	float: left;
	width: 609px;
	padding:0 20px;
	border-right: 1px solid #e5e5e5;
}

#main_index.jp {
	min-height:740px;
	height:auto !important;
	height:740px;
}

#main_index.es {
	min-height:866px;
	height:auto !important;
	height:866px;
}

#main_index.noline {
	padding:0 20px;
	border-right: none;
}

#main h2 img { margin-bottom:20px; }

#main h3 {
	background: url(../img/h2_bg_blue.jpg) no-repeat;
	color:#fff;
	font-size:14px;
	height: 37px;
	width: 595px;
	line-height:37px;
	padding:0 0 0 15px;
	margin-bottom:10px;
	letter-spacing: 0.1em;
}

#main h3 span {
	border-left: 3px solid #fff;
	padding:0 0 0 0.3em;
}

#main h3.sub {
	color:#5474e3;
	font-size:14px;
	height: auto;
	width: 595px;
	line-height:1.5;
	padding:0 0 8px 7px;
	margin-bottom:10px;
	letter-spacing: 0.1em;
	background-image: none;
	border-left: 4px solid #5474e3;
}

#main h3.sub span { font-size:12px; }

#main h3.subline {
	color:#666;
	font-size:14px;
	height: auto;
	width: 595px;
	line-height:1.5;
	padding:3px 0;
	margin-bottom:10px;
	letter-spacing: 0.1em;
	background-image: none;
	border-top: 3px solid #5474e3;
	border-bottom: 1px solid #5474e3;
}

#main h4.sub {
	color:#5474e3;
	font-size:13px;
	line-height:1.3;
	padding:0;
	margin:7px 0;
}

/*----------------------------------------------------
	#side
----------------------------------------------------*/
#side {
	float: left;
	width: 213px;
	height:auto;
	margin:0;
	padding:0 20px;
	overflow:hidden;
}

#side_index {
	float: left;
	width: 213px;
	height:auto;
	margin:0;
	padding:0 20px;
	overflow:hidden;
}

#side_index.line { border-left: 1px solid #e5e5e5; }

.bnr_in {
	border: 1px solid #dfdfdf;
	padding:4px;
	margin:0 0 10px;
	background: url(../img/bnr_in_bg.jpg) no-repeat left bottom;
}

.bnr_in p {
	margin:10px 0 10px 0;
	padding:0 6px;
}

.bnr_in p span { margin:10px 0 10px -12px; }

.bnr_in ul li {
	margin:4px 0 0;
	padding:0;
}

#side_bnr ul { margin:-7px 0 0; }

#side_bnr ul li { border-bottom: 1px solid #dfdfdf; }

#side_bnr ul li.none { border-bottom: none; }

#add {
	padding:0;
	margin:0;
	line-height:1.3;
}

#add strong {
	letter-spacing: 0.1em;
	font-size:13px;
}

#add p {
	border-top: 1px solid #dfdfdf;
	padding-top:10px;
}

#add p.tel {
	border-top: none;
	padding-top:0;
}

#add p.ad { line-height:1.7; }

#side_index img, #side img { vertical-align:bottom; }

/*----------------------------------------------------
	#subnav
----------------------------------------------------*/
#subnav { }

#subnav ul {
	margin:0 0 30px 0;
	padding:0;
}

#subnav ul li {
	border-bottom: 1px dotted #dfdfdf;
	padding:6px 0;
	margin:0;
	line-height:0;
	font-size:13px;
}

#subnav ul li a {
	padding-left:12px;
	display: inline-block;
	line-height:normal;
	margin:0;
	display:block;
	width:100%;
	height:100%;
	background: url(../img/subnav_li_bg_b.gif) no-repeat left 0.25em;
	color:#555;
}

#subnav ul li a:hover {
	text-decoration:none;
	/*background: url(../img/subnav_li_bg_s_h.gif) no-repeat left top;*/
	/*background: url(../img/subnav_li_bg.png) no-repeat left center;*/
	outline:none;
	padding-left:12px;
	color:#ffba31;
}

#subnav ul.child {
	margin:0;
	padding:0;
}

#subnav ul.child li {
	border-bottom: none;
	padding:5px 0 0 10px;
	margin:0;
	line-height:0;
}

#subnav ul.child li a {
	padding-left:11px;
	display: inline-block;
	line-height:normal;
	margin:0;
	display:block;
	width:100%;
	height:100%;
	background: url(../img/subnav_li_bg_bs.gif) no-repeat left 0.35em;
	color:#555;
}

#subnav ul.child li a:hover {
	text-decoration:none;
	/*background: url(../img/subnav_li_bg_s_h.gif) no-repeat left top;*/
	/*background: url(../img/subnav_li_bg.png) no-repeat left center;*/
	outline:none;
	padding-left:11px;
	color:#ffba31;
}

* html #subnav ul li a:hover { }

/*----------------------------------------------------
	faculty   担当教員/協力者
----------------------------------------------------*/
table.organization1 {
	width:609px;
	height:auto;
	text-align:left;
	background-color:#fff;
	margin:0 0 40px 0;
	padding:0;
	table-layout: fixed;
}

table.organization1 th {
	background-color:#f9f9f9;
	color:#666;
	padding:2px 1em 2px 2em;
	text-align:left;
	border-bottom:1px solid #dcdcdc;
}

table.organization1 th.name { width:15em; }

table.organization1 td {
	border-bottom:1px solid #dcdcdc;
	padding:3px 1em 3px 1em;
}

table.organization2 {
	width:609px;
	height:auto;
	text-align:left;
	background-color:#fff;
	margin:0 0 40px 0;
	padding:0;/*table-layout: fixed;*/
}

table.organization2 th {
	background-color:#f9f9f9;
	color:#666;
	padding:2px 1em 2px 2em;
	text-align:left;
	border-bottom:1px solid #dcdcdc;
}

table.organization2 th.name { width:10em; }

table.organization2 th.kind {
	width:5em;
	padding:2px 1em 2px 1em;
}

table.organization2 td.kind {
	width:5em;
	padding:3px 1em 3px 1em;
}

table.organization2 td {
	border-bottom:1px solid #dcdcdc;
	padding:3px 1em 3px 1em;
}

table.faculty1 {
	width:609px;
	height:auto;
	text-align:center;
	background-color:#fff;
	margin:0 0 40px 0;
	padding:0;
	table-layout: fixed;
}

table.faculty1 th {
	background-color:#f9f9f9;
	color:#666;
	padding:2px 1em 2px 2em;
	text-align:center;
	border-bottom:1px solid #dcdcdc;
}

table.faculty1 td {
	border-bottom:1px solid #dcdcdc;
	padding:3px 1em 3px 1em;
}

table.faculty1 .header1, table.faculty1 .header1 th {
	background-color:#cccccc;
	color:#FFFFFF;
}

dl.faclitydl {
	padding:10px;
	background:#D5E6FF;
	margin-bottom:30px;
}

dl.faclitydl dt {
	font-weight:bold;
	color:#0066CC;
}

dl.faclitydl dd { padding:0 0 10px 10px; }

/*----------------------------------------------------
	curriculum   
----------------------------------------------------*/
table.curriculumtb {
	height:auto;
	background-color:#fff;
	margin:0 0 40px 0;
	padding:0; /*table-layout: fixed;*/
	text-align:center;
	border-top:1px solid #dcdcdc;
	border-left:1px solid #dcdcdc;
	width:608px;
	height:auto;
	font-size:11px;
}

table.curriculumtb.mb0 { margin:0 0 10px 0; }

table.curriculumtb th {
	background-color:#f9f9f9;
	color:#666;
	padding:.5em;
	border-bottom:1px solid #dcdcdc;
	border-right:1px solid #dcdcdc;
	text-align:center;
}

table.curriculumtb td {
	padding:.5em;
	border-bottom:1px solid #dcdcdc;
	border-right:1px solid #dcdcdc;
}

table.curriculumtb .header1, table.faculty1 .header1 th {
	background-color:#cccccc;
	color:#FFFFFF;
}

#curriculum-analyst table.curriculumtb .bgc { background:#D5E6FF; }

#curriculum-planner table.curriculumtb .bgc { background:#D8F9DE; }

#curriculum-consultant table.curriculumtb .bgc { background: #FFF2EF; }

#kikkake {
	width:430px;
	margin-bottom:20px;
}

#kikkake h6 {
	margin:0;
	padding:0;
}

.rishu02imgl { margin-left:15px; }

.rishu03imgl { margin-left:20px; }

.schedulephoto { width:610px; }

/*----------------------------------------------------
	#products_content
----------------------------------------------------*/
#products_content .waku {
	margin:0 0 15px 0;
	padding:15px;
	font-size:16px;
	border: 4px solid #7aba27;
	color:#7aba27;
	font-weight:bold;
	letter-spacing:0.1em;
}

#products_content .waku.product1 {
	background: url(../img/products1_img1m.jpg) no-repeat left top;
	height:195px;
	padding:20px 0 0 20px;
}

#products_content .waku.product2 {
	background: url(../img/products2_img1.jpg) no-repeat left top;
	height:330px;
	padding:20px 0 0 20px;
}

#products_content .waku.product3 {
	background: url(../img/products3_img1.jpg) no-repeat left top;
	height:300px;
	padding:20px 0 0 20px;
}

#products_content .waku.product4 {
	background: url(../img/products4_img1.jpg) no-repeat left top;
	height:330px;
	padding:20px 0 0 20px;
}

#products_content .waku.product5 {
	background: url(../img/products5_img1.jpg) no-repeat left top;
	height:190px;
	padding:20px 0 0 20px;
}

#products_content .waku.product6 {
	background: url(../img/products6_img1.jpg) no-repeat left top;
	height:290px;
	padding:20px 0 0 20px;
}

#products_content h2 {
	margin:0 0 15px 0;
	padding:0;
	font-size:16px;
	border-bottom: 1px solid #cccccc;
}

#products_content .waku.product2 p { }

#products_content h2 img { }

#products_content h3 {
	margin: 0 0 10px 0;
	padding:0 0 15px 6px;
	border-left: 6px solid #cccccc;
	font-size:14px;
	color:#7aba27;
}

#products_content h4 {
	margin:0;
	padding:0;
	color:#7aba27;
	font-size:14px;
}

#products_content p img { margin:0 0 20px 0; }

#products_content p { margin-bottom:3em; }

#products_content table { border-bottom: 1px solid #cccccc; }

#products_content caption, th { text-align: left; }

table.professorlist {
	width:710px;
	height:auto;
	text-align:center;
	background-color:#f5f5f5;
	margin-bottom:10px;
}

table.professorlist th {
	background-color:#b8aea4;
	color:#ffffff;
	padding:2px 0 2px 0px;
	text-align:center;
}

table.professorlist th.name { }

table.professorlist td {
	border-bottom:1px solid #cccccc;
	padding:2px 2px;
}

table.professorlist td.bl { background-color:#e8e9f6; }

table.professorlist td.gr { background-color:#e8f6ee; }

table.hikaku {
	width:710px;
	height:auto;
	text-align:center;
	background-color:#f5f5f5;
	margin-bottom:10px;
}

table.hikaku th {
	background-color:#aaaaaa;
	color:#ffffff;
	padding:5px 0 5px 0px;
	text-align:center;
}

table.hikaku th.ts {
	font-weight:bold;
	background-color:#7aba27;
}

table.hikaku td.ts {
	font-weight:bold;
	color:#FF0000;
	background-color:#ffffff;
}

table.hikaku td {
	background-color:#f5f5f5;
	border-bottom:1px solid #cccccc;
	padding:5px 0 5px 10px;
}

.kome {
	text-align:right;
	font-size:11px;
	margin:-0.5em 0 0 0;
}

/*----------------------------------------------------
	#profile
----------------------------------------------------*/

#profile_content { margin:30px 0 0 0; }

#profile_content h2 { margin: 0 0 30px 0; }

.history {
	border-top: 1px solid #cccccc;
	margin-bottom:30px;
/
}

.history dl {
	padding: 0;
	border-bottom: 1px solid #cccccc;
	width:auto;
}

.history dl dt {
	margin: 0;
	padding: 0.7em 0 0.1em 1em;
	width: 10em;
	float: left;
}

.history dl dd {
	margin: 0 0 0 10em;
	padding: 0.7em 1em;
}

/*map*/
h3.c_titile {
	background-color:#cccccc;
	padding:4px 0 1px 10px;
	margin:0 0 0 0;
	font-size:14px;
	color:#FFFFFF;
}

#gmap {
	width:702px;
	height:auto;
	border: 4px solid #cccccc;
	background: url(../img/map_bg.gif) no-repeat center top;
	margin:0 0 0 0;
}

/*----------------------------------------------------
	#works
----------------------------------------------------*/
#works_content { margin:30px 0 0 0; }

#works_content h2 { margin: 0 0 30px 0; }

#works_content h3 {
	margin: 0 0 10px 0;
	padding:0 0 15px 6px;
	border-left: 6px solid #cccccc;
	font-size:14px;
	color:#4bb16a;
}

/*----------------------------------------------------
	#写真+紹介
----------------------------------------------------*/
.profile {
	margin-bottom:20px;
	padding-bottom:20px;
	width:610px;
	border-bottom:1px dotted #c0c0c0;
}

.profile.last {
	margin-bottom:0;
	padding-bottom:0;
	width:610px;
	border-bottom:none;
}

.profile .lb {
	width:180px;
	float:left;
	margin:5px 0 0 0;
	padding:0;
}

.profile .rb {
	width:420px;
	float:right;
	margin:0;
	padding:0;
}

.profile .rb h5 {
	font-size:16px;
	font-weight:bold;
	color:#3963ba;
	padding:0;
	margin:0 0 10px 0;
}

.profile .nameblock {
	font-size:10px;
	line-height:1.3;
	padding-top:10px;
	margin-bottom:20px;
}

.profile .nameblock .name {
	font-size:14px;
	padding-top:10px;
}

.profile .nameblock .namealpha {
	font-size:11px;
	color:#666666;
}

.profile .rb h6 {
	font-weight:bold;
	padding:0;
	margin:20px 0 0 0;
}

.profile .rb .prodis {
	font-size:11px;
	color:#666666;
}

.rishu-month-copy {
	font-size:16px;
	color:#3d63b9;
	line-height:1.3;
}

.cap {
	font-size:10px;
	line-height:1.4;
	width:170px;
	margin:5px 0;
}

/*  履修生の1年　写真3枚
----------------------------------------------------*/
ul.action {
	margin: 20px 0;
	padding: 30px 0 10px 0;
	width:610px;
	height:auto;
	border-top:1px dotted #c0c0c0;
}

ul.action li {
	margin: 0 14px 0 0;
	padding: 0 0 0 0;
	float:left;
	display:inline;
	width:194px;
	height:auto;
	font-size:11px;
}

ul.action li.last { margin: 0 0 0 0; }

ul.action li span { line-height:1.3; }

ul.action li img {
	vertical-align:bottom;
	padding:0 0 3px 0;
}

ul.action2 {
	margin: 10px 0 20px 0;
	padding: 0 0 10px 0;
	width:610px;
	height:auto;
}

ul.action2 li {
	margin: 0 14px 0 0;
	padding: 0 0 0 0;
	float:left;
	display:inline;
	width:194px;
	height:auto;
	font-size:11px;
}

ul.action2 li.last { margin: 0 0 0 0; }

ul.action2 li span { line-height:1.3; }

ul.action2 li img {
	vertical-align:bottom;
	padding:0 0 3px 0;
}

/*----------------------------------------------------
	国内外の最先端の取組に触れる
----------------------------------------------------*/
#curriculum-contact .w01 {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px dotted #c0c0c0;
}

#curriculum-contact .name01 {
	font-size:12px;
	margin-bottom:15px;
}

#curriculum-contact .name02 { font-size:18px; }

/*----------------------------------------------------
	地域の声
----------------------------------------------------*/
.chiikinokoe .profile .lb {
	width:140px;
	float:left;
	margin:5px 0 0 0;
	padding:0;
}

.chiikinokoe .profile .rb {
	width:450px;
	float:right;
	margin:0;
	padding:0;
}

.chiikinokoe .cap {
	width:215px;
	margin:5px 0;
}

.chiikinokoe .chiiki-2p {
	width:215px;
	margin:5px 0 0 10px;
	float:right;
}

.chiikinokoe .chiiki-1p { clear:both; }

.chiikinokoe .chiiki-1p-l { float:left; }

.chiikinokoe .chiiki-1p-r { float:right; }

/*----------------------------------------------------
	#data
----------------------------------------------------*/
#data_content { }

#data_content ul {
	margin: 0 0 30px 0;
	border-top: 1px solid #ddd;
}

#data_content ul li {
	margin: 0;
	padding: 0.8em 0;
	border-bottom: 1px solid #ddd;
}

#data_content ul li img {
	vertical-align:top;
	padding:0 0 0 5px;
}

#data_content ul li a {
	color:#003399;
	background: url(../img/icon_data.gif) no-repeat left center;
	padding:0 0 0 15px;
	margin:0;
}

#data_content ul li p {
	margin:0;
	padding:0;
}

/*----------------------------------------------------
	#link
----------------------------------------------------*/
#link_content { }

#link_content ul {
	margin: 0 0 30px 0;
	border-top: 1px solid #ddd;
}

#link_content ul li {
	margin: 0;
	padding: 0.8em 0;
	border-bottom: 1px solid #ddd;
}

#link_content ul li a {
	color:#003399;
	background: url(../img/icon_link.gif) no-repeat left center;
	padding:0 0 0 15px;
	margin:0 0 0 1em;
	font-size:11px;
}

/*----------------------------------------------------
	contact
----------------------------------------------------*/
p.formwaku {
	border-top:1px solid #ccc;
	padding:10px 0 10px 30px;
}

#formbox { width:610px; }

#formbox_main {
	width:610px;
	height:auto;
}

#formbox p { }

#formbox dl { padding: 5px 10px 10px 10px; }

#formbox dt { margin-top: 5px; }

#formbox dd {
	padding: 5px 0 10px 0;
	border-bottom: 1px dotted #cccccc;
}

#formbox em {
	color: #DC0101;
	font-style: normal;
}

#formbox .submit {
	margin: 0;
	padding:10px 0 20px 50px;
	background-color:#ffffff;
}

input[type="text"] {
	background-color:#FFF;
	border-width:1px;
	border-style:solid;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-color:#aaaaaa #cccccc #cccccc #cccccc;
	padding:2px;
}

input[type="text"]:hover, input[type="text"]:focus { border-color:#666666 #aaaaaa #aaaaaa #aaaaaa; }

select {
	-webkit-appearance:none;
	border-width:1px;
	border-style:solid;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-color:#aaaaaa #cccccc #cccccc #cccccc;
	background:#ffffff url(images/select.png) right no-repeat;
	padding:2px;
}

select:hover {
	border-color:#666666 #aaaaaa #aaaaaa #aaaaaa;
	background-image:url(images/select-hover.png);
}

textarea {
	background-color:#ffffff;
	border-width:1px;
	border-style:solid;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-color:#aaaaaa #cccccc #cccccc #cccccc;
	padding:2px;
}

textarea:hover, textarea:focus { border-color:#666666 #aaaaaa #aaaaaa #aaaaaa; }

/*----------------------------------------------------
	privacypolicy
----------------------------------------------------*/
#privacy_main {
	margin:40px 0 20px 0;
	padding:10px 20px;
	border: 3px double #CCCCCC;
	line-height:1.5;
	font-size:11px;
}

#privacy_main h3 {
	margin:5px 0 5px 0;
	padding:0;
	font-size:12px;/*background-color:#f5f5f5;*/
}

#privacy_main dl { margin:0 0 10px 0; }

#privacy_main dt {
	font-weight:bold;
	border-bottom:1px solid #CCCCCC;
	padding:0 0 2px 0;
	margin:0 0 2px 0;
	color:#4bb16a;
}

#privacy_main dd { padding:0 0 0 30px; }

#privacy_main dd span {
	display:block;
	padding:5px 10px;
	margin:10px 0 0 0;
	background-color:#f1f3f3;
}

#privacy_main ol { padding:3px 0 0 10px; }

#privacy_main ol li {
	list-style: decimal;
	line-height:1.3;
}

/*----------------------------------------------------
	#sitemap
----------------------------------------------------*/
#sitemap_content { margin:30px 0 0 0; }

#sitemap_content h2 { margin: 0 0 30px 0; }

#sitemap_content h3 {
	color:#666;
	font-size:13px;
	height: auto;
	width: auto;
	line-height:1.5;
	padding:0;
	margin-bottom:25px;
	letter-spacing: 0.1em;
	background-image: none;
	border-bottom: 1px solid #d4d4d4;
}

#sitemap_content h3 a {
	background: url(../img/icon_sm_h3.gif) no-repeat left center;
	padding-left: 8px;
	color:#666;
}

#sitemap_content ul {
	margin: -20px 0 20px 7px;
	padding: 0;
}

#sitemap_content ul li {
	margin: 0;
	padding: 0;
}

#sitemap_content ul li a {
	background: url(../img/icon_sm_h3.gif) no-repeat left center;
	padding-left: 8px;
}

#sitemap_content ul li a:hover, #sitemap_content ul li a:active { }

.col {
	margin:0;
	padding:0;
	width:609px;
	height:auto;
	overflow:hidden;
}

.col_l {
	height:auto;
	width:auto;
	float:left;
	text-align:left;
}

.col_r {
	height:auto;
	width:auto;
	float:right;
	text-align:left;
}

.col_l.w49 {
	background-color:#fff;
	width:47%;
}

.col_r.w49 {
	background-color:#fff;
	width:47%;
}

/*----------------------------------------------------
	#cms
----------------------------------------------------*/
/*topics--------------------------------------------*/
#topics {
	margin:0 0 20px 0;
	padding:0;
	width:auto;
	height:auto;
	position:relative;
}

#topics h2 {
	margin:0;
	padding:0 0 5px 0;
}

#topics dl {
	clear:both;
	padding: 0;
	width:auto;
	border-bottom: 1px dotted #eee;
}

#topics dl dt {
	margin: 0;
	padding: .5em 0 .5em 20px;
	width: 8em;
	float: left;
	color:#457ada;
	background: url(../img/ico_circle.jpg) no-repeat left center;
}

#event dl dt { color:#fd9126; }

#topics dl dd {
	margin: 0 0 0 8em;
	padding: .5em 0 .5em 20px;
}

#topics dl dd a { color:#333; }

#topics dl dd a:hover {
	color:#ff6600;
	text-decoration:none;
}

/*event----------------------------------------------*/
#event {
	margin:0 0 20px 0;
	padding:0;
	width:auto;
	height:auto;
	position:relative;
}

#event h2 {
	margin:0;
	padding:0 0 5px 0;
}

#event dl {
	clear:both;
	padding: 0;
	width:auto;
	border-bottom: 1px dotted #eee;
}

#event dl dt {
	margin: 0;
	padding: 0;
	width: 100px;
	float: left;
	color:#fd9126;
	text-align:center;
}

#event dl dt span {
	background-color:#fd9126;
	display:inline-block;
	color:#fff;
	width: 100px;
	color:#fff;
	text-align:center;
}

#event dl dd {
	margin: 0 0 0 130px;
	padding: .5em 0;
}

#event dl dd a { color:#333; }

#event dl dd a:hover {
	color:#ff6600;
	text-decoration:none;
}

.article {
	clear:both;
	border-bottom: 1px dotted #eee;
	padding:0 0 15px;
	margin:0 0 15px;
}

.article .date {
	margin: 0;
	padding: 0;
	width: 120px;
	float: left;
	color:#fd9126;
	text-align:center;
}

.article .date span {
	background-color:#fd9126;
	display:inline-block;
	color:#fff;
	width: 120px;
	text-align:center;
	line-height:1;
	padding:3px 0;
}

.article .title {
	font-size:14px;
	font-weight:bold;
	color:#5474e3;
	line-height:1.3;
	border-bottom: 1px dotted #eee;
	padding:0 0 5px;
	margin:0 0 5px;
}

.article .title a:hover { text-decoration:none; }

.article .cont { margin:0 0 0 145px; }

#topics #alltopics {
	position:absolute;
	top:23px;
	left:560px;
	width:41px;
	height:13px;
}

#event #allevent {
	position:absolute;
	top:23px;
	left:560px;
	width:41px;
	height:13px;
}

/*----------------------------------------------------
	トピックス・イベント
----------------------------------------------------*/
.cms_content dl {
	margin:0 0 10px 0;
	padding:0 0 7px 0;
	border-bottom:1px dotted #ccc;
}

.cms_content dt {
	padding:0;
	margin:0;
	color:#666;
	font-size:12px;
}

.cms_content dd {
	padding:0 0 10px 0;
	margin:0;
}

.cms_content dd.entryTitle {
	padding:0;
	margin:0;
	font-size:14px;
	font-weight:bold;
	color:#5474e3;
	line-height:1.5;
	border:none;
}

.cms_content dd.entryTitleLine {
	font-size:16px;
	margin: 10px 0 15px 0;
	padding:0px 0 15px 8px;
	border-left: 5px solid #5474e3;
	color:#5474e3;
	font-weight:bold;
	line-height:1.5;
}

.cms_content dl dd a, .cms_content dl dd a:visited, .cms_content dl dd a:active { color:#5474e3; }

.cms_content dl dd a:hover { color:#ff6600; }

.cms_content td {
	line-height:1.3;
	padding:3px 0;
}

/*----------------------------------------------------
	新聞記事
----------------------------------------------------*/
#newspaper { margin:0 0 50px 0; }

#newspaper dl {
	padding: 0;
	width:auto;
	border-bottom: 1px dotted #eee;
}

#newspaper dl dt {
	margin: 0;
	padding: 0.4em 0 0 0;
	width: 8em;
	float: left;
	color:#3d65fb;
}

#newspaper dl dd {
	margin: 0 0 0 8em;
	padding: 0.4em 0;
}

#newspaper dl dd a {
	color:#003399;
	background: url(../img/icon_data.gif) no-repeat left center;
	padding:0 0 0 15px;
	margin:0;
}

#newspaper dl dd a:hover {
	color:#ff6600;
	text-decoration:none;
}

#newspaperall {
	text-align:center;
	margin:15px 0 0 0;
}

dl.archivesList {
	margin:0 0 20px 0;
	padding:120px 0 0 0;
}

dl.archivesList dt {
	margin:0 0 2px 0;
	padding:1px 1px 1px 1px;
	font-size:14px;
}

dl.archivesList dd {
	border:1px solid #CCCCCC;
	border-left:3px solid #5474e3;
	padding:1px 1px 1px 10px;
	margin:0 0 5px 0;
}

dl.archivesList dd a, dl.archivesList dd a:visited, dl.archivesList dd a:active { color:#5474e3; }

dl.archivesList dd a:hover { color:#ff6600; }

.pageback {
	margin: 0px;
	padding: 5px 0px 5px 14px;
	background: url(../img/icon_back.gif) no-repeat left center;
	font-size:12px;
	color:#0c1d79;
}

.pageback a, .pageback a:visited, .pageback a:active { color:#003399; }

ul.next {
	margin: 40px 0 0 0;
	padding: 0;
	text-align:left;
	width: 610px;
}

ul.next li {
	margin: 0;
	padding: 0;
}

ul.next li a {
	background: url(../img/icon_sm_h3.gif) no-repeat left center;
	padding-left: 8px;
}

ul.next li a:hover, ul.next li a:active { }

#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	background: #fff;
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	text-transform: none;
	text-indent: 0px;
	font-variant: normal;
	text-align: left;
	line-height: 12px;
	letter-spacing: 0px;
	word-spacing: 0px;
}

#wp_page_numbers {
	margin-top: 30px;
	width: 100%;
	background: #fff;
}

#wp_page_numbers ul { width: 100%; }

#wp_page_numbers li {
	float: left;
	display: block;
}

#wp_page_numbers a {
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	color: #aaa;
	font-family: Arial;
	font-size: 12px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#wp_page_numbers li a:hover {
	color: #5474e3;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#wp_page_numbers li.space {
	font-size: 12px;
	font-family: Arial;
	color: #aaa;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#wp_page_numbers li.first_last_page { font-style: italic; }

#wp_page_numbers li.active_page a {
	color: #fff;
	background: #3d65fb;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#wp_page_numbers li.active_page a:hover {
	color: #fff; /* IE fix */
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#wp_page_numbers li.page_info {
	float: left;
	font-size: 12px;
	font-family: Arial;
	color: #aaa;
	display: block;
	padding: 3px;
	padding-right: 5px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#back p { /*width:300px;
	text-align:center;
	height:auto;
	padding:10px 0 10px 0;
	margin:10px 0 270px 0;
	background-color:#f5f5f5;
	background-color:#fdfdfd;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;*/ }

#back {
	width:300px;
	text-align:center;
	height:auto;
}

/*ボーダーなし*/
/*.outer {
    margin: 0px 1px;
    padding: 1px 0px;
    background: #0cc;
}
 
.inner {
    margin: 0px -1px;
    background: #0cc;
}*/
/*ボーダーあり*/
.outer {
	margin: 0px 1px;
	background: #edf6ff;
	border-top: 1px solid #B1C6D9;
	border-bottom: 1px solid #B1C6D9;
	line-height:2.5;
}

.inner {
	margin: 0px -1px;
	background: #edf6ff;
	border-left: 1px solid #B1C6D9;
	border-right: 1px solid #B1C6D9;
}

/*----------------------------------------------------
	#organization
----------------------------------------------------*/
#four_contents {
	background: url(../img/four_contents_bg.gif) no-repeat center center;
	padding:0;
	margin:0;
}

#four_contents h4 {
	color:#5474e3;
	font-size: 13px;
	line-height:1.4;
	margin:0;
	padding:10px 0 5px 0;
}

#four_contents .l__contents {
	float: left;
	display:inline-block;
	padding: 0;
	width:270px;
	height:auto;
}

#four_contents .r__contents {
	float: right;
	display:inline-block;
	padding: 0;
	width:270px;
	height:auto;
}

/*--------------------------------------------------------------------------------------------------------
	member   
----------------------------------------------------*/
table.member {
	height:auto;
	background-color:#fff;
	margin:0 0 40px 0;
	padding:0;
	text-align:center;
	border-top:1px solid #dcdcdc;
	border-left:1px solid #dcdcdc;
	width:608px;
	height:auto;
}

table.member td {
	padding:1em;
	border-bottom:1px solid #dcdcdc;
	border-right:1px solid #dcdcdc;
}

/*--------------------------------------------------------------------------------------------------------
	project   
----------------------------------------------------*/
.col2 {
	clear:both;
	float:left;
	width:610px;
	margin:0 0 15px;
}

.col2 .col2_l {
	float:left;
	display:inline;
	width:280px;
}

.col2 .col2_r {
	float:right;
	display:inline;
	width:280px;
}

.col2 .col2_l p, .col2 .col2_r p {
	background-color:#fff;
	padding:3px 0;
}

.col2 .col2_r {
	float:right;
	display:inline;
	width:280px;
}

.col2.mov {
	clear:both;
	float:left;
	width:580px;
	padding:15px;
	margin:0 0 30px;
	background-color:#eef6fb;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

.col2.mov .col2_l p, .col2.mov .col2_r p {
	background-color:#fff;
	padding:5px 0 15px 0;
	margin:0 0 30px;
	text-align:center;
	font-size:13px;
}

.col2.mov p span {
	display:inline-block;
	margin:0 3px 0 0;
	font-size:16px;
}

.movie {
	background-color:#eef6fb;
	clear:both;
	text-align:center;
	margin:30px 0;
	padding:40px 0 0;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}

.movie h4 {
	background: none;
	color:#265672;
	font-size:13px;
	line-height:1.5;
	margin:0 0 5px;
	letter-spacing: 0.1em;
}

.movie p {
	margin:20px 0 10px 0;
	padding:0 0 20px;
}

p.ho a {
	margin:0 0 15px;
	text-decoration:underline;
	border:1px dotted #ccc;
	display:inline-block;
	padding:5px 10px;
}

/*--------------------------------------------------------------------------------------------------------
	project2   
----------------------------------------------------*/
.pro2.line {
	border-bottom:1px dotted #ccc;
	margin:0 0 30px;
	padding:0 0 30px;
}

.pro2 ul { margin:30px 0; }

.pro2 ul li {
	font-size:13px;
	margin:0 0 10px 0;
	padding:5px 0 5px 15px;
	border-bottom:1px dotted #ccc;
	background: url(../img/icon_data.gif) no-repeat left center;
}

.pro2 a, .pro2 a:visited, .pro2 a:active { color:#5474e3; }

.pro2 a:hover { color:#ff6600; }

.entryTitle {
	font-size:16px;
	margin: 10px 0 15px 0;
	padding:0px 0 15px 8px;
	border-left: 5px solid #5474e3;
	color:#5474e3;
	font-weight:bold;
	line-height:1.5;
}
