@charset "utf-8";

/*
Theme Name: Pechika
Theme URI: http://minimalwp.com
Description: WordPressテーマ「Pechika」は、コーポレートサイトにも最適なテーマです。SEO効果を高めるために内部構造も見直しました。ヘッダーにはコーポレートサイトには必須の電話番号と住所が簡単に入れられます。ウィジェットエリアもトップページ、フッター、サイドバーにご用意しました。管理画面から簡単にカスタマイズできますので、HTMLの知識が無くてもオリジナルサイトが作れます。面倒な設定も必要ありません。【設定について】（１）トップ＆フッターメニューはメニュー名「topnav」、フッターサブメニューは「socialnav」で作成。（２）トップの新着情報は「お知らせ」タグを付けた投稿が表示されます。（３）トップのサムネイルギャラリーは「トップギャラリー」タグを付けた投稿が表示されます。
Version: 1.0
Author: Minimal WP
Author URI: http://minimalwp.com
*/


/* ************************************************ 
*	リセット
* ************************************************ */	

*{margin:0;padding:0;}


/* ************************************************ 
*	基本設定
* ************************************************ */	

body{
	font: 13px arial,Sans-Serif;
	line-height:180%;
	color:#000;
}


/* リンク */

a{
	color:#00ccff;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}


/* 画像 */

img{
	border:0;
	padding:0px;
	margin:0px
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding:4px;
	margin: 0 0 10px 20px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 20px 10px 0;
	display: inline;
}


/* フロート */

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.right{
	float: right;
}

.left{
	float: left;
}

.clear{
	clear:both;
}


/* インデント */

.indent{
	margin-left:10px;
	margin-right:10px;
}

/* リスト */

ol{
	margin: 0 0 0 5px;
	padding: 0 0 0 0;
	list-style: decimal;
}
ul{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: disc;
}
li{
	padding: 0 0 0 0;
}
li a{
	color:#45AAB8;
}
li a:hover{
	color:#666;
}


/* ************************************************ 
*	全体Wrapper
* ************************************************ */	

#wrapper{
	height: 100%;
	margin: 0 auto;
	padding: 0 auto;
}


/* ************************************************ 
*	ヘッダー
* ************************************************ */	

#header{
height: 120px;
width:100%;
margin: 0;
background: #f2f2f2 url(images/100-50-2.png) repeat;
}

.header-inner{
width:960px;
margin: 0px auto;
}

#header h1 {
font-size: 85%;
color: #666;
font-weight: normal;
width:93.4%;
}
.header-h1-inner{
width:960px;
margin: 0px auto;
}

.logo {
float: left;
margin: 0px;
padding: 30px 0px 0px 0px;
}

.contact {
float: right;
position:relative;
margin:-80px 0 0 0;
}

.contact-tel {
text-align:right;
font-size: 24px;
color: #777;
font-weight: bold;
margin: 0 0 0px 0;
}

.contact-address {
text-align:right;
font-size: 90%;
color: #999;
font-weight: normal;
}


/* ************************************************ 
*	メイン（本文）コンテンツ
* ************************************************ */	

#main-wrap {
width: 960px;
margin: 30px 0;
}


/* 1カラムレイアウト */

#main {
float: left;
width: 910px;
padding: 0px 25px 25px 25px;
margin: 0px 0px 30px 0px;
display: inline;
background: #fff url(images/100-50-2.png) repeat;
border: 1px solid #eee;
box-shadow:1px 2px 5px 1px #eee; /* CSS3 */
 -webkit-box-shadow:1px 2px 5px 1px #eee; /* Safari,Chrome */
 -moz-box-shadow:1px 2px 5px 1px #eee; /* Firefox */
border-radius:5px; /* CSS3 */
 -webkit-border-radius:5px; /* Firefox */
 -moz-border-radius:5px; /* Safari,Chrome */
}

/* 2カラムレイアウト */

#main-single {
float: left;
width: 618px;
padding: 0px 25px 25px 25px;
display: inline;
border-radius:5px; /* CSS3 */
 -webkit-border-radius:5px; /* Firefox */
 -moz-border-radius:5px; /* Safari,Chrome */
}


/* TOPギャラリーページレイアウト */	

div.entry-top {
margin-right: 0px;
margin-left: 0px;
_zoom: 1;   
overflow: hidden;
}

.entry-top-title{
font-size:13px;
font-weight:bold;
line-height:150%;
}
.entry-top-cap{
text-align:left;
font-size:90%;
color: 555;
line-height:150%;
}


/* ギャラリーページレイアウト */	

div.entry-gallery {
width: 940px;
margin-right: 0px;
margin-left: 0px;
_zoom: 1;   
overflow: hidden;
}

div.entry-gallery div	{
width: 283px;
height:250px;
margin-left: 0px;
margin-right: 30px;
margin-bottom: 20px;
margin-top:10px;
padding:0px;
text-align:center;
float: left;
}

div.entry-gallery img{
margin-bottom: 10px;
}

.entry-galley-title{
font-size: 13px;
font-weight: normal;
}


/* TOPリスト表示 */

.newinfo-box{
height:190px;
margin-bottom:30px;
overflow: auto;
}

.toplist ul{
margin: 0px 0 0px 0;
padding: 0px 0 0px 0px;
}
.toplist li{
list-style: none;
}
.toplist li a{
color:#666;
}
.toplist li a:hover{
/*background-position: 1px 50%;
color:#999;*/
}

.top-title {
font-family: arial, sans-serif;
font-size: 16px;
font-weight:bold;
font-style:normal;
padding: 10px 4.6875%;
margin: 0px -28px 10px 0;
border-radius:10px 10px 0 0; /* CSS3 */
 -webkit-border-radius:10px 10px 0 0; /* Firefox */
 -moz-border-radius:10px 10px 0 0; /* Safari,Chrome */
}



/* ブログ記事部分 */	

p {
padding: 10px 0px 10px 0px;
}
p a{
color:#0099cc;
text-decoration:none;
}
p a:hover{
color:#666;
}
p a:active, a:focus {
outline: 0;
}

#date {
font-family:arial,san-serif;
font-size:9px;
font-weight:normal;
text-align: left;
padding: 0px 0px 0px 0px;
color:#999;
letter-spacing: 0.1em;
}

.pankuzu {
font-family:arial,san-serif;
font-size:12px;
font-weight:normal;
margin: 20px 0 -20px 0;
padding: 0px 0px 0px 0px;
color:#ccc;
letter-spacing: 0.1em;
}

.pagetitle,
.blog-title {
font-family: arial, sans-serif;
font-size: 18px;
font-weight:bold;
font-style:normal;
/*padding: 10px 15px 19px 15px;
margin: 0px -28px 25px 0;*/
width:960px;
height:55px;
color: #202020;
letter-spacing: 0.05em;
border-radius:10px 10px 0 0; /* CSS3 */
 -webkit-border-radius:10px 10px 0 0; /* Firefox */
 -moz-border-radius:10px 10px 0 0; /* Safari,Chrome */
background: rgb(254,254,254); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(254,254,254,1) 0%, rgba(234,234,234,1) 93%, rgba(209,209,209,1) 96%, rgba(226,226,226,1) 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(93%,rgba(234,234,234,1)), color-stop(96%,rgba(209,209,209,1)), color-stop(99%,rgba(226,226,226,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(234,234,234,1) 93%,rgba(209,209,209,1) 96%,rgba(226,226,226,1) 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(234,234,234,1) 93%,rgba(209,209,209,1) 96%,rgba(226,226,226,1) 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(234,234,234,1) 93%,rgba(209,209,209,1) 96%,rgba(226,226,226,1) 99%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(254,254,254,1) 0%,rgba(234,234,234,1) 93%,rgba(209,209,209,1) 96%,rgba(226,226,226,1) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
}

.blog-title a{color:#333;text-decoration:none;}
.blog-title a:hover{color:#666;}

.subtitle {
font-family:Didot,'century','Times New Roman','Baskerville','Optima','Palatino','Georgia','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
font-weight: bold;
font-size: 16px;
border-bottom:1px dotted #ccc;
padding: 0px 0px 0px 0px;
margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 5px;
letter-spacing: 0.05em;
color: #444;
}

.subtitle2 {
font-family:Didot,'century','Times New Roman','Baskerville','Optima','Palatino','Georgia','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
font-weight: bold;
font-size: 13px;
border-bottom:1px solid #eee;
padding: 5px 10px 5px 0px;
margin-top: 0px;
margin-left: -5px;
margin-right: -5px;
margin-bottom: 10px;
letter-spacing: 0.05em;
color: #666;
}

blockquote{
color:#666;
border:1px dotted #ccc;
margin:10px 0 10px 0;
padding:10px 20px;
}

#blog-foot {
font-size:75%;
text-align: left;
margin:50px 0 50px 0;
padding: 2px 5px 2px 2px;
font-weight:normal;
color:#999;
border-top:1px solid #ccc;
}


/* ページャー */

#next {
font-size:85%;
text-align: center;
padding-top: 0px;
padding-bottom: 30px;
margin-bottom:4px;
}



/* 関連記事 */

.similar-head {
font-family: arial, sans-serif;
font-size: 16px;
font-weight:bold;
font-style:normal;
padding: 10px 15px 10px 15px;
margin: 50px -28px 25px -30px;
border-top: 1px solid #eee;
border-left: 5px solid #3F4C6B;
border-right: 5px solid #eee;
color: #202020;
letter-spacing: 0.05em;
border-radius:5px; /* CSS3 */
 -webkit-border-radius:5px; /* Firefox */
 -moz-border-radius:5px; /* Safari,Chrome */
background: rgb(254,254,254); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(254,254,254,1) 0%, rgba(234,234,234,1) 93%, rgba(209,209,209,1) 96%, rgba(226,226,226,1) 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(93%,rgba(234,234,234,1)), color-stop(96%,rgba(209,209,209,1)), color-stop(99%,rgba(226,226,226,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(234,234,234,1) 93%,rgba(209,209,209,1) 96%,rgba(226,226,226,1) 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(234,234,234,1) 93%,rgba(209,209,209,1) 96%,rgba(226,226,226,1) 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(234,234,234,1) 93%,rgba(209,209,209,1) 96%,rgba(226,226,226,1) 99%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(254,254,254,1) 0%,rgba(234,234,234,1) 93%,rgba(209,209,209,1) 96%,rgba(226,226,226,1) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
}

.similar-body {
margin: 0px 0 50px 0;
padding: 0px 0 0px 0px;
}

.similar ul{
margin: 0px 0 0px 0;
padding: 0px 0 0px 0px;
}
.similar li{
font-size: 13px;
margin: 0px 0px 0px 0px;
padding: 5px 0px 5px 0px;
list-style: none;
border-bottom: 1px dotted #dedede;
}
.similar li a{
color:#444;
background: url(images/list.png) no-repeat 0 50%;
padding-left: 10px;
}
.similar li a:hover{
/*background-position: 1px 50%;
color:#999;*/
}



/* コメント欄 */

.comment-head {
font-family: arial, sans-serif;
font-size: 16px;
font-weight:bold;
font-style:normal;
padding: 10px 15px 10px 15px;
margin: 50px -28px 25px -30px;
border-top: 1px solid #eee;
border-left: 5px solid #3F4C6B;
border-right: 5px solid #eee;
color: #202020;
letter-spacing: 0.05em;
border-radius:5px; /* CSS3 */
 -webkit-border-radius:5px; /* Firefox */
 -moz-border-radius:5px; /* Safari,Chrome */
background: rgb(254,254,254); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(254,254,254,1) 0%, rgba(234,234,234,1) 93%, rgba(209,209,209,1) 96%, rgba(226,226,226,1) 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(93%,rgba(234,234,234,1)), color-stop(96%,rgba(209,209,209,1)), color-stop(99%,rgba(226,226,226,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(234,234,234,1) 93%,rgba(209,209,209,1) 96%,rgba(226,226,226,1) 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(234,234,234,1) 93%,rgba(209,209,209,1) 96%,rgba(226,226,226,1) 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(234,234,234,1) 93%,rgba(209,209,209,1) 96%,rgba(226,226,226,1) 99%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(254,254,254,1) 0%,rgba(234,234,234,1) 93%,rgba(209,209,209,1) 96%,rgba(226,226,226,1) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
}

.commentlist li{
list-style: none;
font-size:90%;
color:#888;
}

.commentlist {
margin: 0 0 50px 0;
padding: 0 0 0 0;
}


/* ************************************************ 
*	ウィジット
* ************************************************ */	

.widget{
margin-bottom: 30px;
}

.widgettitle {
font-family:Didot,'century','Times New Roman','Baskerville','Optima','Palatino','Georgia','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
margin-bottom: 0px;
padding: 0px 0px 0px 0px;
line-height: 40px;
font-size: 10px;
font-weight: normal;
color: #BBB;
letter-spacing: 0.1em;
}

#main .widgettitle {
font-family:'century','Times New Roman','Baskerville','Optima','Palatino','Georgia','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
margin-bottom: 0px;
padding: 0px 0px 0px 0px;
line-height: 40px;
font-size: 10px;
font-weight: normal;
color: #BBB;
letter-spacing: 0.1em;
}

.textwidget{
font-size:12px;
color:#333;
line-height:160%;
margin: 0 0 0px 0 ;
padding: 0px 0px 0px 0px;
}

.widget_text{
font-size:13px;
color:#444;
line-height:180%;
margin: 0 0 40px 0 ;
padding: 0px 0px 0px 0px;
}

#main-single .textwidget{
font-size:13px;
color:#444;
line-height:180%;
margin: 0 0 30px 0 ;
}

#topbox{
font-size:13px;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#topbox ul{
margin: 0 0 0 0;
padding: 0 0 0 0;
floate:left;
}

#topbox li{
floate:left;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
list-style: none;
}

#topbox li a{
color:#444;
list-style: none;
background: url() no-repeat;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

#topbox li a:hover{
color:#999;
}

#topbox h2{
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom: 0px dotted #fff;
}

#topbox h3{
margin: 0 0 0 0;
padding: 0 0 0 0;
border-top: 0px dotted #fff;
border-bottom: 0px dotted #fff;
}

#topbox h4{
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom: 0px dotted #fff;
}


#sidebox{
margin: 0 0 0 0 ;
margin: 0 0 0 0 ;
}

#sidebox ul{
margin: 0 0 0 0;
padding: 0 0 0 0;
floate:left;
}

#sidebox li{
floate:left;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
list-style: none;
}

#sidebox li a{
color:#666;
list-style: none;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

#sidebox li a:hover{
color:#999;
}

#sidebox h2{
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom: 0px dotted #222;
}

#sidebox h3{
margin: 0 0 0 0;
padding: 0 0 0 0;
border-top: 0px dotted #222;
border-bottom: 0px dotted #222;
}

#sidebox h4{
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom: 0px dotted #222;
}

.footer-widget-title{
font-size:16px;
font-weight:bold;
}

/* ************************************************ 
*	サイドバー
* ************************************************ */	

#sidebar {
float: right;
width: 265px;
margin:0px 0px 40px 0px;
padding: 0px 0px 10px 0px;
}

#sidebar p{
margin-bottom: 20px;
}

#sidebar h2 {
font-family: arial, sans-serif;
font-size: 12px;
font-weight:bold;
font-style:normal;
padding: 3px 10px 3px 10px;
margin: 0px 0px 20px 0px;
border-top: 1px solid #eee;
border-left: 5px solid #3F4C6B;
border-right: 5px solid #eee;
color: #202020;
letter-spacing: 0.05em;
border-radius:5px; /* CSS3 */
 -webkit-border-radius:5px; /* Firefox */
 -moz-border-radius:5px; /* Safari,Chrome */
background: rgb(254,254,254); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(254,254,254,1) 0%, rgba(234,234,234,1) 93%, rgba(209,209,209,1) 96%, rgba(226,226,226,1) 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(93%,rgba(234,234,234,1)), color-stop(96%,rgba(209,209,209,1)), color-stop(99%,rgba(226,226,226,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(234,234,234,1) 93%,rgba(209,209,209,1) 96%,rgba(226,226,226,1) 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(234,234,234,1) 93%,rgba(209,209,209,1) 96%,rgba(226,226,226,1) 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(234,234,234,1) 93%,rgba(209,209,209,1) 96%,rgba(226,226,226,1) 99%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(254,254,254,1) 0%,rgba(234,234,234,1) 93%,rgba(209,209,209,1) 96%,rgba(226,226,226,1) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
}

#sidebar h3 {
font-family:Didot,'century','Times New Roman','Baskerville','Optima','Palatino','Georgia','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
margin: 0px 0px 0px 0px;
padding: 0 0px 0 0px;
line-height: 30px;
font-size: 12px;
font-weight: normal;
color: #999;
border-bottom:0px solid #ccc;
}

#sidebar ul{
margin-left: 0px;
padding: 0px 0 20px 0;
}

#sidebar li{
font-size:95%;
margin: 0 0 -1px 0;
padding: 5px 0 5px 0;
list-style: none;
border-top: 1px dotted #ccc;
border-bottom: 1px dotted #ccc;
}

#sidebar li a{
color: #444;
background: url(images/list.png) no-repeat 0 50%;
display: block;
padding-left:10px;
}

#sidebar li a:hover{
color: #444;
background-position: 1px 50%;
background-color: #eee;
}

/* 階層表示 */

#sidebar ul.children{
margin-bottom: -6px;
display: block;
padding: 5px 0 0 0;
}

#sidebar ul.children li{
padding-left: 15px;
padding-top: 5px;
border-top: 1px dotted #ccc;
}

/* ************************************************ 
*	フッターエリア
* ************************************************ */	

#footer{
clear:both;
width:100%;
margin: 0px auto;
background: #ececec url(images/100-50-2.png) repeat;
}

#footerblock {
width: 960px;
margin: 0px auto;
color: #333;
line-height: 1.7;
}
#footerblock .inner {
position: relative;
margin: 0px auto;
padding: 50px 0px 50px 0px;
}
#footerblock a {
color: #808080;
text-decoration: none;
}
#footerblock a:hover {
text-decoration:underline;
}
footlink {
padding: 0 0 5px 0;
}
.footlink .col02 {
float: left;
width: 200px;
margin: 0 25px 0 0;
background:#FFF;
margin: 0 -500%; /* ネガティブマージンを追記 */
padding: 0 500%; /* マージンで横へはみ出した部分を相殺 */
}
.footlink .col04 {
float: right;
width: 200px;
background:#FFF;
margin: 0 -500%; /* ネガティブマージンを追記 */
padding: 0 500%; /* マージンで横へはみ出した部分を相殺 */
}
.footlink .section {
margin: 0 0 0px 0;
font-size: 11px;
background:#FFF;
margin: 0 -500%; /* ネガティブマージンを追記 */
padding: 0 500%; /* マージンで横へはみ出した部分を相殺 */
}

#copyright {
position: relative;
margin: 50px 0 0 0;
padding: 0px 0 0 0px;
color: #999;
font-size:10px;
}	

#copyright a{
color: #888;
}

#copyright a:hover{
color: #666;
}


.footnav ul{
margin-left: 5px;
padding: 0px 0 0px 0;
}

.footnav li{
font-size:11px;
margin: 0 10px 5px 5px;
list-style: none;
border-bottom: 0px dotted #ccc;
}

.footnav li a{
color: #666;
background: url(images/list.png) no-repeat 0 50%;
display: block;
padding-left:15px;
}

.footnav li a:hover{
color: #999;
background-position: 3px 50%;
}


/* ************************************************ 
*	検索フォーム
* ************************************************ */

.search {
margin-bottom:0px;
}
.search fieldset {
width:265px;
height: 30px; 
background: #f0f0f0;
border: 1px solid #eee;
}
.search input {
width:220px;
border: none; 
background: none; 
padding: 9px 10px; 
color: #666; 
font: 12px arial, sans-serif; 
vertical-align: middle;
}
.search button {
width: 15px; 
height: 15px; 
background: url(images/search.png) no-repeat; 
cursor: pointer; 
border: none; 
vertical-align: middle;
}


/* ************************************************ 
*	文字サイズ
* ************************************************ */

.moji100px {font-size: 100px;line-height: 170%;}
.moji90px {font-size: 90px;line-height: 170%;}
.moji80px {font-size: 80px;line-height: 170%;}
.moji70px {font-size: 70px;line-height: 170%;}
.moji60px {font-size: 60px;line-height: 170%;}
.moji50px {font-size: 50px;line-height: 170%;}
.moji40px {font-size: 40px;line-height: 170%;}
.moji30px {font-size: 30px;line-height: 170%;}
.moji29px {font-size: 29px;line-height: 170%;}
.moji28px {font-size: 28px;line-height: 170%;}
.moji27px {font-size: 27px;line-height: 170%;}
.moji26px {font-size: 26px;line-height: 170%;}
.moji25px {font-size: 25px;line-height: 170%;}
.moji24px {font-size: 24px;line-height: 170%;}
.moji23px {font-size: 23px;line-height: 170%;}
.moji22px {font-size: 22px;line-height: 170%;}
.moji21px {font-size: 21px;line-height: 170%;}
.moji20px {font-size: 20px;line-height: 170%;}
.moji19px {font-size: 19px;line-height: 170%;}
.moji18px {font-size: 18px;line-height: 170%;}
.moji17px {font-size: 17px;line-height: 170%;}
.moji16px {font-size: 16px;line-height: 170%;}
.moji15px {font-size: 15px;line-height: 170%;}
.moji14px {font-size: 14px;line-height: 170%;}
.moji13px {font-size: 13px;line-height: 170%;}
.moji12px {font-size: 12px;line-height: 170%;}
.moji11px {font-size: 11px;line-height: 170%;}
.moji10px {font-size: 10px;line-height: 150%;}
.moji9px {font-size: 9px;line-height: 370%;}

.mincho {
font-family:'century','Times New Roman','Baskerville','Optima','Palatino','Georgia','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
}

.bold {
font-weight: bolder;
}

.italic {
font-style: italic; 
}


/* ************************************************ 
*	テーブル
* ************************************************ */

table {
border: 0px;
border-collapse: collapse;
border-spacing: 0;
margin: 0px 0px 0px 0px;
padding: 0px 0px;
}

table tr{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

table td{
text-align: left;
vertical-align: top;
line-height: 170%;
text-align: justify;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border-left: 0px dotted #CCCCCC;
}


/* プラン表風 */

table#plan {
width: 100%;
margin:10px 0px 0px 0px;
padding:0 0px;
border: 1px #999 solid;
border-collapse: collapse;
border-spacing: 0;
}

table#plan th {
background-color:#ddd;
padding: 10px;
font-size: 13px;
border: 1px #999 solid;
border-width: 0 0 1px 1px;
font-weight: bold;
text-align: center;
white-space: nowrap; 
vertical-align: middle;
}

table#plan td {
font-size: 13px;
padding: 10px;
border: 1px #999 solid;
border-width: 0 0 1px 1px;
text-align: center;
white-space: normal;
vertical-align: middle;
}


/* フローチャート風 */

table#flow {
width: 100%;
margin:0 0px 0 0px;
padding:0 0px 0 0px;
border: 0px #CCC solid;
border-collapse: collapse;
border-spacing: 0;
}

table#flow th {
font-size: 13px;
padding: 10px 0px;
border: 0px #CCC solid;
border-bottom: 1px #CCC solid;
font-weight: bold;
text-align: left;
white-space: normal;
vertical-align: middle;
}

table#flow td {
font-size: 13px;
padding: 10px;
border-bottom: 1px #CCC solid;
text-align: left;
white-space: normal;
vertical-align: middle;
}


/* コンタクトフォーム用 */

table#contact2 {
width: 100%;
color:#444;
margin:0px 0px 0px 0px;
padding:0 0px;
font-size: 13px;
border: 0px #CCC solid;
border-collapse: collapse;
border-spacing: 0;
}

table#contact2 th {
padding: 10px 0px;
font-weight: bold;
line-height: 120%;
text-align: left;
white-space: nowrap; 
}

table#contact2 td {
font-size: 13px;
padding: 10px;
text-align: left;
white-space: normal;
vertical-align: middle;
}

/* オーダーフォーム用 */

table#contact {
width: 100%;
color:#444;
margin:0px 0px 0px 0px;
padding:0 0px;
font-size: 13px;
border: 0px #CCC solid;
border-collapse: collapse;
border-spacing: 0;
}

table#contact th {
background-color: #EEEEEE;
border: 1px solid #DCDCDC;
font-weight: normal;
padding: 15px 10px 10px 20px;
vertical-align: middle;
}

table#contact td {
font-size: 13px;
border: 1px solid #DCDCDC;
font-weight: normal;
padding: 15px 10px 10px 20px;
}



/* ************************************************ 
*	ライン
* ************************************************ */

.line-dotted {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border-bottom:1px dotted #CCC;
}

.line-solid {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border-bottom:1px solid #CCC;
}

.line-footmenu {
margin: 0px 0px 5px 0px;
padding: 0px 0px 3px 0px;
border-bottom:1px dotted #CCC;
}



/* ************************************************ 
*	画像装飾
* ************************************************ */

.pict_right {
margin:0px 0px 10px 20px; 
padding: 2px 2px 2px 2px; 
float: right;
border:1px solid #DCDCDC;
}

.pict_left {
margin:0px 10px 10px 0px; 
padding: 2px 2px 2px 2px; 
float: left;
border:1px solid #DCDCDC;
}

.pict1px{
margin:0px 0px 5px 0px; 
padding: 2px 2px 2px 2px; 
border:1px solid #CCC;
}

.pict_shadow{
border:1px solid #ccc;
background:#fff;
margin: 0px auto;
padding: 5px 5px 5px 5px;
border-radius:1px; /* CSS3 */
 -webkit-border-radius:1px; /* Firefox */
 -moz-border-radius:1px; /* Safari,Chrome */
box-shadow:2px 2px 3px #C0C0C0;
}


/* ************************************************ 
*	囲い
* ************************************************ */

.kakoi{
border:1px solid #ddd;
padding: 5px;
}


/* ************************************************ 
*	角丸
* ************************************************ */

.border-radius{
border-radius:5px; /* CSS3 */
 -webkit-border-radius:5px; /* Firefox */
 -moz-border-radius:5px; /* Safari,Chrome */
}


/* ************************************************ 
*	ボックスシャドウ・テキストシャドウ
* ************************************************ */

.box-shadow{
box-shadow:2px 2px 3px #ccc; /* CSS3 */
 -webkit-box-shadow:2px 2px 3px #ccc; /* Safari,Chrome */
 -moz-box-shadow:2px 2px 3px #ccc; /* Firefox */
}

.box-shadow2{
box-shadow:1px 2px 5px #ccc; /* CSS3 */
 -webkit-box-shadow:1px 2px 5px #ccc; /* Safari,Chrome */
 -moz-box-shadow:1px 2px 5px #ccc; /* Firefox */
}

.text-shadow{
text-shadow:1px 1px 3px #DEDEDE; /* CSS3 */
 -webkit-text-shadow:1px 1px 3px #DEDEDE; /* Safari,Chrome */
 -moz-text-shadow:1px 1px 3px #DEDEDE; /* Firefox */
}


/* ************************************************ 
*	CSS3ボタン
* ************************************************ */

.bt-more a {
width: 260px;
float:left;
display: block;
font-family:'Didot','century','Times New Roman','Baskerville','Optima','Palatino','Georgia','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
color: #666;
font-size: 12px;
letter-spacing: 0.1em;
font-weight: bold;
text-align: center;
text-decoration: none;
text-shadow: 0px -1px 0px #fff;
border: 1px solid #ddd;
border-radius: 5px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
background-color: #fff;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eee),color-stop(.75, #fff),color-stop(1, #eee));
background: -moz-linear-gradient(#eee, #fff 75%, #eee);
padding: 10px 0px;
margin: 10px 0px 40px 0px;
}

.bt-more a:hover {
color: #999;
background-color: #eee;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ddd),color-stop(.75, #eee),color-stop(1, #ddd));
background: -moz-linear-gradient(#ddd, #eee 75%, #ddd);
}

.bt-more a:active {
background-color: #999;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #999),color-stop(.75, #ccc),color-stop(1, #999));
background: -moz-linear-gradient(#999, #ccc 75%, #999);
}

.bt-demo a {
display: block;
color: #fff;
font-size: 16px;
font-weight: normal;
text-align: center;
text-decoration: none;
width: 220px;
border: 1px solid #ccc;
background-color: #333;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #555),color-stop(.75, #333),color-stop(1, #555));
background: -moz-linear-gradient(#555, #333 75%, #555);
padding: 10px 20px;
margin: 10px auto 20px auto;
}

.bt-demo a:hover {
background-color: #111;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #333),color-stop(.75, #111),color-stop(1, #333));
background: -moz-linear-gradient(#333, #111 75%, #333);
}

.bt-demo a:active {
background-color: #666;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #333),color-stop(.75, #666),color-stop(1, #333));
background: -moz-linear-gradient(#333, #666 75%, #333);
}

/* ============================================= */
/* ie6 safe settings                             */

/* add display:inline to floated elements */
.contact,
ul#topnav li,
#main,
#main p.withImage img,
.alignright,
.alignleft,
.box,
#sidebar,
#footer #logo {display:inline;}

/* add zoom:1 to overflow:hidden */
#footer .inner {zoom:1;}

/* add zoom:1 to pos:relative elements */
.contact {zoom:1;}

/* add overflow:visible to (submit) buttons */
input, button {overflow:visible;}