@charset "utf-8";
/* CSS Document */
body,h1,h2,h3,h4,h5,h6,p,div,address,ul,ol,li{
	margin: 0;
	padding: 0;
	list-style-type: decimal;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(images/body-bg01.png),url(images/body-bg02.png),url(images/body-bg03.png);
	background-position: left bottom, right bottom,center bottom;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-attachment: fixed, fixed, fixed;
}
/*"游ゴシック Light",*/
header,footer,nav,aside{ margin:0; padding:0;}
section {
	position: relative;
}

#contents-outer {
	margin-left: auto;
	margin-right: auto;
	width: 956px;
	-webkit-box-shadow: 0px 1px 10px #C5C5C5;
	box-shadow: 0px 1px 10px #C5C5C5;
	background-color: #FFFFFF;
	padding: 8px 12px 10px;
	border-bottom: 4px solid #E6FCBD;
}
h1#header {
	height: 200px;
	background-image: url(images/header-mincho02-2-deep.jpg);
	font-size: 10px;
	color: #25BBED;
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 1px;
	text-align: center;

}
.h1-style01 {
	background-color: #0079AC;
	color: #FFFFFF;
	font-size: 29px;
	font-weight: normal;
	padding-left: 10px;
	padding-bottom: 15px;
	padding-top: 18px;
	letter-spacing: 0.2em;
	margin-left: -7px;
	margin-bottom: 13px;
	background-image: url(images/sect-h1.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.h2-style01 {
	font-size: 25px;
	font-weight: normal;
	padding-left: 6px;
	padding-bottom: 3px;
	padding-top: 4px;
	letter-spacing: 0.1em;
	margin-left: -2px;
	margin-bottom: 13px;
	border-bottom: 2px solid #003562;
	margin-top: 18px;
}

#head-nav li {
	float: left;
	padding: 3px;
	width: 152px;
	list-style-type: none;
	text-align: center;
	border-right: 1px solid #8E8E8E;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-image: url(images/nav-list-bg.png);
	background-position: left center;
	-webkit-transition: background-color 250ms ease-in-out 0s;
	-o-transition: background-color 250ms ease-in-out 0s;
	transition: background-color 250ms ease-in-out 0s;
	overflow-x: hidden;
	overflow-y: hidden;
}
#head-nav li:last-child {
	border-right-style: none;
	width: 154px;
}
#head-nav li a:link, #head-nav li a:visited,
#head-nav li a:active ,
#head-nav li a:hover 
 {
	text-decoration: none;
	display: block;
	padding: 8px 0px 8px 8px;
	color: #266E00;
	font-size: 14px;
	margin-right: 10px;
	width: 143px;
}
#head-nav li:hover ,#head-nav li:active{
	background-color: #D7F8BC;
}
#nav-backto-toppage {
	position: absolute;
	top: 14px;
	display: block;
	padding-left: 0px;
	width: 401px;
}
#nav-backto-toppage a:link,
#nav-backto-toppage a:visited {
	display: block;
	padding: 3px 226px 112px 0px;
	text-decoration: none;
	/* [disabled]text-indent: -951px; */
	font-size: 11px;
	color: rgba(91,185,243,0.51);
}

ul#head-nav {
	margin-bottom: 17px;
	/* [disabled]background-color: #DCA4A5; */
	height: 43px;
	border-bottom: 3px solid #93DF00;
	border-top: 1px solid #3FA900;
	padding-top: 1px;
	overflow-x: hidden;
	overflow-y: hidden;
}


.clear-fix {
	zoom: 1;
}
#contents-outer main {
	clear: both;
}
#contents-outer #left-main {
	width: 74%;
	float: left;
	clear: both;
	/* [disabled]background-color: #C55859; */
	padding: 10px;
	min-height: 352px;
}
#contents-outer #right-nav {
	width: 19.5%;
	float: right;
	padding: 12px 10px;
	overflow-x: hidden;
	background-image: url(images/right-nav-bg.png);
}
#foot-area {
	clear: both;
	margin-top: 13px;
	/* [disabled]background-color: #9C7E7E; */
	padding-top: 100px;
	background-image: url(images/logo-mark.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 100px 100px;
}
#foot-area footer {
}
#right-nav ul {
	list-style-type: none;
	margin-bottom: 31px;
}
#right-nav ul#side-nav01 li {
	border: 1px solid #968E64;
	overflow: hidden;
	padding: 3px 7px;
	margin-bottom: 5px;
	background-image: url(images/right-nav01bg.png);
	-webkit-transition: all 200ms ease-in-out 0s;
	-o-transition: all 200ms ease-in-out 0s;
	transition: all 200ms ease-in-out 0s;
	position: relative;
	top: 0px;
	list-style-type: none;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#right-nav ul#side-nav01 li:hover {
	top:-2px;
}
#right-nav ul#side-nav01 li a:link,
#right-nav ul#side-nav01 li a:hover {
	padding: 7px 0px 7px 12px;
	font-size: 14px;
	text-decoration: none;
	letter-spacing: 0.1em;
	display: block;
	color: #005B5F;
	background-image: none;
}

#right-nav ul#side-nav02 li {
	border: 1px solid #968E64;
	padding-right: 7px;
	padding-left: 7px;
	margin-bottom: 5px;
	height: 52px;
	-webkit-transition: all 200ms ease-in-out 0s;
	-o-transition: all 200ms ease-in-out 0s;
	transition: all 200ms ease-in-out 0s;
}
#right-nav ul#side-nav02 li {
	text-indent: -168px;
	overflow-x: hidden;
	overflow-y: hidden;
	overflow: hidden;
	position: relative;
	top: 0px;
	-webkit-transition: all 200ms ease-in-out 0s;
	-o-transition: all 200ms ease-in-out 0s;
	transition: all 200ms ease-in-out 0s;
	white-space: nowrap;
}
#right-nav ul#side-nav02 li a:link {
	display: block;
	height: 52px;
}
#right-nav ul#side-nav02 li:hover {
	position: relative;
	top: -2px;
}

#side-nav02 #right-j-machine {
	background-image: url(images/banner-nihon-mechanical.jpg);
}
#side-nav02 #right-j-energy {
	background-image: url(images/banner-nihon-energy.jpg);
}

#side-nav02 #right-maizurukousen {
	background-image: url(images/banner-maizurukousen.jpg);
}

#left-main h2 {
	/* [disabled]font-weight: normal; */
	/* [disabled]color: #004884; */
	/* [disabled]font-size: 26px; */
	/* [disabled]margin-top: 5px; */
	/* [disabled]margin-bottom: 6px; */
}
#left-main section {
	border-bottom: 1px dotted #9C9C9C;
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-top: 3px;
	line-height: 2em;
	font-size: 14px;
	color: #003F5E;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.margin-rignt10px {
	margin-right: 10px;
}

.margin-left10px {
	margin-left: 10px;
}
.margin-rignt15px {
	margin-right: 15px;
}

.margin-left15px {
	margin-left: 15px;
}
.margin-bottom15px {
	margin-bottom: 15px;
}
.margin-bottom20px {
	margin-bottom: 20px;
}
#top-topics {
	list-style-position: outside;
	margin-left: 13px;
	list-style-type: square;
	overflow-y: auto;
	height: 17em;
}
#top-topics li span {
	display: block;
	font-size: 85%;
	line-height: 1.2em;
	text-align: right;
	margin-bottom: 7px;
}
#education-supp-table {
	margin: 5px auto 11px;
	border-collapse: collapse;
	border: 1px solid #456976;
	width: 96%;
}
#education-supp-table tr td  {
	padding: 9px;
	border: 1px solid #456976;
	width: 50%;
	font-size: 93%;
}
#education-supp-table tr th form {
	text-align: center;

}
#education-supp-table tr th input {
	text-align: center;
	padding: 5px 12px;
	-webkit-box-shadow: 1px 1px 2px #C6E0EB;
	box-shadow: 1px 1px 2px #C6E0EB;

}
#education-supp-table th {
	padding-top: 12px;
	padding-bottom: 7px;
	border: 1px solid #456976;
	background-color: #E8F7FC;
}
#okumurayukihiko  {
	display: block;
	background-color: #93DF00;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}

.text-align-center {
	text-align: center;
}
#access-indent {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
#self-intro-eng-bt {
	width: 16em;
	background-color: #FFFFFF;
	display: block;
	position: absolute;
	padding: 3px;
	text-align: center;
	left: 464px;
	top: 30px;
	-webkit-box-shadow: 1px 2px 6px #CBCBCB;
	box-shadow: 1px 2px 6px #CBCBCB;
	border: 1px solid #5A77A3;
}
#self-intro-eng-bt a:link,
#self-intro-eng-bt a:visited {
	text-align: center;
	line-height: 2em;
	padding: 9px 24px 9px 12px;
	margin-right: 7px;
	text-decoration: none;
	font-size: 18px;
}



a[href$=".pdf"] {
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(images/pdficon_small.png);
}
#study-lilst {
	list-style-position: outside;
	margin-left: 46px;
	font-size: 1.2em;
	line-height: 1.7em;
}
#study-lilst li {
	margin-bottom: 1em;
}
#sylla-list {
	list-style-position: outside;
	margin-left: 46px;
	font-size: 1.2em;
	margin-top: 20px;
	margin-bottom: 32px;
	line-height: 2.5em;
}
#joint_study {
	height: 52px;
	line-height: 52px;
	text-align: center;
	overflow: hidden;
	background-image: url(images/joint-study.jpg);
	-webkit-transition: all 200ms ease-in-out 0s;
	-o-transition: all 200ms ease-in-out 0s;
	transition: all 200ms ease-in-out 0s;
	position: relative;
	top: 0px;
	background-repeat: no-repeat;
	background-position: left 0%;
}
#joint_study:hover {
	top: -2px;
}

#joint_study a {
	display: block;
	text-indent: -321px;
	background-image: none;
	overflow-x: hidden;
	overflow-y: hidden;
}
.top-h2 {
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 0.1em;
	border-bottom: 3px solid #0070A9;
	padding-bottom: 4px;
	margin-bottom: 13px;
	margin-top: 2px;
}
.top-image-padd {
	margin-left: 21px;
	margin-right: 10px;
	margin-bottom: 58px;
}
#syla-figure {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 17px;
	color: #B70003;
	position: relative;
	top: 5px;
	font-weight: bold;
}


.co2-sub { vertical-align: sub; }

.clear-fix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	zoom: 1;
}

@media (max-width: 360px){
#contents-outer {
	float: none;
	clear: both;
	width: 360px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0.1%;
	padding-right: 0.1%;
}
ul#head-nav {
	width: 100%;
	float: none;
	clear: both;
	height: auto;
	border-bottom-color: #FFFFFF;
	border-left-style: none;
	border-bottom-style: none;
	border-top-style: none;
	border-bottom-width: 0px;
	background-color: #FFFFFF;
}
#head-nav li {
	width: 47%;
	margin-bottom: 5%;
	border-bottom: 4px solid #93DF00;
	background-repeat: no-repeat;
	margin-left: 1%;
	margin-right: 1%;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
}

#head-nav li:last-child{
	width: 47%;
	margin-right: 0px;
	border-right: 0px solid #93DF00;
	font-size: 0.75em;
	padding-left: 0px;
	padding-right: 0px;
	white-space: nowrap;
	}
#head-nav li a:link,#head-nav li a:visited {
	width: 91%;
	padding-left: 4%;
	padding-right: 0;
}
#nav-backto-toppage   {
	padding-left: 0px;
	padding-right: 0px;
	width: 93%;
}
h1#header {
	background-size: 149% auto;
	height: 119px;
	float: none;
	clear: both;
	display: block;
	margin-bottom: 0px;

}
#contents-outer #left-main {
	width: 96%;
}






#contents-outer #right-nav {
	float: none;
	clear: both;
	width: 100%;
}
aside #side-nav01 li {
	width: 85%;
}
aside #side-nav02 li {
	width: 46%;
}
#nav-backto-toppage a:link,#nav-backto-toppage a:visited {
	height: 100%;
	padding-bottom: 79px;
	padding-top: 0px;
	padding-right: 0px;
}
#self-intro-eng-bt {
	position: static;
	width: 93%;
	margin-bottom: 23px;
}
#self-intro-eng-bt a:link , #self-intro-eng-bt a:visited{
	position: relative;
}
img.width-300px {
	width: 90%;
	height: 90%;
}
img.width-50per {
	width: 50%;
	height: 50%;
}
#access-indent {
	width: 94%;
}








}
