@charset "utf-8";
/* --------------------------------------------------
	Since : 2008/08/18
	Last Modified: 2008/08/18
	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


===============================================================================================
*/




/* 0: CSS Include
----------------------------------------------------------------------------------------------*/
@import "styles-main.css";
@import "styles-blog.css";




/* 1: Base Style Setting
----------------------------------------------------------------------------------------------*/


/* Reset
==========================================================*/
*        { margin:0;padding:0; }
img      { border:none;vertical-align:bottom;line-height:0;}
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:#f7f7f7;
	border:1px solid #cdcdcd;
	}
	
hr {
	border:dotted #ccc;
	border-width:1px 0px 0px 0px;
	height:1px;
	overflow:hidden;
	margin:7px 0;
	clear:both;
	}


a {color:#003bfe;}
a:hover {color:#ff6600;text-decoration:underline; }


table { font-size:12px; }
	
body {
	margin:0;
	padding:0;
	text-align:center;
	font:12px  "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background:#fff url(image/main/background.jpg) repeat left top;
	line-height:160%;
	color:#222;
	}




/* Font Setting
==========================================================*/
.font-color-gray   {color:#888;}
.font-color-orange {color:#f93;}
.font-color-red,.red    {color:#c00;}
.font-color-white  {color:#fff;}
.font-color-blue,.blue   {color:#00349a;}
.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:0 10px;
	font-size:10px;
	color:#5b3e1c;
	}
	
h2#h2-category {
	padding-left:4px;
	padding-bottom:2px;
	}


h3 {
	width:650px;
	background:url(image/category/h3.png) no-repeat;
	height:55px;
	line-height:55px;
	text-indent:35px;
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
	position:relative;
	}
	
body#webpage h3 {
	width:870px;
	background:url(image/category/h3-web.png) no-repeat;
	}
	
* html h3 { behavior: expression(IEPNGFIX.fix(this)); }


h3 span.h3_time {
    font-size:12px;
	font-weight:normal;
	text-align:right;
	}
	
h4 {
	margin-bottom:10px;
	}
	
h6 {
	background:url(image/main/h6.jpg) no-repeat center left;
	padding-left:25px;
	}


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


/* ボックスの最後にclearをセット
==========================================================*/
.clearfix:after,
div#container:after,
div#wrapper:after,
div#content:after,
div#sidebar:after,
div.main:after,
div.section:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix,
div#container,
div#wrapper,
div#content,
div#sidebar,
div.main,
div.section { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix,
* html div#container,
* html div#wrapper,
* html div#content,
* html div#sidebar,
* html div.main,
* html div.section  { height: 1% }
.clearfix,
div#container,
div#wrapper,
div#content,
div#sidebar,
div.main,
div.section  {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;	}


/* ボックスの高さをそろえる
==========================================================*/
.heightLine{}




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


/* main-layout
==========================================================*/
div#container {
	width:930px;
	background:url(image/main/back-body.png) repeat-y;
	text-align:center;
	margin: 0 auto;
	}
	
div#container-inner {
	width:900px;
	margin:0 auto;
	}
	
div#container-head {
	width:930px;
	height:15px;
	background:url(image/main/back-head.png) no-repeat;
	overflow:hidden;
	margin:0 auto;
	}
	
div#container-foot {
	clear:both;
	width:930px;
	height:16px;
	background:url(image/main/back-foot.png) no-repeat;
	overflow:hidden;
	margin:0 auto;
	}
	
* html div#container,
* html div#container-head,
* html div#container-foot { behavior: expression(IEPNGFIX.fix(this)); }


div#wrapper{
	padding:10px;
	padding-top:0;
	padding-left:12px;
	text-align:left;
	margin:0 auto;
	background:url(image/main/back-main.jpg) repeat-y;
	}
	
body#category div#wrapper{
	padding-top:15px;
	background:url(image/category/back-main.jpg) no-repeat top left;
	}
	
body#webpage div#wrapper{
	padding:15px 0 0 0;
	text-align:center;
	background:url(image/category/back-main2.jpg) no-repeat top left;
	}
		
div#wrapper-out{
	background:url(image/main/back-main.jpg) repeat-y;
	}
	
div#content {
	width:655px;
	float:left;
	}
	
body#webpage div#content {
	width:auto;
	float:none;
	text-align:left;
	}
	
div.main {
	clear:both;
	padding-bottom:20px;
	}


body#category .section {
	padding:0 10px;
	}
	
body#category .section p{
	margin-bottom:10px;
	}
	
div#web-body{
	padding:0 13px;
	}
	


/* header 
==========================================================*/
div#header {
	width:100%;
	position:relative;
	text-align:left;
	background:url(image/main/header.jpg) repeat-x;
	}


div#logo {
	text-align:left;
	padding:20px 20px 30px 20px;
	font-size:36px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	color:#fff;
	}
	
div#logo a{
	color:#fff;
	}
	
div#top-txt {
	width:930px;
	text-align:left;
	margin:0 auto;
	position:relative;
	height:20px;
	line-height:20px;
	}
	
div#top-txt h1 {
	position:absolute;
	top:0;
	left:0;
	}


div#top-txt ul {
	position:absolute;
	top:0;
	right:10px;
	text-align:right;
	}
	
div#top-txt ul li{
	display:inline;
	font-size:10px;
	color:#5b3e1c;
	}
	
div#top-txt ul li a{
	color:#5b3e1c;
	}
	
div#one-logo {
	margin-bottom:20px;
	}




/* menu
==========================================================*/
ul#logo-menu {
	height:76px;
	position:relative;
	}


li#menu-logo {
	float:left;
	}


li#menu-corp {
	float:right;
	}
	
li#menu-mail {
	position:absolute;
	top:19px;
	left:422px;
	}
	
ul#main-menu {
	clear:both;
	text-align:left;
	}
	
ul#main-menu li {
    float:left;
	}


ul#main-menu li#menu_01 {
    width:179px;
	height:42px;
	text-indent:-9999px;
	background:url(image/main/menu_01.jpg) no-repeat;
	}


ul#main-menu li#menu_01 a {
    width:179px;
	height:42px;
	display:block;
	overflow:hidden;
	}


ul#main-menu li#menu_01 a:hover {
    background:url(image/main/menu_01_r.jpg) no-repeat;
	}
	
ul#main-menu li#menu_02,
ul#main-menu li#menu_03,
ul#main-menu li#menu_04 {
    width:180px;
	height:42px;
	text-indent:-9999px;
	}


ul#main-menu li#menu_02{
	background:url(image/main/menu_02.jpg) no-repeat;
	}


ul#main-menu li#menu_03{
	background:url(image/main/menu_03.jpg) no-repeat;
	}


ul#main-menu li#menu_04 {
	background:url(image/main/menu_04.jpg) no-repeat;
	}


ul#main-menu li#menu_02 a,
ul#main-menu li#menu_03 a,
ul#main-menu li#menu_04 a {
    width:180px;
	height:42px;
	display:block;
	overflow:hidden;
	}


ul#main-menu li#menu_02 a:hover {
    background:url(image/main/menu_02_r.jpg) no-repeat;
	}
	
ul#main-menu li#menu_03 a:hover {
    background:url(image/main/menu_03_r.jpg) no-repeat;
	}
	
ul#main-menu li#menu_04 a:hover {
    background:url(image/main/menu_04_r.jpg) no-repeat;
	}
	
ul#main-menu li#menu_05 {
    width:181px;
	height:42px;
	text-indent:-9999px;
	background:url(image/main/menu_05.jpg) no-repeat;
	}


ul#main-menu li#menu_05 a {
    width:181px;
	height:42px;
	display:block;
	overflow:hidden;
	}


ul#main-menu li#menu_05 a:hover {
    background:url(image/main/menu_05_r.jpg) no-repeat;
	}
	
/* footer
==========================================================*/
div#footer {
	clear:both;
	}
	
div#footer-txt {
	background:url(image/main/back-footer.jpg) repeat-x;
	height:179px;
	text-align:center;
	}
	
div#footer-txt2 {
	height:25px;
	text-align:center;
	}


div#copyright {
	background:url(image/main/footer-copy.jpg) no-repeat;
	height:55px;
	line-height:55px;
	text-align:center;
	font-size:10px;
	}


/* footer-innter */
div#footer-inner {
	width:876px;
	margin:0 auto;
	padding-top:17px;
	}
	
div#foot-in-head {
	background:url(image/main/foot-in-head.png) no-repeat;
	height:5px;
	overflow:hidden;
	}
	
div#foot-in-body {
	background:url(image/main/foot-in-body.png) no-repeat;
	text-align:left;
	height:134px;
	}
	
div#foot-in-foot {
	background:url(image/main/foot-in-foot.png) no-repeat;
	height:5px;
	overflow:hidden;
	}
	
* html div#foot-in-head,
* html div#foot-in-body,
* html div#foot-in-foot { behavior: expression(IEPNGFIX.fix(this)); }


ul#footer-menu {
	padding:3px 0;
	text-align:left;
	font-size:10px;
	color:#003bfe;
	margin:0 8px;
	}
	
ul#footer-menu li {
	display:inline;
	}


div#txt-address {
	border-top:1px solid #d0d0d0;
	margin:0 4px;
	padding:5px;
	position:relative;
	}
	
div#txt-address img{
	position:absolute;
	top:12px;
	left:260px;
	}
	
div#ssl {
	position:absolute;
	top:0px;
	right:0px;
	width:150px;
	}
	
div#slogo {
	position:relative;
	top:0;
	left:500px;
	}


address {
	font-style:normal;
	font-size:10px;
	line-height:140%;
	}
	
div#page-toptxt {
	text-align:right;
	padding:0 10px 10px 0;
	background:url(image/main/back-main.jpg) repeat-y right;
	font-size:10px;
	}


body#webpage div#page-toptxt {
	background:none;
	}
	
div#page-toptxt2 {
	text-align:right;
	padding:0 10px 10px 0;
	font-size:10px;
	}
	
div#footer h3 {
	margin:0 !important;
	padding:0 !important;
	background:none !important;
	font-size:10px !important;
	font-weight:normal;
	text-indent:0 !important;
	height:auto !important;
	width:auto !important;
	line-height:normal !important;
	}


/* navi
==========================================================*/
div#navi {
	padding:0 0 5px 4px;
	margin-bottom:10px;
	font-size:10px;
	}
	
	
/* sidebar
==========================================================*/
div#sidebar {
	width:197px;
	text-align:center;
	float:right;
	}


div.side-banner {
	text-align:center;
	margin-bottom:7px;
	}
	
div.side-banner2 {
	text-align:center;
	margin-bottom:1px;
	}
	
div.side-banner3 {
	text-align:center;
	}
	
div.side-banner2 img{
	margin-bottom:2px;
	}
	
div.side-banner3 img{
	margin-bottom:8px;
	}


div.side-form {
	width:189px;
	margin:0 auto;
	padding-bottom:4px;
	text-align:center;
	clear:both;
	}
	
div.side-body {
	background:url(image/main/side-body.jpg) repeat-y;
	}
	
div.side-foot {
	background:url(image/main/side-foot.jpg) no-repeat;
	height:3px;
	overflow:hidden;
	}
	
/* banner */
dl#btn-column {
	width:189px;
	margin:0 auto;
	margin-top:2px;
	text-align:left;
	}
	
dl#btn-column dd{
	border:1px solid #ccc5bb;
	border-top:none;
	background:#f8ecd6;
	font-size:10px;
	padding:2px 5px;
	padding-bottom:0;
	}
	
dl#btn-column dd img{
	margin-bottom:2px;
	}
	
/* list-box */
dl.list-box {


	background:#fff url(image/main/back-list-box.jpg) repeat-x bottom left;
	border:1px solid #ccc;
	margin:5px;
	margin-top:0;
	}
	
dl.list-box2 {
	margin:5px;
	margin-top:0;
	}
	
dl.list-box dt,
dl.list-box2 dt {
	width:83px;
	float:left;
	text-align:right;
	}


div.side-banner a,
div.side-banner a:hover,
dl.list-box dt a,
dl.list-box dt a:hover,
dl.list-box2 dt a,
dl.list-box2 dt a:hover {
	text-decoration:none;
	}
	
dl.list-box dd,
dl.list-box2 dd {
	width:92px;
	float:right;
	padding:5px 0;
	text-align:left;
	font-size:10px;
	position:relative;
	line-height:130%;
	}
		
dl.list-box dd h5,
dl.list-box2 dd h5{
	font-size:10px;
	}
	
dl.list-box2 dd h5{
	font-size:10px;
	margin-left:2px;
	}
	
dl.list-box dd p,
dl.list-box2 dd p{
	padding-left:3px;
	}
	
dl.list-box2 dd p{
	padding-left:6px;
	line-height:120%;
	}
	
dl.list-box2 dd p.txt-more{
	text-align:right;
	}
	
.txt-price {
	color:#CC0000;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:12px;
	}
	
/* side-menu */
dl.side-menu {
	margin-bottom:5px;
	text-align:left;
	width:191px;
	}
	
dl.side-menu dt {
	background:url(image/category/corporate/side-list-title.png) no-repeat;
	height:48px;
	font-size:16px;
	font-weight:bold;
	text-indent:37px;
	}


dl.side-menu dt span{
	padding-top:18px;
	display:block;
	}
	
dl.side-menu dd {
	height:31px;
	font-size:12px;
	line-height:31px;
	text-indent:32px;
	}
	
dl.side-menu dd a{
	background:url(image/category/corporate/side-list.png) no-repeat;
	height:31px;
	width:191px;
	display:block;
	text-decoration:none;
	color:#000;
	}
	
dl.side-menu dd a:hover{
	background:url(image/category/corporate/side-list_r.png) no-repeat;
	text-decoration:none;
	color:#fff;
	}
	
dl.side-menu dd a.rollover{
	background:url(image/category/corporate/side-list_r.png) no-repeat;
	text-decoration:none;
	color:#fff;
	}
	
* html dl.side-menu dt,
* html dl.side-menu dd { behavior: expression(IEPNGFIX.fix(this)); }


/* calendar */
div#s_calendar_title{
    width:189px;
	height:32px;
	background:url(image/category/blog/calendar_title_back.jpg) no-repeat;
	}


div#s_calendar_title p{
    padding-top:9px;
	}


div#calendar_box table{
    width:189px;
    border-left:1px solid #ccc;	
    border-right:1px solid #ccc;	
    border-bottom:1px solid #ccc;
	border-collapse:collapse;
	}


div#calendar_box table td{
    text-align:center;
    height:19px;
	background:url(image/category/blog/calendar_back.jpg) repeat-x;
	}


/* newentry */
div#newentry_box{
    widows:189px;
	padding-top:8px;
    border-bottom:1px solid #ccc;
	text-align:left;
	text-indent:25px;
	background:url(image/category/blog/newentry_title_back.jpg) no-repeat;
	}
	
div#newentry_box ul li{
    widows:189px;
	height:19px;
	background:url(image/category/blog/newentry_back.jpg) no-repeat;
	}
		
/* 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:5px;
	border:1px solid #ccc;
	background:url(image/main/img-back.jpg) bottom repeat-x;
	}
	
.m-b3  {margin-bottom:3px;}
.m-b4  {margin-bottom:4px;}
.m-b5  {margin-bottom:5px;}
.m-b6  {margin-bottom:6px;}
.m-b7  {margin-bottom:7px;}
.m-b8  {margin-bottom:8px;}
.m-b9  {margin-bottom:9px;}
.m-b10 {margin-bottom:10px;}
.m-b15 {margin-bottom:15px;}
.m-b20 {margin-bottom:20px;}
.m-b25 {margin-bottom:25px;}


.p-t15 {padding-top:15px;}
.p-l10 {padding-left:10px;}


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


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


.sitemap ul li {
	list-style:none;
	background-image: url(image/main/sitemap/arrow.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding: 0px 0px 5px 17px;
	width:200px;
}
.sitemap ul li ul {
	background-image: url(image/main/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/main/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/main/sitemap/tree_up.gif);}
.sitemap ul li ul li.end {background-image: url(image/main/sitemap/tree_end.gif);}
.sitemap li ul {margin: 4px 0px 4px 0px;}
.sitemap li ul li ul {font-size: 10px;}




/* blog
==========================================================*/
div.c_t_i_box{
    padding-bottom:10px;
	}


.blognavi{
	text-align:right;
	margin-right:10px;
}


/* addition(2010.07.21)
==========================================================*/
.bold{font-weight:bold;}

