/*問合せ*/
#mailform {
 width: 800px;
 float: left;
 clear: both;
 padding-left: 0x;
 }
/*問合せ*/

/*エントリー*/
.entry {
 margin: 0;
 float: right;
  }
.entry-content {
 clear: both;
 margin-bottom: 0;
 width: 648px;
 text-align: left;
 text-vlign: top;
 padding-left: 0x;
 }
.entry-title {
 margin: 5px 20px 10px;
 padding: 5px 0 5px 6px;
 font-size: 12px;
 color: #333333;
 border-left: solid 4px #212241;
 border-bottom: solid 1px #333333;
 }
.entry-body {
 margin-left: 25px;
 width: 580px;
 padding: 5px 10px;
 font-size: 10px;
 color: #333333;
 line-height: 140%;
 }
.entry-more {
 margin-left: 25px;
 margin-bottom: 30px;
 width: 580px;
 padding: 10px 10px;
 font-size: 12px;
 color: #333333;
 line-height: 140%;
 border-top: solid 1px #666666;
 border-bottom: solid 1px #666666;
 }
/*エントリー*/


body {
 text-align: center;
 }

#container {
 width: 804px;
 background: #ffffff;
 text-align: left;
 margin: 0 auto;
 border: 1px solid #333333;
 }

/*ヘッダー*/
#header {
 text-align: left;
 background-color: #ffffff
 padding: 10px;
 border-bottom: solid 1px #333333;
 margin-bottom: 0px;
 }
#header h1 {
 font-size: 14px;
 font-family: Arial Black, Helvetica, sans-serif;
 padding-top: 0px;
 padding-left: 20px;
 margin-top: 20px;
 margin-bottom: 20px;
 }
#header h1 a {
 color: #333333;
 text-decoration: none;
 }
/*ヘッダー*/

/*グローバルナビ*/
#gnavi {
 margin-top: 0px;
 text-align: center;
 height: 25px;
 border-bottom: solid 1px #333333;
 }
#gnavi a, #gnavi span {
 font-size: 12px;
 color: #ffffff;
 padding: 7px 0 6px;
 margin: 0;
 display: block;
 width: 100px;
 float: left;
 text-align: center;
 text-decoration: none;
 background-image: url(http://xdream.jp/international/web-img/btn_gnavi.gif)
 }
#gnavi a:hover {
 position:relative; top:1px; left:1px;
 }
/*グローバルナビ*/

/*カテゴリイメージ*/
#catimg {
 margin-top: 0px;
 text-align: center;
 height: 80px;
 border-bottom: solid 1px #333333;
 }
/*カテゴリイメージ*/

/*サイドバー*/
.sidebar {
 width: 152px;
 height: 100%;
 float: left;
 }
.sidebar h2 {
 font-size: 12px;
 font-family: Verdana, Helvetica, sans-serif;
 color: #333333;
 padding-left: 15px;
 padding-bottom: 4px;
 margin: 15px 0 10px;;
 border-bottom: solid 1px #333333;          
 }
/*サイドバー*/

/*サイドナビ*/
.snavi {
 list-style-type: none;
 margin-left: 0;
 padding-left: 0;
 font-size: 12px;
 }
.snavi a {
 color: #333333;
 text-decoration: none;
 padding-left: 15px;
 }
.snavi a:visited {
 clore: #333333;
 text-decoration: none;
 }
.snavi li {
 margin-bottom: 5px;
 }
/*サイドナビ*/

/*コンテンツ*/
#content {
 width: 650px;
 float: right;
 clear: both;
 padding-left: 0x;
 border-left: solid 1px #333333;
 }
/*コンテンツ*/


/*パンくずリスト*/
.navi-link {
 font-size: 10px;
 padding: 15px 0 5px 20px;
 border-bottom: solid 1px #333333;
 }
/*パンくずリスト*/

/*フッター*/
#footer {
 clear:both;
 text-align: center;
 padding: 0px;
 border-top: solid 1px #333333;
 }
#footer p {
 font-size: 12px;
 margin-top:0;
 margin-bottom:0;
 }
/*フッター*/
