@charset "utf-8";
/* --------------------------------------------------
	Since : 2007/10/05
	Last Modified: 2007‒10‒29
	Site Name: Dank Hearts Co., Ltd.
	Author: Dank Hearts Co., Ltd.
	Version: 3.2
 --------------------------------------------------- */

/*
===== CONTENTS ================================================================================

	1: Base Style Setting
		: Reset
		: Base Setting
		: Font Setting
		: Finding Setting
	2: Huck
	3: Layout Setting
		: main-layout
		: header
		: footer
		: navi
		: sidebar
		: entry
		: trackbacks
		: comments
		: option
	4: Contents

===============================================================================================
*/



/* 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/back-image.jpg) repeat-x;
	line-height:150%;
	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;}

.font-bold {font-weight:bold; }

/* Finding Setting
==========================================================*/
h1 {
	font-size:12px;
	color:#999;
	}
	
h1 a{
	color:#fff;
	}

h2 {
	padding:5px 0 3px 8px;
	font-size:120%;
	font-weight:bold;
	border-bottom:1px solid #555;
	border-left:6px solid #555;
	clear:both;
	}

h3 {
	font-size:110%;
	border-left:10px solid #333333;
	padding-left:10px;
	background:#eee;
	}

h2 a {
	color:#222;
	}

h3 a {
	color:#222;
	}



/* 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.8;
	filter: alpha(opacity=80);
}


/* 透過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:801px;
	background:#FFFFFF url(image/content-back.jpg) repeat-y;
	text-align:center;
	margin: 0 auto;
	}

div#wrapper{
    width:745px;
	text-align:justify;
	text-justify:inter-ideograph;
	margin:0 auto;
	}
	
div#content {
	}
	
div.main {
	}


/* header 
==========================================================*/
div#header {
	width:100%;
	height:62px;
	position:relative;
	text-align:left;
	background:url(image/header01.jpg) no-repeat;
	}

div#h1-box {
    padding:33px 10px 0 0;
    text-align:right;
	}			

div#header02 {
    width:100%;
	height:411px;
	position:relative;
	background:url(image/header02.jpg) no-repeat;
	vertical-align:bottom;
	}

div#header02 div{
    width:385px;
	height:77px;
	position:absolute;
	padding-top:334px;
	right:19px;
	}

/* footer
==========================================================*/
div#footer {
	width:100%;
	height:56px;
	font-size:10px;
	background:url(image/footer.jpg);
	clear:both;
	text-align:left;
	}
	
#footer p{
    padding:0 5px;
	}	

#footer ul li{
    display:inline;
    color:#FFFFFF;
	}

#footer ul li a{
    color:#FFFFFF;
	}
	
/* entry
==========================================================*/
div.entry-body{
    padding-bottom:30px;
	}
	
div.entry-body p{
	padding:5px 0 5px 0;
	}

div.entry-body02{
    text-align:center;
    padding-bottom:30px;
	}
	
div.entry-body02 p{
	padding:5px 0 0 0;
	color:#FF3300;
	}

/* option
==========================================================*/
.con-left{
	float:left;
	margin:0 5px 5px 0;
	}
	
.con-right {
	float:right;
	margin:0 0 5px 10px;
	}
	
.margin-b10 {
    margin-bottom:10px;
	}

p.icon img {
    vertical-align:middle;
	}
			
/* table
==========================================================*/
table.tbl-nomal {
    width:95%;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin:0 auto;
	}
	
table.tbl-nomal th{
	padding:5px;
	text-align:left;
	line-height:120%;
	letter-spacing:1px;
	border-bottom:1px dashed #ccc;
	font-weight:bold;
	}
	
	
table.tbl-nomal td{
	padding:5px;
	text-align:left;
	line-height:150%;
	letter-spacing:1px;
	border-bottom:1px dashed #ccc;
	}

table.tbl-nomal02 {
    width:100%;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	}
	
table.tbl-nomal02 td{
	padding:5px;
	text-align:left;
	line-height:150%;
	letter-spacing:1px;
	border-bottom:1px dashed #ccc;
	}

table.tbl-nomal02 td.border{
	border-right:1px dashed #ccc;
	}

/* 4: Contents
----------------------------------------------------------------------------------------------*/
/* box
==========================================================*/
div.box {
    width:745px;
    background:url(image/box-back.jpg) repeat-y;
	}

div.box-foot {
    width:745px;
	height:7px;
    background:url(image/box-back-foot.jpg) no-repeat;
	clear:both;
	}

div#box-head01 {
    width:745px;
	height:123px;
    background:url(image/box-back-head01.jpg) no-repeat;
	}

div#box-head01 p {
    padding:45px 0 0 10px;
	}
			
div#box-head02 {
    width:745px;
	height:49px;
    background:url(image/box-back-head02.jpg) no-repeat;
	}
			
div#box-head03 {
    width:745px;
	height:32px;
    background:url(image/box-back-head03.jpg) no-repeat;
	}
			
div#box-head04 {
    width:745px;
	height:32px;
    background:url(image/box-back-head04.jpg) no-repeat;
	}
			
div.box02 {
    width:745px;
    background:url(image/box02-back.jpg) repeat-y;
	padding:10px 0;
	}

div.box02-l {
    width:365px;
    float:left;
	margin-left:1px;
	}
	
div.box02-r {
    width:365px;
    float:right;
	margin-left:1px;
	}
	
div.box02-foot {
    width:745px;
	height:6px;
    background:url(image/box02-back-foot.jpg) no-repeat;
	}

div#box02-head {
    width:745px;
	height:31px;
    background:url(image/box02-back-head.jpg) no-repeat;
	}
			
/* box-inner
==========================================================*/
div.box-inner {
    padding:10px;
	}
	
div.box-inner-t0 {
    padding:0 10px 10px 10px;
	}
	
div.entry-body div#box-a{
    float:left;
	width:270px;
	}

div.entry-body div#box-b{
    float:right;
	width:440px;
	text-align:right;
	}

div.entry-body dl.dl02{
    width:235px;
	float:left;
	padding:0 3px;
	}
	
div.entry-body dl.dl03{
    width:340px;
	float:left;
	padding:0 10px 0 10px;
	}
	
div.entry-body dd{
	padding:5px 0 5px 0;
	letter-spacing:;
	}
	
/* image
==========================================================*/
.imgs1{
        margin:0px;
        padding:0px;
        height:260px;
        background:url(image/image02.jpg) no-repeat;
        }

.imgs2{
        margin:0px;
        padding:0px;
        height:265px;
        background:url(image/image03.jpg) no-repeat;
        }

.imgs3{
        margin:0px;
        padding:0px;
        height:355px;
        background:url(image/image04.jpg) no-repeat;
        }

.imgs4{
        margin:0px;
        padding:0px;
        height:295px;
        background:url(image/image05.jpg) no-repeat;
        }

.imgs5{
        margin:0px;
        padding:0px;
        height:300px;
        background:url(image/image06.jpg) no-repeat;
        }

.bt1{
        padding:200px 0px 0px 225px;
               }

.bt2{
        padding:207px 0px 0px 238px;
               }

.bt3{
        padding:300px 0px 0px 235px;
               }

.bt4{
        padding:235px 0px 0px 230px;
               }

.bt5{
        padding:243px 0px 0px 232px;
               }


/* form
==========================================================*/
.form-table {
	border-bottom:1px dotted #cccccc;
	margin-bottom:10px;
	}

.form-table th {
	background:#eff5c7;
	text-align:left;
	vertical-align:top;
	font-weight:normal;
	}
	
.form-table th,
.form-table td {
	padding:5px 5px 5px 10px;
	border-top:1px dotted #cccccc;
	} 
	
div.entry-body p.r-border {
	border-left:1px solid #cccccc;
	padding-left:15px;
	}
	
input.l {
	width:300px;
	} 
	
input.m {
	width:150px;
	}
	
input.s {
	width:50px;
	} 
	
input.ss {
	width:30px;
	}
	
p.submit {
	text-align:center
	}
	
textarea {
	width:300px;
	} 
	
