/* ************************************************ 
 * ------------------------------------------------
 *	共通設定
 * ------------------------------------------------
 * ************************************************ */


/* ------------------------------------- 
 *	ページ背景色（全体）
 *	ページ背景画像（全体）
 *	フォント色（全体）
 *	フォントサイズ（全体）
 * ------------------------------------- */
body {
	background-color:#000000;
	background-image:url(http://img10.shop-pro.jp/PA01049/220/etc/russeluno_bg.gif);
	color:#FFFFFF;
	font: 12px/130% "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";★*/
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}

/* ------------------------------------- 
 *	リンクの文字/通常時(link,visited,active)
 *	リンクの文字/マウスが当たっている時(hover)
 * ------------------------------------- */
a:link {color:#D6B200; text-decoration:none;}
a:visited {color:#D6B200; text-decoration:none;}
a:active {color:#D6B200; text-decoration:underline;}
a:hover {color:#FFFFFF; text-decoration:underline;}

div {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

img {
	border:0px;
	margin: 0px;
	padding: 0px;
}

input, select, textarea {
	margin: 0px;
	padding: 0px;
}


ul,ol {
	margin: 0px;
	padding: 0px;
}


.bold {
	font-weight: bold;
}


/* ************************************************ 
 *	ページのセンタリング
 * ************************************************ */

.container_bg {
	width: 800px;
	margin:0 auto;
}



/* ************************************************ 
 *	ヘッダー
 * ************************************************ */

#header {
	padding: 10px 0 0 0;
	background-repeat: repeat;
	width: 800px;
}

/* ------------------------------------- 
 *	ショップタイトルのサイズ、色
 * ------------------------------------- */
.title_box {
	margin: 0px 0px 0px 0px;
	background :  url(http://img10.shop-pro.jp/PA01049/220/etc/blog_top_image.jpg) no-repeat;
	height:120px;
	padding-bottom:0px;
}

#title_size {
	padding-top:0px;
	}

#title_size a {
	font: 22px/130% "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	font-weight: normal;
	color: #D6B200;
	padding-top:10px;
	}

.description {
	font-size:10px;
	font-color:#FFF;
	}
/* ------------------------------------- 
 *	ショップタイトルエリア設定
 * ------------------------------------- */
.title_top {
	margin: 0px 0px 0px 0px;
	width: 600px;
	text-align:left;
	float:right;
	color: #FFF;
}


/* ------------------------------------- 
 *	ヘッダーフラワー画像
 * ------------------------------------- */
.header_img{
	position: relative;
	width: 800px;
	z-index: 10;
	margin: 0px auto;
}

.header_img img {
	width:282px;
	height:179px;
	position:absolute;top:1px; left:-59px;
}

.title_bottom {
	margin: 0 auto;
	width: 800px;
	height: 10px;
        border-right: 1px solid #D6B200;
        border-left: 1px solid #D6B200;
	background-color: #000000;
	text-align:right;
	vertical-align:bottom;
}




/* ************************************************ 
 *	コンテンツレイアウト
 * ************************************************ */

/* ------------------------------------- 
 *	左側メニューエリアの背景色
 * ------------------------------------- */
.left_bk {
	background-color:#000000;
        border-left: 1px solid #D6B200;
        border-bottom: 1px solid #D6B200;
}

/* ------------------------------------- 
 *	ページ中央エリアの背景画像
 * ------------------------------------- */
.center_bk {
	bbackground-color:#000000;
}

/* ------------------------------------- 
 *	右側メニューエリアの背景色
 * ------------------------------------- */
.right_bk {
	background-color:#000000;
        border-right: 1px solid #D6B200;
        border-bottom: 1px solid #D6B200;
}

/* ------------------------------------- 
 *	エリア区切り線の色
 * ------------------------------------- */
.table_line {
	background-color:#D6B200;
	width:1px;
}

#content {
	width: 800px;
}

#content_left {
	margin: 20px 0px 0px 0px;
	width:198px;
}

#content_main {
	margin:0px;
	padding:0px;
	width:438px;
}

#content_right {
	width:159px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #D6B200;
}



/* ************************************************ 
 *	サイドメニュー
 * ************************************************ */

/* ------------------------------------- 
 *	左メニュータイトル文字色
 * ------------------------------------- */
.linktitle_left {
	background :  url(http://img10.shop-pro.jp/PA01049/220/etc/linktitle_left.gif) no-repeat;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	padding: 1px 0 1px 10px;
	margin: 15px 0 10px 0;
}

/* ------------------------------------- 
 *	右メニュータイトル文字色
 * ------------------------------------- */
.linktitle_right {
	color: #ffffff;
	background-color:#000000;
	padding: 3px 0;
	border-top: 1px solid #D6B200;
	border-bottom: 1px solid #D6B200;
	margin: 0px 0 10px 0;
	text-align:center;
	font-weight:normal;
}


.linktext {
	font-size: 11px;
	line-height: 140%;
	margin: 0px 10px;
	margin-bottom:10px;
}

.linktext ul {
	margin: 0px;
	padding: 0px;
	}

.linktext li {
	background: url(./template/cmsp/2/list.gif) no-repeat;
	background-position: 1px 4px;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 13px;
}


/* ------------------------------------- 
 *	サーチ
 * ------------------------------------- */
.search {
	margin:10px;
}

.search_word {
	width:120px;
}



/* ------------------------------------- 
 *	カレンダー
 * ------------------------------------- */
.linktitle_cal {
	color: #FFF;
	padding: 3px 0;
	border-bottom: 1px solid #D6B200;
	margin: 0px 0px 0px 0px;
	background-color:#000000;
	text-align:center;
	font-weight:normal;
}


.calendar {
	font-family: "Verdana";
	font-size: 10px;
	text-align:center;
	line-height: 140%;

	margin: 0px 0px 0px 0px;
	background-color : #000000;
	padding: 5px 5px 10px 5px;
	}

.cell {
	}

.cell a:link {color:#D6B200; background:#FFF; text-decoration:none;}
.cell a:visited {color:#D6B200; background:#FFF; text-decoration:none;}
.cell a:active {color:#D6B200; background:none; text-decoration:none;}
.cell a:hover {color:#D6B200; background:none; text-decoration:none;}


.calendar table {
	width:100%;
	margin:0px auto;
	}

/* ************************************************ 
 *	フッター
 * ************************************************ */

#footer {
	width: 798px;
	padding:0px 0;
	background-color:#000000;
        border-left: 1px solid #D6B200;
        border-right: 1px solid #D6B200;
	text-align: center;
	color:#D6B200;
}

.footer_link {
	font-size:12px;
	padding: 10px 0px 0px 0px;
	margin: 0 10px;
	text-align: center;
	color:#FFF;
}

.footer a,
.footer a:link,
.footer a:visited {
	color:#FFF;
	text-decoration:none;
}

.copyright {
	
}



/* ************************************************ 
 *	ナビゲーション
 * ************************************************ */

.navi {
	background: #000000;
	margin-bottom: 15px;
	padding: 3px;
	color:#FFF;
	text-align:center;
}


.navi a,
.navi a:link,
.navi a:visited {color:#FFF;}

.navi a:active,
.navi a:hover {color:#FFF;}



/* ************************************************ 
 *	エントリー
 * ************************************************ */

.base_area {
	background-color:#000000;
	margin-bottom:20px;
	padding-top:10px;
	width:438px;
	border-bottom: 1px solid #D6B200;
}


.entry_date {
	background-color:#000000;
	font-size: 16px;
	font-weight: bolder;
	color: #FFFF00;
	padding: 2px 20px 3px; 10px;
	}

.entry {
	padding-bottom:30px;
	}

.entry a:link {color:#FFF; text-decoration:underline;}
.entry a:visited {color:#FFF; text-decoration:underline;}
.entry a:active {color:#FFF; text-decoration:underline;}
.entry a:hover {color:#999; text-decoration:underline;}

.entry_title {
	margin:10px 0;
	background:#000;
	border-bottom:1px solid #D6B200;
	}

.entry_title div {
	padding: 5px 5px 0 5px;
	}

.entry_author {
	width:200px;margin-left:10px;font-size:10px; text-align:right;}

.entry_body {
	line-height:150%;
	padding:10px;
}


.entry_more {
	margin-top:10px;
	}

.entry_state {
	font-size: 10px;
	text-align:right;
	margin-right:5px;
	}

blockquote {
	font-size: 10px;
	color: #A67D62;
	border-left:2px solid;

	margin: 10px 5px;
	padding-left: 5px;
	}

.pict {
	display: block;
	}



