@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:#FF9933;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(image/main/background.jpg) repeat left top;
	line-height:160%;
	color:#666;
	}

div#body02 {
    background:url(image/main/background-head.jpg) repeat-x top;
	}

/* 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-18   {font-size:18px;font-weight:bold;}
.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;}

.font-bold {font-weight:bold;}

/* Finding Setting
==========================================================*/
div#h1-box {
    height:14px;
	overflow:hidden;
	}
	
h1 {
	padding:0 0 0 40px;
	font-size:12px;
	color:#fff;
	line-height:14px;
	}
	
h2 {
	padding:5px 0 3px 8px;
	font-size:120%;
	font-weight:bold;
	border-bottom:1px solid #555;
	border-left:6px solid #555;
	clear:both;
	margin-bottom:10px;
	}

h3 {
    width:520px;
	height:38px;
	font-size:130%;
	font-weight:bold;
	line-height:43px;
	text-indent:70px;
	color:#FF9933;
	background:url(image/blog/h3-back.jpg) no-repeat;
	margin-bottom:10px;
	}

h3#top01 {
    text-indent:-9999px;
	width:520px;
	height:38px;
	background:url(image/main/h3-top01.jpg) no-repeat;
	}

h3#top02 {
    text-indent:-9999px;
	width:520px;
	height:38px;
	background:url(image/main/h3-top02.jpg) no-repeat;
	}

h4 {
	font-size:120%;
	font-weight:bold;
	color:#ff9933;
	margin-bottom:10px;
	}

/* 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用 パターン1
==========================================================*/
/*
* html div#alpha{
	width:283px;
	height:96px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
	(src=<MTBlogURL>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;
	text-align:center;
	margin: 0 auto;
	background:url(image/main/content-back.jpg) repeat-y;
	}

div#wrapper{
    background:url(image/main/content-back-head.jpg) no-repeat top;
	}
	
div#wrapper-inner{
	padding:10px 20px;
	text-align:justify;
	text-justify:inter-ideograph;
	margin:0 auto;
	}
	
div#content {
	width:530px;
	}
	
div.main {
	}

/* layout 
左メニューの場合は「layout-left」を、
右メニューの場合は「layout-right」を使用
*/
body#layout-left #content  { float:right; }
body#layout-right #content { float:left;  }
	

/* header 
==========================================================*/
div#header {
    margin:0 auto;
	width:882px;
	height:314px;
	text-align:left;
	position:relative;
	}
	
*html div#header {
    margin:0 auto;
	width:882px;
	height:314px;
	text-align:left;
	position:relative;
	}


div#header02 {
    margin:0 auto;
	width:881px;
	height:184px;
	text-align:left;
	position:relative;
	}

/* footer
==========================================================*/
div#footer {
    margin:0 auto;
	width:880px;
	padding:10px 0;
	clear:both;
	text-align:center;
	background:url(image/main/content-back-foot.jpg) no-repeat top;
	}
	
div#footer p{
    color:#FF9933;
	padding-top:5px;
	}	
	
div#footer ul{
	text-align:center;
	}
	
div#footer ul li{
	display:inline;
	padding-right:10px;
	}
	
/* navi
==========================================================*/
div#navi {
	padding:0 0 10px 0;
	}
	
div#navi ul li{
    display:inline;
	margin-right:5px;
	font-size:10px;
	}

p#font-box img{
    vertical-align:middle;
	}
		
/* sidebar
==========================================================*/
div#sidebar                { width:230px; }
body#layout-left #sidebar  { float:left; }	
body#layout-right #sidebar { float:right; }

div.side-form {
	padding-bottom:10px;
	}
	
div.side-body {
	padding:0;
	}
	
div.side-body p{
	}

div.side-form ul.side-menu li{
    margin-bottom:0px;
    }

div.side-form li a:hover{
    text-decoration:none;
	}

div.side-banner-box ul li{
    margin-bottom:5px;
	}
	
	
/* entry
==========================================================*/
div.entry-body-top{
	padding:0 0 20px 0;
	}

div.entry-body-top p{
	padding-bottom:10px;
	}

div.entry-body-top img{
    padding-bottom:15px;
	}

div.entry-body-top img.padding-b0 {
    padding-bottom:0;
	}
			
div.entry-body-top p.padding-b0 {
    padding-bottom:0;
	}
			
div.entry-body{
	padding:0 0 20px 0;
	}
	
div.entry-body p{
	padding-bottom:10px;
	}
	
/* 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;
	}

.text-right {
    text-align:right;
	}

.text-center {
    text-align:center;
	}

.margin-r10 {
    margin-right:10px;
	}

.margin-b10 {
    margin-bottom:10px;
	}

.box-r10 {
    padding-right:10px;
	}

.padding-b10 {
    padding-bottom:10px;
	}
	
.padding-b0 {
    padding-bottom:0;
	}

.margin-b20 {
	margin-bottom:20px;
	}	
						
/* 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;
	}

.sitemap ul {line-height: 1.6em;}

.sitemap ul li {
	list-style:none;
	background-image: url(img/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(img/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(img/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(img/sitemap/tree_up.gif);}
.sitemap ul li ul li.end {background-image: url(img/sitemap/tree_end.gif);}
.sitemap li ul {margin: 4px 0px 4px 0px;}
.sitemap li ul li ul {font-size: 10px;}



/* 4: Contents
----------------------------------------------------------------------------------------------*/
/* top
==========================================================*/
div.box-head {
    width:520px;
	height:6px;
	background:url(image/main/box-back-head.jpg) no-repeat;
	overflow:hidden;
	}

div.box {
    width:520px;
	background:url(image/main/box-back.jpg) repeat-y;
	}

div.box-inner {
    padding:3px 10px;
	}
	
div.box-foot {
    width:520px;
	height:5px;
	background:url(image/main/box-back-foot.jpg) no-repeat;
	overflow:hidden;
	margin-bottom:15px;
	}

div.box-inner p.padding-b0{
    padding-bottom:0;
	}

div.box-inner ul li{
    background:url(image/main/disc.jpg) no-repeat 2px 5px;
	padding-left:20px;
	margin-bottom:5px;
	}
	


/* category
==========================================================*/
div#print-box {
    width:520px;
	margin:0 auto;
	}
	
.great-list {
   font-size:14px;
   font-weight:bold;
   color:#f93;
   }

.great-list li {
	margin-bottom:10px;
	font-weight:bold;
	}

.great-list li img{
    vertical-align:middle;
    }
   
dl.pic-dl {
    float:left;
	margin:0 15px 20px 5px;
    width:240px;
	text-align:center;
	background:url(image/pic-back.jpg) repeat-y;
	}

dl.pic-dl dt img{
    padding:10px 0 5px 0;
	}
	
dl.pic-dl dd {
    width:240px;
	height:30px;
	line-height:30px;
	background:url(image/pic-back-foot.jpg) no-repeat;
	}
	
.text-point {
	color:#FF9933;
	font-size:14px;
	font-weight:bold;
	}

.text-point img{
    vertical-align:middle;
	}
	
div.box2-head {
	background:url(image/box2-head.jpg) no-repeat left top;
	height:12px;
	}
	
div.box2-body {
	background:url(image/box2-body.jpg) repeat-y left top;
	padding:0 20px 0 15px;
	}

div.box2-body p.padding-b0,
div.box3-body p.padding-b0 {
	padding-bottom:0;
	}
	
div.box2-foot {
	background:url(image/box2-foot.jpg) no-repeat left top;
	height:12px;
	margin-bottom:10px;
	}
	
div.box3-head {
	background:url(image/box3-head.jpg) no-repeat left top;
	height:70px;
	}
	
div.box3-body {
	background:url(image/box3-body.jpg) repeat-y left top;
	padding:0 35px 0 15px;
	}
	
div.box3-foot {
	background:url(image/box3-foot.jpg) no-repeat left top;
	height:20px;
	margin-bottom:10px;
	}
	
p.denture-title {
	font-size:14px;
	font-weight:bold;
	color:#f93;
	line-height:67px;
	}
	
p.denture-title img {
    vertical-align:middle;
	}
	
.line {
	border-top:1px dotted #ff9933;
	color:#fff;
	margin-top:20px;
	}
	
.qr{
margin:0;
padding:20px 0 0 0px;
}
	
.qr_text p{
margin:0 0 0 0;
padding:10px 0 0 0;
font-size:10px;
}
	