body {
  margin: 15px 0;
  padding: 0;
  text-align: center;
  font-size: 14px;
  color: #000;
  font-family:Verdana, arial, sans-serif, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka";
  background:transparent url(image/background.gif) repeat-y 50% 50%;
  }

p {
  line-height: 150%;
  }

a {
  text-decoration: underline;
  color: #003366;
  }

a:hover {
  color: #FF6600;
  }

input { 
  font-family: Verdana, Arial, Sans-serif;
  margin: 0px; 
  padding: 4px; 
  font-size:12px;
  }

h1 {
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}

h2 { 
  font-size: 16px;
  padding: 0 0 11px 3px;
  background: transparent url(image/bg_title.gif) no-repeat 0 0;
  }

.subtitle {
  font-weight:normal;
  color:#ccc;
  text-align:right;
  font-size:10px;
 }

h4 {
  font-size: 12px;
  }

h5 {
  border-left: 5px solid #FF6600;
  margin: 8px 0 8px 0;
  padding: 8px 0 7px 9px;
  font-size: 12px;
  background: transparent url(image/bg_stripe.gif) repeat-x 0 0;
  }

form { 
  padding:0px; 
  margin:0px;
  }

input {
  font-family: Verdana, Arial, Sans-serif; 
  margin: 0px; 
  padding: 2px; 
  font-size:14px;
  }

textarea { 
  font-family: Verdana, Arial, Sans-serif; 
  margin: 0px; 
  padding: 2px; 
  font-size:14px;
  }

blockquote {
  margin: 0 20px;
  padding: 10px 10px 10px 10px;
  border: 1px dotted #ccc;
  background-color: #F5F5F5;
  line-height:130%;
  font-size:13px;}

/*************************
  MAIN LAYOUT STYLES 
*************************/

#container {
  width: 725px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  }

#header {
  margin: 0;
  padding: 0;
  text-align: center;
  }

#leftside {
  float: left;
  margin: 0;
  padding: 0 10px 0 0;
  width: 510px;
  }

#rightside {
  float: right;
  font-size: 12px;
  margin: 0;
  padding: 0;
  width: 200px;
  }

#contents {
 margin: 0;
  padding: 0;
  }

#footer_link {
  width: 725px;
  margin: 20px auto 0 auto;
  padding: 10px 0 0 0;
  text-align: left;
  font-size: 12px;
  border-top: 1px dotted #A6A6A9;
  }

#footer_link_left {
  float: left;
  margin: 0;
  padding: 0;
  width: 345px;
  }

#footer_link_right {
  float: right;
  margin: 0;
  padding: 0;
  width: 345px;
  }

#footer_link ul {
  list-style-type: none;
  margin: 0 0 15px 0;
  padding: 3px;
  }

#footer_link li {
  line-height: 130%;
  margin: 0;
  padding: 5px 3px 3px 20px;
  background: transparent url(image/footer_icon.gif) no-repeat 0% 5px;
  }

#footer {
  width: 725px;
  margin: 0 auto 20px auto;
  padding: 10px 0;
  text-align: center;
  font-size: 10px;
  color: #A6A6A9;
  border-top: 1px dotted #A6A6A9;
  }

/*************************
  CLEAR HACKS
*************************/

.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  }

.clear { 
  display: inline-table; 
  }

/* *Hides from IE-mac \*/
* 

html .clear { 
  height: 1%;
  }

.clear { 
  display: block;
  }


/* *End hide from IE-mac */
/*************************
  MENU BOX STYLES 
*************************/

.menu {
 font-size: 12px;
  margin: 0 0 15px 0;
  padding: 1px;
  border: 1px solid #D6DBC6;
  }

.menu ul {
  list-style-type: none;
  margin: 0px;
  padding: 3px;
  }

.menu li {
  line-height: 130%;
  margin: 0;
  padding: 4px 3px 3px 20px;
 background: transparent url(image/icon.gif) no-repeat 0% 5px;
  }

.menu .bullet {
  background: transparent url(image/bullet.gif) no-repeat 0% 5px;
  }

.menu .post {
  background: transparent url(image/icon.gif) no-repeat 0% 5px;
  }

.menu h4 {
  line-height: 130%;
  margin: 0; 
  padding: 3px;

/* background-color: #EFEFE7; */

  font-weight: bold;
  text-align: center;
  background: transparent url(image/bg_menu.gif) repeat-x 0 0;
  }

.menu p {
  margin: 0; 
  line-height:130%;
  padding: 5px;
  }

#feed_link {
  margin-top:20px;
  text-align:center;
  }

.posted {
  text-align:right;
  color:#ccc;
  font-size:10px;
 padding-bottom: 5px;
 border-bottom: 1px dotted #A6A6A9;
  }

.pic {
  padding:2px;
  border:1px solid #ccc;
  }

.entry {
  margin-bottom:10px;
  }

#owner_comment {
  border:1px dotted #ccc; 
  background-color:#eee;
  padding:7px;
  font-size:12px;
  }

#owner_comment p {
  margin: 0;
  }

.s12 {
  font-size: 12px;
  font-weight: normal;
  }

.content-nav {
  padding: 5px;
  text-align: center;
  margin: 0 0 15px 0;
  font-size: 12px;
  line-height: 130%;
  background-color: #E7FBE7;
  border-top: 1px solid #003366;
  border-bottom: 1px solid #003366;
  font-weight: normal;
  color: #006500;
  }

.code {
  overflow: scroll;
  font-size: 12px;
  font-family: 'Courier New';
  line-height: 150%;
  white-space: pre;
  width: 90%;
  padding-left: 1em;
  background-color: #F5F5F5;
  border: 1px solid #666;
  }

#tb_box, #cmt_box {
  font-size:12px;
  border:1px dotted #ccc;
  padding:0 10px;
  margin-bottom:10px;
  background-color: #F5F5F5;
  }

#tb_box .title, #cmt_box .title {
  font-weight:bold;
  border-bottom:1px dotted #ccc;
  padding-bottom:5px;
 }

#tb_box .post, #cmt_box .post {
  text-align:left;
  font-size:10px;
  color:#ccc;
 }

#tb_box p, #cmt_box p { 
  line-height: 150%; 
  margin: 10px 0;
  padding: 0;
 }

#site_info {
  font-size:10px;
  text-align:center;
  margin:20px 0;
 }

#amazon {
  margin-right:10px;
 float:left;
 }



#headerright	{
 width: 726px;
 float: right;
 margin: 0;
 padding: 0;
 text-align: right;
}

#headerright h1	{
 margin: 0px 6px 0 0;
 padding: 0;
 font-size: 12px;
 color: #6E317E;
}

#headerright p	{
 margin: 3px 6px 3px 0;
 padding: 0;
 font-size: 12px;
 color: #6E317E;
}

#headerright a, #headerright a:link, #headerright a:visited, #headerright a:active 	{
 color: #6E317E;
 text-decoration: underline;
}

#headerright a:hover	{
 color: #F7D51B;
}

/*
########################################################
グローバルナビゲーション
########################################################
*/

ul {
 margin: 0px;
 padding: 0px;
 list-style-type: none;
}

#header ul#nav li {
 list-style: none;
 display: block;
 margin: 0;
 padding: 0px 0px 10px 0px;
 text-indent: -9999px;
 height: 30px;
 float: left;
}

#header ul#nav li a {
 display: block;
 padding: 0;
 height: 30px;
 text-decoration: none;
 background-image: url(image/navi.gif);
 background-repeat: no-repeat;
}

#header ul#nav li#nav-1 { width:  181px; }
#header ul#nav li#nav-2 { width:  181px; }
#header ul#nav li#nav-3 { width:  181px; }
#header ul#nav li#nav-4 { width:  182px; }

#header ul#nav li#nav-1 a { background-position:      0 0; }
#header ul#nav li#nav-2 a { background-position:  -181px 0; }
#header ul#nav li#nav-3 a { background-position: -362px 0; }
#header ul#nav li#nav-4 a { background-position: -543px 0; }

#header ul#nav li#nav-1 a:hover { background-position:      0 -30px; }
#header ul#nav li#nav-2 a:hover { background-position:  -181px -30px; }
#header ul#nav li#nav-3 a:hover { background-position: -362px -30px; }
#header ul#nav li#nav-4 a:hover { background-position: -543px -30px; }


.profilephoto {
 padding: 0 0 5px 5px;
 float: right;
}

.fukubukuro_form_order table {
 width:610px;
 height:auto;
}

.fukubukuro_form_order td {
 border-right:2px solid #EA9501;
 border-bottom:1px dotted #b1b1b1;
 font-weight:normal;
 padding:10px 0 5px 10px;
 text-align:left;
}

.seminar_tokuten_img_box {
 width:655px;
 height:auto;
 margin-top:15px;
 margin-bottom:20px;
}
