@charset "utf-8";
/* --------------------------------------------------
	Since : 2008/1/25
	Last Modified: 2008‒1‒25
	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; }
strong   { color:#000099}
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;
	}

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:url(img/header-r.jpg) repeat-x;
	line-height:160%;
	color:#222;
	}


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

h1 a{
	}

h2,
h5 {
	padding:5px 0 3px 8px;
	font-size:120%;
	font-weight:bold;
	clear:both;
	color: #3366CC;
	background:url(img/title-line.jpg) no-repeat bottom left;
	margin-bottom:10px;
	}

h3 {
	border:1px solid #3366CC;
	padding:3px;
	padding-left:10px;
	text-align:left;
	margin-bottom:5px;
	border-left:4px solid #3366cc;
	}

h2 a {
	color:#222;
	}

h3 a {
	color:#222;
	}

h4 {
    background:url(img/h3.jpg) repeat-x left top;
	padding:3px;
	padding-left:10px;
	border:1px solid #000066;
	color:#fff;
	font-weight:bold;
　　    }
	
h5 {
    clear:none;
    }

h6 {
    font-size:110%;
	clear:none;
    }

h7 {
    background:url(img/h7.jpg) repeat-x left top;
	padding:3px;
	padding-left:10px;
	color:#000;
	font-weight:bold;
        font-size:14px;
       display:block;
    }

/* 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.dia-leading.com/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:800px;
	background-color:#FFFFFF;
	text-align:center;
	margin: 0 auto;
	}

div#wrapper{
	padding:10px 0 10px 0;
	text-align:justify;
	text-justify:inter-ideograph;
	margin:0 auto;
	}
	
div#content {
	width:580px;
	}
	
div.main {
	padding:10px 0 30px 0;
	background:url(img/main-line.jpg) no-repeat top left;
	}

/* layout */
body#layout-left #content  { float:right; }
body#layout-right #content { float:left;  }
	

/* header 
==========================================================*/
div#header {
	margin-top:6px;
	width:100%;
	text-align:left;
	background:url(img/header-r.jpg) repeat-x;
	}

div#header-inner {
    width:800px;
	margin:0 auto;
	position:relative;
	background:url(img/header.jpg) no-repeat;
	}
	
h1{
    padding:3px 0 0 15px;
    color:#FFF;
	font-size:12px;
	}			

div#top-n{
    position:absolute;
	top:30px;
	right:10px;
	}
	
div#top-n ul li{
    display:inline;
	padding-left:15px;
	}
		
/* footer
==========================================================*/
div#footer {
	width:808px;
	height:70px;
	background:url(img/footer.jpg);
	clear:both;
	text-align:center;
	margin:0 auto 0 auto;
	color: #666;
	}
	
#footer p{
	padding-top:30px;
	}	


/* navi
==========================================================*/
div#navi {
	padding:0 0 10px 2px;
	}
	
div#navi ul li{ 
    float:left;
	width:113px;
	height:38px;
	margin-bottom:10px;
	}
	
li.navi02{
    margin-left:1px;
	}
		
/* sidebar
==========================================================*/
#sidebar {
    width:200px;
	padding-top:10px;
	background:url(img/side-line.jpg) no-repeat left top;
   }
#layout-left #sidebar  { float:left; }	
#layout-right #sidebar { float:right; }

div.side-form {
	padding-bottom:10px;
	text-align:center;
	}
	
div.side-title {
	width:100%;
	height:28px;
	line-height:28px;
	background:#fff url(image/main/side-title.jpg) repeat left top;
	}
	
div.side-title p{
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	padding-left:10px;
	}
	
div.side-body {
	}
	
div.side-body p{
	line-height:160%;
	}
		
.side-body li{
	margin:0;
	padding:0;
	list-style:none;
	line-height:160%;
	}

div#side-navi-t{
    width:197px;
	height:4px;
    margin:0;
	padding:0;
	background:url(img/side-navi-t.jpg) no-repeat;
	overflow:hidden;
	}

div#side-navi li{
    width:197px;
	height:41px;
	margin:0;
	padding:0;
	line-height:41px;
	text-align:left;
	text-indent:35px;
	background:url(img/side-navi.jpg) no-repeat;
	}
	
div#side-navi-f{
    width:197px;
	height:4px;
    margin:0;
	padding:0;
	background:url(img/side-navi-f.jpg) no-repeat;
	overflow:hidden;
	}
	
p.banner{
    margin:5px 0 5px 0;
	}

p.banner_1{
         background-image:url(http://www.dia-leading.com/img/banner05.jpg);
         background-repeat:no-repeat;
          font-size:14px; 
          width:198px; 
          line-height:44px;
         padding-top:2px;
         padding-bottom:0;
         margin:0;         
	}
/* entry
==========================================================*/
div.entry-body{
	padding:10px 10px 30px 10px;
	}
	
div.entry-body p{
	padding:5px 0 20px 0;
	}

	
div.entry-body dt{
    padding-bottom:5px;
	}

div.entry-body dd{
    padding-bottom:10px;
	}

div.entry-body table td{
    padding:3px;
	}
	
div.entry-more{
	padding-top:10px;
	text-align:right;
	}
	
div.entry-more-view{
	padding-top:10px;
	}

div.e-body01,
div.e-body02{
    margin-bottom:30px;
	}			

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

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

.text-up {
    margin-top:5px;
	}
	
p.faq-q {
    margin-bottom:-20px;
	}

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

/* table 02
==========================================================*/
table.tbl-nomal02 {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin:10px 0;
	}
	
table.tbl-nomal02 th{
	padding:5px;
	text-align:center;
	line-height:120%;
	letter-spacing:1px;
	border:1px solid #ccc;
	font-weight:normal;
	background:#f4f4f4;
	}
	
	
table.tbl-nomal02 td{
	padding:5px;
	text-align:center;
	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:100%;
	}
	
textarea.input-txtarea {
	border:1px solid #ccc;
	padding:5px;
	width:80%;
	height:150px;
	}


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

.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: 2px 4px;
	padding: 0px 0px 5px 17px;
	width:200px;
}
.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
==========================================================*/
div.info-body {
	padding:10px;
	margin-bottom:20px;
	border:1px solid #000066;
	}
	
div.info-body ul li{
	margin-left:10px;
	padding-left:15px;
	background:url(img/list.jpg) no-repeat left center;
	}
	
ul.address {
	}
	
ul.address li{
	border-left:4px solid #000099;
	padding-left:10px;
	}


/* category
==========================================================*/
ul#pagelink li {
	margin-left:10px;
	padding-left:15px;
	background:url(img/list.jpg) no-repeat left center;
	}
	
dl.qa {
	margin:10px;
	border:1px solid #aaa;
	padding:10px;
	}
	
dl.qa dt{
	background:url(img/txt-q.jpg) no-repeat left 5px;
	padding:5px;
	padding-left:20px;
	}
	
dl.qa dd{
	background:url(img/txt-a.jpg) no-repeat left 5px;
	padding:5px;
	padding-left:20px;
	margin-left:20px;
	color:#666;
	}
/* ---------- other ---------- */

/* styles-list */
dl.item {
	width:180px;
	height:180px;
	float:left;
	text-align:center;
	}
dl.item2 {
	width:110px;
	height:143px;
	float:left;
	text-align:center;
	}

dl.item dt {
	}
dl.item2 dt {
	}
dl.item dt img{
	margin:0 auto;
	padding:2px;
	border:1px solid #ccc;
	}
dl.item2 dt img{
	margin:0 auto;
	padding:2px;
	border:1px solid #ccc;
	}
	
dl.item dd {
	color:#FFFFFF;
	font-size:11px;
	}
	
dl.item a {
	position:static;
	}
dl.item2 a {
	position:static;
	}
	
div#category-title {
	height:39px;
	width:210px;
	float:left;
	}
	
	div#category-title p {
	color: #FFA600;
	font-size: 11px;
	}
	
div.name-campaign {
	background:url(img/h3_campaign.png);
	behavior: expression(IEPNGFIX.fix(this));
	}
	
div.name-concept {
	background:url(img/h3_concept.png) no-repeat;
	behavior: expression(IEPNGFIX.fix(this));
	}
	
div.name-menu {
	background:url(img/h3_menu.png);
	behavior: expression(IEPNGFIX.fix(this));
	}
	
div.name-antique {
	background:url(img/h3_antique.png);
	behavior: expression(IEPNGFIX.fix(this));
	}
	
div.name-access {
	background:url(img/h3_access.png);
	behavior: expression(IEPNGFIX.fix(this));
	}
	
div.entry-content {
	clear:both;
	}
.font_r
{
        color:#FF3333;
        font-weight:bold;
}
.font_g
{
        color:#339933;
        font-weight:bold;
}
.font_b
{
        color:#3399CC;
        font-weight:bold;
}
.font_o
{
        color:#FF6600;
        font-weight:bold;
}
.font_ob
{
        color:#FF6600;
        font-weight:bold;
        font-size:14px;
}
.font_w
{
        color:#800000;
        font-weight:bold;
}