/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*BODY全体に関する設定*/
body {
	background-color: ;
	color: #333333;
	font-family:  "Verdana";
	font-size: 12px;
	margin: 0 auto;
	text-align: center;
}
/*<td>の全ての設定*/
td {

}
/*table全ての設定*/
table{
border-collapse: collapse;
}

h1 {
 font-weight:bolder;
 text-align:left;
 font-size:16px;
}

h2 {
 font-weight:bolder;
 text-align:left;
 font-size:16px;
 line-height: 1.0em;
}

/*通常のリンクの設定*/
a:link {
	color: #1D54A7;
	text-decoration: none;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
	text-decoration: underline;
}
/*アクティブ状態のリンクの設定*/
a:active {
}

/*全体の設定*/
#mainBlock {
width:1000px;
text-align: center;
}
/*テキスト左寄せ*/
.left {
text-align:left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
}
/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
width:1000px;
height: 0px;
text-align: left;
}
/*ページタイトル文字部分の設定*/
#TopTitle {
    position: absolute;
    display: block;
    z-index: 2;
    top: 10px;
    left: 10px
}
/*ページタイトル文字色の設定*/
.TopTitleFont {
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
    position: absolute;
    display: block;
    z-index: 2;
    top: 30px;
    left: 20px
}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
clear:both;
height: 200px;
text-align: center;
}

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
.PluginBlock {
    position: absolute;
    display: block;
    z-index: 2;
    top: 350px;
    left: 150px
width: 300px;
text-align: left;
padding: 20px 0px 0px 0px;
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
padding:10px;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
padding: 10px;
}
/*プラグインが表示される場所の設定*/
.PluginContents {
padding: 10px;
}
/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
width: 650px;
float: left;
text-align: left;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
padding: 10px;
text-align: left;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
    position: absolute;
    display: block;
    z-index: 2;
    top: 400px;
    left: 400px;
    width: 650px;
    text-align: left;
}
/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {
}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
margin: 5px 0px;
}
/*記事本文が記載される部分*/
.EntryText {
padding: 10px;
}
/*追記文書が記載される部分*/
.EntryPsText {
padding: 20px;
text-align: right;
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
text-align:right;
padding:5px;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
margin-left: 5px;
	background-color: #BE0000;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
margin-left: 5px;
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
margin-left: 5px;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
margin-left: 5px;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
    position: relative;
    display: block;
    z-index: 2;
    top: 200px;
    left: 0px
}
/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
padding:10px;
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
text-align: left;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
margin: 5px 0px;
}
/*コメントのタイトル部分*/
.CommentTitle{
text-align: left;
}
/*コメント部分*/
.CommentText{
padding: 10px;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
text-align:right;
padding:5px;
}
/*投稿者名の部分*/
.CommentUserName{
margin-left: 5px;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
margin-left: 5px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
margin-left: 5px;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
margin-left: 5px;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
margin-bottom:20px;
}
/*コメントフォーム用テーブル*/
.CommentFormTable{
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
padding-top:5px;
text-align:right;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
padding-top:5px;
text-align:left;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
text-align:left;
}
/*inputタグやtextareaの設定*/
.CommentForms{
}
/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
padding:10px;
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
text-align: left;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
margin: 5px 0px;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
text-align: left;
}
/*トラックバックの記事部分*/
.TrackbackText{
padding: 10px;
line-height:140%;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
text-align:right;
padding:5px;
}
/*トラックバック元のブログ名部分*/
.TrackbackUserName{
margin-left: 5px;
}
/*トラックバック元へのリンク部分*/
.TrackbackFromURL{
margin-left: 5px;
}
/*トラックバックされた日付部分*/
.TrackbackWriteDate{
margin-left: 5px;
}
/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle{
text-align: left;
font-size: 12px;
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
.TrackbackURL{
}
/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
text-align:left;
padding:5px;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
text-align:right;
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
padding:3px;
width:80%;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}
/*カレンダー表示用テーブル*/
.CalendarTable {
width:80%;
padding:3px;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
}
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
	padding:10px 30px 10px 50px;
}

.CommentResBox {
	border:solid 1px #995555;
	padding:10px;
}

.CommentResTitle {
	font-size:12px;
}

.CommentResText {
	padding:10px 0px 0px 10px;
}

.CommentResFooter {
	text-align:right;
	margin:15px 0;
	border-top:1px dotted #995555;
}


#menubar {
	background: #BE0000;
	font-size: 12px;
	color: #FFFFFF;
	height: 35px;
	text-align: right;
	margin: 40px 0px 0px 0px ;
	}

#menubar2 {
	background: #FFFFFF;
	font-size: 12px;
	color: #333333;
	height: 15px;
	margin: 30px 0px 0px 0px;
	text-align: left;
	}

#rakuten {
    position: relative;
    display: block;
    z-index: 2;
    top: 0px;
    margin: 0px 0px 50px 0px;
	}


#google {
    position: relative;
    display: block;
    z-index: 1;
    text-align: left;
    top: 100px;
    left: 10px
	}


#item_title {
	display: block;
	position:  relative;
	background: url() no-repeat;
	border-top: 8px outset #E61616;
	border-right: 1px outset #E61616;
	border-bottom: 1px outset #E61616;
	border-left: 1px outset #E61616;
	width: 620px;
	float: left;
	line-height: 2em;
	text-align: left;
	padding: 10px 10px 10px 10px ;
	margin:  37px 0px 30px 0px ;
	}


#content {
	margin: 0 auto;
	padding: 20px 0;
	text-align: left;
	width: 1000px;
	}

#content-top {
	margin: 0 auto;
	padding: 20px 0;
	text-align: left;
	width: 1000px;
	margin: 0px 0px 100px 0px;
	}
	
#content_secondary {
	margin: 0;
	padding: 20px 20px;
	text-align: left;
	}

#pickup_right {
	float: right;
	width: 670px;
	}

#pickup_right-JW {
	float: left;
	width: 670px;
	}

/* ============== LinkShare専用商品枠 開始 =============== */

#pickup_right_L {
	float: right;
	width: 670px;
	}

/* ============== LinkShare専用商品枠 終了 =============== */

#item_name {
	float: left;
	border-bottom: 3px solid #69676A;
	width: 610px;
	line-height: 2em;
	text-align: left;
	margin: 0px 0px 10px 0px ;
	padding: 0px 10px 0px 20px ;
	}

.pickup_pic {
	float: left;
	width: 200px;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 20px;
	}


/* ============== LinkShare専用商品左画像 開始 =============== */

.pickup_pic_L {
	float: left;
	width: 330px;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 20px;
	}

/* ============== LinkShare専用商品左画像 終了 =============== */


table.itemnavi {
	frame: below;
    margin: 10px 0px 30px 0px;
	}


table.itemnavi th {
	border-bottom: 1px dotted #CCCCCC;
	background-color: #F7F7F7;
	clear: both;
	margin: 0;
    padding: 5px 10px 5px 10px;
	}

table.itemnavi td {
	width: 200px;
	border-bottom: 1px dotted #CCCCCC;
	clear: both;
	margin: 0;
	padding: 5px 10px 5px 10px;
	}


/* ============== LinkShare専用テーブル 開始 =============== */

table.itemnavi_L {
	frame: below;
    margin: 15px 0px 30px 0px;
	}

table.itemnavi_L th {
	border-bottom: 1px dotted #CCCCCC;
	background-color: #F7F7F7;
	clear: both;
	margin: 0;
    padding: 5px 10px 5px 10px;
	}

table.itemnavi_L td {
	width: 200px;
	border-bottom: 1px dotted #CCCCCC;
	clear: both;
	margin: 0;
	padding: 5px 10px 5px 10px;
	}

/* ============== LinkShare専用テーブル 終了 =============== */


/* ============== 写真一覧専用テーブル 開始 =============== */

table.itemnavi_S {
	position: relative;
    display: block;
    z-index: 2;
    left: 0px;
    margin: 0px 10px 50px 10px;
    float: left;
	width: 190px;
	height: 400px;
	}

table.itemnavi_S th {
	border-bottom: 1px dotted #;
	clear: both;
	}

table.itemnavi_S td {
    valign: top;
	border-bottom: 1px dotted #;
	clear: both;
	height: 10px;
	}

/* ============== 写真一覧専用テーブル 終了 =============== */

.page_up {
	margin-top: 10px;
	padding: 0;
	text-align: right;
	}
	
.page_up a {
	background: url(http://9324dad815e3f418.lolipop.jp/arrow_up.jpg) left no-repeat;
	color: #2598FF;
	padding: 0 0 0 15px;
	}




/* ==============MENUBAR=============== */

#menubar a{
    position: relative;
    display: block;
	background:url() no-repeat;
	font-weight: bold;
	border-right: 1px solid #FFFFFF;
	margin: 12px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	color: #FFFFFF;
	float: left;
	left: 500px;
	}

#menubar ul li{
    display: inline;
	list-style-type: none;
	}

#menubar ul li a#menu01{
	list-style-type: none;
	border-left: 1px solid #FFFFFF;
	}


/* ============== breadcrumb-list 開始 =============== */

div#breadcrumb-list{
    position: absolute;
    display: block;
    z-index: 2;
    top: 210px;
	font-size: 12px;
}

/* ============== breadcrumb-list 終了 =============== */

/* ============== トップページ専用テーブル 開始 =============== */

table.top-navi {
	position: relative;
    display: block;
    z-index: 2;
    left: 0px;
    margin: 60px 30px 60px 30px;
    float: left;
	width: 270px;
	}

table.top-navi th {
	border-bottom: 1px dotted #;
	clear: both;
	}

table.top-navi td {
    valign: top;
	border-bottom: 1px dotted #;
	clear: both;
	}


/* ============== トップページ専用テーブル 終了 =============== */