@charset "utf-8";
/* CSS Document */

*{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

ul,ol {
	list-style: none;
}

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

body {
	margin:0 auto;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #000000;
	color: #000000;
	font-size: 80%;
	line-height: 140%;
}

#container {
	width: 950px;
}

/*----------- common -----------*/
#copyright {
	position: absolute;
	top: 0;
	right: 0;
}

#pagemenu {
	width: 221px;
	height: 225px;
	padding: 13px 0;
	position: relative;
	float: left;
	background: #2a201e url("../images/sitemenu_back.jpg");
}

#pagemenu li {
	margin: 4px 0;
	padding: 0;
}

*:first-child+html #pagemenu li {
	margin: 3px 0;
	padding: 0;
}

#pagemenu li img {
	margin: 0;
	padding: 0;
	border: 0;
}

#maincontent {
	width: 720px;
	position: relative;
	overflow: hidden;
}

#bottommenu {
	width: 196px;
	height: 18px;
	margin: 10px auto 40px 470px;
}


/*----------- home -----------*/
#home #contentwrapper {
	height: 700px;
	position: relative;
	background: #f0f7f7 url("../images/back_top.jpg");
}

#home #menu {
	float: left;
	width: 590px;
	height: 188px;
	padding: 14px 0;
	background-image: url("../images/top_menu_back.jpg");
}

#home #menu li {
	margin-top: 6px;
}

#homecatch {
	float: left;
	width: 308px;
	height: 216px;
	position: relative;
	background-image: url("../images/top_catchback.jpg");
}

#homecatch1 {
	position: absolute;
	top: 60px;
	left: 16px;
}

#homecatch2 {
	position: absolute;
	top: 94px;
	left: 14px;
}


#contentsarea {
	padding: 12px 0 10px 18px;
}

#contentsarea h2 {
	margin-bottom: 8px;
}

/*----------- company -----------*/
#company #contentwrapper {
	position: relative;
	background: #f0f7f7 url("../images/company_back.jpg") left bottom repeat-x;
}

#company #contentsarea {
	width: 511px;
	background: url("../images/company_contentsback.jpg") left top;
}

#company dt {
	clear: both;
	float: left;
	width: 6em;
	margin: 1px 12px 1px 2px;
	padding: 6px 0;
	text-align: right;
	line-height: 140%;
}

#company dd {
	margin: 1px 0;
	padding: 6px 0 6px 12px;
	width: 390px;
	border-left: #999 dotted 2px;
	overflow: hidden;
	line-height: 140%;
}

#company #maptitle {
	position: absolute;
	width: 516px;
	height: 16px;
	margin-left: -8px;
	padding: 14px 0 0 26px;
	background: url("../images/company_maptitleback.jpg") left top no-repeat;
	z-index: 999;
}

#company #map {
	margin-top: 10px;
	z-index: -999;
}


/*----------- mission -----------*/
#mission #contentwrapper {
	height: 700px;
	position: relative;
	background: #f0f7f7 url("../images/mission_back.jpg") left bottom repeat-x;
}

#mission #contents1 {
	width: 589px;
	height: 231px;
	padding: 10px 16px;
	background: url("../images/mission_contents1back.jpg");
	overflow: auto;
}

#mission #contents1 h2 {
	margin-bottom: 38px;
}

#mission_contents1text p {
	margin-bottom: 8px;
	font-size: 92%;
	line-height: 140%;
}

#mission #contents2 {
	width: 323px;
	margin-left: 322px;
	padding: 10px 16px;
	background: url("../images/mission_contents2back.png") left top no-repeat;
	overflow: auto;
}

#mission #contents2 h3 {
	margin: 8px 0 10px;
}

#mission #contents2 ul {
	margin: 0 0 10px 26px;
	list-style: square;
}

#mission #contents2 ul li {
	margin-bottom: 5px;
	color: #FFFFFF;
}

#missiondetail {
	margin: 0 0 10px 6px;
	line-height: 140%;
}


/*----------- works -----------*/
#worksall #contentwrapper,
#worksevent #contentwrapper,
#worksmovie #contentwrapper,
#worksweb #contentwrapper {
	position: relative;
	background: #f0f7f7 url("../images/works_back.jpg") left bottom repeat-x;
}

/*--------------- all -------*/
#worksall h2 {
	width: 662px;
	height: 42px;
	padding: 10px 0 0 16px;
	background-image: url("../images/works_eventtitleback.jpg");
}


#worksall #worksblock1 {
	width: 666px;
	padding: 0 10px 30px 0;
	background: url("../images/works_eventcontentsback.jpg") left top repeat-y;
	font-size: 86%;
	overflow: auto;
}

#worksall #worksblock2 {
	width: 666px;
	padding: 0 10px 30px 0;
	background: url("../images/works_moviecontentsback.jpg") left top repeat-y;
	font-size: 86%;
	overflow: auto;
}

#worksall #worksblock3 {
	width: 666px;
	padding: 0 10px 30px 0;
	background: url("../images/works_webcontentsback.jpg") left top repeat-y;
	font-size: 86%;
	overflow: auto;
}

#worksblock1 h3,
#worksblock2 h3,
#worksblock3 h3 {
	margin: 6px 0 12px 20px;
}

#worksblock1 h4,
#worksblock2 h4,
#worksblock3 h4 {
	padding-left: 26px;
	clear: both;
	float: left;
	color: #006699;
	line-height: 130%;
}

#worksblock1 ul,
#worksblock2 ul,
#worksblock3 ul {
	margin: 0 0 16px 70px;
	border-left: #999 dotted 2px;
}

#worksblock1 li,
#worksblock2 li,
#worksblock3 li {
	margin: 0 0 2px 10px;
	line-height: 130%;
}

#worksall .separator {
	margin-left: -3px;
}


/*--------------- event -------*/
#worksevent h2 {
	width: 662px;
	height: 42px;
	padding: 10px 0 0 16px;
	background-image: url("../images/works_eventtitleback.jpg");
}

#worksevent #worksblock {
	width: 666px;
	padding: 0 10px 20px 0;
	background: url("../images/works_eventcontentsback.jpg") left top repeat-y;
	font-size: 86%;
	overflow: auto;
}


#worksblock h3 {
	margin: 6px 0 12px 20px;
}

#worksblock h4 {
	padding-left: 26px;
	clear: both;
	float: left;
	color: #006699;
	line-height: 130%;
}

#worksblock ul {
	margin: 0 0 16px 70px;
	border-left: #999 dotted 2px;
}

#worksblock li {
	margin: 0 0 2px 10px;
	line-height: 130%;
}

#workspast {
	width: 152px;
	margin: 20px auto 0 500px;
}

/*--------------- movie -------*/
#worksmovie h2 {
	width: 662px;
	height: 42px;
	padding: 10px 0 0 16px;
	background-image: url("../images/works_movietitleback.jpg");
}

#worksmovie #worksblock {
	width: 666px;
	padding: 0 10px 20px 0;
	background: url("../images/works_moviecontentsback.jpg") left top repeat-y;
	font-size: 86%;
	overflow: auto;
}

/*--------------- web -------*/
#worksweb h2 {
	width: 662px;
	height: 42px;
	padding: 10px 0 0 16px;
	background-image: url("../images/works_webtitleback.jpg");
}

#worksweb #worksblock {
	width: 666px;
	padding: 0 10px 20px 0;
	background: url("../images/works_webcontentsback.jpg") left top repeat-y;
	font-size: 86%;
	overflow: auto;
}

/*----------- recruit -----------*/
#recruit #contentwrapper {
	position: relative;
	background: #f0f7f7 url("../images/recruit_back.jpg") left bottom repeat-x;
}

#recruit h2 {
	width: 668px;
	height: 48px;
	padding: 10px 0 0 16px;
	background-image: url("../images/recruit_titleback.jpg");
}

#recruit #recruitblock {
	width: 666px;
	padding: 0 10px 20px 0;
	background: url("../images/recruit_contentsback.jpg") left top repeat-y;
	font-size: 92%;
	overflow: auto;
}

#recruit dl {
	margin: 20px 0 20px 14px;
}

#recruit dt {
	clear: both;
	float: left;
	width: 6em;
	text-align: right;
	line-height: 130%;
}

#recruit dd {
	margin: 0 0 16px 7em;
	padding-left: 10px;
	border-left: #999 dotted 2px;
	line-height: 130%;
}

#recruit dl ul {
	list-style-type: disc;
	margin-left: 20px;
}

#recruit dl li {
	margin-bottom: 3px;
	line-height: 130%;
}

#recruit #entry {
	margin-top: 4px;
	margin-bottom: 12px;
}

#recruit #jobmail {
	margin: 10px 20px;
}

/*----------- contact -----------*/
#contact #contentwrapper {
	position: relative;
	background: #f0f7f7 url("../images/recruit_back.jpg") left bottom repeat-x;
}

#contact h2 {
	width: 668px;
	height: 48px;
	padding: 10px 0 0 16px;
	background-image: url("../images/recruit_titleback.jpg");
}

#contact #contactblock {
	width: 666px;
	padding: 0 10px 20px 0;
	background: url("../images/recruit_contentsback.jpg") left top repeat-y;
	font-size: 92%;
	overflow: auto;
}

#contacttext {
	margin: 10px 20px 20px;
	line-height: 140%;
}

#contact dl {
	margin: 20px 0 20px 20px;
}

#contact dt {
	clear: both;
	float: left;
	width: 9em;
	padding: 4px 0;
	text-align: right;
	line-height: 130%;
}

#contact dd {
	margin: 0 0 0 10em;
	padding: 4px 0 16px 10px;
	border-left: #999 dotted 2px;
	line-height: 130%;
}


#contact input,#contact textarea {
	margin-bottom: 4px;
	padding: 4px;
	line-height: 140%;
}


.activeField {
	background-color: #ffffff;
    border: solid 1px #74824e;
}
.idle {
    border: solid 1px #c6c4a1;
	background-color: #f7fef6;
}

#contact em {
	font-size: 80%;
	color:#900;
	line-height: 130%;
}

#contact .error_coution {
	color:#900;
}

#question_submit {
	margin: 20px 0 0 150px;
}

#question_submit .button {
	display: block;
	width: 111px;
	height: 27px;
	border: none;
	background: url("../images/contact_confirmbtn.jpg");
	font-size: 0px;
	line-height: 0px;
	text-indent: -8800px;
	cursor: pointer;
}

#contactblock #check pre {
	word-wrap: break-word;  
    white-space: pre-wrap;
	line-height: 140%;
}

#question_submit .sendbutton {
	display: block;
	width: 111px;
	height: 27px;
	margin: 0 0 0 20px;
	border: none;
	background: url("../images/contact_sendbtn.jpg");
	font-size: 0px;
	line-height: 0px;
	text-indent: -8800px;
	cursor: pointer;
}

#question_submit .modifybutton {
	float: left;
	display: block;
	width: 111px;
	height: 27px;
	border: none;
	background: url("../images/contact_modifybtn.jpg");
	font-size: 0px;
	line-height: 0px;
	text-indent: -8800px;
	cursor: pointer;
}

#contactblock h3 {
	margin: 40px 20px 30px;
	font-size: 120%;
	font-weight: bold;
}

#contacttextend {
	margin: 10px 20px 70px;
	line-height: 140%;
}

/*----------- footer -----------*/
#footer {
	padding: 10px 0 20px;
	color: #FFFFFF;
	text-align: right;
}