@charset "utf-8";
/* --------------------------------------------------
	Since : 2007/10/05
	Last Modified: 2008/03/22
	Version: 3.8
 --------------------------------------------------- */

/*
===== 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:#336699;text-decoration:none;}
a:link {color:#336699;text-decoration:none; }
a:visited {color:#003366;text-decoration:none; }
a:hover {color:#003366;text-decoration:underline; }

table { font-size:13px; }
	
body {
	margin:0;
	padding:0;
	text-align:center;
	font:13px  "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background:#F7F7F7 url(image/main/back.jpg) repeat-x left top;
	line-height:18px;
	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-nomal   {font-size:12px;font-weight:normal;}
.font-size-small   {font-size:10px;font-weight:normal;}


/* Finding Setting
==========================================================*/
h1 {
	padding:5px 10px 0 10px;
	font-size:12px;
	color:#333333;
	float:right;
	}
	
h2 {
	font-weight:bold;
	clear:both;
	margin-bottom:10px;
	}

h3 {
	width:560px;
	height:25px;
	line-height:25px;
	text-indent:25px;
	font-weight:bold;
	color:#333333;
	background:url(image/main/h3.jpg) no-repeat;
	margin-bottom:20px;
	}

h3 a{
	color:#333333;
	}
	
h4 {
	width:550px;
	height:22px;
	line-height:22px;
	text-indent:15px;
	font-weight:bold;
	color:#003399;
	background:url(image/main/h4.jpg) no-repeat bottom;
	margin:0 0 15px 5px;
	}

h4 a{
	color:#003399;
	}

h5 {
	width:550px;
	height:23px;
	line-height:23px;
	text-indent:30px;
	background:url(image/main/h5.jpg) no-repeat;
	margin:0 0 15px 5px;
	}

h6 {
	width:550px;
	height:23px;
	line-height:23px;
	text-indent:25px;
	background:url(image/main/side_back01.jpg) no-repeat 5px 5px;
	border-bottom:1px dotted #ccc;
	margin:0 0 15px 5px;
	}

/* 2: Huck
----------------------------------------------------------------------------------------------*/

/* ボックスの最後にclearをセット
==========================================================*/
.clearfix:after,
div#wrapper:after,
div#content:after,
div#sidebar :after {
   content: ".";

   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix,
div#wrapper,
div#content,
div#sidebar { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix,
* html div#wrapper,
* html div#content,
* html div#sidebar  { height: 1% }
.clearfix,
div#wrapper,
div#content,
div#sidebar  {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=http://www.tohatsu-i.co.jp/img/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:778px;
	background:url(image/main/container_back.png) repeat-y;
	margin:0 auto;
	}
	
div#container {
	width:760px;
	text-align:center;
	margin: 0 auto;
	}

div#wrapper{
	padding:10px 0;
	text-align:justify;
	text-justify:inter-ideograph;
	margin:0 auto;
	}
	
div#content {
	width:575px;
	float:right;
	text-align:left;
	}
	
div#content-inner {
	width:560px;
	}
	
div.main {
	clear:both;
	}

div.main p {
	padding:0 10px 10px 10px;
	}

/* header 
==========================================================*/
div#header {
	width:100%;
	height:70px;
	background:url(image/main/header.jpg) no-repeat;
	margin:0 auto;
	text-align:left;
	position:relative;
	}

div#header-box {
    position:absolute;
	width:400px;
	display:block;
	right:10px;
	bottom:10px;
	text-align:right;
	}
	
img#top {
	margin-top:7px;
	}
	
/* g-navi
==========================================================*/
div#g-navi {
    width:760px;
	height:30px;
    background:url(image/main/menu_back.jpg) no-repeat top left;
	}

div#g-navi ul {
    padding:2px 0;
	}

div#g-navi ul li {
    float:left;
    display:block;
	height:26px;
	width:124px;
	line-height:26px;
	text-align:center;
	border-right:#D5D8DD 1px solid;
	border-left:#5E6657 1px solid;
	}
	
div#g-navi ul li a {
    display:block;
	height:26px;
	width:124px;
	color:#FFFFFF;
	}

div#g-navi ul li a:hover {
   text-decoration:underline;
   }
	
/* footer
==========================================================*/
div#footer {
	width:100%;
	height:83px;
	color:#FFFFFF;
	clear:both;
	text-align:center;
	background:url(image/main/footer.jpg) no-repeat;
	position:relative;
	font-size:11px;
	line-height:13px;
	}
	
div#footer p{
	width:760px;
	position:absolute;
	top:34px;
	left:0px;
	color:#3f3831;
	}	
	
div#footer ul{
	width:760px;
	position:absolute;
	top:7px;
	left:0px;
	}
	
div#footer ul li{
	display:inline;
	}

div#footer ul li a{
	color:#FFFFFF;
	}

div#page-top {
    width:100px;
	height:21px;
	background:url(image/main/pagetop.jpg) no-repeat;
	position:absolute;
	right:10px;
	top:-21px;
	line-height:21px;
	text-indent:15px;
	}
		
/* navi
==========================================================*/
div#navi {
	padding:0 0 5px 0;
	}
	
	
/* sidebar
==========================================================*/
div#sidebar                { width:169px; float:left; padding-bottom:20px; }
body#layout-left #sidebar  { float:left; }	
body#layout-right #sidebar { float:right; }

div#sidebar p a:hover{
    text-decoration:none;
	}

div.side-form {
    width:169px;
	background:url(image/main/side_back.jpg) repeat-y;
	padding-bottom:5px;
	}

div.side-form p {
    padding-top:5px;
	}

div.side-form p a:hover{
    text-decoration:none;
	}
	
div.side-form a:hover {
    text-decoration:none;
	}
	
div#side-title01 {
	width:169px;
	height:25px;
	text-indent:-9999px;
	background:url(image/main/side_title01.jpg) no-repeat;
	}
		
div#side-title02 {
	width:169px;
	height:25px;
	text-indent:-9999px;
	background:url(image/main/side_title02.jpg) no-repeat;
	}
		
div#side-title03 {
	width:169px;
	height:25px;
	text-indent:-9999px;
	background:url(image/main/side_title03.jpg) no-repeat;
	}
		
div.side-form ul {
	padding:0px;
	}
	
div.side-form ul li {
	padding:5px 0 5px 20px;
	list-style:none;
	border-bottom:1px dotted #ccc;
	}
	
div.side-form ul li a{
	display:block;
	overflow:hidden;
	}

div.side-form ul li a:hover{
	text-decoration:underline;
	}

div.side-form ul#side-list01 li{
    margin-left:15px;
	background:url(image/main/side_back01.jpg) no-repeat 0 10px;
	}

div.side-form ul#side-list02 li{
	margin-left:30px;
	background:url(image/main/side_back02.jpg) no-repeat 0 10px;
	}

div.side-form ul#side-list03 li{
    margin-left:45px;
	background:url(image/main/side_back03.jpg) no-repeat 0 10px;
	}

div.side-form ul#side-list04 li{
    margin-left:15px;
	background:url(image/main/side_back04.jpg) no-repeat 0 10px;
	}

div#info-side-form{
    padding:0 10px;
	}

/* entry
==========================================================*/
div.entry-body {
	padding-bottom:20px;
	}
	
div.entry-body p {
	padding:0 10px 10px 10px;
	}

div.entry-body ul {
	padding:0 10px 10px 10px;
	}

div.entry-body ul li {
    padding-bottom:5px;
	}
	
div.entry-more {
	padding-top:10px;
	text-align:right;
	border-top:1px solid #eee;
	margin-top:10px;
	}

div.entry-more img {
    padding-top:3px;
	padding-right:3px;
	}
	
div.entry-box {
    margin-bottom:20px;
	clear:both;
	}
	
div.box {
    width:560px;
	}
		
div.box-head {
    width:560px;
	height:42px;
	background:url(image/main/box_head.jpg) no-repeat;
	overflow:hidden;
	color:#333333;
	font-size:14px;
	font-weight:bold;
	line-height:35px;
	text-indent:20px;
	}
		
div.box-body {
    padding:0 20px;
	background:url(image/main/box_body.jpg) repeat-y;
	}
		
div.box-foot {
    width:560px;
	height:12px;
	background:url(image/main/box_foot.jpg) no-repeat;
	overflow:hidden;
	}
		
/* option
==========================================================*/
.img-left{
	float:left;
	margin:0 10px 10px 0;
	}
	
.img-left2{
	float:left;
	margin:0 3px 3px 0;
	}
	
.img-right {
	float:right;
	margin:0 0 10px 10px;
	}
	
.img-border {
	padding:2px;
	border:1px solid #ccc;
	}

.text-center {
    text-align:center;
	}

.text-right {
    text-align:right;
	}
		
.font-b {
    font-weight:bold;
	}

.margin-b10 {
    margin-bottom:10px;
	}

.padding-t20 {
    padding-top:20px;
	}

/* table
==========================================================*/
table{
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	}
	
table th{
	padding:5px 3px;
	text-align:left;
	font-weight:bold;
	}
	
	
table td{
	padding:5px 3px;
	text-align:left;
	}

	
/* form
==========================================================*/
div.form-btn {
	text-align:center;
	padding:10px;
	}
	
div.form-btn button {
	border:none;
	background-color:#FFFFFF;
	cursor:hand;
	}
	
input.input-txt {
	border:1px solid #ccc;
	margin-right:10px;
	width:250px;
	}
	
input.input-txt2 {
	border:1px solid #ccc;
	padding:5px;
	width:98%;
	}
	
textarea.input-txtarea {
	border:1px solid #ccc;
	padding:5px;
	width:95%;
	height:150px;
	}


/* sitemap
==========================================================*/
.sitemap {
	margin:10px;
	}

.sitemap ul {line-height: 1.6em;}

.sitemap ul li {
	list-style:none;
	background-image: url(image/sitemap/arrow.gif);
	background-repeat: no-repeat;
	background-position:0px 6px;
	padding: 0px 0px 5px 17px;
}
.sitemap ul li ul {
	background-image: url(image/sitemap/tree_bg.gif);
	background-repeat: repeat-y;
	background-position: 9px 0px;
}

.sitemap ul li ul li {
	margin: 0px 0px 4px 5px;
	padding: 0px 10px 0px 20px;
	background-image: url(image/sitemap/tree.gif);
	background-repeat: no-repeat;
	background-position: 4px 1px;
}
.sitemap ul li.top a {
	border:1px solid #ccc;
	display:block;
	background:#eee;
	padding:5px;
}

.sitemap ul li ul li.up  {background-image: url(image/sitemap/tree_up.gif);}
.sitemap ul li ul li.end {background-image: url(image/sitemap/tree_end.gif);}
.sitemap li ul {margin: 4px 0px 4px 0px;}
.sitemap li ul li ul {font-size: 10px;}



/* 4: Contents
----------------------------------------------------------------------------------------------*/
/* top
==========================================================*/
/* category
==========================================================*/
div.box-table {
   padding:5px 5px 10px 5px;
   }   

div#info-table,
div#contact-table {
   padding:5px 5px 10px 5px;
   }
   
div#info-table table p {
    padding:5px 0;
	}

div#info-table table th,
div#info-table table td,
div#history-table table th,
div#contact-table table th,
div#contact-table table td {
    border:1px solid #3366cc;
	}
	
div#info-table table th,
div#history-table table th,
div#contact-table table th {
    background-color:#d1e7fd;
	text-align:center;
	}

div#info-table table td.back-bg {
    background-color:#d1e7fd;
	text-align:center;
	}

div#history-table {
   padding:5px 5px 10px 5px;
   }
   
div#history-table table th,
div#history-table table td {
    border:1px solid #3366cc;
	}
	
div#info-table table td,
div#history-table table td,
div#contact-table table td {
	padding:3px 7px;
	}

div#contact-table table th {
	text-align:left;
	}
	
ul.line-top {
    border-top:1px solid #eee;
	padding-top:10px;
	margin-top:10px;
	}
	
div.iso-box {
    width:140px;
	float:left;
	padding-top:10px;
	margin-left:10px;
	}

/*
div.iso-box p {
    padding:20px 0;
	display:block;
    }
*/

div.iso-box p {
    width:65px;
	float:right;
	display:block;
    }

div.iso-box img.img-left {
	margin-right:5px;
    }

div.entry-box ul.padding-lr15 li{
    padding:0 15px 5px 15px;
	}
					

