@charset "UTF-8";
/* @Style license ID.0541 */
/* CSSフォルダ内を使用する設定に変更 2009.11.21*/

/************************************************
*	Reset										*
************************************************/
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,blockquote,cite,q,address {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
/* =================================== */
/* ずれ回避 */
/* =================================== */

/* IE7 */
*:first-child+html body {
padding-left: 1px;
}

/* IE6 */
* html body {
padding-left: 1px;
} 

/* FireFox 3 */
 body
{
margin-left:-1px;
} 
/************************************************
*	clearfix									*
************************************************/
div:after , .clearfix:after {
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
/* exlude IE6 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end IE6 */
/************************************************
*	全体の設定									*
************************************************/
/* 画像ボーダー */
img {
	border-style: none;
	vertical-align: middle;
}
/* 強調 */
strong {
	color: #ff6600;
	background-color: #ffffff;
}
/* 強調 */
em {
	font-style: normal;
	color: #333333;
	background-color: #ffffff;
}
/* 読み飛ばし */
.skip{
	position: absolute;
	left: -9999px;
}
/* 非表示 */
.none{
	display: none;
}
/* 区切り */
hr {
	display: none;
}
/* リンク周り */
a {
	outline:none
}
/************************************************
*	レイアウト									*
************************************************/
body {
	text-align: center;
	margin-top: 0;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 30px;
}
div#header {
	width: 100%;
	height: 110px;
}
div#header div.inner {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
/* ナビの上のh1 2009.11.08 */
div#header div.navi_h1 {
	vertical-align: middle;
	padding-top: 0px;
	margin-left: 20px;
	padding-bottom: 10px;
/*	width: 960px;*/
    width: 850px;
    float: left;
	font-size: 12px;
}div#nav {
	width: 100%;
}
div#nav div.inner {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
/*2009.11.08*/
div#wrap {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	margin-top: -20px;
}
div#content {
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 20px;
/*	margin-top: 30px;*/
}
div#main {
	width: 650px;
	float: right;
	margin-top: -20px;
}
div#sub {
	width: 250px;
	float: left;
	margin-top: -20px;
}
div#footer {
	clear: both;
}
div#footer div.inner {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 920px;
}


/************************************************
*	詳細の設定									*
************************************************/
/************************************************
*	body										*
************************************************/
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, Arial, Helvetica, "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, sans-serif;
	color: #333333;
	background-color: #ffffff;
	background-image: url(../blogimg/nav_bg.png);
/*	background-position: 0px 70px;*/
/*	background-position: 0px 110px;*/
	background-repeat: repeat-x;
}
/************************************************
*	header										*
************************************************/
div.logo {
	vertical-align: middle;
	padding-top: 5px;
	margin-left: 20px;
	padding-bottom: 10px;
	width: 350px;
	float: left;
}
div.logo2 {
	vertical-align: middle;
	padding-top: 5px;
	margin-right: 20px;
	padding-bottom: 0px;
	width: 250px;
	height:45px;
	float: right;
}

/* h_nav */
div.h_nav {
	margin-right: 20px;
	float: right;
}
div.h_nav label {
	display: none;
}
div.h_nav ul li {
	margin-left: 6px;
	list-style-type: none;
	float: left;
}
div.h_nav ul li a {
	background-position: 0px -30px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 70px;
	height: 30px;
	display: block;
}
div.h_nav ul li.home a {
	background-image: url(../blogimg/home.png);
}
div.h_nav ul li.contact a {
	background-image: url(../blogimg/contact.png);
}
div.h_nav ul li.sitemap a {
	background-image: url(../blogimg/sitemap.png);
}
div.h_nav ul li.feed a {
	background-image: url(../blogimg/feed.png);
}
div.h_nav ul li a:hover {
	background-position: 0px 0px;
}




/************************************************
*	nav											*
************************************************/
div#nav {
	vertical-align: middle;
	padding-top: 8px;
	margin-bottom: 20px;
	height: 37px;
}
div#nav div.inner .sub {
	margin-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E3E3E3;
}
div#nav ul li {
	list-style-type: none;
	display: inline;
}
div#nav ul li a {
	font-size: 82%;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	background-color: transparent;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E3E3E3;
	padding-right: 20px;
	float: left;
}
div#nav ul li a:hover {
	color: #CC0033;
	background-color: transparent;
}



/************************************************
*	トップページのバナー 2009.11.21 *
************************************************/
/***  leftとright  ***/
.left {
	width: 320px;
	height: 200px;
	float: left;
}
/*  テキストLINK  */
.left_text1 a {
	width: 300px;
	height: 20px;
	float: left;
	margin: 0px 0px 5px 5px;  /* 上,右,下,左*/
}
.left_img {
	width: 310px;
	height: 173px;
	margin: 0px 10px 20px 5px;  /* 上,右,下,左*/
	float: left;
	display:inline;
}

/* 湯くぐり用バナー*/
.left2 {
	width: 630px;
	height: 180px;
	padding: 0px 0px 0px 5px;  /* 上,右,下,左*/
	float: left;
}
/*  テキストLINK  */
.left_text2 a {
	width: 630px;
	height: 20px;
	float: left;
	margin: 5px 0px 5px 5px;  /* 上,右,下,左*/
}
.left2_img {
	width: 310px;
	height: 150px;
	margin: 0px 0px 20px 5px;  /* 上,右,下,左*/
	float: left;
	display:inline;
}



/* どこで使っているか、不明*/
.right {
	width: 320px;  /*topバナーの幅 315*/
	padding: 0px 13px 0px 13px;  /* 上,右,下,左*/
	float: left;
}
.right_button {
	width: 310px;
	height: 173px;
	float: right;
}
.left_button {
	width: 315px;
	height: 176px;
	float: left;
}
.left_button2 {
	width: 630px;
	height: 150px;
	float: left;
}
/*/////////////////////////////*/
/************************************************
*	image										*
************************************************/
div.image {
	margin-bottom: 20px;
	margin-top: -20px;
}
/* 画像右寄せ ---------------------------*/
div.c_img_right {
	float: right;
	background-color: #FFFFFF;
	padding: 10px;
	margin-top: -10px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 0px;
}
/* 画像左寄せ ---------------------------*/
div.img_left {
	float: left;
	background-color: #FFFFFF;
	padding: 10px;
}
div.c_img_left {
	float: left;
	background-color: #FFFFFF;
	margin-right: 0px;
	padding-right: 0px;
	padding: 10px;
	margin-top: -10px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
/************************************************
*	main										*
************************************************/
div#main {
	font-size: 82%;
	line-height: 1.5;
}
/* mainリンク基本色 */
div#main a:link {
	text-decoration: none;
	color: #CC0033;
	background-color: #ffffff;
}
/* mainリンクマウスオーバー時 */
div#main a:link:hover {
	text-decoration: underline;
	color: #CC0033;
	background-color: #ffffff;
}
/* mainリンククリック時 */
div#main a:link:active {
	text-decoration: none;
	color: #CC0033;
	background-color: #ffffff;
}
/* mainリンク訪問済み */
div#main a:visited {
	text-decoration: underline;
	color: #999999;
	background-color: #ffffff;
}
/* mainリンク訪問済みマウスオーバー */
div#main a:visited:hover {
	text-decoration: underline;
	color: #CC0033;
	background-color: #ffffff;
}
/* mainリンク訪問済みクリック時 */
div#main a:visited:active {
	text-decoration: none;
	color: #CC0033;
	background-color: #ffffff;
}
/* パンくず */
ul.path {
	margin-left: -20px;
	font-size: 100%;
}
ul.path li {
	margin-right: 5px;
	display: inline;
}
ul.path li a {
	background-image: url(../blogimg/path.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 10px;
}
/* main 段落 */
div#main p {
	margin-bottom: 1em;
}
/* main 見出し */
div#main h2 {
	font-size: 123%;
	font-weight: bold;
	background-image: url(../blogimg/h2.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-left: 12px;
	margin-bottom: 5px;
	padding-bottom: 8px;
	clear: both;
}
/* 段落 */
div#main h3 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
/*	border-bottom-color: #E3E3E3;*/
	border-bottom-color: #CCCCCC;
	padding-bottom: .2em;
	clear: both;
}
/* 新着情報用 */
div#main .news_area  {
	background-image: url(../blogimg/news_b.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	padding-bottom: 0;
	width: 650px;
	clear: both;
}
/* 新着情報見出し */
div#main .news_area h2 {
	font-size: 123%;
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
	background-image: url(../blogimg/news_h.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-left: 15px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	padding-bottom: 2px;
}
/* 記事余白 */
div#main .news_area .inner {
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
}
/* 新着情報 日付 */
dl.news {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 20px;
}
/* 新着情報 記事タイトル */
dl.news dd  {
	margin-top: -1.5em;
	margin-left: 11em;
	margin-bottom: .4em;
}
/* 投稿者情報 */
div#main p.posted {
	font-size: 84.61%;
}
/* 引用元情報 */
div#main cite {
	font-style: italic;
}
/* 引用 */
div#main blockquote {
	border-width: 1px;
	border-style: solid;
	border-color: #E3E3E3;
	padding: 5px;
	margin-bottom: 10px;
	clear: both;
}
/* 整形済みテキスト */
div#main pre {
	border-width: 1px;
	border-style: solid;
	border-color: #E3E3E3;
	padding: 5px;
	margin-bottom: 10px;
	/*height: 100px;*/ /* ここを変更すれば高さが変わります */
	overflow: scroll;
	clear: both;
}
div#main dl {
	margin-bottom: 1em;
}
/* 会社概要用 */
dl.info {
	margin-bottom: 25px;
}
dl.info dt {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}
dl.info dd {
	line-height: 160%;
	margin-top: -1.6em;
	margin-left: 9em;
	margin-bottom: .8em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E3E3E3;
}
/* お問い合わせ用 */
.form {
	line-height: 160%;
}
.form dd {
	line-height: 160%;
	margin-top: -1.6em;
	margin-left: 10em;
	margin-bottom: .8em;
}
.form fieldset {
	padding-left: 20px;
	padding-right: 10px;
	margin-bottom: 20px;
}
/* 順不同リスト（箇条書き）*/
div#main ul {
	padding-left: 20px;
	margin-bottom: 1em;
}
div#main ul ol {
	padding-left: 30px;
	margin-left: 30px;
}
/* 番号表示*/
div#main ol li {
	list-style-type:decimal;
	margin-left: 30px;
}
div#main ol dd {
	list-style-type:decimal;
	margin-left: 20px;
}
/* 画像 */
div#main img{
	margin-bottom: 20px;
}
/* 画像左配置 */
div#main .mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}
/* 画像中央配置 */
div#main .mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}
/* 画像右配置 */
div#main .mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}
/* 続き */
div#main .extended {
	font-size: 85.7%;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	clear: both;
}
div#main textarea{
	width: 590px;
}
div#main input, div#main textarea {
	font-size: 100%;
}
div.comment-reply {
	margin-left: 20px;
}
/* コメンター画像 */
.asset-meta img {
	vertical-align: top;
	position: relative;
	top: 3px;
}
div#main label {
	margin-bottom: 0.8em;
	width: 11em;
	float: left;
	clear: both;
	white-space: nowrap;
}
/* タグ */
.entry-tags {
	font-size: 85.7%;
	margin: 5px 0 10px 5px;
	clear: both;
}
.entry-tags-header,
.entry-tags-list,
.entry-tag { display: inline; }
.entry-tags-list { 
    list-style:none;
    padding-left: 0;
}
p.search-results-header {
	font-size: 87.5%;
	font-weight: bold;
}
/* サイトマップ用 */ 
ul li.home {
list-style-type: none;
}
ul.tree {
margin: 0 0 0 1em!important;
padding: 0!important;
list-style: none!important;
}
ul.tree ul {
margin: 0 0 0 1em!important;
padding: 0!important;
}
ul.tree li {
margin: 0!important;
padding: 0 0 0 16px!important;
background-image: url(../blogimg/tree_lst.gif);
background-repeat: no-repeat!important;
list-style: none!important;
}
ul.tree li.tree_end {
background-image: url(../blogimg/tree_end.gif);
list-style: none;
}
/************************************************
*	b_nav										*
************************************************/
/* 下部ナビゲーション */
div#b_nav {
	font-size: 68.7%;
	margin-top: 20px;
	clear: both;
}
div#b_nav ul li {
	display: inline;
	padding: 0 .5em;
}
/* 下部ナビゲーションリンク色 */
div#b_nav ul li a {
	text-decoration: none;
	color: #CC0033;
	background-color: #ffffff;
}
div#b_nav ul li a:hover {
	text-decoration: underline;
	color: #CC0033;
	background-color: #ffffff;
}
/************************************************
*	sub											*
************************************************/
div#sub {
	font-size: 82%;
}
/* 上下調整 */
div#sub div.inner {
	padding-top: 7px;
}
/* サイドバー 見出し */
div#sub h2 , div#sub h3 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: .3em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E3E3E3;
}
/* サイドバー 段落 */
div#sub p {
	font-size: 85.7%;
	margin-bottom: 1em;
}
/* ページリスト 枠 */
dl.page_list, dl.tags {
	line-height: 1;
	margin-bottom: 10px;
}
/* ページリスト 見出し */
dl.page_list dt {
	font-size: 100%;
	font-weight: bold;
	color: #666666;
	background-color: #ffffff;
	background-image: url(../blogimg/sub_dt.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	padding-bottom: 5px;
}
dl.page_list dd {
	padding-top: 1px;
	border-left-width: 1px;
	border-left-style: solid;
/*	border-left-color: #E3E3E3;*/
	border-left-color: #CCCCCC;
	padding-left: 1px;
	border-right-width: 1px;
	border-right-style: solid;
/*	border-right-color: #E3E3E3;*/
	border-right-color: #CCCCCC;
	padding-right: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
/*	border-bottom-color: #E3E3E3;*/
	border-bottom-color: #CCCCCC;
}

/* ----------------------------------- */
.li_space {
	margin-left: 10px;
}

/* 事業ページのリスト*/
.jigyou_li li{
    list-style-type: none;
}


/* ----------------------------------- */

/* ページリスト リンク設定 */
dl.page_list a:link {
	color: #666666;
	background-color: transparent;
	text-decoration: none;
}
dl.page_list a:hover {
	color: #CC0033;
	background-color: transparent;
	text-decoration: none;
}
dl.page_list a:visited {
	color: #666666;
	background-color: transparent;
	text-decoration: none;
}
dl.page_list a:visited:hover {
	color: #CC0033;
	background-color: #CC3333;
	text-decoration: none;
}
/* ページリスト */
dl.page_list ul {
	font-size: 92%;
	padding: 0;
	margin-left: 0px;
	list-style: none;
}
dl.page_list ul li {
	font-size: 100%;
	color: #333333;
	background-color: #ffffff;
	text-indent: 15px;
	padding-top: 0px;
	padding-bottom: 1px;
}
/* ページリスト リンク */
dl.page_list ul li a{
	background-image: url(../blogimg/sub_li.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}
/* ページリスト ホバー */
dl.page_list ul li a:hover {
	background-image: url(../blogimg/sub_li.png);
	background-position: 0px -100px;
	background-repeat: no-repeat;
}
/* ページリスト 訪問済み */
dl.page_list ul li a:visited {
	background-image: url(../blogimg/sub_li.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
/* ページリスト ホバー */
dl.page_list ul li a:visited:hover {
	background-image: url(../blogimg/sub_li.png);
	background-position: 0px -100px;
	background-repeat: no-repeat;
}
/* ページリスト 訪問済みホバー */
dl.page_list ul li a:visited:hover {
	background-image: url(../blogimg/sub_li.png);
	background-position: 0px -100px;
	background-repeat: no-repeat;
}
/* サブカテゴリー */
dl.page_list ul ul {
	font-size: 100%;
	margin-top: 0px;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}
/* サブカテゴリーリスト */
dl.page_list ul ul li {
	background-image: none;
	text-indent: 30px;
	padding-top: 1px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
}
/* サブカテゴリーリスト リンク */
dl.page_list ul ul li a {
	background-image: url(../blogimg/sub_li.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	border-left: none;
}
/* サブカテゴリーリスト ホバー */
dl.page_list ul ul li a:hover {
	background-image: url(../blogimg/sub_li.png);
	background-position: 0px -200px;
	background-repeat: no-repeat;
}
/* サブカテゴリーリスト 訪問済み */
dl.page_list ul ul li a:visited {
	background-image: url(../blogimg/sub_li.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
/* サブカテゴリーリスト 訪問済みホバー */
dl.page_list ul ul li a:visited:hover {
	background-image: url(../blogimg/sub_li.png);
	background-position: 0px -200px;
	background-repeat: no-repeat;
}
/* タグクラウド */
dl.tags {
	margin-bottom: 10px;
}
/* タグクラウドリンク設定 */
dl.tags a {
	text-decoration: none;
	color: #CC0033;
	background-color: transparent;
}
/* タグクラウドリンク基本色 */
dl.tags a:link {
	text-decoration: none;
	color: #666666;
	background-color: transparent;
}
/* タグクラウドリンクマウスオーバー時 */
dl.tags a:link:hover {
	text-decoration: none;
	color: #CC0033;
	background-color: #F0F8FF;
}
/* タグクラウドリンククリック時 */
dl.tags a:link:active {
	text-decoration: none;
	color: #CC0033;
	background-color: transparent;
}
/* タグクラウドリンク訪問済み */
dl.tags a:visited {
	text-decoration: none;
	color: #666666;
	background-color: transparent;
}
/* タグクラウドリンク訪問済みマウスオーバー */
dl.tags a:visited:hover {
	text-decoration: none;
	color: #CC0033;
	background-color: #F0F8FF;
}
/* タグクラウドリンク訪問済みクリック時 */
dl.tags a:visited:active {
	text-decoration: none;
	color: #CC0033;
	background-color: transparent;
}
dl.tags dt {
	font-size: 100%;
	font-weight: bold;
	color: #666666;
	background-color: #ffffff;
	background-image: url(../blogimg/sub_dt.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	padding-bottom: 5px;
}
dl.tags dd {
	padding-top: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E3E3E3;
	padding-left: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E3E3E3;
	padding-right: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
}
/* タグクラウド表示（文字サイズ） */
dl.tags .module-tagcloud .module-content {
	text-align: left; margin: 5px;
}
dl.tags .module-tagcloud .module-content .module-list {
	list-style: none;
}
dl.tags .module-tagcloud .module-content .module-list .module-list-item {
	display: inline;
}
dl.tags .module-tagcloud .module-content .module-list li.taglevel1 {
	font-size: 180%;
}
dl.tags .module-tagcloud .module-content .module-list li.taglevel2 {
	font-size: 160%;
}
dl.tags .module-tagcloud .module-content .module-list li.taglevel3 {
	font-size: 130%;
}
dl.tags .module-tagcloud .module-content .module-list li.taglevel4 {
	font-size: 120%;
}
dl.tags .module-tagcloud .module-content .module-list li.taglevel5 {
	font-size: 100%;
}
dl.tags .module-tagcloud .module-content .module-list li.taglevel6 {
	font-size: 80%;
}
/* ラベル(検索) */
div#sub .inner label {
position: absolute;
left: -9999px;
}
/* 検索ボックス*/
div#sub input#search {
	color: #000000;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #E3E3E3;
	width: 180px;
}
/************************************************
*	footer										*
************************************************/
div#footer {
	color: #999999;
	background-color: #ffffff;
	margin-top: 20px;
}
div#footer div.inner {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E3E3E3;
	padding-top: 10px;
}
/* footerリンク基本色 */
div#footer a:link {
	text-decoration: none;
	color: #CC0033;
	background-color: #ffffff;
}
/* footerリンクマウスオーバー時 */
div#footer a:link:hover {
	text-decoration: underline;
	color: #CC0033;
	background-color: #ffffff;
}
/* footerリンククリック時 */
div#footer a:link:active {
	text-decoration: none;
	color: #CC0033;
	background-color: #ffffff;
}
/* footerリンク訪問済み */
div#footer a:visited {
	text-decoration: none;
	color: #999999;
	background-color: #ffffff;
}
/* footerリンク訪問済みマウスオーバー */
div#footer a:visited:hover {
	text-decoration: underline;
	color: #CC0033;
	background-color: #ffffff;
}
/* footerリンク訪問済みクリック時 */
div#footer a:visited:active {
	text-decoration: none;
	color: #CC0033;
	background-color: #ffffff;
}
/* footer powered */
div#footer .link-note {
	font-size: 68.7%;
	text-align: left;
	width: 350px;
	float: left;
}
div#footer .link-note ul li {
	display: inline;
}
/* footer Copyright */
div#footer .copy {
	text-align: right;
	width: 560px;
	float: right;
}
div#footer address {
	font-size: 68.7%;
	font-weight: bold;
}

/* =================================== */
/* 食の選択部分 2009.11.11*/
/* =================================== */
.syoku {
	margin:0px 0px 0px 0px; /* 上,右,下,左*/
	float:left;
	width: 630px;
}
.syoku_left {
	margin:5px 0px 5px 5px; /* 上,右,下,左*/
	float:left;
	width: 305px;
	background-image:url(../blogimg/syoku_waku.jpg);
	background-repeat:no-repeat;
	height:170px;
	}
.syoku_right {
	margin:5px 0px 5px 0px; /* 上,右,下,左*/
	float:right;
	width: 305px;
	background-image:url(../blogimg/syoku_waku.jpg);
	background-repeat:no-repeat;
	height:170px;
	}

.syoku_title{
	margin:5px 10px 5px 10px; /* 上,右,下,左*/
	width:270px;
	float:left;	
	color: #3488AA;
	font-weight: bold;
    line-height:30px;
}
.syoku_img {
	margin:0px 10px 0px 10px; /* 上,右,下,左*/
	width:145px;
	height:80px;
	float: left;
	background-color: #F1F6F3;
    line-height:20px;
}
.syoku_txt1{
	margin:0px 0px 0px 0px; /* 上,右,下,左*/
	width:120px;
	height:100px;
	float:left;	
    line-height:20px;
	font-size:11px;
}
.syoku_txt2{
	margin:5px 5px 0px 10px; /* 上,右,下,左*/
	width:270px;
	float:left;	
    line-height:20px;
	font-size:11px;
}
/*-------------------------------------*/
/* =================================== */
/* 体験の選択部分 2009.11.11*/
/* =================================== */
.taiken {
	margin:0px 0px 0px 0px; /* 上,右,下,左*/
	float:left;
	width: 630px;
}
.taiken_left {
	margin:5px 0px 5px 5px; /* 上,右,下,左*/
	float:left;
	width: 630px;
	background-image:url(../blogimg/taiken_waku.jpg);
	background-repeat:no-repeat;
	height:300px;
	}
.taiken_title{
	margin:5px 10px 5px 10px; /* 上,右,下,左*/
	width:600px;
	float:left;	
	color: ##FF6666;
	font-weight: bold;
    line-height:30px;
}
.taiken_img {
	margin:0px 10px 0px 5px; /* 上,右,下,左*/
	width:250px;
	height:150px;
	float: left;
	background-color: #FFFFFF;
    line-height:20px;
}
.taiken_txt1{
	margin:0px 0px 5px 0px; /* 上,右,下,左*/
	width:345px;
	height:70px;
	float:left;	
    line-height:15px;
	font-size:11px;
}
.taiken_txt2_waku{
	width:345px;
	height:132px;
	float:left;	
}
.taiken_txt2_t{
	margin:0px 0px 0px 0px; /* 上,右,下,左*/
	width:60px;
	float:left;	
    line-height:15px;
	font-size:11px;
}
.taiken_txt2{
	margin:0px 0px 0px 0px; /* 上,右,下,左*/
	width:285px;
	float:left;	
    line-height:15px;
	font-size:11px;
}
.taiken_shop{
	padding:5px 5px 0px 130px; /* 上,右,下,左*/
	width:300px;
	float:left;	
    line-height:20px;
	color: #FFFFFF;
	display: inline;
}
.taiken_tel{
	margin:5px 5px 0px 10px; /* 上,右,下,左*/
	width:120px;
	float:right;	
    line-height:20px;
	color: #FFFFFF;
	display: inline;
}
.taiken_add1{
	margin:0px 5px 0px 130px; /* 上,右,下,左*/
	width:240px;
	float:left;	
	line-height:20px;
	color: #FFFFFF;
	font-size:11px;
	display: inline;
}
.taiken_add2{
	margin:0px 5px 0px 2px; /* 上,右,下,左*/
	width:230px;
	float:right;	
    line-height:20px;
	color: #FFFFFF;
	display: inline;
}
/* 体験コースのリンク設定 */
.taiken_add2 a:link {
	text-decoration: none !important;
	color: #FFFF00 !important;
	background-color: #FF6699 !important;
}
/* 体験コースリンクマウスオーバー時 */
.taiken_add2 a:link:hover {
	text-decoration: underline !important;
	color: #FFFF00 !important;
	background-color: #FF6699 !important;
}
/* 体験コースリンククリック時 */
.taiken_add2 a:link:active {
	text-decoration: none !important;
	color: #FFFF00 !important;
	background-color: #FF6699 !important;
}
/* 体験コースリンク訪問済み */
.taiken_add2 a:visited {
	text-decoration: underline !important;
	color: #CCFFFF !important;
	background-color: #FF6699 !important;
}
/* 体験コースリンク訪問済みマウスオーバー */
.taiken_add2 a:visited:hover {
	text-decoration: underline !important;
	color: #FFFF00 !important;
	background-color: #FF6699 !important;
}
/* 体験コースリンク訪問済みクリック時 */
.taiken_add2 a:visited:active {
	text-decoration: none !important;
	color: #FFFF00 !important;
	background-color: #FF6699 !important;
}
/*-------------------------------------*/

/*--------------------------------*/
.furikake {
	margin:0px 0px 0px 0px; /* 上,右,下,左*/
	float:left;
	width: 630px;
}
.furikake_left {
	margin:5px 0px 5px 5px; /* 上,右,下,左*/
	float:left;
	width: 630px;
	background-image:url(../blogimg/furikake_waku.jpg);
	background-repeat:no-repeat;
	height:300px;
	}
.furikake_title{
	margin:5px 10px 5px 20px; /* 上,右,下,左*/
	width:600px;
	float:left;	
	color: ##FF6666;
	font-weight: bold;
    line-height:30px;
}
.furikake_img {
	margin:0px 10px 0px 10px; /* 上,右,下,左*/
	width:250px;
	height:150px;
	float: left;
	background-color: #FFFFFF;
    line-height:20px;
}
.furikake_txt1{
	margin:0px 0px 5px 0px; /* 上,右,下,左*/
	width:345px;
	height:50px;
	float:left;	
    line-height:15px;
	font-size:11px;
}
.furikake_txt2{
	margin:0px 0px 0px 0px; /* 上,右,下,左*/
	width:345px;
	height:155px;
	float:left;	
    line-height:15px;
	font-size:11px;
}
.furikake_shop{
	padding:5px 5px 0px 130px; /* 上,右,下,左*/
	width:300px;
	float:left;	
    line-height:20px;
	color: #FFFFFF;
	display: inline;
}
.furikake_tel{
	margin:5px 5px 0px 10px; /* 上,右,下,左*/
	width:120px;
	float:right;	
    line-height:20px;
	color: #FFFFFF;
	display: inline;
}
.furikake_add1{
	margin:0px 5px 0px 130px; /* 上,右,下,左*/
	width:240px;
	float:left;	
	line-height:20px;
	color: #FFFFFF;
	font-size:11px;
	display: inline;
}
.furikake_add2{
	margin:0px 5px 0px 2px; /* 上,右,下,左*/
	width:230px;
	float:right;	
    line-height:20px;
	color: #FFFFFF;
	display: inline;
}
/* ふりかけコースのリンク設定 */
.furikake_add2 a:link {
	text-decoration: none !important;
	color: #FFFF00 !important;
	background-color: #FF4500 !important;
}
/* ふりかけコースリンクマウスオーバー時 */
.furikake_add2 a:link:hover {
	text-decoration: underline !important;
	color: #FFFF00 !important;
	background-color: #FF4500 !important;
}
/* ふりかけコースリンククリック時 */
.furikake_add2 a:link:active {
	text-decoration: none !important;
	color: #FFFF00 !important;
	background-color: #FF4500 !important;
}
/* ふりかけコースリンク訪問済み */
.furikake_add2 a:visited {
	text-decoration: underline !important;
	color: #CCFFFF !important;
	background-color: #FF4500 !important;
}
/* ふりかけコースリンク訪問済みマウスオーバー */
.furikake_add2 a:visited:hover {
	text-decoration: underline !important;
	color: #FFFF00 !important;
	background-color: #FF4500 !important;
}
/* ふりかけコースリンク訪問済みクリック時 */
.furikake_add2 a:visited:active {
	text-decoration: none !important;
	color: #FFFF00 !important;
	background-color: #FF4500 !important;
}
/*-------------------------------------*/

/*-------------------------------------*/




/* =================================== */
/* お店のリスト用 */
/* =================================== */

/* お店リストｔtableの共通設定
----------------------------------------------------------- */
table	{
	border-collapse: collapse;	border-spacing: 0;
	width: 100%;
	margin-bottom: 15px;
}
th, td	{
	padding: 5px 15px;
	color: #1D5C79;
}

/* お店リスト
----------------------------------------------------------- */
.shop_list th	{
	background: #CAE5F1 url(../blogimg/th.jpg) repeat-x;
	border-top: 2px solid #1D5C79;
	border-bottom: 1px solid #FFF;
}
.shop_list td	{
	background: #F4FAFC url(../blogimg/td.jpg) repeat-x;
	border-bottom: 1px solid #FFF;
}



/* =================================== */
/* clearfix */
/* =================================== */
.clear { clear: both; }  
.clear hr { display: none;}
hr { display: none;}


/* -------------------- 
         conf
-------------------- */
#conf {
	margin:10px 0px 0px 5px  !important;
	width:545px !important;
}
#conf table {
	border:#999 1px solid  !important;
	width:545px !important;
	font-size:95%;
}
#conf th {
	height:18px  !important;
/*	padding-top:6px  !important;*/
	width:36% !important;
	text-align:left  !important;
	border:#999 1px solid  !important;
	padding-left:5px  !important;
}
#conf td {
	height:30px  !important;
	padding:5px 0px 0px 3px  !important;
	width:64% !important;
	border:#999 1px solid  !important;
}
#conf td input {
	height:18px  !important;
	font-size:95%;
}
#conf p {
	margin:10px 0px 10px 0px !important;
	font-size:110%;
}
#conf textarea {
	width:330px !important;
}

/* -------------------- 
         conf2
-------------------- */
#conf2 {
	margin:10px 0px 0px 5px  !important;
/*
width:500px;
*/
	width:545px !important;
}
#conf2 table {
	border:#999 1px solid  !important;
	width:545px !important;
	background-color: #CCCCCC !important;

}
#conf2 th {
	height:16px  !important;
	padding-top:6px  !important;
	text-align:left  !important;
	border:#999 1px solid  !important;
	padding-left:5px  !important;
}
#conf2 td {
	height:30px  !important;
	padding:5px 0px 0px 3px  !important;
	width:300px !important;
	border:#999 1px solid  !important;
}
#conf2 td input {
	height:20px  !important;
}
#conf2 textarea {
	width:330px !important;	
}
#conf2 p {
	margin:0px 0px 0px 10px !important;
	font-size:90%;
}

/* -------------------- 
         err1
-------------------- */
#err1_main {
	margin:10px 0px 0px 5px;
/*
width:500px;
*/
	width:545px;
	text-align:center;
}
#err1_main p {
	margin:10px 0px 10px 0px;
	font-size:110%;
	color:#F00000;
	font-weight:bold;
}

#err1_button {
	font-size:110%;
	color:#F03000;
}
/* -------------------- 
         err2
-------------------- */
#err2_main {
	margin:10px 0px 0px 5px  !important;
	width:545px !important;
}
#err2_main p {
	margin:10px 0px 10px 0px !important;
	color:#F00000 !important;
	font-size:90% !important;
}

