@charset "UTF-8";
/*   
Theme Name: Libermo
Theme URI: http://www.libermo.com/wordpress/
Description: Libermo theme
Author: Libermo
Author URI: http://www.libermo.com/wordpress/
*/

/*
 Browzer Reset 
---------------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

/*
 Font Set Up
---------------------------------------------------------- */
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Fonts
 * @module fonts
 * @namespace yui-
 * @requires 
 */

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	/* for IE6/7 */ 
	*font-size:small; 
	/* for IE Quirks Mode */
	*font:x-small; 
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea,
button {
	font:99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/*
 set up 
---------------------------------------------------------- */
body {
    font-family: "メイリオ",  "verdana", "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
	color:#222222;
    background-color:#fff;
	height:100%;
}

p, li {
    line-height: 160%;
}

p {
    margin: 0 0 1em 0;
}

li {
    list-style-type: none;
}

img {
    border: 0;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*
 Link Color 
----------------------------------------------------------- */
a {
    text-decoration: none;
}

a:link {
    color: #0C8EF2;
}

a:visited {
    color: #0C8EF2;
}

a:hover {
    text-decoration: underline;
}

a:active {
    color: blue;
}

/*
 Content Size 
---------------------------------------------------------- */
#photodiv {
 background-repeat: no-repeat;
}
#wrap {
    width:900px;
	margin:0 auto;
}

#wrap h1,
#flash h1 {
	padding:20px;
	width:102px;
	height:29px;

}
#wrap img {
	vertical-align:bottom;
}
#flash {
	background: url(images/banner.jpg) no-repeat;
	width:900px;
	height:440px;
}
/*
 Search
---------------------------------------------------------- */
.search {
	float:right;
	margin:25px 0 0;
}

#searchform {
	width: 200px;
	background: url(images/input.gif) left top no-repeat; 
	display: block;
	height: 24px;
	position: relative;
}
#keywords	{
	width: 156px;
	position: absolute;
	top: 3px;
	left: 12px;
	border: 1px solid #FFF;
}
#searchBtn	{
	position: absolute;
	top: 3px;
	left: 174px;
}

/*
 Menu 
---------------------------------------------------------- */
#menu {
background-image:url(images/menu-top.jpg);
margin:0 auto;
height:40px;
width:900px;
}
#submenu {
background-image:url(images/menu-sub.jpg);
margin:0 auto;
height:40px;
width:900px;
}
#navimage {
background-repeat:no-repeat;
height:40px;
position:relative;
width:900px;
}
#navi li {
display:inline;
}
#navi li a {
    float: left;
    width: 180px;
    height: 0pt;
    overflow: hidden;
    background-image: url(images/menu-top.jpg);
    background-repeat: no-repeat;
    padding-top: 40px;
}
#submenu #navimage #navi li a {
    float: left;
    width: 180px;
    height: 0pt;
    overflow: hidden;
    background-image: url(images/menu-top.jpg);
    background-repeat: no-repeat;
    padding-top: 40px;
}

#navi li#top a {
    background-position: 0px 0px;
}
#navi li#about a {
    background-position: -180px 0px;
}
#navi li#company a {
    background-position: -360px 0px;
}
#navi li#recruit a {
    background-position: -540px 0px;
}
#navi li#contact a {
    background-position: -720px 0px;
}
#navi li#top a:hover,
#navi li#top a.active {
    background-position: 0px -40px;
}
#navi li#about a:hover {
    background-position: -180px -40px;
}
#navi li#company a:hover {
    background-position: -360px -40px;
}
#navi li#recruit a:hover {
    background-position: -540px -40px;
}
#navi li#contact a:hover {
    background-position: -720px -40px;
}
/*
 Sub Menu 
---------------------------------------------------------- */
#submenu {
background-image:url(images/menu-sub.jpg);
margin:0 auto;
height:40px;
width:900px;
}
#submenu #navi li a {
    float: left;
    width: 180px;
    height: 0pt;
    overflow: hidden;
    background-image: url(images/menu-sub.jpg);
    background-repeat: no-repeat;
    padding-top: 40px;
}
#submenu #navimage #navi li a {
    float: left;
    width: 180px;
    height: 0pt;
    overflow: hidden;
    background-image: url(images/menu-top.jpg);
    background-repeat: no-repeat;
    padding-top: 40px;
}

/*
 content
---------------------------------------------------------- */
#content {
	background-color:#ffffff;
	padding:50px 0 20px;
	width:900px;
	margin:0 auto;

}
.new-info {
	width:610px;
	float:left;
	font-size:1.1em;
	padding:0 40px 0 0;
}
*html .new-info {
	width:610px;
	float:left;
	font-size:1em;
    padding:0 40px 0 0;
}
.newimg {
	padding:0 0 20px;
}
.new-info dl.date dt {
	float:left;
	margin:0 20px 0 0;
	padding:5px 0 5px 0px;
}
.new-info dl.date dt img {
	padding:0 0 0 10px;
	vertical-align:bottom;
}
.new-info dl.date dd {
	padding:5px 0 5px 15px;
}
.sub-content {
	width:250px;
	float:left;
	border-top:1px solid #ccc;
}
.sub-content img {
	margin:0 auto;
	padding:20px 25px 5px;
}

/*
 sub page
---------------------------------------------------------- */
#sub-content {
	background-color:#ffffff;
	padding:0 0 20px;
	width:900px;
	margin:0 auto;

}
.sub-area {
	width:900px;
	margin:0 auto;
}

.bred {
	color:#999999;
	font-size:0.9em;
	padding:35px 0 20px 0;
}
.bred a {
	color:#999999;
}
.info {
	width:675px;
	float:left;
	padding:0 0 0 45px;	
}
.info h2 {
	padding:0 0 15px 0;
	font-weight:bold;
	font-size:1.1em;
}
.info h2.single {
	font-size:1.4em;
	padding:7px 0;
	border-bottom:1px solid #ccc;
	margin:0 0 30px;
}
.entry {
	margin:20px 0;
}
.entryday {
	text-align:right;
}
.entry em {
	font-style: oblique;
}
.entry strong {
	font-weight: bold;
}
.entry blockquote {

    padding: 10px;
    background: #fffff6; 
    border: 1px solid #d1d1d1; 
    line-height: 150%; 
}
.entry ol {
	padding:0 0 0 10px;
	margin:0 0 0 15px;
}
.entry ol li {
	list-style-type:decimal;
}
.entry ul {
	padding:0 0 0 3px;
	margin:0 0 0 15px;
}
.entry ul li {
	list-style-type:disc;
}
.entry h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    padding:2px 0;
}
.entry h1 {font-size:1.2em;} .entry h2 {font-size:1.1em;border:none;padding:0;}
.entry h3 {font-size:1.0em;} .entry h4 {font-size:0.9em;}

.category {
	float:left;
	padding:0;
	margin:0;
	width:180px;
}
.category h3 {
	background-color:#333;
	padding:12px 10px 12px 25px;
	color:#fff;
	width:145px;
}
.category h3.now-sub {
	background-color:#f1f1f1;
	padding:12px 10px 12px 25px;
	width:145px;
	color:#333;
}
.category h3.now-sub a,
.category h3.now-sub a:visited {
	color:#333;
	font-weight:normal;
}
.category ul li.current_page_item a:visited,
.category ul li.current_page_item a,
.category ul li.current_page_item a:hover {
	background-color:#333;
	color:#fff;
	font-weight:bold;
}
.category h3.topspace {
	margin:45px 0 0;
}
.category .title {
	background-color:#f1f1f1;
	padding:10px 10px 10px 25px;
	width:145px;
	font-weight:bold;
}
.category h3 a,
.category h3 a:visited {
	color:#fff;
	display:block;
	width:145px;
}

.category a:visited {
    color: #333333;
}
.category ul li {
	display:inline;
}

.category ul li a {
	padding:10px 10px 10px 25px;
	border-top:1px solid #ccc;
	background-color:#f1f1f1;
	width:145px;
	display:block;
	color:#333333;
}
.category ul li a:hover {
	display:block;
	background-color:#f1f1f1;
	width:145px;
}
.category ul li.active a {
	display:block;
	color:#fff;
	background-color:#333;
	width:145px;
}
/*
 page-company
---------------------------------------------------------- */
.info dl.page_data dt {
	float:left;
	padding:15px 0px;
	width:100px;
	font-weight:bold;
	
}
.info dl.page_data dd {
	padding:15px 0 15px 155px;
	border-bottom:1px solid #CCCCCC;

}
/*
 table
---------------------------------------------------------- */
table.company {
	width:100%;
	border-top:1px solid #ffffff;
	border-right:1px solid #ffffff;
	margin:1em auto;
		border-collapse:collapse;
	}	
tr.odd td	{
	background:#ffffff
	}
tr.odd .column1	{
	background:#ffffff;
	}	
.column1	{
	background:#ffffff;
	}
td {
	color:#678197;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #ffffff;
	padding:.9em 1em;
	text-align:left;
	width:75%;
	}				
th {
	font-weight:normal;
	color: #678197;
	text-align:left;
	border-bottom: 1px solid #ffffff;
	border-left:1px solid #ffffff;
	padding:.9em 1em;]
	
}							
/*
 privacy
---------------------------------------------------------- */
ul.privacy {
	margin:0 0 0 25px;
}
ul.privacy li {
	list-style-type:decimal;
	padding:0 0 1px;
}
/*
 contact
---------------------------------------------------------- */
.wpcf7 input.contactbtn {
   background:url(images/btn.jpg) no-repeat #ffffff;
   width:139px;
   height:45px;
   text-indent:-9999px;
   display:block;
   border:0;
   cursor:pointer;
}
.wpcf7 textarea,
.wpcf7 input {
border-color:#CCCCCC;
border-style:solid;
border-width:1px;
color:#333333;
padding:1px;
width:300px;
   }
/*
 footer
---------------------------------------------------------- */

#footer {
	background-color:#fff;
	color:#999999;
	margin:20px auto 0;
	padding:10px 0;
	font-size:0.7em;
	width:900px;
	border-top:1px solid #ccc;
}
address {
	text-align:right;
}
.bottom-menu {
	float:right;
	color:#999999;
	
}
.bottom-menu a {
	color:#999999;	
}
.bottom-menu a:visited {
	color:#999999;	
}


