@charset "UTF-8";
/* ------------------------------ Override HTML Tag ------------------------------ */
html {
	/* setting border: 0 hoses ie6 win window inner well border */
}
body {
	/* setting border: 0 hoses ie5 win window inner well border */
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	margin: 0px;
	padding: 0px;
	background-image: url(mtimages/bg.gif);
	background-repeat: repeat-x;
	background-color: #F3F2E3;
	font-size: 9.5pt;
	color: #646464;
	/* center on ie */
	 /* if pages are left, center, or right */
	text-align: center;
}
form {
	margin: 0;
	padding: 0;
}
a {
	color: #522b23;
	text-decoration: none;
}
a:hover {
	color: #D95A41;
}
a:visited {
}
a img {
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
}

/* ------------------------------ Common classes ------------------------------ */
.clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

/***** .pkg class wraps enclosing block element around inner floated elements *****/
.pkg:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .pkg {
	display: inline-block;
}
/* no ie mac \*/
* html .pkg {
	height: 1%;
}
.pkg {
	display: block;
}

/* ------------------------------ blog layout base settings ------------------------------ */
#container {
	position: relative;
	text-align: left;
	/* width of blog total */
    width: 976px;
	height: 118px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#container-inner {
	position: static;
	width: auto;
	margin: 0px;
	background-image: url(mtimages/header.gif);
	background-repeat: no-repeat;
	padding: 0px;
}

/* ------------------------------ layout header ------------------------------ */
#banner {
	position: relative;
	/* header image one image */
	background-image: url();
	background-repeat: no-repeat;
	/* header margin */
	margin-top: 0px;
	/* header image height */
	height: 63px;
	/* header image width */
	width: 976px;
}
#banner-inner {
	position: static;
	float: left;
}

/* ------------------------------ layout content base ------------------------------ */
/***** three culmns styles *****/
#alpha, #beta, #gamma {
    display: inline; /* ie win bugfix */
    position: relative;
    float: left;
    min-height: 1px;
}

/* ------------------------------ left content ------------------------------ */
#alpha {
	padding: 0px;
	/* left width */
	width: 160px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 8px;
}
#alpha-inner {
}

/* ------------------------------ center content ------------------------------ */
#beta {
	padding: 0px;
	/* center width */
	width: 523px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#beta-inner {
	padding: 0px;
	margin: 0px;
}
/* ------------------------------ right content ------------------------------ */
#gamma {
	padding: 0px;
	/* right width */
	width: 258px;
	margin: 0px;
}
#gamma-inner {
}
/* ------------------------------ In header ------------------------------ */
/***** blog title in header image position *****/
#banner-inner h1 {
	height: 46px;
	width: 234px;
	font-size: 0.1em;
	padding: 0px;
	margin-top: 32px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 28px;
}

#banner-inner h2 {
	text-indent:-9999px;
	font-size: 0.1em;
	margin: 0px;
	padding: 0px;
}
/***** Menu in header *****/
ul#banner-inner-menu {
	margin-left: 65px;
	display: block;
	height: 14px;
	margin-top: 64px;
	width: 422px;
	float: left;
	list-style-type: none;
	padding: 0px;
}
ul#banner-inner-menu li {
	display: inline;
	font-size: 6px;
}
li#menu_about {
	display: block;
	float: left;
	width: 118px;
	height: 14px;
}
li#menu_benri {
	display: block;
	margin-left: 29px;
	float: left;
	height: 14px;
	width: 98px;
}
li#menu_link {
	display: block;
	margin-left: 28px;
	float: left;
	height: 14px;
	width: 39px;
}
li#menu_inquire {
	display: block;
	margin-left: 28px;
	float: left;
	height: 14px;
	width: 82px;
}
.banner-inner-menu {
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

#banner-inner-menu a {
}
#banner-inner-menu a:hover {
}
#banner-inner-menu a:visited {
}
/**** Search module ****/
#banner-search {
	float: right;
	font-size: 0.9em;
}
#banner-search-content {
	padding: 0px;
	margin: 0px;
}
/* blog title anchor */
#banner-inner a {
	display:block;
	height:100%;
	text-indent:-9999px;
}
/* in header*/
#banner-inner {
	float: left;
}
/* ------------------------------ entry additional function ------------------------------ */
/* contents */
#pagebody {
	position: relative;
	width: 100%;
	/* contents margin top */
	margin-top: 51px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#pagebody-inner {
	position: static;
	width: 100%;
}

/* ------------------------------ entry additional function ------------------------------ */
/***** trackback *****/
.trackbacks {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
/***** comment *****/
.comment {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	border: 1px dotted #666666;
}
.comments-content {
	font-size: 1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.comments-open {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

/* ------------------------------ modules ------------------------------ */
/* category */
.module-categories {
	margin-bottom: 23px;
	font-size: 0.9em;
	text-align: center;
	line-height: 2em;
	margin-top: 8px;
}
.module-categories h2 {
	height: 36px;
	width: 160px;
	background-image: url(mtimages/h2_category.gif);
	background-repeat: no-repeat;
	font-size: 0.1em;
	text-indent: -9999px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
/***** category about *****/
.module-category-about {
	margin-bottom: 23px;
	font-size: 1em;
}
.module-category-about h2 {
	height: 36px;
	width: 258px;
	background-image: url(mtimages/h2_category_about.gif);
	background-repeat: no-repeat;
	font-size: 0.1em;
	text-indent: -9999px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
/***** archive ******/
.module-archives {
	font-size: 0.9em;
	text-align: center;
	margin-bottom: 23px;
	line-height: 2em;
}
.module-archives h2 {
	height: 36px;
	width: 160px;
	background-image: url(mtimages/h2_archive.gif);
	background-repeat: no-repeat;
	font-size: 0.1em;
	text-indent: -9999px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
/***** datebased archive *****/
.module-datebased-about {
	margin-bottom: 23px;
	font-size: 1em;
}
.module-datebased-about h2 {
	height: 36px;
	width: 258px;
	background-image: url(mtimages/h2_datebased_archive_about.gif);
	background-repeat: no-repeat;
	font-size: 0.1em;
	text-indent: -9999px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
/***** RSS *****/
.module-rss {
	text-align: left;
	margin-bottom: 21px;
	font-size: 0.9em;
}
.module-rss h2 {
	/* rss */
	font-size: 0.1em;
	/* images path to rss.gif */
	background-image: url(mtimages/rss.gif);
	background-repeat: no-repeat;
	padding: 0px;
	/* fixed */
	height: 16px;
	width: 88px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 9px;
	margin-left: 0px;
}
.module-rss a {
	display:block;
	height:100%;
	text-indent:-9999px;
}
/***** Recent contents list *****/
.module-recent {
	margin-bottom: 15px;
	line-height: 2em;
	font-size: 1em;
	text-align: center;
}
.module-recent h2 {
	height: 36px;
	width: 258px;
	background-image: url(mtimages/h2_recent.gif);
	background-repeat: no-repeat;
	font-size: 0.1em;
	text-indent: -9999px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
/***** About this content *****/
.module-about {
	margin-bottom: 15px;
	font-size: 1em;
}
.module-about h2 {
	height: 36px;
	width: 258px;
	background-image: url(mtimages/h2_about.gif);
	background-repeat: no-repeat;
	font-size: 0.1em;
	text-indent: -9999px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
/***** module common *****/
.module-header {
	font-size: 1em;
	padding-top: 2px;
	padding-right: 16px;
	padding-bottom: 2px;
	padding-left: 16px;
	margin-top: 21px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.module-content {
}
.module-list {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* ------------------------------ 未整理 ------------------------------ */
#archive-header {
	font-size: 1.2em;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-image: url(mtimages/h2_archive_header.gif);
	background-color: #CCFF66;
	background-repeat: no-repeat;
	padding-top: 28px;
	padding-right: 0px;
	padding-bottom: 13px;
	padding-left: 0px;
}
#archive-title {
	font-size: 1.5em;
	width: 480px;
	margin-right: auto;
	margin-left: auto;
}
/* ------------------------------ 未整理 ------------------------------ */
#error-header {
	font-size: 1.2em;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-image: url(mtimages/h2_error_header.gif);
	background-color: #FF668E;
	background-repeat: no-repeat;
	padding-top: 28px;
	padding-right: 0px;
	padding-bottom: 13px;
	padding-left: 0px;
	color: #F3F2E3;
}
/* ------------------------------ 未整理 ------------------------------ */
.content-nav {
	text-align: center;
}
.date-header {
	font-size: 1em;
	text-align: center;
	background-image: url(mtimages/entry_head_bg.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.entry-header {
	font-size: 1.5em;
	text-align: center;
}
.entry {
	/* entry */
	width: 523px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url(mtimages/entry_bg.gif);
	background-repeat: repeat-y;
}
.entry-footer {
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	padding: 0px;
	width: 480px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 0.8em;
}
.entry-body p {
	margin-bottom: 2em;
}
.p_danraku {
	text-indent: 1em;
}
.entry-body {
	line-height: 2em;
	width: 480px;
	margin-right: auto;
	margin-left: auto;
}
.entry-start {
	background-image: url(mtimages/entry_head_bg.gif);
	background-repeat: no-repeat;
	height: 19px;
}
.entry-end {
	background-image: url(mtimages/entry_end_bg.gif);
	background-repeat: no-repeat;
	height: 19px;
	margin-bottom: 20px;
}
/* ------------------------------ 未整理 ------------------------------ */
.archive-list {
	list-style-type: none;
}
.archive-list-item {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}

/* ------------------------------ affiliate ------------------------------ */
.affiliate{
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
}
.affiliate h3 {
	background-color: #D1FF75;
	font-size: 1em;
	margin-top: 5px;	
}
.affiliate p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#alpha-affiliate {
	text-align: center;
	margin-top: 26px;
}
#beta-affiliate {
	text-align: center;
	margin-top: 8px;
	margin-bottom: 18px;
}
#gamma-affiliate {
	text-align: center;
	margin-top: 34px;
}
.beta-head-affiliate {
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
}

/* ------------------------------ copyright ------------------------------ */
#copyright-310326 {
	text-align: center;
	padding-bottom: 30px;
}

