@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;
	}


/* Base Setting
==========================================================*/
blockquote {
	margin:10px;
	padding:10px;
	text-align:left;
	border:1px solid #fff;
	}
	
hr {
	border:dotted #ccc;
	border-width:1px 0px 0px 0px;
	height:1px;
	overflow:hidden;
	margin:7px 0;
	clear:both;
	}

a {color:#F5F616;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:url(img/background.jpg) repeat left top;
	line-height:160%;
	color:#fff;
	}


/* 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 {
	
	}

h2 {
	background:url(img/h2.jpg) no-repeat left top;
	height:50px;
	text-indent:25px;
	color:#f5f616;
	font-size:15px;
	font-weight:bold;
	margin:10px 0 5px 0;
	clear:both;
	}

h3 {
	background:url(img/h3.jpg) no-repeat left top;
	height:27px;
	line-height:27px;
	text-indent:25px;
	color:#fc6536;
	font-size:14px;
	font-weight:bold;
	margin-bottom:20px;
	clear:both;
	}
	
h4 {
	background:url(img/h4.jpg) no-repeat left center;
	height:27px;
	line-height:27px;
	text-indent:40px;
	color:#670001;
	font-size:13px;
	font-weight:bold;
	margin-bottom:10px;
	}


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

/* ボックスの最後にclearをセット
==========================================================*/
.clearfix:after{
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix{ display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix  { height: 1% }
.clearfix {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.querico-e.sakura.ne.jp/querico/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 {
	width:820px;
	background:url(img/container-back.gif) repeat-y left;
	text-align:center;
	margin: 0 auto;
	}

div#wrapper{
	text-align:justify;
	text-justify:inter-ideograph;
	margin:0 auto;
	}
	
div#content {
	width:602px;
	margin-bottom:10px;
	}
	
div#content-head {
	background:url(img/content-head.png) no-repeat left top;
	height:10px;
	}
* html div#content-head { behavior: expression(IEPNGFIX.fix(this)); }
	
div#content-foot {
	background:url(img/content-foot.png) no-repeat left bottom;
	height:10px;
	}
* html div#content-foot { behavior: expression(IEPNGFIX.fix(this)); }
	
div.main {
	background:url(img/content-body.png) repeat-y left top;
	}
* html div.main { behavior: expression(IEPNGFIX.fix(this)); }

div.main-content {
	padding:0 15px 20px 15px;
	}


/* 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;
	background:url(img/header.jpg) repeat-x;
	}
			
	
/* footer
==========================================================*/
div#footer {
	width:100%;
	padding:10px 0;
	clear:both;
	text-align:center;
	}
	
div#footer-inner {
	margin-left:204px;
	}	
	
div#footer p{
	padding-top:10px;
	color:#9f0005;
	}	
	
div#footer ul{
	text-align:center;
	}
	
div#footer ul li{
	display:inline;
	color:#0c6630;
	}

div#footer a {
	color:#0c6630;
	}

/* navi
==========================================================*/
div#navi {
	padding:0 0 5px 0;
	}

div#content p.navi
{
	font-size:11px;
	font-weight:normal;
	padding:5px 10px 5px 8px;
	margin-bottom:5px;
	color:#fbb404;
}

div#content p.navi a
{
	text-decoration:none;
	color:#fbb404;
}

div#content p.navi a:hover
{
	text-decoration:underline;
}	
	
/* sidebar
==========================================================*/
div#sidebar                { width:204px; }
body#layout-left #sidebar  { float:left; }	
body#layout-right #sidebar { float:right; }

div.side-form {
	padding:0 10px 10px 29px;
	}
div.side-form h4 {
	background:url(img/h42.gif) no-repeat 2px center;
	height:27px;
	line-height:27px;
	color:#670001;
        text-align:left;
	font-size:13px;
	font-weight:bold;
	margin-bottom:3px;
        text-indent:25px;
	}
	
div.side-title {
	width:100%;
	height:25px;
	background:url(img/side-title.jpg) no-repeat left top;
	}
		
div.side-body {
	padding:5px;
	}
	
div.side-body p{
	line-height:160%;
	}
	
div.side-form ul {
	}
	
div.side-form li{
	list-style:none;
	text-indent:5px;
	}
	
div.side-form li a {
	background:url(img/list1.jpg) no-repeat left top;
	height:25x;
	padding:5px 0 0 20px;
	display:block;
	color:#670003;
	}
	
div.side-form li a:hover {
	background:url(img/list2.jpg) no-repeat left top;
	color:#f6f717;
	text-decoration:none;
	}	
	
div.side-form ul li ul{
	padding:0;
	}
	
div.side-form ul li ul li{
	list-style:none;
	padding-left:15px;
	}

div.side-form li ul li a {
	background:url(img/sub-list1.jpg) no-repeat left top;
	height:36px;
	line-height:36px;
	display:block;
	color:#670003;
	}
	
div.side-form li ul li a:hover {
	background:url(img/sub-list2.jpg) no-repeat left top;
	color:#f6f717;
	text-decoration:none;
	}

div.side-form2 {
	padding:0 0 10px 35px;
	}	

div.side-form2 img {margin-bottom:10px;}
div.side-form2 a {text-decoration:none;}
	
/* entry
==========================================================*/
div.entry-body{
	padding:10px 10px 30px 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 #669933;
	}

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

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

.margin-b20 {
    margin-bottom:20px;
	}

.margin-l50 {
    margin-left:50px;
	}
		
.font-b {
    font-weight:bold;
	}
			
/* 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;
	}

	
/* 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;
	}
	
input.input-txt2 {
	border:1px solid #ccc;
	padding:5px;
	width:98%;
	}
	
textarea.input-txtarea {
	border:1px solid #ccc;
	padding:5px;
	width:98%;
	height:150px;
	}


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

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

.sitemap ul li {
	list-style:none;
	padding: 0px 0px 10px 5px;
}
.sitemap ul li ul {
}

.sitemap ul li ul li {
	margin: 5px 0px 4px 5px;
	padding: 5px 10px 0px 20px;
}




/* 4: Contents
----------------------------------------------------------------------------------------------*/
/* top
==========================================================*/
div.news-box
{
	padding:10px 10px 30px 10px;
}

div.news-box h2
{
	font-size:2px;
	text-indent:-9999px;
	background:#ffffff url(img/information.jpg) no-repeat left top;
	color:inherit;
	width:566px;
	height:48px;
	margin-bottom:10px;
}

div.news-box-inner ul
{
	list-style-type:none;
}

div.news-box-inner li
{
	font-size:12px;
	font-weight:normal;
	font-family:Verdana,"ＭＳ ゴシック";
	color:#fff;
	line-height:150%;
	list-style-position:outside;
	display:block;
	color:inherit;
	border-bottom:1px solid #dddcdc;
	padding-bottom:1px;
	margin:0 10px 0 15px;
}

div.news-box-inner li a:hover {
	color:#fbb404;
	}

span.list-border
{
	display:block;
	padding: 6px 0 6px 10px;
	background:transparent url(img/link-h6.gif) no-repeat 7px 12px;
}

p.title {
	padding:3px 10px;
	font-size:12px;
	color:#7d0000;
	}

/* category
==========================================================*/
div.main-pic {
	padding:10px 0;
	text-align:center;
	margin:0 auto;
	}
	
div.box {
	margin-bottom:20px;
	clear:both;
	}

div#menu-box {
    border:1px solid #669933;
	padding:5px;
	margin-bottom:20px;
	}

div.box1-l {
    float:left;
	width:370px;
	}

div.box1-l div {
    margin-bottom:20px;
	}
	
div.box1-r {
    float:right;
    width:170px;
	text-align:center;
	}
	
table.menu-table {
    border-collapse:collapse;
	}
	
table.menu-table td {
    padding:10px 0 2px 0;
	border-bottom:1px solid #669933;
	line-height:140%;
	}
	
div.media-box {
    border:1px solid #669933;
	padding:5px;
	margin-bottom:20px;
	}

div.staff-box {
	padding:5px;
	margin-bottom:20px;
	}

div.staff-box table td {
    padding:3px 0;
	}


/* tab ---------------------*/
	
/*div#menu-box-list ul{
    width:100%;
	height:26px;
	margin-bottom:30px;
	}

div#menu-box-list ul li{
    float:left;
	height:30px;
	width:184px;
	display:block;
	cursor:pointer;
	line-height:30px;
	text-align:center;
	font-size:14px;
	background:#BBBB00;
	border-bottom:1px solid #336600;
	border-right:1px solid #336600;
	}

div#menu-box-list ul li:hover{
    background:#CCCC00;
	text-decoration:none;
	}
*/

div#tab-menu {
	height:26px;
	margin-bottom:30px;
	}		

#tabIndex li {
	cursor: pointer;
	display: block;
	text-align:center;
}

#tabIndex li a{
	color:#fff;
	text-decoration:none;
}

#tabIndex .tab-type1 {
    float:left;
	display:block;
	height:30px;
	width:184px;
	line-height:30px;
	text-align:center;
	font-size:14px;
	background:#BBBB00;
	border-bottom:1px solid #336600;
	border-right:1px solid #336600;
}

#tabIndex .tab-type1 {
    float:left;
	display:block;
	height:30px;
	width:184px;
	line-height:30px;
	text-align:center;
	font-size:14px;
	background:#BBBB00;
	border-bottom:1px solid #336600;
	border-right:1px solid #336600;
}

.tab-type1 {
	width:184px;
	height:30px;
	float:left;
	}

#tabIndex .tab-type1 li:hover{
    background:#CCCC00;
	text-decoration:none;
	}
	
#tabIndex li a span{
	display:block;
}

#tabIndex .open span{
	display:block;
}





/* blog
==========================================================*/
div.entry-info
{
}

div.entry-info ul
{
	list-style-type:none;
	text-align:right;
	border-top:1px dotted #F8E31A;
	padding:5px 0 10px 5px;
        margin:0 5px 0 5px;
	width:98%;
}

div.entry-info ul li
{
	font-size:80%;
	color:#fff;
	background-color:inherit;
	display:inline;
}
div.entry-info ul li a
{
	color:#F8E31A;
}

div.comments-post 
{
        margin:0 0 0 15px;
	width:80%;
}

div#comments-open-data legend
{
	margin: 0 0 5px 0;
	padding:0;
	color:#fff;
}

div#comments-open-data label
{
	color:#fff;
	background-color:inherit;
}

dl#name-email input,
dl#comments-open-text textarea
{
	color:#333333;
	background-color:#fff;
	width:80%;
	border:1px solid #cccccc;
        font-size:90%;
}

ul.cookie,
div#comments-open-data ul.inline
{
	list-style:none;
	padding:3px 0;
}

div#comments-open-data ul.comments-open-footer
{
	list-style:none;
	padding:10px 0 20px 5px;
}

div#comments-open-data ul.comments-open-footer li
{
	display:inline;
	margin:0 10px 0 5px;
	color:#ffffff;
}

div#comments-open-data ul.comments-open-footer li input
{
	color:#ffffff;
	background-color:#680000;
	font-size:80%;
	padding:4px 7px 5px 7px;
        border-style: none;
}

input#comment-preview,
input#comment-post,
input#comment-cancel
{
	color:#ffffff;
	width:80px;
	height:20px;
	cursor: pointer;	
}


input#comment-preview,
input#comment-post,
input#comment-cancel
{
	margin:5px 0;
}

div.comment p
{
	color:#333333;
	background-color:inherit;
　　  font-size:90%;
}

div.trackbacks,
div#comments,
div.comments
{
	margin:0 5px 15px 10px;
        padding:5px;
}

div.entry form
{
	width:80%;
}

div.typekey-text
{
display:none;
}

div.trackbacks p
{
	font-size:80%;
	color:#000000;
	background-color:inherit;
        padding:5px;
}

div.trackbacks p input
{
	border:1px solid #cccccc;
}

div.trackbacks dl
{
	padding:10px 0 0 0;
}

div.trackbacks dt
{
	font-size:80%;
}

div.trackbacks dd p
{
	padding:0 0 5px 0;
}

div.trackbacks ul.trackback-info,
div#comments ul.comments-info
{
	border-top:1px solid #efefef;
	list-style:none;
	padding:5px;
	text-align:right;
	margin-bottom:10px;
}

div.trackbacks ul.trackback-info li,
div#comments ul.comments-info li
{
	color:#fff;
	background-color:inherit;
	font-size:80%;
	display:inline;
	padding:5px;
}