/*
====================================================

	common reset

====================================================
*/

html {
	overflow-y: scroll;
	height: 100%;
}
body {
	font: 10px  "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
}
html>/**/body {
	font-size: 10px; /* IE 莉･螟悶�繝悶Λ繧ｦ繧ｶ standard */
}
body {
	color: #555;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family:"Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif; 
	line-height: 1.5;
	height: 100%;
	/*background: url(../_img/bg2.jpg) left 10px repeat-x;*/
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}
table {
	font-size:inherit;
	vertical-align: middle;
	font-size: 100%;
}
img {
	border: 0;
}
em {
	font-style: normal;
}
a:link,
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover,
a.line {
	text-decoration: underline;
}
ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.clear {
	clear: both;
}
.hide {
	display: none;
}
br.clear0{
	clear: both;
	height: 0;
}
.bold {
	font-weight: bold;
}
p.bigfont {
	font-size: 14px;
}
table.cmn {
	margin: 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: left;
}
table.linetable {
	background: #ccc;
	width: 580px;
	margin: 10px auto;
	text-align: center;
}
th {
	text-align: center;
}
table.linetable thead tr td{
	background: #f4f4f4;
}
table.linetable td{background: #fff;}
table.linetable th{background: #f4f4f4;}
.tac {
	text-align: center;
}
.tar {
	text-align: right;
}
.tal {
	text-align: left;
}
.hide {
	display: none;
}
.left {
	float: left;
}
.left img {
	margin-right: 10px;
}
.right {
	float: right;
}
.odd{background: #fff;}
.even{background: #f4f4f4;}

a.print {
	background: url(../_img/pbtn.png) left center no-repeat;
	padding: 2px 0 2px 18px;
}
a.pdf {
	background: url(../_img/pdf.png) left center no-repeat;
	padding: 2px 0 2px 18px;
}
h3 {
}
div.line1 {
	margin-top: 10px;
	padding-bottom: 10px;
	background: url(../_img/bar1.jpg) left bottom no-repeat;
	width: 350px;
}
.pblock {
	margin: 10px;
}
.graybar {
	background: url(../_img/gray_bar.jpg) left bottom repeat-x;
	height: 30px;
}
h3.long {
	background: url(../_img/h3bg.gif) left top repeat-x;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin-bottom: 8px;
	border-left: 4px solid #333;
	padding-left: 6px;
}
/*
====================================================

	layout

====================================================
*/
div#wrap {
    overflow: hidden !important;  
    overflow: visible;  
    min-height: 100%;  
    height: auto !important;  
    height: 100%;
	margin: 0 auto;
	width: 900px;
	background: url(../_img/wrap_bg3.gif) center top repeat-y;
	text-align: left;
	position: relative;
}
div.centerblock {
	width: 175px;
	margin-left: 363px;
	_margin-left: 13px;
	overflow: hidden;
	text-align: center;
	padding-top: 100px;
}
*:first-child+html div.centerblock {
	margin-left: 13px;
}
div.leftblock {
	float: left;
	width: 362px;
	margin-top: 10px;
	/*padding-top: 40px;*/
	background: url(../_img/leftbar1.png) right top no-repeat;
}
h2 {
	height: 40px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	overflow: hidden;
	padding-left: 10px;
}
h2 span {
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	padding-left: 20px;
}
div.rightblock {
	margin-left: 539px;
	_margin-left: 545px;
	width: 350px;
	padding-left: 12px;
	margin-top: 10px;
	padding-top: 40px;
	background: url(../_img/rightbar1.png) right top no-repeat;
}
div.rightblock2 {
	margin-left: 539px;
	_margin-left: 545px;
	width: 350px;
	padding-left: 12px;
	margin-top: 10px;
	padding-top: 80px;
	background: url(../_img/rightbar2.png) right top no-repeat;
}

div.halfwin {
	width: 360px;
	margin: 0 20px;
}
ul.mainmenu {
	margin: 60px 0;
}
ul.mainmenu li {
position: relative;
z-index: 200;
	height: 30px;
	margin: 8px 0;
}
ul.mainmenu li a{
	display: block;
	height: 25px;
	width: 175px;
	line-height: 60px;
	overflow: hidden;
}
ul.mainmenu li#mn1 a{background: url(../_img/mn1.gif) left top no-repeat;}
ul.mainmenu li#mn2 a{background: url(../_img/mn2.gif) left top no-repeat;}
ul.mainmenu li#mn3 a{background: url(../_img/mn3.gif) left top no-repeat;}
ul.mainmenu li#mn4 a{background: url(../_img/mn4.gif) left top no-repeat;}
ul.mainmenu li#mn5 a{background: url(../_img/mn5.gif) left top no-repeat;}
ul.mainmenu li#mn6 a{background: url(../_img/mn6.gif) left top no-repeat;}
ul.mainmenu li#mn7 a{background: url(../_img/mn7.gif) left top no-repeat;}
ul.mainmenu li#mn8 a{background: url(../_img/mn8.gif) left top no-repeat;}
ul.mainmenu li#mn9 a{background: url(../_img/mn9.gif) left top no-repeat;}
ul.mainmenu li#mn10 a{background: url(../_img/mn10.gif) left top no-repeat;}
ul.mainmenu li#mn11 a{background: url(../_img/mn11.gif) left top no-repeat;}
ul.mainmenu li#mn12 a{background: url(../_img/mn12.gif) left top no-repeat;}
div.ahover {
position: absolute;
}
div.ahover {
background:url(../_img/mn_bg.png) center center no-repeat;
_z-index: -1;
}
*:first-child+html div.ahover {
z-index: -1;
}
h1 a {
	display: block;
	height: 49px;
	width: 175px;
	/*background: url(../_img/mn0_on.png) center center no-repeat;*/
}
blockquote.ie6caution {
	margin: 0;
	padding: 0;
	margin: 10px 20px;
	border: 1px solid #cc0000;
	padding: 10px;
	background: #f8f8f8;
}
blockquote.ie6caution a.red{
	color: #cc0000;
	text-decoration: underline;
}

/*
====================================================

	company info

====================================================
*/
p.map {
	border: 1px solid #ccc;
}
dl#companyinfo dt {
	float: left;
	width: 70px;
	margin-bottom: 8px;
	text-align: right;
}
dl#companyinfo dd {
	margin-left: 75px;
	margin-bottom: 8px;
}
dl#companyinfo dd ul{
	list-style: circle;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

/*
====================================================

	recruit

====================================================
*/
dl.jobinfo dt {
	float: left;
	text-align: right;
	width: 6em;
}
dl.jobinfo dd {
	margin-left: 6.2em;
}
dl.jobinfo dd ul{
	margin: 0;
	padding: 0;
	list-style-position: inside;
}
/*
====================================================

	gallery

====================================================
*/
.galtit2 {
	margin-top: -33px;
}
div.galbig {
	width: 190px;
}
ul.galbiglist {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 170px;
	margin: 10px;
}
ul.galbiglist li{
	margin-bottom: 10px;
	line-height: 1.1;
}
div.galmini {
	margin-left: 200px;
	width: 150px;
	text-align: center;
}
ul.galminilist {
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 20px 0;
}
ul.galminilist li{
	margin-bottom: 10px;
	line-height: 1;
}
ul.galminilist li a  {
	text-decoration: none;
}
div.galmini2 {
	width: 150px;
	text-align: center;
}

/*
====================================================

	facilities

====================================================
*/
ul.faclist {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.faclist li{
	display: block;
	width: 110px;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
ul.faclist li a{
	display: block;
	width: 110px;
	height: 75px;
}
ul.faclist li img{
}
p#facp {
	height: 110px;
}
ul.faclist li#sm9 a{
	background: url(../_img/fac_sm9_on.jpg)
}

/*
====================================================

	richmedia

====================================================
*/
.richtit1 {
	margin-top: -8px;
}
/*
====================================================

	part

====================================================
*/
div.banner {
	padding: 10px 0;
	height: 81px;
}
/*
====================================================

	visual

====================================================
*/
ul.vislist {
	margin: 0;
	padding: 0;
	list-style-position: inside;
	margin: 10px 0;
}
div.formatblock {
	background: url(../_img/formattable.jpg) top right no-repeat;
}
/*
====================================================

	top home

====================================================
*/
div#topimage {
	position: relative;
}
body#home {
	z-index: 100;
}
dl#newsblock dt{
	color: #ccc;
}
dl#newsblock dd{
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
/*
====================================================

	form

====================================================
*/
input.textinput {
	border: none;
	background: url(../_img/input_bg1.gif);
	width: 230px;
	height: 13px;
	padding: 5px;
}
input.default,
textarea.default {
	color: #ccc;
}

input.focused,
textarea.focused {
	color: #333;
}
select.select1 {
	width: 240px;
}
textarea.textarea1 {
	width: 236px;
	border-color: #bdbdbd;
	color: #ccc;
	padding:2px 2px;
}
table#confirm td {
	border:1px solid #bdbdbd;
	width: 230px;
	margin: 2px 5px;
}
table#confirm td span {
	display: block;
	font-size: 10px;
	color: #cc0000;
}
dl#newsblock dt {
	width: 4em;
	float: left;
}
dl#newsblock dd {
	margin-left: 6em;
	
}

/*
====================================================

	staff

====================================================
*/
dl.prof dt{
	color: #cb001b;
	list-style: disc;
}
dl.prof dd{
	padding-bottom: 10px;
}
/*
====================================================

	part

====================================================
*/
/*
====================================================

	projector

====================================================
*/
.red {
	color: #CB001E;
}
.big35 {
	font-size: 35px;
	margin: 0px;
}
.center {
	text-align: center;
}
