@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:#212b34;
	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;
}

/*
 wp setting css 
---------------------------------------------------------- */
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    padding: 4px;
    margin: 0 0 2px 15px;
    display: inline;
}
img.alignleft {
    padding: 4px;
    margin: 0 15px 2px 0;
    display: inline;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}

/*
 Content Size 
---------------------------------------------------------- */
#top {
	background-color:#ffffff;
	height:73px;
	margin:0;
}
#wrap {
    width:900px;
	margin:0 auto;
	height:73px;
}

#wrap h1 {
	float:left;
	margin:25px 0 0 0;
	padding:0;
	height:33px;
}
/*
 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/navi-back.jpg);
background-repeat:repeat-x;
height:41px;
}
#navi {
height:41px;
margin:0 auto;
width:900px;
}
#navimage {
background-repeat:no-repeat;
height:41px;
position:relative;
width:900px;
}
#navi li {
display:inline;
}
#navi li a {
    float: left;
    width: 150px;
    height: 0pt;
    overflow: hidden;
    background-image: url(images/navi.jpg);
    background-repeat: no-repeat;
    padding-top: 41px;
}

#navi li#top a {
    background-position: 0px 0px;
}

#navi li#about a {
    background-position: -150px 0px;
}

#navi li#sample a {
    background-position: -300px 0px;
}

#navi li#buy a {
    background-position: -450px 0px;
}

#navi li#faq a {
    background-position: -600px 0px;
}

#navi li#contact a {
    background-position: -750px 0px;
}

#navi li#top a:hover {
    background-position: 0px -41px;
}

#navi li#about a:hover {
    background-position: -150px -41px;
}

#navi li#sample a:hover {
    background-position: -300px -41px;
}

#navi li#buy a:hover {
    background-position: -450px -41px;
}

#navi li#faq a:hover {
    background-position: -600px -41px;
}

#navi li#contact a:hover {
    background-position: -750px -41px;
}


/*
 content
---------------------------------------------------------- */
#content {
	padding:0 0 20px;
	background-color:#fffef4;

}
.main {
	width:900px;
	height:281px;
	background:url(images/banner.jpg);
	margin:0 auto;
}

.main a {

height:37px;
margin:190px 0 0 540px;
position:absolute;
width:131px;
}

#sub-content {
	background-color:#ffffff;
	border-top:1px solid #dde7d4;
	padding:30px 0;
}
.set-content {
	width:900px;
	margin:0 auto;
}
.l-base {
	width:280px;
	float:left;
	margin:0 30px 0 0;
}
.r-base {
	width:280px;
	float:left;
	margin:0;
}

/*
 sub page
---------------------------------------------------------- */
.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:630px;
	float:left;
	padding:0 0 30px 30px;	
}
.info h2 {
	border-bottom:2px solid #ff9f0a;
	padding:10px 0 15px 0px;
	font-weight:bold;
	font-size:1.2em;
}
.info ul {
	padding:0 0 0 3px;
	margin:15px 0 15px 15px;
}
.info ul li {
	list-style-type:disc;
	padding:5px 0;
	font-size:1.1em;
}
.entry {
	margin:20px 0;
}
.entry em {
	font-style: oblique;
}
.entry strong {
	font-weight: bold;
}
.entry blockquote {

    padding: 10px;
    background: #fffff6; 
    border: 1px solid #d1d1d1; 
    line-height: 150%; 
    margin:0 0 15px;
}
.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 15px 15px;
	font-size:0.9em;
}
.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.3em;
	padding:5px 0 8px 23px;
	background:url(images/h3list.jpg) no-repeat 0px 7px;
	border-bottom:2px solid #e6e6e6;
	margin:25px 0 15px;
} 
.entry h4 {font-size:0.9em;}
.category {
	float:left;
	padding:0;
	margin:0;
	width:240px;
}
.category h3 {
	background:url(images/sub-list.gif) no-repeat 15px 14px #e6e6e6;
	padding:10px 10px 10px 25px;
	width:165px;
}
.category .title {
	background:url(images/sub-list.gif) no-repeat 15px 14px #e6e6e6;
	padding:10px 10px 10px 25px;
	width:165px;
	font-weight:bold;
}
.category h3 a {
	color:#333333;
	display:block;
	width:165px;
}

.category a:visited {
    color: #333333;
}
.category ul li {
	display:inline;
}
.category ul li a {
	padding:10px 10px 10px 35px;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background:url(images/sub-list.gif) no-repeat 15px 16px #f3f0e4;
	width:195px;
	display:block;
	color:#333333;
}
.category ul li a:hover {
	display:block;
	background-color:#e6e6e6;
	width:195px;
}
/*
 table
---------------------------------------------------------- */
table.company {
	width:100%;
	border-top:1px solid #d1d1d1;
	border-right:1px solid #d1d1d1;
	margin:1em auto;
	border-collapse:collapse;
}		
td {
	border-bottom:1px solid #d1d1d1;
	border-left:1px solid #d1d1d1;
	padding:1em;
	text-align:center;
}
.column1,
.toku {
	text-align:left;
}
.column1 {
 width:150px;
}				
tr th {
	font-weight:normal;
	text-align:left;
	background-color:#F3F0E4;
	border-bottom: 1px solid #d1d1d1;
	border-left:1px solid #d1d1d1;
	padding:1em;
    text-align:center;
}
tr th.koumoku {
	font-weight:normal;
	text-align:left;
	background-color:#F3F0E4;
	border-bottom: 1px solid #d1d1d1;
	border-left:1px solid #d1d1d1;
	padding:1em;
	width:140px;

}								
/*
 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-form-control-wrap,
.wpcf7 input {
border-color:#CCCCCC;
border-style:solid;
border-width:1px;
color:#333333;
padding:1px;
width:300px;
   }
/*
 footer
---------------------------------------------------------- */
#footer {
	background-color:#212b34;
	color:#999999;
	margin:0 auto;
	padding:15px 0 30px;
	font-size:0.7em;
	width:900px;
}
address {
	float:left;
	text-transform:uppercase;
}
.bottom-menu {
	float:right;
	color:#999999;
	text-transform:uppercase;
}
.bottom-menu a {
	color:#999999;	
}
.bottom-menu a:visited {
	color:#999999;	
}


