@charset "<$MTPublishCharset$>"; /* PublishCharset into mt-config.cgi */

/*
 * File      : styles-site.css
 * Version   : 4.00
 * Update    :
 * 2.00 2005.09.01: Update for Movable Type 3.2.
 * 2.01 2005.09.03: add font-size to content-nav.
 * 2.02 2005.09.27: correct the capital letter to the small letter.
 * 2.03 2005.10.13: add ul and ol type selectors to .entry class selector.
 * 2.04 2005.11.26: fixed typo.
 * 2.05 2006.01.26: comment out the specification of the background image.
 * 2.06 2006.02.26: delete font-weight property from all name selector and add h type selectors
 *                            and brought property for the title together.
 * 2.07 2006.06.01: add .archive-list class selector.
 * 3.00 2006.06.27: Update for Movable Type 3.3.
 * 3.01 2006.07.07: correct class selector.
 * 4.00 2007.05.11: XHTML 1.0 Strict.
 *
 * Copyright (C) 2005-2007 www.koikikukan.com All rights reserved.
 */

/* すべて */
* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
}
body {
    font-size: 100%;
}
html>body {
    font-size: 12pt;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

/* リンク */
a,
a:link,
a:visited {
    color: #069;
    text-decoration: none;
}
a:hover {
    color: #069;
    text-decoration: underline;
}
a:active {}

/* リンクつき画像 */
a img {
    border: none;
}

/* フォーム */
form {
    margin: 0px;
}
#search-options,
input {
    padding: 1px;
}
#search {
    width: 140px;
}

/* タイトルバナー */

/* ヘッダ */
#header {
	width:100%;
	height:60px;
    position:relative;
    background-image: url(images/hd_logo.gif);
	text-indent:-2000px;
}

#header h1 a:link,#header h1 a:visited{
 text-indent:-9999px;
 display:block;
 position:absolute;
 width:245px;
 height:45px;
 background:url(images/hd_logo01.gif) no-repeat;
 top:5px;
 left:5px;
}
#header h1 a:hover{
 text-indent:-9999px;
 display:block;
 position:absolute;
 width:245px;
 height:45px;
 background:url(images/hd_logo01.gif) no-repeat -2px 0;
 top:5px;
 left:5px;
}

a#header_link02:link,a#header_link02:visited{
 text-indent:-9999px;
 display:block;
 position:absolute;
 width:160px;
 height:55px;
 background:url(images/toiawase.gif) no-repeat;
 top:3px;
 left:540px;
}
a#header_link02:hover{
 text-indent:-9999px;
 display:block;
 position:absolute;
 width:160px;
 height:55px;
 background:url(images/toiawase.gif) no-repeat -2px 0;
 top:3px;
 left:540px;
}

/*
#block {
   width: 710px;
   height:60px;
   text-align: left;
}

.block1 {
   float: left;
   width: 500px;
   height:60px;
}

.block2 {
   float: left;
   width: 210px;
   height:60px;
   text-align:center;
}
*/

/* タイトルバナー下の説明 */
.blog-description {
    background: transparent;
    font-size: 12px;
	text-indent:-2000px;
}

/* パンくずリスト*/
.navi01
{
	color:#666666;
	font-size:10px;
	font-weight:normal;
	padding:0;
	margin:0;
	text-align:left;
	width:710px;
	background-image:url(images/hd_img_bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
}

/* （アーカイブの方）　*/
.navi01 a
{
	color:#009900;
}


p.navi
{
	color:#666666;
	background-color:#ffffff;
	font-size:80%;
	font-weight:normal;
	padding:5px 10px;
	margin-bottom:15px;
}

p.navi a
{
	color:#009900;
	background-color:#ffffff;
}


/* パンくずリスト終了*/

/* アーカイブテンプレートの前後リンク */
.content-nav {
    margin: 10px;
    text-align: center;
　　font-size: 12px;
}



/* メニューバー */
#banner00 {
    margin: auto; /* （重要）センタリング */
	padding: 0px;
	background-color: #142B67;
    height:40px;
	width: 710px;
	text-align:center;
}

#nav {
    margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #142B67;
	background-repeat: repeat-x;
	background-position: bottom;
	height:40px;
	width: 708px;
	float: left;
}

#nav a {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background-image: url(images/menuA01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 40px;
	width: 118px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left:  0px;
}

#nav a:hover {
    color:#fff;
    background-image:url(images/menuA02.jpg);
    background-repeat: no-repeat;
    /* background-position: 0 -25; */
}

#nav li {
    float: left;
	width: 118;

}



/* トップページ背景部分 */
#hd_img {
		width:710px;
		background-image:url(images/hd_img_bg.gif);
		background-position:left top;
		background-repeat:repeat-x;
		padding:10px 0 3px 0;
	}


/* トップページ中央部分 */
#block-center {
   width: 710px;
   height:100px;
   text-align: left;
}

.block3 {
   float: left;
   width: 237px;
   height:100px;
}

.block4 {
   float: left;
   width: 236px;
   height:100px;
}

.block5 {
   float: left;
   width: 237px;
   height:100px;
}
/* トップページ中央部分終了 */


/* 画像イメージ */
.image01 { 
    margin:0;
	padding:0;
    text-align: center; }

.image02 { 
　　margin:0;
	padding:0;
　　text-align: left; 
　　font-size:12px;
　　　　　}

.image03 { 
	width:680px;
	padding:10px 0 0 0;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/line_dot_gry.gif);
	background-position:left top;
	background-repeat:repeat-x;
	text-align:left;
		 }

.image04 { text-align: right; }
/* 画像イメージ終了 */

.image05 { 
    margin:0;
	padding-left:7px;
    text-align: left; }

/* お墓について */
#flow {
	margin:0 0 0 15px;
	width:495px;
	line-height:160%;
	text-align:left;
	font-size:14px;
}

.flow_st03 {
	margin:auto;
	vertical-align:top;
	text-align:center;
	line-height:160%;
	font-size:12px;
	}

.flow_st04 {
	margin:0 0 20px 0;
	padding:10px 0;
	vertical-align:top;
	text-align:left;
	line-height:160%;
	font-size:12px;
	}


/* お墓事例集 */
table.case01 {
	width:490px;
	margin:20px 0 0 15px;
	font-size:13px;
	color:#333333;
}


/* スタッフ */
div#staff {
	width:490px;
	margin:0 0 0 15px;
	text-align:left;
	font-size:12px;
}

table.staff_box {
	width:490px;
	font-size:12px;
	margin:0 0 15px 0;
}
table.staff_box td {
	vertical-align:top;
}
table.staff_box td.l {
	padding:0 10px 0 20px;
	border-left:1px solid #2A3961;
}
table.staff_box td.r {
	padding:0 20px 0 0;
	border-right:1px solid #2A3961;
}
table.staff_box td.cmt {
	padding:0 20px 0 0;
	border-right:1px solid #2A3961;
	line-height:140%;
}
table.staff_box td.cmt p {
	margin:6px 0 0 0;
}


/* オーダーについて */

div#order01 {
	width:490px;
	height:220px;
	margin:0 0 50px 15px;
	padding:0;
	background-image:url(images/tomb/order_img01.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	text-align:left;
	font-size:12px;
}
div.order_l {
	width:252px;
	padding:0 10px 0 0;
	border-right:2px solid #051133;
	margin:50px 0 0 0;
}
div.order_l p.case_num {
	text-align:right;
	margin:0 0 15px 0;
}

div#order02 {
	width:490px;
	height:185px;
	margin:0 0 50px 15px;
	background-image:url(images/tomb/order_img02.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	text-align:left;
	font-size:12px;
}
div#order02 p.cmt {
	margin:0 0 0 305px;
}

div.order_r {
	padding:0 0 0 10px;
	border-left:2px solid #051133;
	margin:45px 0 0 305px;
}
div.order_r p.case_num {
	text-align:left;
	margin:0 0 15px 0;
}


/* リフォーム */

div.reform_case {
	width:490px;
	margin:0 0 50px 15px;
	border-left:2px solid #051133;
	padding:0 0 0 10px;
	line-height:160%;
}
div.reform_case table {
	width:480px;
}
div.reform_case td {
	vertical-align:top;
}
div.reform_case td.cmt {
	padding:0 0 0 15px;
}
div.reform_case td.cmt p.btn {
	margin:15px 0 0 0;
}
div.reform_case2 {
	width:490px;
	margin:0 0 0 15px;
	line-height:160%;
}
div.reform_case2 table {
	width:490px;
}
div.reform_case2 td {
	vertical-align:top;
}
div.reform_case2 td.img {
	padding:0 0 0 10px;
}
div.reform_case2 td.cmt {
	padding:0 15px 0 0;
	border-right:2px solid #051133;
}


/* 石の種類 */
.cmt {
    font-size:12px;
	}

table#cmt_box {
	width:490px;
	margin:0 0 0 15px;
	font-size:12px;
}
table#cmt_box td.l {
	text-align:left;
	height:5px;
	width:auto;
}
table#cmt_box td.r {
	text-align:right;
	height:5px;
	width:auto;
}
table#cmt_box td.cmt {
	padding:0 10px 0 10px;
	line-height:160%;
/*  background-image:url(images/tomb/box01_side.gif);*/
	background-position:left top;
	background-repeat:repeat-y;
}
table#cmt_box2 {
	width:490px;
	margin:10px 0 0 15px;
}
table#cmt_box2 td.l {
	text-align:left;
	height:5px;
	width:auto;
}
table#cmt_box2 td.r {
	text-align:right;
	height:5px;
	width:auto;
}
table#cmt_box2 td.cmt {
	padding:0 10px 0 10px;
	line-height:160%;
/*	background-image:url(images/tomb/box01_side.gif);
	background-position:left top;
	background-repeat:repeat-y;
*/
}

div.pat_cate {
	width:490px;
	margin:40px 0 0 15px;
	font-size:12px;
}
div.pat_cate p.note {
	text-align:right;
	font-size:10px;
}
div.pat_cate p.subtitle {
	padding:0 0 15px 0;
	border-bottom:1px solid #E1E6E9;
}
div.pat_cate table {
	width:490px;
}
div.pat_cate table td {
	border-bottom:1px solid #E1E6E9;
	vertical-align:top;
	line-height:140%;
	padding:5px;
}


/* 彫刻 */

div.carv_case {
	width:490px;
	margin:40px 0 0 15px;
	line-height:160%;
}
table.carv_l {
	width:490px;
	margin:30px 0 0 0;
	font-size:12px;
}
table.carv_l td {
	vertical-align:top;
}
table.carv_l p.carv_cp {
	margin:0 0 30px 0;
}
table.carv_l p.carv_img {
	margin:0 10px 0 0;
}
table.carv_r {
	width:490px;
	margin:30px 0 0 0;
	font-size:12px;
}
table.carv_r td {
	vertical-align:top;
}
table.carv_r p.carv_img {
	margin:0 0 0 10px;
}
table.carv_r p.carv_cp {
	margin:0 0 30px 0;
}
div.carv_l {
	margin:30px 0 0 0;
	float:left;
}
div.carv_l p.carv_img {
	float:left;
	margin:0 10px 0 0;
}
div.carv_l p.carv_cp {
	margin:0 0 30px 0;
}
div.carv_r {
	margin:30px 0 0 0;
	float:left;
}
div.carv_r p.carv_img {
	float:right;
	margin:0 0 0 10px;
}
div.carv_r p.carv_cp {
	margin:0 0 30px 0;
}


/* 表札置物 */
div#fig {
	width:490px;
	margin:0 0 0 15px;
}
div#fig td {
	vertical-align:top;
}
div#fig table.lead {
	margin:0 0 20px 0;
}
div#fig p.cmt {
	line-height:160%;
	width:205px;
}
p#fuku_exp {
	background-color:#F5F7F9;
	padding:15px 20px 15px 20px;
	font-size:10px;
	line-height:140%;
}

/* -- Faq -- */
div#faq {
	width:490px;
	margin:0 0 0 15px;
}
div#faq td {
	vertical-align:top;
}
div#faq table {
	width:490px;
	margin:30px 0 0 0;
}
div#faq td.q_num {
	width:55px;
	height:25px;
	padding:5px 0 5px 10px;
	background-image:url(images/faq/q_num_bg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	font-weight:bold;
}
div#faq td.title {
	padding:2px 0 2px 10px;
	background-image:url(images/faq/q_title_bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
	font-weight:bold;
}
div#faq td.a_num {
	color:#D02215;
	font-weight:bold;
	padding:10px 0 5px 10px;
	line-height:160%;
}
div#faq td.ans {
	padding:10px 0 5px 10px;
	line-height:160%;
}


/* ---------- entry ---------- */

div#entry01
{
	width:92%;
	margin-left:23px;
	margin-bottom:0px;
	border:1px solid #efefef;
}

div#entry01 h3
{
	font-size:12px;
	text-indent:0px;
	color:#333333;
	background:#ffffff;
	height:15px;
	margin-bottom:0px;
}

div#entry02
{
	width:100%;
	margin-bottom:20px;
}

div#entry02 h3
{
	font-size:2px;
	text-indent:-9999px;
	background:#efefef url(<$MTBlogURL$>img/title001.jpg) no-repeat left top;
	height:35px;
	margin-bottom:10px;
}


div.entry-inner
{
	color:#000000;
	background-color:#ffffff;
	padding:5px 0px 5px 10px;
}

div.entry-inner ul
{
	list-style-type:none;
}

div.entry-inner li
{
	padding:7px 5px 7px 35px;
	font-size:80%;
	font-weight:normal;
	text-align:left;
	line-height:160%;
	color:#000000;
	background:#ffffff url(<$MTBlogURL$>images/ya.gif) no-repeat 10px 7px;
	border-bottom:0px solid #efefef;
}

/* ---------- entry_end ---------- */


/* エントリー全体 */
.blog {
    padding: 3px 5px;
}

/* エントリー日付 */
.date {
    margin: 8px 0;
    padding-left: 5px;
/*    background-position: left; 
    background-repeat: no-repeat;
    background-image: url(".gif");*/
    font-size: 83.3%;
    font-weight: bold;
    line-height: 2.0;
}

/* エントリー日付・コメントタイトル・トラックバックタイトルの配色 */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header {
    color: #fff;
    background: #8fabbe;
}

/* エントリー */
.entry {
    width: auto;
    margin: 0 3px 15px;
    color: #36414d;
    background: #fff;
/*    background-position: right; 
    background-repeat: repeat-y; 
    background-image: url(".gif");*/
    font-size: 83.3%;
    line-height:1.5;
    word-break: break-all;
}

/* 段落 */
.entry p {
    margin: 15px 0;
}

/* 順序なしリスト */
.entry ul,
.entry ol {
    padding-left: 16px;
}
.entry ul li {
    list-style-type: circle;
}

/* 定義リスト */
.entry dl {}
.entry dt {}
.entry dd {
    padding-left: 8px;
}

/* テキストエリア */
.entry textarea {
    width: 97%;
}

/* 引用 */
blockquote {
    width: auto;
    margin: 15px 20px 0;
    padding: 10px;
    border: 1px solid #666;
    background: #f6f6f6;
    font-size: 83.3%;
    line-height: 1.5;
}
.quotetitle { /* 引用文タイトル */
    font-size: 83.3%;
    border-bottom: 1px solid #666;
    padding: 3px;
}

pre {
    margin: 15px 20px 0px;
    padding: 10px;
    background: #f6f6f6;
    border: 1px solid #999;
    font-size: 83.3%;
    line-height: 1.5;
    width: 100%;
    overflow: scroll;
}
html>body pre {
    width: 87%;
}

/* 追記 */
.entry.extended {}

/* エントリータイトル */
.entry-header {
    margin: 15px 0 0;
    padding-left: 5px;
    border-left: 3px solid #999;
    color: #444;
    font-size: 100%;
    font-weight: bold;
}

/* 投稿者 */
.entry-footer {
    margin: 10px 0 0;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    text-align: right;
    font-size: 83.3%;
}

/* タグ */
.entry-tags-header,
.entry-tags-list,
.entry-tag {
    display: inline;
    font-size: 100%;
}
.entry-tags-list { 
    list-style:none;
    padding-left: 5px;
}

/* Typekeyコメンタ－画像 */
.commenter-profile img {
    vertical-align: middle;
    border-width: 0;
}

/* アーカイブページ本文 */
.archive-list {
    margin: 10px 0;
}



/* カレンダー */
.calendarhead {
    padding-bottom: 5px;
    text-align: center;
    color: #444444;
    font-size: 9px;
    background: none;
    letter-spacing: 0.2em;
}
#calendar table {
    text-align: center;
    padding: 0px;
    border-collapse: collapse;
}
#calendar th {
    padding-bottom: 3px;
    font-size: 8px;
    width: 23px;
}
#calendar td {
    padding: 2px 0;
    font-size: 9px;
    line-height: 120%;
}
span.day {
    text-align: center;
    font-size: 9px;
}
span.saturday {
    color: blue;
}
span.sunday {
    color: #e50003;
}
td.today {
    display: block;
    border: 1px solid #444444;
}

#links-left-box dl,
#links-right-box dl {
    margin: 0;
    padding: 0;
}
#links-left-box dd,
#links-right-box dd {
    font-size: 75%;
}

.side dt,
.side dd {
    margin: 0;
    padding: 0;
}



/* サイドメニュータイトル */
.sidetitle {
    margin-top: 3px;
    border: 1px solid  #666666;
    color: #444;
    background: #f6f6f6;
    text-align: center;
    font-size: 75%;
    line-height: 2.0;
}

/* サイドメニュー */
.side {
    margin: 3px 0 20px;
    background: none;
    color: #444;
    font-size: 75%;
    line-height: 1.5;
}
.side ul,
.side ol {
    padding-left: 18px;
}
html>body .side ul {
    padding-left: 14px;
}
.side ul li {
    list-style-type: circle;
}
.side ul li ul {
    padding-left: 0px;
}
.side li li {
    list-style-type: none;
}

/* サイドメニュー(サブカテゴリー用) */
.side #categories ul {
    padding-left: 16px;
}
.side #categories ul ul {
    padding-left: 10px;
}
.side #categories li {
    list-style-type: circle;
}

/* サイドメニュー(タグクラウド用) */
ul#tags {
    margin-top: 5px;
    padding-left: 0;
    list-style: none;
}
ul#tags .module-list-item {
    display: inline;
}
ul#tags li.taglevel1 {
    font-size: 125%;
    font-weight: bold;
}
ul#tags li.taglevel2 {
    font-size: 125%;
}
ul#tags li.taglevel3 {
    font-size: 116.6%;
}
ul#tags li.taglevel4 {
    font-size: 108.3%;
}
ul#tags li.taglevel5 {
    font-size: 100%;
}
ul#tags li.taglevel6 {
    font-size: 91.6%;
}

/* 検索 */
fieldset {
    border: none;
}

/* カウンター */
.counter {
    margin: 8px 0 25px;
    padding: 2px;
    background: none;
}

/* RSSフィード */
.syndicate {
    margin-bottom: 5px;
    text-align: left;
    color: #666666;
    font-size: 75%;
    line-height: 1.5;
}

/* クレジットバナー */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666666;
    font-size: 75%;
    line-height: 1.5;
}
.powered img {
    margin-top: 3px;
}
.powered ul,
.powered li {
    list-style: none;
}

/* コメント・トラックバック */
#trackbacks,
#comments {
    margin: 10px 0;
}

.trackbacks-header,
.comments-header,
.comments-open-header,
.comments-head {
    margin: 15px 0;
    padding-left: 5px;
    color: #fff;
    background: #8fabbe;
    font-size: 91.6%;
    font-weight: bold;
    line-height: 2.0;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0 2px;
    padding: 0;
    font-size: 83.3%;
    line-height: 1.5;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    margin-right: 2px;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    font-size: 66.6%;
    text-align: right;
}

#comments-open-data p {
    margin-bottom: 10px;
}
#comment-post {
   font-weight: bold;
}
#comment-author, #comment-email, #comment-url, #comment-text {
   width: 220px;
}
#comment-text {
    width: 266px;
}
#comment-bake-cookie {
   margin-left: 2px;
   vertical-align: middle;
}
#comments-open-footer {
    text-align: center;
}
.comments-open label {
    display: block;
}

/* カラム切り替え */
body.layout-three-column,
body.layout-two-column-left,
body.layout-sub-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
    margin-left:auto;
    margin-right:auto;
	margin-bottom:0;
    text-align: center;
	background-position:center;
	background-repeat:repeat-y;
	background-color:#E1E1E1;
	background-image: url("images/wrap_bg.gif") ;
	width:740px;
}
.layout-three-column #container,
.layout-two-column-left #container,
.layout-sub-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 10px;
}

/* 3カラム用 */
.layout-three-column #box {
    width: 850px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #669;
    border-left: 1px solid #669;
    border-right: 1px solid #669;
    text-align: left;
    background-color: #fff;
}

/* 2カラム用 */
.layout-two-column-left #box,
.layout-sub-two-column-left #box {
    width: 710px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 0px 0;
    border-bottom: 0px solid #669;
    border-left: 0px solid #669;
    border-right: 0px solid #669;
    text-align: left;
    background-color: #fff;
}

/* 1カラム用 */
.layout-one-column #box {
    width: 710px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding: 0;
    border-bottom: 0px solid #669;
    border-left: 0px solid #669;
    border-right: 0px solid #669;
    text-align: left;
    background-color: #fff;
}



/* 3カラム固定レイアウト */
.layout-three-column #content {
    float: left;
    width: 478px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #669;
    border-left: 1px solid #669;
    border-right: 1px solid #669;
	font-size:12px;
}
.layout-three-column #links-left-box,
.layout-three-column #links-right-box {
    float: left;
    width: 185px;
}
.layout-three-column #links-left,
.layout-three-column #links-right {
    padding: 15px 15px 0 15px;
}


/* 2カラム固定 トップレイアウト(左サイドバー) */
.layout-two-column-left #content {
    float: left;
    width: 428px;
    margin: 0 0 10px 0;
    border-bottom: 0px solid #669;
    border-left: 0px solid #669;
}
.layout-two-column-left #links-left-box {
    float: left;
    width: 278px;
}
.layout-two-column-left #links-left {
    padding: 15px 15px 0;
}

/* 2カラム固定 サブレイアウト(左サイドバー) */
.layout-sub-two-column-left #content-sub {
    float: left;
    width: 523px;
	font-size:12px;
    margin: 0 0 10px 0;
    border-bottom: 0px solid #669;
    border-left: 0px solid #669;
	text-align:center;
}
.layout-sub-two-column-left #links-left-box-sub {
    float: left;
    width: 187px;
}
.layout-sub-two-column-left #links-left-sub {
    padding: 0px 0px 0px 0px;
}



/* 1カラム固定レイアウト */
.layout-one-column #content {
    float: left;
    width: 700px;
    margin: 0 0 10px 0;
    border-bottom: 0px solid #669;
    border-left: 0px solid #669;
    border-right: 0px solid #669;
	font-size:12px;
}

/* フッタ */
.layout-one-column #footer {
    text-align: center;
}
.layout-one-column-liquid #footer {
    padding-bottom: 15px;
    text-align: center;
}


input,textarea {
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}

#box::after {
    height: 0;
    display: block;
    content: " ";
    visibility: hidden;
    clear: both;
}
#box {
    width: 100%
    /*\*/*/
    overflow: hidden;
    /**/
}

/* フッタ */

#footer {
    margin:auto;
    padding: 10px 0px 0px 0px;
    text-align: center;
    border-bottom: 0px solid #ffffff;
    color: #333;
	font-size:12px;
	background-image:url(images/line_dot_gry.gif);
	background-position:left top;
	background-repeat:repeat-x;
	width: 680px;
}

table.footertable {
   border-spacing: 0px;   /* セルの間隔をなくす */
   font-family: Verdana,sans-serif;   /* フォントの指定 */
   font-size: smaller;   /* 文字サイズを小さめに */
   text-align:center;
   margin-left:400px;
}

table.footertable02 {
   border-spacing: 0px;   /* セルの間隔をなくす */
   font-family: Verdana,sans-serif;   /* フォントの指定 */
   font-size: smaller;   /* 文字サイズを小さめに */
   text-align:center;
   margin:auto;
}

/* フッタ 終了*/

/* ---------- table ---------- */

/* 表全体のデザイン */
table.sample {
   border-spacing: 0px;   /* セルの間隔をなくす */
   font-family: Verdana,sans-serif;   /* フォントの指定 */
   font-size: smaller;   /* 文字サイズを小さめに */
}
/* セルのデザインのうちヘッダと中身の共通部分 */
table.sample th, table.sample td {
   border-width: 1px;   /* セルの枠線は太さ1ピクセル */
   border-style: solid;   /* セルの枠線は実線 */
   padding: 2px;   /* セル内側の余白は2ピクセル */
}
/* ヘッダセルのデザイン */
table.sample thead th {
   border-color: #ccffcc #7ca866 #7ca866 #ccffcc;   /* ※1 */
   background-color: #bceaa8;   /* ※1 */
}
table.sample tbody th {
   border-color: #ffffcc #aca866 #aca866 #ffffcc;   /* ※2 */
   background-color: #eceaa8;   /* ※2 */
}
/* セルのデザイン */
table.sample td {
   border-color: #ffffff #aca899 #aca899 #ffffff;   /* ※3 */
   background-color: #ecead8;   /* ※3 */
}


/* 表全体のデザイン */
table.sample0 {
   margin:auto;
   border-spacing: 0px;   /* セルの間隔をなくす */
   font-family: Verdana,sans-serif;   /* フォントの指定 */
}


/* ---------- color ---------- */

.redff0000
{
	color:#ff0000;
}

.redcc3300
{
	color:#cc3300;
}
/* ---------- color_end ---------- */

/* ---------- size ---------- */
.font10 {
	font-size: 10px;
}

.font10ffffff {
	font-size: 10px;
	color: #ffffff;
}

.font10006699 {
	font-size: 10px;
	color: #006699;
}

.font10cc3300 {
	font-size: 10px;
	color: #cc3300;
}

.font12 {
	font-size: 12px;
}
.font12000000 {
	font-size: 12px;
	color: #000000;
}
.font12006699 {
	font-size: 12px;
	color: #006699;
}
.font12cc3300 {
	font-size: 12px;
	color: #CC3300;
}

.font120000FF {
	font-size: 12px;
	color: #0000FF;
}
.font12ff0000 {
	font-size: 12px;
	color: #ff0000;
}
.font12ffffff {
	font-size: 12px;
	color: #ffffff;
}
.font12009900 {
	font-size: 12px;
	color: #009900;
}
.font12666666 {
	font-size: 12px;
	color: #666666;
}
.font12333333 {
	font-size: 12px;
	color: #333333;
}
.font14 {
	font-size: 14px;
}

.font14000000 {
	font-size: 14px;
	color: #000000;
}
.font14006699 {
	font-size: 14px;
	color: #006699;
}
.font14cc3300 {
	font-size: 14px;
	color: #CC3300;
}

.font14ff0000 {
	font-size: 14px;
	color: #ff0000;
}

.font14666666 {
	font-size: 14px;
	color: #666666;
}

.font14333333 {
	font-size: 14px;
	color: #333333;
}
/* ---------- size_end ---------- */


/* ---------- Web_RSS ---------- */
.webrss {
	font-size: 12px;
	color: #006666;
}
.webrss ul li {
	list-style-type: circle;
	margin-left: 20px;
    margin-top:10px;
}

