@charset "UTF-8";

/* ---------------------
 * FONTSIZE MODEL *
 * ---------------------
 *  63% ->	10pxに相当
 *  70% ->	11pxに相当
 *  75% ->	12pxに相当
 *  82% ->	13pxに相当
 *  88% ->	14pxに相当
 *  94% ->	15pxに相当
 * 100% ->	16pxに相当
 * 107% ->	17pxに相当
 * 113% ->	18pxに相当
 * 119% ->	19pxに相当
 * 125% ->	20pxに相当
 * --------------------- */


/* ========BASIC======== */
* {
   font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
   color:#333;
}

body {
   margin:0;
   padding:0;
   letter-spacing:1px;
   background:#fff 0 0 repeat-x;
}

br {
   letter-spacing:normal;
}

a {
   color:#333;
   text-decoration:none;
}

a:hover {
   color:#666;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

/* ========TEMPLATE LAYOUT======== */
div#headWrap {
   position:relative;
   width:100%;
   margin:0 auto;
   padding:10px 0;
   background:#fff;
}

div#header {
   position:relative;
   width:787px;
   margin:0 auto;
   background:#fff;
}

div#pr {
   position:absolute;
   left:0;
   top:0;
   width:787px;
}

div#gnavi {
   position:absolute;
   bottom:0;
   right:0;
}

div#menu {
   width:100%;
   float:left;
   background:url("images/bg_menu.gif") 0 0 repeat-x;
}

div#icatch {
   width:787px;
   margin:0 auto;
   background:#fff;
}

div#contents {
   width:817px; min-height:1000px;
   margin:0 auto;
   padding:4px 16px ;
   background:#fff;
}

div#main {
   float:right;
   width:547px;
}

div#sub {
   float:left;
   width:220px;
}

div#totop {
   clear:both;
}

div#footMenu {
   width:787px;
   margin:0 auto;
}

div#footer {
   background:#ffffff;
   border-top:2px solid #808080;
   padding-top:16px;
}


/* ========HEADER CUSTOMIZE======== */
div#header h1 {
   margin:0;
   padding-top:25px;
   font-size:200%;/* 32px相当 */
   color:#fff;
   line-height:50px;
}

div#header h1 a {
   color:#9B0000;
}

div#header h1 a:hover {
   color:#D30000;
}

div#header #pr p {
   margin:0;
   font-size:75%;/* 12px相当 */
}

div#header #gnavi ul {
   list-style:none;

}
div#header #gnavi li {
   float:left;
   font-size:70%;/* 11px相当 */
   margin-left:15px;
}

div#header #gnavi li a {
   display:block;
   padding-left:15px;
   background:url("images/bg_gnavi.gif") 0 1px no-repeat;
}


/* ========MENU CUSTOMIZE======== */
div#menu ul {
   width:793px;
   margin:0 auto;
   padding:0;
}

div#menu li {
   float:left;
   font-size:75%;/* 12px相当 */
   color:#333;
   text-align:center;
   list-style-type:none;
}

div#menu li a{
   display:block;
   width:112px;
   color:#5A5132;
   line-height:60px;
   border-right:1px solid #D8D8D8;
}

div#menu li.home a {
   border-left:1px solid #D8D8D8;
}

div#menu li a:hover {
   color:#333;
   background:#fff url("images/bg_menu.gif") 0 -60px repeat-x;
   z-index:100;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main a {
   color:#9B0000;
}

div#main a:hover {
   color:#9B0000;
   border-bottom:1px solid #9B0000;
}

div#main h2 {
   margin-bottom:8px;
   padding:0 0 0  30px;
   color:#515A32;
   font-size:94%;/* 15px相当 */
   font-weight:bold;
   line-height:35px;
   aborder:1px solid #a0c0a0;
   abackground:#c0f0d0;
}

div#main h3 {
   margin-bottom:3px;
   font-size:88%;/* 14px相当 */
}

div#main h4 {
   margin-bottom:2px;
   font-size:75%;/* 12px相当 */
}

div#main h5 {
   margin-bottom:2px;
   font-size:75%;/* 12px相当 */
}

div#main h6 {
   margin-bottom:2px;
   font-size:75%;/* 12px相当 */
}

div#main p {
   margin:0 0 1em 0;
   font-size:75%;/* 12px相当 */
}

div#main ul,ol,dl {
   font-size:75%;/* 12px相当 */
}

div#main dt {
   margin-bottom:3px;
}

div#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}

/* INFORMATION CUSTOMIZE */
* html body div#main dl.information dd div {
   display:inline-block;
}

div#main dl.information dt {
   float:left;
   width:10em;
   margin:0;
   padding:0;
}

div#main dl.information dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}

/* ========SUBCONTENTS CUSTOMIZE======== */
div#sub .section {
   margin-bottom:10px;
}

div#sub h2 {
   padding:3px;
   font-size:88%;/* 14px相当 */
   font-weight:bold;
   color:#fff;
   padding-left:10px;
   background:#9B0000;
   border-bottom:1px solid #C1C1C1;
   border-right:1px solid #C1C1C1;
}

div#sub ul {
   margin:5px 0 0 5px;
   padding:0;
}

div#sub li {
   padding:5px 0 5px 0;
   font-size:75%;/* 12px相当 */
   line-height:1.4;
   list-style:none;
   background:url("images/bg_dotline.gif") 0 100% repeat-x;
}

div#sub li a {
   display:block;
   padding-left:12px;
   background:url("images/bg_list.gif") 0 6px no-repeat;
}


/* ========TOTOP CUSTOMIZE========= */
div#totop {
   margin:0 10px;
   text-align:right;
   font-size:70%;/* 11px相当 */
}

div#totop a {
   padding-left:8px;
   background: url("images/bg_totop.gif") 0 50% no-repeat;
}


/* ========FOOTMENU CUSTOMIZE======== */
div#footMenu ul {
   margin:0;
   padding:10px 0 0 0;
   text-align:center;
}

div#footMenu li {
   display:inline;
   margin:0 0 0 0px;
   font-size:75%;/* 12px相当 */
   list-style:none;
}


/* ========FOOTER CUSTOMIZE======== */
address {
   padding:30px 0;
   font-size:70%;/* 11px相当 */
   font-style:normal;
   color:#333;
   text-align:center;
}


/*
 *
 */

.bold					{ font-weight:bold; }
.warn					{ color:#ff4000; }
.require				{ color:#ff4000; }

.left					{ text-align:left; }
.right					{ text-align:right; }
.center					{ text-align:center; }
.indent					{ margin-left:8px; }
.full					{ width:99%; }

.messagebox				{ width:560px; padding:8px; background:#ffffe8; border-radius:5px; }
.confirmbox				{ width:560px; padding:8px; background:#fff0e0; border-radius:5px; }
.formbuttonbox			{ text-align:center; }
.closebutton			{ color:#404040; text-shadow:1px 1px #c0c0c0; }

.breadcrumbs			{ margin-left:4px; margin-bottom:8px; font-size:0.8em; }
.breadcrumbs a			{ text-decoration:underline; color:#0040c0; }

img.floatleft			{ margin:8px; float:left; }
img.floatright			{ margin:8px; float:right; }
img.frame				{ margin:3px; padding:3px; border:1px solid #e8e8e8; }

input.accept_button		{ width:140px; }

table.layout			{ margin:0px; }
table.layout td			{ vertical-align:top;  }

table.view				{ margin:4px 1px 8px; }
table.view>tbody>tr>th 	{ padding:1px 4px; font-size:0.9em; font-weight:normal; vertical-align:top; white-space:nowrap; }
table.view>tbody>tr>td 	{ padding:1px 4px; font-size:0.9em; vertical-align:top;  }

table.listview			{ width:99%; margin:4px 1px 8px; border-collapse:collapse; }
table.listview caption	{ text-align:left; }
table.listview thead th	{ background:#e8e8e8; }
table.listview th 		{ border:1px solid #309060; padding:1px 4px; font-size:0.9em; text-align:center; }
table.listview td 		{ border:1px solid #309060; padding:1px 4px; font-size:0.9em; text-align:left; }

table.formview			{ width:560px; }
table.formview th 		{ width:160px; font-size:0.9em; text-align:left; }
table.formview td 		{ font-size:0.9em; text-align:left; }

#footer						{ clear:both; }
#footMenu					{ font-size:0.7em; text-align:center; }

#breadcrumbs				{ clear:both; width:816px; margin:3px auto; font-size:10px; }

#main 						{ margin:8px 0px; font-size:13px; }
#main.twocols				{ float:left; width:550px; }
#main h1					{ margin-bottom:8px; }
#main h2.title				{ margin:0; padding:0px 4px 8px; font-size:1.1em; line-height:1.0em; }
#main h3.title				{ margin:0; padding:8px 2px; font-size:1.1em; line-height:1.0em; }
div#main h2					{ margin-top:0; padding:0px; }
div#main p					{ font-size:0.9em; }
div#main ul, #main ol, #main dl { font-size:0.9em;  }
div#main li					{ color:inherit;  }
div#menu #dropdownroot		{ position:absolute; z-index:99; top:130px; width:140px; margin:auto; margin-top:3px; margin-left:0px; background:#d0d0d0; border:1px solid #e0e0e0;  display:none;  }
div#menu #dropdownroot li	{ padding:4px 4px; font-size:1.0em; text-align:right; float:none;  }
div#menu #dropdownroot li:hover { background:#f0f0f0; }
div#menu #dropdownroot li a { width:auto; background:transparent; border-right:none; text-align:left; line-height:1.0em; display:inline; }
div#menu #dropdownroot .dropdownitem 		{ position:absolute; width:360px; left:0; margin-top:-20px; margin-left:129px; padding:4px 3px; background:#e0e0e0; border:1px solid #f0f0f0; border-bottom:1px solid #c0c0c0; display:none;  }
div#menu #dropdownroot .dropdownitem li   { text-align:left; }
div#menu #dropdownroot .dropdownitem li a { width:auto; background:transparent; border-right:none; text-align:left; line-height:1.0em; }
div#menu #dropdownroot2		{ position:absolute; z-index:99; top:130px; width:140px; margin:auto; margin-top:3px; margin-left:0px; background:#d0d0d0; border:1px solid #e0e0e0;  display:none;  }
div#menu #dropdownroot2 li	{ padding:4px 4px; font-size:1.0em; text-align:right; float:none;  }
div#menu #dropdownroot2 li:hover { background:#f0f0f0; }
div#menu #dropdownroot2 li a { width:auto; background:transparent; border-right:none; text-align:left; line-height:1.0em; display:inline; }
div#menu #dropdownroot2 .dropdownitem 		{ position:absolute; width:360px; left:0; margin-top:-20px; margin-left:129px; padding:4px 3px; background:#e0e0e0; border:1px solid #f0f0f0; border-bottom:1px solid #c0c0c0; display:none;  }
div#menu #dropdownroot2 .dropdownitem li   { text-align:left; }
div#menu #dropdownroot2 .dropdownitem li a { width:auto; background:transparent; border-right:none; text-align:left; line-height:1.0em; }


#sidebar					{ width:230px; margin:8px 32px 8px 0px; float:left; }
#sidebar .sidemenu			{ font-size:11px; }
#sidebar .menutitle			{ margin:0 0 8px 0; padding:2px 8px; color:#ffffff; background:#309060; font-size:1.1em; }
#sidebar ul.menulist 		{ margin:0px; padding:0px;  }
#sidebar .menulist li		{ margin:0 0 3px 0; padding:0px; border-bottom:1px dotted #e0e0e0; list-style-type:none; }
#sidebar .menulist li:before { content:'▼ '; color:#808080; font-size:9px; }
#sidebar .sidebanner		{ margin-top:60px; }
#sidebar .sidebanner img	{ margin-top:8px; }
#bubunkakuri				{ margin-top:32px; padding:1px 4px; text-align:right; }
#mapview 					{ width:400px; height:400px;  }

#topmain					{ clear:both; width:800px; margin:auto; text-align:center; font-size:0.9em; }
#topimage					{ width:800px; height:600px; background:url('./img/top_1.jpg') no-repeat; border-left:1px solid #c0c0c0; border-right:1px solid #c0c0c0; border-bottom:1px solid #c0c0c0; text-align:left; }
#topmenu img:hover			{ cursor:pointer; }
#topnewsframe				{ width:230px; height:120px; margin-top:8px; margin-left:8px; background:url('img/topnews_bg.png');  }
#topnews					{ width:220px; height:120px; margin-top:8px; margin-left:8px; margin-top:-120px; padding:8px; color:#000000; font-size:0.7em; text-align:left; vertical-align:top; }

#main .technology_category	{ margin-bottom:4px; color:#0080c0; font-size:0.9em; text-align:left; }
#main .technology_content	{ margin:16px 0px 16px 16px; }
#main .technology_feature	{ margin-top:20px; }
#main .technology_desc		{ margin:4px 0px 16px; padding:16px 4px 8px; color:#006080; background: url('img/feature_bg.jpg') 50px 0px no-repeat; }
#main .technology_desc ul 	{ padding:8px; margin-top:4px; margin-left:100px; color:#006080;  }
#main .technology_desctext 	{ margin-left:100px; color:#006080; }
#main .technology_desctext ul { padding:8px; margin-top:4px; margin-left:10px; }
#main .technology_desctext .em { color:#006080; font-size:0.9em; font-weight:bold; }
#main .technology_photo		{ text-align:center; }

#main .recruit_view>tbody>tr>th,
#main .recruit_view>tbody>tr>td		{ padding:0px 4px; line-height:1.1em; }
#main .recruit_form th		{ width:130px; }
#main .recruit_box1 		{ float:left; width:240px; height:120px; margin:8px; padding:8px; background:#f0fff0; border:1px solid #a0c0a0; border-radius:5px; }
#main .recruit_box1 a		{ color:#000000; }
#main .recruit_box1 a:hover { color:#f00000; text-decoration:none; }
#main .recruit_box2 		{ float:left; width:240px; height:120px; margin:8px; padding:8px; background:#e0e8ff; border:1px solid #a0a0c0; border-radius:5px; }
#main .recruit_entry_button	{ width:400px; margin:8px auto; padding:4px 8px; color:#004040; background:#e0ffe0; border:1px solid #c0e0c0; font-size:1.1em; font-weight:bold; text-align:center; border-radius:5px; }
#main .recruit_entry_button a { color:#000000; }

