@charset "utf-8";
/* --------------------------------------------------
	Since : 2008/11/15
	Last Modified: 2008/11/15
	Version: 1.0
 --------------------------------------------------- */

/*
===== CONTENTS ================================================================================

	1: Base Style Setting
		: Reset
		: Base Setting
		: Font Setting
		: Finding Setting
	2: Huck
	3: Layout Setting
		: main-layout
		: header
		: footer
		: navi
		: sidebar
		: entry
		: option
	4: Contents
		: top
		: category

===============================================================================================
*/



/* 1: Base Style Setting
----------------------------------------------------------------------------------------------*/

/* Reset
==========================================================*/
*        { margin:0;padding:0; }
img      { border:none;vertical-align:top; }
p        { margin:0;padding:0; }
b,strong { font-weight:bold; }
ul       { margin:0;padding:0; }
li       { margin:0;padding:0;list-style:none; }
dl       { margin:0;padding:0; }
dt       { margin:0;padding:0; }
dd       { margin:0;padding:0; }
.clear   { clear:both;}

h1,h2,h3,h4,h5,h6 {
	padding:0;
	margin:0;
	font-size:12px;
	font-weight:normal;
	clear:both;
	}


/* Base Setting
==========================================================*/
blockquote {
	margin:10px;
	padding:10px;
	text-align:left;
	background:#f4f4f4;
	}
	
hr {
	border:dotted #ccc;
	border-width:1px 0px 0px 0px;
	height:1px;
	overflow:hidden;
	margin:7px 0;
	clear:both;
	}

a {color:#1A61B1;text-decoration:none;}
a:hover {text-decoration:underline; }

table { font-size:12px; }
	
body {
	margin:0;
	padding:0;
	text-align:center;
	font:12px  "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background:#fff;
	line-height:160%;
	color:#666666;
	}


/* Font Setting
==========================================================*/
.font-color-gray   {color:#888;}
.font-color-orange {color:#f93;}
.font-color-red    {color:#c00;}
.font-color-white  {color:#fff;}
.font-color-blue   {color:#000066;}
.font-color-green  {color:#006600}
.font-color-pink   {color:#e93069;}
.font-color-purple {color:#a644ff;}
.font-color-cyan   {color:#3aa;}

.font-size-large   {font-size:16px;font-weight:normal;}
.font-size-middle  {font-size:14px;font-weight:normal;}
.font-size-nomal   {font-size:12px;font-weight:normal;}
.font-size-small   {font-size:10px;font-weight:normal;}

.font-bold {font-weight:bold;}

/* Finding Setting
==========================================================*/
h1 {
	padding:0 10px;
	font-size:12px;
	color:#fff;
	}
	
h1 a{
	color:#fff;
	}

h2 {
    width:650px;
	height:53px;
	line-height:50px;
	text-indent:30px;
	font-weight:bold;
	font-size:160%;
	color:#669900;
	background:url(image/main/h2_back.jpg) no-repeat;
	margin-bottom:10px;
	}

h3 {
    width:650px;
	height:36px;
	line-height:36px;
	text-indent:30px;
	font-weight:bold;
	font-size:140%;
	color:#669900;
	background:url(image/main/h3_back.jpg) no-repeat;
	margin-bottom:10px;
	}

h3.h3-half {
    width:315px;
	height:36px;
	line-height:36px;
	text-indent:30px;
	font-weight:bold;
	font-size:140%;
	color:#669900;
	background:url(image/main/h3_2_back.jpg) no-repeat;
	margin-bottom:10px;
	}

h4 {
    width:650px;
	height:32px;
	line-height:32px;
	text-indent:30px;
	font-weight:bold;
	font-size:120%;
	color:#669900;
	background:url(image/main/h4_back.jpg) no-repeat;
	margin-bottom:10px;
	}


/* 2: Huck
----------------------------------------------------------------------------------------------*/

/* ボックスの最後にclearをセット
==========================================================*/
.clearfix:after,
div#container:after,
div#wrapper:after,
div#content:after,
div.entry-body:after{
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix,
div#container,
div#wrapper,
div#content,
div.entry-body{ display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix,
* html div#container,
* html div#wrapper,
* html div#content,
* html div.entry-body{ height: 1% }
.clearfix,
div#container,
div#wrapper,
div#content,
div.entry-body{display:block;}
/* end MacIE5 */


/* Safariのフォントサイズを変更
==========================================================*/
html:\66irst-child body,
html:\66irst-child table{
	font-size:10px;
}


/* CSSロールオーバー(アルファ使用)
==========================================================*/
a:hover img{
	opacity:0.6;
	filter: alpha(opacity=60);
}


/* 透過pngを利用する場合 IE6用 パターン1
==========================================================*/
/*
* html div#alpha{
	width:283px;
	height:96px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
	(src=image/main/logo.png);
	}
* html  div#alpha img{
	display:none;
	}
*/


/* 透過pngを利用する場合 IE6用 (iepngfix.jsを使用) パターン2
==========================================================*/
/*
* html .iepngfix { behavior: expression(IEPNGFIX.fix(this)); }
*/



/* 3: Layout Setting
----------------------------------------------------------------------------------------------*/

/* main-layout
==========================================================*/
div#container-back {
    width:900px;
	margin: 0 auto;
	}
	
div#container {
	width:860px;
	background-color:#FFFFFF;
	text-align:center;
	margin: 0 auto;
	}

div#wrapper{
	text-align:justify;
	text-justify:inter-ideograph;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}
	
div#content {
	width:650px;
	}
	
div.main {
	padding-bottom:10px;
	margin-left: 3px;
	}

/* layout 
左メニューの場合は「layout-left」を、
右メニューの場合は「layout-right」を使用
*/
body#layout-left #content  { float:right; }
body#layout-right #content { float:left;  }
	

/* header 
==========================================================*/
div#header {
	width:100%;
	position:relative;
	text-align:left;
	}

div#header-box01 {
    width:900px;
	background:url(image/main/top_back.jpg) no-repeat top center;
	margin-bottom:15px;
	}
	
div#header-box02 {
    width:886px;
	background:url(image/main/header_back02.jpg) no-repeat top center;
	clear:both;
	margin:0 auto;
	}

div#header-box01-left {
	float:left;
    width:400px;
	}
	
div#header-box01-right {
	float:right;
    width:450px;
	}
	
div#h1-box {
	height:18px;
	}
	
div#header-box01 ul {
	height:18px;
	text-align:right;
	padding-right:25px;
	}

div#header-box01 ul li {
    list-style:none;
	display:inline;
	padding-right:10px;
	}

div#header-box01 ul li img {
    vertical-align:bottom;
	}
	
div#header-box01-right form {
    padding:27px 20px 0 0;
	text-align:right;
	}
	
div#header-box01-right form input#text_search {
    border:1px solid #CCC;
	width:200px;
	height:18px;
	}

div#header-box01-right form input {
    vertical-align: middle;
	}

div#header-box02 ul {
	padding:12px 0 0 18px;
	}

div#header-box02 ul li {
    list-style:none;
	display:inline;
	margin-right:10px;
	}

div#header-box02-inner {
    width:860px;
	background:url(image/main/header_back.jpg) repeat-y;
	padding:10px 0;
	text-align:center;
	margin:15px auto 0 auto;
	}

/* navi 
==========================================================*/
div#navi {
    margin-bottom:10px;
	}


/* footer
==========================================================*/
div#footer {
	width:860px;
	clear:both;
	text-align:center;
	}
	
div#footer ul{
	text-align:center;
	border-top:1px solid #ccc;
	background:url(image/main/footer_back.jpg) no-repeat center bottom;
	padding:10px 0 15px 0;
	}
	
div#footer ul li{
	display:inline;
	}

div#footer p{
	padding-top:5px;
	text-align:left;
	}	
	
div#footer p.text-right{
	text-align:right;
	}	
	
/* sidebar
==========================================================*/
div#sidebar                { width:190px; }
body#layout-left #sidebar  { float:left; }	
body#layout-right #sidebar { float:right; }

div.side-form {
    width:190px;
	background:url(image/main/side_back.jpg) repeat-y;
	padding:10px 0;
	margin-bottom:20px;
	}

div.side-form a:hover {
    text-decoration:none;
	}
	
div.side-form2 {
    width:190px;
	margin-bottom:20px;
	}

div.side-body {
    width:170px;
	background:#FFFFFF;
	margin-left:10px;
	}
	
div.side-body2 {
	margin-left:10px;
	}
	
div#side-title01 {
    width:170px;
	height:25px;
	text-indent:-9999px;
	background:url(image/main/side_title01.jpg) no-repeat;
	}
		
div.side-form ul {
	}
	
div.side-form li{
	list-style:none;
	}
	
div.side-form ul {
    padding:5px 0 2px 0;
	}
	
div.side-form ul.side-sub-navi li {
	padding:5px 10px 0 35px;
	list-style:none;
	background:url(image/main/side_sub_navi.jpg) no-repeat;
	margin-bottom:5px;
	}

/*div.side-form ul.side-sub-navi li {
    width:170px;
	height:26px;
	line-height:26px;
	text-indent:35px;
	list-style:none;
	background:url(image/main/side_sub_navi.jpg) no-repeat;
	}
*/

div.side-form ul.side-sub-navi li a:hover {
    text-decoration:underline;
	}
	
/* entry
==========================================================*/
div.entry {
    padding:0;
	margin:0;
	}
	
div.entry-body {
}
	
div.entry-body p {
	margin-bottom:10px;
	line-height:160%;
	}
	
div.entry-body ul li {
	margin-bottom:10px;
	line-height:160%;
	}
	
div.entry-body table {
	margin-bottom:10px;
	}
	
	
/* option
==========================================================*/
.img-left {
	float:left;
	margin:0 10px 10px 0;
	}
	
.img-right {
	float:right;
	margin:0 0 10px 10px;
	}
	
.img-left2 {
	float:left;
	margin:0;
	}
	
.img-right2 {
	float:right;
	margin:0;
	}
.img-left3 {
	float:left;
	margin:0 8px 10px 0;
	}	
.img-border {
	padding:2px;
	border:1px solid #ccc;
	}

.text-right {
    text-align:right;
	}
	
.text-center {
    text-align:center;
	}
	
ul.text-icon01 li {
    background:url(image/main/icon01.jpg) no-repeat 0 4px;
	padding-left:18px;
	margin-bottom:10px;
	}

ul.text-icon02 li {
    background:url(image/main/icon02.jpg) no-repeat left center;
	padding-left:18px;
	margin-bottom:10px;
	}

ul.text-icon03 li {
    background:url(image/main/icon03.jpg) no-repeat 0 4px;
	padding-left:27px;
	margin-bottom:10px;
	}

ul.text-icon-none li {
    background:none;
	padding-left:0;
	margin-bottom:10px;
	}

.no-margin {
    margin:0;
	}	
	
.margin-b10 {
    margin-bottom:10px;
	}	
	
.margin-b20 {
    margin-bottom:20px;
	}	

ul.list-inline li {
    display:inline;
	}
		
/* table
==========================================================*/
table.tbl-normal {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	}
	
table.tbl-normal th{
	padding:7px 5px;
	text-align:left;
	line-height:140%;
	letter-spacing:1px;
	border:1px solid #ccc;
	font-weight:normal;
	background:#E9F8FF;
	vertical-align:top;
	}
	
	
table.tbl-normal td{
	padding:7px 5px;
	text-align:left;
	line-height:140%;
	letter-spacing:1px;
	border:1px solid #ccc;
	}

table.tbl-normal td p{
    margin-bottom:10px;
	}
    
table.tbl-normal td p.no-margin{
    margin:0;
	}
    	
table.tbl-normal td ul li.no-margin{
    margin:0;
	}

table.tbl-normal td.bg-green {
    background-color:#E3FFB0;
	}
	
/* form
==========================================================*/
div.form-btn {
	text-align:center;
	padding:10px;
	}
	
div.form-btn button {
	border:none;
	background-color:#FFFFFF;
	cursor:hand;
	}
	
input.radio-txt {
    vertical-align:middle;
	}
	
input.input-txt {
	border:1px solid #ccc;
	padding:2px;
	margin-right:10px;
	width:65%;
	}
	
select.select-txt {
	border:1px solid #ccc;
	padding:2px;
	margin-right:10px;
	}
	
textarea.input-txtarea {
	border:1px solid #ccc;
	padding:2px;
	width:95%;
	height:100px;
	}
dl.mail-form {
    margin:0px 10px;
	}
dl.mail-form dt {
    font-weight:bold;
	line-height:20px;
	padding:2px 2px;
	}
dl.mail-form dd {
	line-height:20px;
	padding:2px 2px;
}		
ul.mail-form {
    margin:0px 10px;
}
ul.mail-form li{
	line-height:20px;
	padding:2px 0px;
}
div.mail-input {
    margin:10px;
}    
/* sitemap
==========================================================*/
.sitemap {
	margin:10px;
	}

.sitemap ul {line-height: 1.6em;}

.sitemap ul li {
	background-image: url(image/main/icon01.jpg);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding: 0px 0px 5px 17px;
}
.sitemap ul li ul li {
	margin: 3px 0px 4px 8px;
	padding: 0px 10px 0px 8px;
	background-image: none;
}
/* 4: Contents
----------------------------------------------------------------------------------------------*/
/* top
==========================================================*/
div.box01 {
    width:650px;
	background:url(image/main/box01_body.jpg) repeat-y;
	clear:both;
	}
	
div.box01-head {
    width:650px;
	height:10px;
	background:url(image/main/box01_head.jpg) no-repeat;
	overflow:hidden;
	}

div.box01-inner {
    padding:0 20px;
	}

div.box01-foot {
    width:650px;
	height:10px;
	background:url(image/main/box01_foot.jpg) no-repeat;
	overflow:hidden;
	clear:both;
	}

div.box01-inner ul.text-icon01 {
    width:190px;
	}

div.box02 {
    width:650px;
	background:url(image/main/box02_body.jpg) repeat-y;
	clear:both;
	}
	
div.box02-head {
    width:650px;
	height:10px;
	background:url(image/main/box02_head.jpg) no-repeat;
	overflow:hidden;
	}

div.box02-inner {
    padding:0;
	}

div.box02-foot {
    width:650px;
	height:10px;
	background:url(image/main/box02_foot.jpg) no-repeat;
	overflow:hidden;
	clear:both;
	}

div.box02-left {
    float:left;
    width:270px;
	padding:0 20px;
	}
	
div.box02-right {
    float:right;
    width:270px;
	padding:0 20px;
	text-align:left;
	}
	
div.box01 img,
div.box02 img {
    padding-bottom:10px;
	}

div.box01 ul {
    width:180px;
	padding-top:15px;
	}

div.box02 ul {
    width:230px;
	}
	
div.box02-left ul {
    width:230px;
	padding-top:10px;
	}	
	
div.box02-right ul {
    width:230px;
	padding-top:10px;
	}		

h3#h3-title-case {
	width:650px;
	height:40px;
    background:none;
    padding:0;
	text-indent:0;
	margin-bottom:10px;
    }

dl.case-dl {
    float:left;
    width:120px;
	height:150px;
	background:url(image/main/case_back.jpg) no-repeat;
	margin-right:11px;
	margin-bottom:4px;
	}

dl.case-dl2 {
    float:left;
    width:120px;
	height:150px;
	background:url(image/main/case_back.jpg) no-repeat;
	margin-right:0;
	}	

dl.case-dl3 {
	float:left;
	width:120px;
	height:150px;
	background:url(image/main/case_back.jpg) no-repeat;
	margin-right:8px;
	margin-bottom: 4px;
	}
		
dl.case-dl dt,
dl.case-dl2 dt,
dl.case-dl3 dt,
dl.case-dl dd,
dl.case-dl2 dd,
dl.case-dl3 dd {
    padding:0 12px;
	}

dl.case-dl dt,
dl.case-dl2 dt,
dl.case-dl3 dt{
    padding-top:7px;
	}
	
dl.case-dl dt img,
dl.case-dl2 dt img,
dl.case-dl3 dt img,
dl.case-dl dd img,
dl.case-dl2 dd img,
dl.case-dl3 dd img {
    padding-bottom:7px;
	}

/* category
==========================================================*/
div.box {
    padding:0 5px;
	}

div.box03 {
    width:650px;
	clear:both;
	}
	
div.box03-left {
    float:left;
	width:315px;
	border-right:1px solid #ddd;
	padding-right:10px;
	}
	
div.box03-right {
    float:right;
	width:315px;
	}

div.box03 img {
    margin-bottom:10px;
	}
	
div.box-e-navi {
    width:650px;
	background:url(image/main/box01_body.jpg) repeat-y;
	clear:both;
	}
	
div.box-e-navi-head {
    width:650px;
	height:10px;
	background:url(image/main/box01_head.jpg) no-repeat;
	overflow:hidden;
	}

div.box-e-navi-inner {
    padding:0 1px;
	background:url(image/main/border01.jpg) no-repeat center 25px;
	}
	
div.box-e-navi-inner2 {
    padding:0 1px;
	}	

div.box-e-navi-foot {
    width:650px;
	height:10px;
	background:url(image/main/box01_foot.jpg) no-repeat;
	overflow:hidden;
	clear:both;
	}

div.box-e-navi ul.text-icon02 {
    margin-left:10px;
	}
	
div.box-e-navi ul.text-icon02 li {
	display:inline;
	margin:0 20px 0 0;
	}
	
div.box-e-navi ul.text-icon03 li {
    float:left;
	margin-bottom:20px;
	}

div.box dl.dl-list {
    width:210px;
	float:left;
	margin:0px 1px;
	}
	
div.box dl.dl-list p {
    margin:0 5px;
	}
	
div.box dl.dl-list dt {
    margin-bottom:5px;
	}
	
div.box dl.dl-list dt img {
    margin-bottom:10px;
	}
	
div.box dl.dl-list dt p {
    padding-left:15px;
    background:url(image/main/icon04.jpg) no-repeat 0 4px;
	}

div.box dl.dl-list2 {
    width:160px;
	float:left;
	margin:0 3px 15px 0;
	}
	
div.box dl.dl-list2 p {
    margin:0 5px;
	}
	
div.box dl.dl-list2 dt {
    margin-bottom:5px;
	}
	
div.box dl.dl-list2 dt img {
    margin-bottom:10px;
	}
	
div.box dl.dl-list2 dt p {
    padding-left:15px;
    background:url(image/main/icon04.jpg) no-repeat 0 4px;
	}

div.subject {
   text-align: left;
   float: left;
   }
   	
div.date {
    text-align: right; 
	}
