/* Edited with EditCSS */
/**** LINK-tag style sheet styles.css ****/

/* 基本レイアウト */
html { margin: 0; padding: 0; }
form, input { margin: 0; padding: 0; }
a img { border: 0; }

/* リンク色（ページ全体） */
a { color: #c1272d; text-decoration: underline; }
a:hover { color: #ff9900; }

/* リンク色（ヘッダー） */
#banner a { color: #999; text-decoration: none; }
#banner a:hover { color: #999; }

/* リンク色（サイドメニュー） */
#side a { color: #666; }
#side a:hover { color: #ff9900; }

/* 見出し */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1, h2, h3, h4, h5, h6 { margin: 0px; }


/* ページレイアウト */
body
{
 font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
 min-width: 730px;
 margin: 0;
 padding: 0;
 font-size: 12px;
 text-align: center;
 color: #333;
 background-color: #fff ;
 background-repeat : repeat-x ;

 line-height: 1.5;
}

#container
{
 position: relative;
 margin: 0 auto;
 padding: 0;
 text-align: center;
 width: 730px;
 background: #fff;
}

#container:after
{
 content: " ";
 display: block;
 visibility: hidden;
 clear: both;
}


/* ヘッダー（レイアウト） */
#banner
{
 position: relative;
 width: 730px;
 height: 360px;
 margin: 0 auto;
 padding: 0;
 background-position:left;
 background-repeat:no-repeat;

}

#banner div
{
 position: relative;
 display: block;
 width: 730px;
 height: 360px;
 margin: 0 auto;
 background-repeat : repeat-x ;

}

/* ヘッダー（サイトタイトル） */
#banner h1
{
 width: 500px;
 margin: 0;
 color: #999;
 font-size: 12px;
 font-weight: normal;
 line-height: 1.25;
 position:absolute; top:20px; left:20px;
 text-align: left;
 letter-spacing: 0.5em;
}


/* ヘッダー（検索ボックス） */
#banner-search
{
 position:absolute; bottom: 150px; right:5px;
 color: #fff;
 text-align: left;
 letter-spacing: 0.1em;
}


/* ヘッダー（サイト説明） */
#banner-description
{
 display: none;
}


/* メインコンテンツ全体 基本レイアウト*/
#pagebody
{
 position: relative;
 width: 730px;
 margin: 0 auto;
 padding: 0;
 text-align: left;
}

#pagebody:after
{
 content: " ";
 display: block;
 visibility: hidden;
 clear: both;
}


/* メインコンテンツレイアウト */

#main /* 記事部分 */
{
 display: inline;
 position: relative;
 float: left;
 min-height: 1px;
 width: 490px; 
 margin: 0 15px;
 text-align: left;
 }

#side /* サイドメニュー */
{
 display: inline;
 position: relative;
 float: right;
 min-height: 1px;
 margin: 10px;
 padding: 0;
 width: 190px;
 text-align: left;
 color: #999;
}

#s-main /* 検索結果記事部分 */
{
 display: inline;
 position: relative;
 float: left;
 min-height: 1px;
 width: 510px;
 _width: 490px;
 margin: 10px;
 text-align: left;
 }

/* 記事部分見出し */

.header1
{
 position: relative;
 width: auto;
 _width: 100%;
 margin: 0 0 10px;
 padding: 10px 0 10px 10px;
 border-left: 5px solid #ccc;
 border-bottom: 1px dotted #999;
 line-height: 1.25;
 font-size: 12px;
 font-weight: normal;
 text-transform: uppercase;
 clear: both;
 letter-spacing: 0.2em;
}


/* 記事部分コンテンツ */

.entry
{
 line-height: 1.5;
 margin: 10px;
 padding: 0 0 5px;
 border-bottom: 1px dotted #ccc;
}

.more
{
 text-align: right;
 }

.header2
{
 position: relative;
 display: inline;
 margin: 10px 0 0;
 border-left: 5px solid #dfdfdf;
 padding: 5px 0 5px 10px;
 font-size: 11px;
 font-weight: normal;
 line-height: 1.25;
}

.header1 a, .header2 a 
{
 text-decoration: none;
 }

.entry-footer,
{
 margin: 5px 10px 0 0;
 border-top: 1px dotted #ccc;
 padding: 5px 0;
 color: #999;
 font-size: 10px;
 text-align: right;
}

.bread
{
 background: none;
 margin: 0 10px;
 padding-left: 10px;
 text-align: left;
}

.f-navi
{
 margin: 5px 0;
 text-align: center;
 clear: both;
}

.gotop 
{
 text-align: right;
 clear: both;
 padding: 10px 20px 10px 10px;
}

.img
{
 float: left;
 margin: 0 5px 5px 0;
 text-align: center;
}

.tb-info
{
 text-align: center;
 border: 1px dotted #ccc;
}


/* フッター */
#footer
{
 position: relative;
 margin: 0 auto;
 width: 730px;
 height: 80px;
 padding: 0;
 clear: both;
 color: #999;
 background: #fff;
}

#footer p
{
 padding: 45px 10px  0;
 margin: 0;
 font-size: 10px;
 text-align: right;
}

#footer a
{
 text-decoration: none;
 color: #999;
}

.footer-navi
{
  width: 710px;
 margin: 20px auto 0;
 padding: 10px 0;
 font-size: 10px;
 text-align: center
 line-height: 1.25;
 clear: both;
 border-top: 1px dotted #ccc;
 border-bottom: 1px dotted #ccc;
}

.footer-navi a
{
 color: #999;
}


/* サイドメニュー内部 */
.side-header
{
 position: relative;
 width: auto;
 margin: 0 0 ;
 padding: 5px 0;
 color: #666;
 background: none;
 font-size: 12px;
 font-weight: bold;
 line-height: 1.25;
 text-align: center;
 border-bottom: 1px solid #ccc;
}

#side p 
{
 padding: 0 5px;
}

#side ul
{
 margin: 0 0 10px;
 padding: 10px;
 list-style: none;
}

#side li a
{
 background-color: none;
 text-indent: 5px;
 display: block;
 font-size: 12px;
 line-height: 1.25;
 margin: 2px 0;
 padding: 10px 0;
 border-bottom: 1px dotted #dcdcdc;
 text-decoration: none;
 color: #666;
}

#side li a:hover
{
 border-left: 7px solid #c1272d;
 color: #666;
 background: #f5f5ee;
}

#side dl
{
 margin: 0 0 10px;
 padding: 10px;
 list-style: none;

}

#side dt
{
 font-size: 12px;
 line-height: 1.5;
}

/* 物販用おすすめ・ピックアップ部分 */

.pickup
{
 width: auto;
 min-height: 190px;
 _height: 190px;
 margin: 5px 0;
 padding: 5px;
 border: 1px solid #ccc;
 line-height: 1.5;
}

.pickup1
{
 width: 47%;
  min-height: 190px;
 _height: 190px;
 margin: 5px 0;
 padding: 5px;
 line-height: 1.5;
 float: left;
}


/* ------------------------------------- 
 * スクロールテキストボックス用
 * ------------------------------------- */

.scr_textbox {
	float: left;
	width: 470px;
	height: 40px;
	margin:0px 0px 10px 0px;
	padding:10px 10px 10px 10px;
	overflow: auto;
	background-color: transparent;
	border-width:1px 1px 1px 1px;
	border-color:#c0c0c0;
	border-style:solid;
	scrollbar-base-color: #ccc;
	scrollbar-arrow-color: #666;
	color: #333;

}

.scr_textbox2 {
	float: left;
	width: 470px;
	height: 100px;
	margin:0px 0px 10px 0px;
	padding:10px 10px 10px 10px;
	overflow: auto;
	background-color: transparent;
	border-width:1px 1px 1px 1px;
	border-color:#c0c0c0;
	border-style:solid;
	scrollbar-base-color: #ccc;
	scrollbar-arrow-color: #666;
	color: #333;

}

/* ------------------------------------- 
 * タブメニュー用
 * ------------------------------------- */

#tab {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 1em;
	border-bottom: 2px solid #ff0000;
	height: 20px;
	overflow: hidden;
}
#tab li {
	float: left;
	width: 110px;
	height: 20px;
}
#tab li a {
	display: block;
	width: 100px;
	height: 20px;
	border: 1px solid #ccc;
	border-bottom: 0;
	font-size: 12px;
	color: #0030BF;
	text-align: center;
	text-decoration:none;
}
#tab li a:hover {
	border-color: #00BF30;
	background-color:#BFFFCF;
	color: #ff0000;
	text-decoration:none;
}

#tab li.present a {
	border-color: #0030BF;
	background-color:#5580FF;
	color: #ff0000;
}


#page1, #page2, #page3, #page4, #page5 {
	margin-bottom: 4em;
	padding-top: 1em;
}


