@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:#777;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 url(image/background.gif) repeat left top;
	color:#222;
	margin-bottom:5px;
	}


/* 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 {
	font-size:12px;
	position:absolute;
	top:69px;
	left:4px;
	}
	
h1 a{
	color:#333;
	}

h2 {
	height:30px;
	margin-bottom:10px;
	text-align:left;
	background:url(image/h2.gif) no-repeat;
	text-indent:25px;
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	color:#333333;
	padding-top:1px;
	}

h3 {
	margin-bottom:10px;
	text-align:left;
	background:url(image/h3.gif) no-repeat;
	font-size:13px;
	font-weight:bold;
	line-height:20px;
	color:#333333;
	padding:1px 0;
	text-indent:15px;
	border-bottom:1px solid #ccc;
	}


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

/* ボックスの最後にclearをセット
==========================================================*/
.clearfix:after,
div#container:after,
div#wrapper:after,
div#content:after,
div#sidebar :after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix,
div#container,
div#wrapper,
div#content,
div#sidebar { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix,
* html div#container,
* html div#wrapper,
* html div#content,
* html div#sidebar  { height: 1% }
.clearfix,
div#container,
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用 (iepngfix.jsを使用) パターン2
==========================================================*/
* html .iepngfix { behavior: expression(IEPNGFIX.fix(this)); }

.alphafilter{}

a .alphafilter{
	cursor:pointer;
	}


/* 3: Layout Setting
----------------------------------------------------------------------------------------------*/

/* main-layout
==========================================================*/
div#container {
	width:802px;
	background-color:#FFFFFF;
	text-align:center;
	margin: 0 auto;
	}

div#container-innter {
	border:1px solid #ccc;
	}

div#wrapper{
	padding:8px;
	text-align:justify;
	text-justify:inter-ideograph;
	margin:0 auto;
	}
	
div#content {
	width:534px;
	}
	
div.main {
	padding:0 10px 20px 10px;
	line-height:140%;
	}

/* layout 
左メニューの場合は「layout-left」を、
右メニューの場合は「layout-right」を使用
*/
body#layout-left #content  { float:right; }
body#layout-right #content { float:left;  }
	

/* header 
==========================================================*/
div#heddar {	
	background-image: url(../images/index_01.jpg)  ;
	background-repeat: no-repeat;
	height:100px;
	width:800px;
	position:relative;
	}
	
	.h1text{
		text-align:left;
		line-height:32px;
		margin: 0px 10px;
		}
	
	.contact{
		float:right;
		text-align:left;
		margin: 11px 0px 0px 0px;
		}
	
	.heddos{
		float:left;
		height:100px;
		width:400px;	
		}
		
	.heddo{
		text-align:left;
		position:absolute;
		top:15px;
		left:1px;
		}
	
	.link-blog {
		width:284px;
		height:43px;
		position:absolute;
		left:324px;
		top:22px;
		}
	
/* footer
==========================================================*/
div#footer {
	text-align:center;
	background:#222 url(image/footer.gif) repeat-x;
	color:#ccc;
	line-height:23px;
	}
	



/* navi
==========================================================*/
div#navi {
	padding:0 0 5px 0;
	}
	
	
/* sidebar
==========================================================*/
div#sidebar                { width:240px; }
body#layout-left #sidebar  { float:left; }	
body#layout-right #sidebar { float:right; }

div.side-form {
	padding-bottom:20px;
	}
	
div.side-title {
	height:31px;
	background:url(image/side-title.gif) no-repeat left;
	line-height:31px;
	text-indent:20px;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	padding-top:2px;
	}
	
div.side-body ul {
	margin:5px;
	margin-left:10px;
	}
	
div.side-body ul li {
	background:url(image/list.gif) no-repeat left center;
	text-indent:11px;
	line-height:160%;
	}

	
/* entry
==========================================================*/
div.entry-body{
	margin-bottom:10px;
	}
	
div.entry-body p{
	padding-bottom:10px;
	}
	
div.entry-more{
	padding-top:10px;
	text-align:right;
	}

	
/* option
==========================================================*/
.img-left{
	float:left;
	margin:0 10px 10px 0;
	}
	
.img-right {
	float:right;
	margin:0 0 10px 10px;
	}
	
.img-border {
	padding:2px;
	border:1px solid #ccc;
	}

	
/* table
==========================================================*/
table.tbl-normal {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	}
	
table.tbl-normal th{
	padding:5px;
	text-align:left;
	line-height:120%;
	letter-spacing:1px;
	border:1px solid #ccc;
	font-weight:normal;
	background:#f4f4f4;
	}
	
	
table.tbl-normal td{
	padding:5px;
	text-align:left;
	line-height:120%;
	letter-spacing:1px;
	border:1px solid #ccc;
	}

dl.dl-tbl dt {
	width:10em;
	}
	
dl.dl-tbl dd {
	margin-left:10em;
	}


/* 4: Contents
----------------------------------------------------------------------------------------------*/
/* top
==========================================================*/


/* category
==========================================================*/