
/*
Theme Name: CSSだけのテーマ
Theme URI: http://wordpress.org/
Description: フォルダの中に「style.css」しか入ってないテーマです
Version: 1.6
Author: IT西九州
Author URI: http://www.lumax.jp/
Tags: simple
Template:sfm
*/

/* -------------------------------------------------------------

[1] レイアウトに関する指定
[2] ヘッダーブロック内に関する指定
[3] コンテンツブロック内に関する指定
[4] サイドバーブロック内に関する指定
[5] フッターブロック内に関する指定
[6] CSSデザインサンプルリンク指定

----------------------------------------------------------------
CSSデザインサンプ [ URL ] http://www.css-designsample.com
------------------------------------------------------------- */


/* 一括で全ての要素の余白をゼロに指定 */
* {
  margin: 0;
  padding: 0;
}

/* 全体的なリンク */

a:link,
a:visited,
a:hover,
a:active { text-decoration: none; }

a:link { color: #00f; }

a:visited { color: #90f; }

a:hover { color: #f00; }

a:active { color: #f00; }

/* -------------------------------------------------------------
   [1] レイアウトに関する指定 */

body {
  font-size: 12px;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding:0;
  margin: 0;
  /*
  background: url(img/bg-body.gif) repeat-x 0 40px;
  */
  background: url(img/bg.gif);
}

#clear {
	clear: both;
}

/*-- 全体を囲んでいます --*/
#wrapper {
  background-color: #FFFFFF;
  text-align: left;
  /*
  margin: 0 auto 0;
  */
  margin-right: auto;
  margin-left: auto;
  padding: 0px 0px 0;
  width: 780px;
}

#header {
  height: 170px;
  padding: 0px 10px 0 0px;
  background: #fff url(img/header.jpg) no-repeat 50% 100%;
  /*
  border: 1px solid #c9c9c9;
  */
  border-top: 6px solid #FF0000;
}

#header_top {
  height: 4px;
  background-color: #FF0000;
}

#container {
  width: 100%;
  padding-top: 50px;

  position: relative;
/*
  border: 1px solid #0033FF;
*/ 
}


#globalnavi {
  text-align: center;
  font-weight:nomal;
  line-height: 1.8em;
  width: 780px;
/*
  height: 2em;
*/

  position: absolute;

  top: 0;
  left: 0;
}

#contents-top {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  padding: 0px 0;
  overflow: hidden;
  /*
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  */
}

/*
.contents-top-left {
  margin-right: 16px; 
  width: 360px;
  height:177px;
  float: left;
  border: 1px solid #FF0000;
 }
*/
/**
.contents-top-center {
  margin-right: 0px; 
  width: 360px;
  height: 177px;
  float: left;
  border: 1px solid #FF0000;
 }
*/

.contents-top-left a {
  margin-right: 16px;
  padding-top: 10px;
  padding-left: 10px;
  width: 350px;
  height:167px;
  float: left;
  border: 1px solid #FF0000;
  background: url(img/kodawari.jpg);
  font-size:16px;
  font-weight:bold;
  line-height: 1.3em;
  color: #CC0000;
  text-decoration: none;
}
.contents-top-center a {
  margin-right: 0px;
  padding-top: 42px;
  padding-left: 15px;
  width: 345px;
  height: 135px;
  float: left;
  border: 1px solid #FF0000;
  background: url(img/season.jpg);
  font-size:16px;
  font-weight:bold;
/*  text-indent:5px; */
/*  line-height: 5.5em; */
  color: #FFFFFF;
  text-decoration: none;
}

.contents-top-left a:hover {
  background: url(img/kodawari_over.jpg);
}

.contents-top-center a:hover {
  background: url(img/season_over.jpg);
}

#contents {
  width: 525px;
  float: right;
  margin-right: 20px;
}
*html #contents{
	margin-right:10px;
}

#sidebar {
  width: 190px;
  float: left;
  margin-left: 20px;
}
*html #sidebar{
	margin-left:10px;
}

#footer {
  height: 40px;
  clear: both;
  padding: 0px 0 0px;
  border-top: 6px solid #FF0000;
  border-bottom: 6px solid #FF0000;
  /*
  background: url(img/footer_bg.gif);
  */
  /*
  background-color: #cccccc;
  */
}

/* -------------------------------------------------------------
   [2] ヘッダーブロック内に関する指定 */

/* 見出し */
h1 {
  font-size: 12px;
  line-height: 2em;
  color:#006600;
  font-weight: normal;
  text-align: right;
}

/* サイトタイトル */
#header .logo {
  font-size: 16px;
  font-weight: bold;
  line-height: 1em;
  text-align: right;
  position:relative; top:-46px; left:0px;
}

.logo a {
  text-decoration: none;
  text-align: right;
  color: #FF0000;
}

.logo a:hover {
  text-decoration: none;
  color: #f00;
}
.logo a:visited {
  text-decoration: none;
  text-align: right;
  color: #FF0000;
}

#header h1 {
  position:relative; top:-47px; left:0px;
}

#header p {
  margin-bottom: 0.5em;
  line-height: 1em;
}

#globalnavi ul {
  list-style-type: none;
  width: 100%;

}

#globalnavi li {
  width: 130px;
  height: 38px;
  float: left;
  /*
  border-bottom: 1px solid #ccc;
  */
}

#globalnavi li a {
  text-decoration: none;
  text-align: center;
  padding: 0.5em 0;
  width: 100%;
  height:100%;
  display: block;
  background: url(img/bg-globalnavi.jpg) no-repeat 0 0%;
  color: #FF0000;
}

#globalnavi li a:hover {
  text-decoration: none;
  color: #FF6600;
  background: url(img/bg-globalnavi.jpg) no-repeat -130px 0%;
}

/* -------------------------------------------------------------
   [3] コンテンツブロック内に関する指定 */

/*-- 見出し --*/
h2,h3,h4,h5,h6 {
  font-size: 12px;
  margin-bottom: 1em;
  padding: 0.5em 10px;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
  border-left: 1px solid #cccccc;
}
/*
.contents-top-left h2 {
  font-size:16px;
  font-weight:bold;
  line-height: 1.3em;
  border: none;
  color: #CC0000;
  text-decoration: none;
}
.contents-top-center h2 {
  font-size:16px;
  font-weight:bold;
  text-indent:5px;
  line-height: 5.5em;
  border: none;
  color: #FFFFFF;
  text-decoration: none;
}
*/
#contents-top h3,
#contents-top h4,
#contents-top h5,
#contents-top h6 {
  border: none;
  background-color: #333;
  color: #9f0;
}

#contents_page {
  margin-top:20px;
}

/*-- 文字 ---*/
#contents p {
  line-height: 1.5em;
  margin-bottom: 1em;
}

/*-- 更新情報部分 ---*/
.information_title {
  width: 495px;
  height: 28px;
  margin-top: 20px;
  padding-left: 30px;
  padding-top: 0px;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 2em;
  background: url(img/information_bg.jpg) no-repeat;
}
*html .information_title{
	margin-top:10px;
}
.information {
  height: 348px;
  overflow: auto;
  margin-bottom: 20px;
  padding: 10px 15px 10px 5px;
  border-top: 1px solid #FF0000;
  border-bottom: 5px solid #FF0000;
}

.information .news_title {
  margin-bottom: 5px;
  padding-left: 5px;
  border-left: 5px solid #CC6666;
  font-size: 12px;
  color: #CC6666;
}

.information .news_body {
  line-height: 1.5em;
  font-size: 12px;
  font-weight: bold;
  color: #336600;
}
.information li {
  margin-bottom: 15px;
  border-bottom: 1px solid #cccccc;
}

/* -------------------------------------------------------------
   [4] サイドバーブロック内に関する指定 */

/*-- サイドバー内　文字指定 ---*/
#sidebar p {
  line-height: 1.5em;
  margin-bottom: 0.5em;
}

/*-- サイドバー内　カテゴリータイトル ---*/
#sidebar p.sidebar-title {
  text-align: center;
  line-height: normal;
  padding: 0.5em 0;
  background-color: #333;
  color: #9f0;
}

/*-- サイドバー内　リスト（UL） ---*/
#sidebar ul {
  list-style-position: inside;
  margin: 5px 0 20px;
}


#sidebar li { margin: 0 0 0.5em; }

/*-- ナビゲーション ---*/

#sidebar ul.navigation {
  list-style-type: none;
  list-style-position: outside;
  font-weight: bold;
  margin: 0 0 20px;
}

#sidebar .navigation li {
  display: inline;
  margin : 0;
}

#sidebar .navigation a {
  width: 180px;
  height: 90px;
  padding: 8px 0px 0px 8px;
  display: block;
  border: 1px outset #fff;
  /*
  background-color: #eee;
  */
  background: url(img/sfmfan.jpg) no-repeat;
  text-decoration: none;
  color: #FFFFFF;
}

#sidebar .navigation a:hover {
  border: 1px outset #fff;
  /*
  background-color: #690;
  */
  background: url(img/sfmfan_over.jpg) no-repeat;
  text-decoration: none;
  color: #000;
}
/*------バナー　トップのみモバイルSFMファン-----*/
#sidebar .navigation-top {
  width: 180px;
  height: 90px;
  margin-top: 20px;
  padding: 8px 0px 0px 8px;
  display: block;
  border: 1px solid #FFFFFF;
  background: url(img/sfmfan.jpg) no-repeat;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1.2em;
}
*html #sidebar .navigation-top{
	margin-top:10px;
}
/*------バナー　モバイルSFMファン----*/
#sidebar .navigation2 {
  margin-top: 19px;
  width: 180px;
  height: 90px;
  padding: 8px 0px 0px 8px;
  display: block;
  border: 1px solid #FFFFFF;
  background: url(img/sfmfan.jpg) no-repeat;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1.2em;
}
/*------バナー　お問い合わせ----*/
#sidebar .navigation3 a {
  width: 180px;
  height: 90px;
  padding: 8px 0px 0px 8px;
  display: block;
  border: 1px solid #FFFFFF;
  /*
  border: 1px outset #fff;*/
  background: url(img/info.jpg) no-repeat;
  font-size: 12px;
  color: #669900;
  font-weight: bold;
  line-height: 1.2em;
  text-decoration: none;
}

#sidebar .navigation3 a:hover {
  width: 180px;
  height: 90px;
  padding: 8px 0px 0px 8px;
  display: block;
  border: 1px solid #FFFFFF;
  background: url(img/info_over.jpg) no-repeat;
  font-size: 12px;
  color: #FF0000;
  font-weight: bold;
  line-height: 1.2em;
  text-decoration: none;
}

/*------バナー　クリスマスケーキ----*/
#sidebar .navigation4 a {
  width: 180px;
  height: 90px;
  padding: 8px 0px 0px 8px;
  display: block;
  border: 1px solid #FFFFFF;
  background: url(img/banner01.jpg) no-repeat;
  font-size: 12px;
  color: #FFFF00;
  font-weight: bold;
  line-height: 1.2em;
  text-decoration: none;
}
#sidebar .navigation4 a:hover {
  width: 180px;
  height: 90px;
  padding: 8px 0px 0px 8px;
  display: block;
  border: 1px solid #FFFFFF;
  background: url(img/banner_over01.jpg) no-repeat;
  font-size: 12px;
  color: #FF0000;
  font-weight: bold;
  line-height: 1.2em;
  text-decoration: none;
}


/*
#sidebar dl { margin: 0 0 20px; }

#sidebar dt {
  margin-bottom: 5px;
  color: #360;
}

#sidebar dd {
  line-height: 1.5em;
  margin-bottom: 10px;
}
*/

/* -------------------------------------------------------
   商品紹介*/
#sidebar .cake_category{
  margin-top: 18px;
}   
*html #sidebar .cake_category{
	margin-top:9px;
}
#sidebar ul.cake_category{
  list-style-type: none;
}

#sidebar .cake_category li {
  display: inline;
  margin: 0;
}

#sidebar .cake_category a{
  width: 185px;
  height: 25px;
  padding: 8px 0px 0px 10px;
  display: block;
  /*
  border: 1px outset #fff;
  */
  /*
  background-color: #eee;
  */
  background: url(img/cakenavi.jpg) no-repeat;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.7em;
  color: #690;
}

#sidebar .cake_category a:hover {
/*
  border: 1px outset #fff;
*/  
  /*
  background-color: #690;
  */
  background: url(img/cakenavi_over.jpg) no-repeat;
  text-decoration: none;
  color: #063;
}

#cakelist {
  margin-top: 20px;
  margin-right: 20px;
  width: 525px;
  float: right;
}
*html #cakelist{
	margin-right:10px;
	margin-top:10px;
}

/*----ケーキリスト中身-------*/
.cakelist-left {
  width: 162px;
  height:168px;
  float: left;
  background-color: #F4F5C3;
  border: 1px solid #FF0000;
  text-align: center;
}
.cakelist-center,
.cakelist-right {
  width: 162px;
  height: 168px;
  float: left;
  background-color: #F4F5C3;
  border: 1px solid #FF0000;
  text-align: center;
}

.cakelist-left { 
  margin-right: 16px;
  margin-bottom: 16px;
}
.cakelist-center {
  margin-right: 16px; 
  margin-bottom: 16px;
}

.cakename{
  font-size:12px;
  font-weight:bold;
  line-height: 1.3em;
  border: none;
  color: #006633;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 5px;
}
.cakeprice {
  font-size:12px;
  font-weight:bold;
  line-height: 1.3em;
  border: none;
  color: #CC0033;
  margin-left: 0px;
  margin-right: 0px;
}
.cakeprice_nakasu {
  font-size:12px;
  font-weight: bold;
  color: #FF0000;
  width: 500px;
}
.cake_notes {
 font-size:10px;
 color: #666666;
}
/*----ケーキリスト　太陽卵シリーズのページ-------*/
.taiyou-left {
  width: 224px;
  height:170px;
  float: left;
  background-color: #F4F5C3;
  /*
  border-top: 2px solid #669900;
  border-left: 2px solid #669900;
  border-bottom: 2px solid #669900;
  */
  
  background: url(img/taiyou1.jpg) no-repeat;
  
}
.taiyou-center,
/*.contents-top-right*/ {
  width: 300px;
  height: 170px;
  float: left;
  background-color: #F4F5C3;
  /*
  border-top: 2px solid #669900;
  border-right: 2px solid #669900;
  border-bottom: 2px solid #669900;
  */
}

.taiyou-left {
 margin-right: 0px; 
 margin-bottom:16px;
}
.taiyou-center {
 margin-right: 0px; 
 margin-bottom:16px;
}

.caketaiyou {
  width: 220px;
  font-size:12px;
  line-height: 1.3em;
  border: none;
  color: #666666;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 8px;
  /*
  text-align: justify; text-justify: distribute-all-lines;
  */
}
.taiyou_image {
 width: 525px;
 height: 90px;
 background: url(img/taiyou_image.jpg) no-repeat;
}
.taiyou_image2 {
 font-size: 14px;
 font-weight: bold;
 color: #009900;
 line-height: 1.5em;
 text-align: center; 
 height: 50px; 
}

/*-----ギフト------*/
.gift_image {
 width: 525px;
 height: 327px;
 background: url(img/gift_image.jpg) no-repeat;
 font-size: 12px;
 font-weight: nomal;
 color: #666666;
 line-height: 1.5em;
 text-align: left; 
 padding-top: 50px;
 height: 265px;
}

#originalgift {
 width: 525px;
 height: 348px;
 background: url(img/originalgift.jpg) no-repeat;
 font-size: 12px;
 font-weight: bold;
 color: #CC3333;
 line-height: 1.5em;
 text-align: left; 
 height: 280px;
 vertical-align: bottom;
 padding-bottom: 20px;
}

.gift-left {
  width: 162px;
  height:190px;
  float: left;
  background-color: #F4F5C3;
  border: 1px solid #FFFFFF;
  text-align: center;
}
.gift-center,
.gift-right {
  width: 162px;
  height: 190px;
  float: left;
  background-color: #F4F5C3;
  border: 1px solid #FFFFFF;
  text-align: center;
}

.gift-left { 
  margin-right: 16px;
  margin-bottom: 16px;
}
.gift-center {
  margin-right: 16px; 
  margin-bottom: 16px;
}

#wrapping {
 width:348px;
 height: 190px;
 background: url(img/wrapping.jpg) no-repeat;
 border:1px solid #CC0000;
}

#wedding {
 width: 525px;
 height: 313px;
 background: url(img/wedding.jpg) no-repeat;
 font-size: 12px;
 font-weight: bold;
 color: #CC3333;
 line-height: 1.5em;
 text-align: left; 
 height: 280px;
 vertical-align: bottom;
 padding-bottom: 20px;
}

/*-----ケーキリスト　アニバーサリー-----*/

.anni-left {
  width: 252px;
  height:280px;
  float: left;
  background-color: #F4F5C3;
  border: 1px solid #FF0000;
  text-align: center;
}
.anni-center {
  width: 252px;
  height: 280px;
  float: left;
  background-color: #F4F5C3;
  border: 1px solid #FF0000;
  text-align: center;
}

.anni-left { 
  margin-right: 16px;
  margin-bottom: 16px;
}
.anni-center {
  margin-right: 0px; 
  margin-bottom: 16px;
}


/*------------------
   タイトルバー　*/
.page_title {
　margin-bottom: 16px;
  width: 495px;
  height: 28px;
  padding-left: 30px;
  padding-top: 0px;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 2em;
  background: url(img/page_title_bg.jpg) no-repeat;
}

/*------------------
   店舗紹介　*/
   
.shoplist-left {
  width: 252px;
  height:262px;
  float: left;
  background-color: #FFFFFF;
  border: 1px solid #999999;
  text-align: left;
}
.shoplist-center,
.shoplist-right {
  width: 252px;
  height: 262px;
  float: left;
  background-color: #FFFFFF;
  border: 1px solid #999999;
  text-align: left;
}

.shoplist-left { 
  margin-right: 16px;
  margin-bottom: 16px;
}
.shoplist-center {
  margin-right: 0px; 
  margin-bottom: 16px;
}

.shopname{
  font-size:12px;
  font-weight:bold;
  line-height: 1.3em;
  border: none;
  color: #FFFFFF;
  background-color: #B13B3B;
  text-indent: 5px;
}
.shopaddress {
  font-size:12px;
  font-weight:nomal;
  line-height: 1.3em;
  border: none;
  color: #666666;
  margin-left: 5px;
  margin-top: 5px;
}
.shopopen {
  font-size:12px;
  font-weight: bold;
  line-height: 1.3em;
  border: none;
  color: #CC0033;
  margin-left: 5px;
  margin-right: 5px;
}


/*------------------------
  　タイトルの下のタイトル スイーツアウトレット*/
.title_image {
  width: 525px;
  height: 205px;
  margin-top: 15px;
  margin-bottom: 0px;
  background: url(img/outlet.jpg) no-repeat;
  border: none;
  font-size:12px;
  color:#666666;
  line-height: 1.5em;
  padding-top: 55px;
  padding-right: 0px;
  padding-bottom: 0px;
} 
.title_image span.red {
  font-size: 14px;
  color: #FF0000;
  font-weight: bold;
  line-height: 1.3em;
  margin-top: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
}
/*-----もったいなか---------*/
.mottainaka {
  width: 515px;
  height: 100px;
  margin-top: 10px;
  margin-bottom: 0px;
  background: url(img/mottainaka.jpg) no-repeat;
  border: 1px solid #666633;
  font-size:14px;
  color:#FF0000;
  font-weight: bold;
  line-height: 1.5em;
  padding-top: 55px;
  padding-right: 0px;
  padding-left: 10px;  
}
/*-------こだわり-------*/
.kodawari_title {
  width: 525px;
  height: 205px;
  margin-top: 15px;
  background: url(img/kodawari_title.jpg) no-repeat;
}
.kodawari1 {
  width: 525px;
  height: 260px;
  margin-top: 15px;
  margin-bottom: 0px;
  background: url(img/kodawari1.jpg) no-repeat;
  border: none;
  font-size:12px;
  color:#666666;
  line-height: 1.5em;
  padding-top: 90px;
  padding-right: 0px;
  padding-bottom: 0px;
} 
.kodawari1 p {
  font-size: 12px;
  color: #666666;
  font-weight: nomal;
  line-height: 1.5em;
  margin-top: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.kodawari2 {
  width: 525px;
  height: 250px;
  margin-top: 15px;
  margin-bottom: 0px;
  background: url(img/kodawari2.jpg) no-repeat;
  border: none;
  font-size:12px;
  color:#666666;
  line-height: 1.5em;
  padding-top: 90px;
  padding-right: 0px;
  padding-bottom: 0px;
} 
.kodawari2 p {
  font-size: 12px;
  color: #666666;
  font-weight: nomal;
  line-height: 1.5em;
  margin-top: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.kodawari3 {
  width: 525px;
  height: 250px;
  margin-top: 15px;
  margin-bottom: 0px;
  background: url(img/kodawari3.jpg) no-repeat;
  border: none;
  font-size:12px;
  color:#666666;
  line-height: 1.5em;
  padding-top: 90px;
  padding-right: 0px;
  padding-bottom: 0px;
} 
.kodawari3 p {
  font-size: 12px;
  color: #666666;
  font-weight: nomal;
  line-height: 1.5em;
  margin-top: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
}
.kodawari_bold {
  font-size: 14px;
  color: #990000;
  font-weight: bold;
  line-height: 1.5em;
  margin-top: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
}

/*-------クリスマスケーキ-------*/
.christmas {
  width: 525px;
  height: 1049px;
  margin-top: 15px;
  background: url(img/christmascake.jpg) no-repeat;
}
.christmas_info {
  font-size:12px;
  font-weight: bold;
  line-height: 1.5em;
  color: #666666;
}
.christmas_info p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5em;
  color: #666666;
  margin-bottom: 5px;
  text-align: center;
}
.christmas_info_day {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5em;
  color: #CC3333;
  background: #FFFF99;
  border: 1px solid #CC3333;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
}

/* -------------------------------------------------------------
   [5] フッターブロック内に関する指定 */

#footer p {
  font-size: 12px;
  color: #FF0000;
  text-align: center; 
  line-height: 3.5em;
}
#footer li {
  font-size: 12px;
  color: #FF0000;
  text-align: center; 
  line-height: 3.5em;
  list-style-type: none;
}
#footer li a {
  text-decoration: none;
  color: #FF0000;
}
#footer li a:hover {
  text-decoration: none;
  color: #FF6600;
}

/* -------------------------------------------------------------
   [6] CSSデザインサンプルリンク指定 */
#cds {
  clear: both;
  font-size: 12px;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  color: #660033;
  text-align: right;
  margin-right: 20px;
  margin-top: 10px;
}

#cds,
#cds a,
#cds a:hover {
  text-decoration: none;
  color: #ccc;
}

/* お問合わせページのデザイン */
#inquiry_form {
	width: 525px;
	margin-top: 20px;
	margin-right: 20px;
	float: right;
	font-size: 12px;
}
*html #inquiry_form{
	margin-right:5px;
	margin-top:10px;
}

#inquiry_form table {
	width: 525px;
	margin-left: 0px;
	border-bottom: 1px #CCCCCC solid;
}

#inquiry_form td {
	border-top: 1px #CCCCCC solid;
}

#inquiry_form p {
  font-size: 12px;
  line-height: 1.5em;
  color: #333;
  margin-bottom: 0.5em;
  padding-left: 2px;
  padding-right: 0px;
}

#inquiry_form p.recommend{
	margin-left: 20px;
}

#privacy {
	width: 500px;
    padding-top: 5px;
	padding-bottom:20px;
	font-size: 10px;
	color: #666;
	line-height: 120%;
}

.mark {
    color: #FF0000;
}

.subject {
    background-color: #AADDBB;
	padding: 8px;
	color: #333333;
	font-size: 12px;
}	

.sentence {
    padding: 8px;
	font-size: 12px;
}

.mail_recommend {
    color: #FF0000;
	font-size: 14px;
}

#inquiry_error_message {
    color: #FF0000;
    margin-left: 10px;
	line-height: 1.4em;
	padding-left: 15px;
	padding-bottom: 10px;
}

#thanks_message {
	margin-left: 20px;
}

.send_recommend {
	text-align: center;
	padding-top: 10px;
}
.send_button {
    text-align: center;
}

/* パンくずリスト */
#bread {
	margin-left: 20px;
	font-size:12px;
	font-weight:normal;
	text-decoration: none;
}