/* ************************************************ 
 * ------------------------------------------------
 *	共通設定
 * ------------------------------------------------
 * ************************************************ */

/* ------------------------------------- 
 *	ページ背景色（全体）
 *	ページ背景画像（全体）
 *	フォント色（全体）
 *	フォントサイズ（全体）
 * ------------------------------------- */
body {
	background-color:#999999;
	background-image: url(./template/cmsp/3/obj_bg.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	color:#666;
	font: 12px/130% "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
}

/* ------------------------------------- 
 *	リンクの文字/通常時(link,visited,active)
 *	リンクの文字/マウスが当たっている時(hover)
 * ------------------------------------- */
a:link {color:#1A2D4A; text-decoration:none;}
a:visited {color:#1A2D4A; text-decoration:none;}
a:active {color:#1A2D4A; text-decoration:underline;}
a:hover {color:#1A2D4A; 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-left: 15px;
}


/* ************************************************ 
 *	レイアウト
 * ************************************************ */
#layout {
	width:758px;
	margin:0px auto;
	background-image:url(./template/cmsp/3/tbl_bg.gif);
	background-repeat:repeat-y;
	}

.menu {
	width:750px;
	text-align:right;
	padding:10px 0px;
	}

.search {
	width:160px;
	height:124px;
	background-image:url(./template/cmsp/3/tbl_left_bg.gif);
	}

.title {
	width:590px;
	height:124px;
	background-image:url(./template/cmsp/3/obj_logo.gif);
	background-repeat:no-repeat;
	text-align:right;
	}

#leftside {
	width:160px;
	background-image:url(./template/cmsp/3/tbl_left_bg.gif);
	background-repeat:repeat-y;
	}

#main {
	width:440px;
	background:#7F8A9D url(./template/cmsp/3/tbl_main_bg.gif);
	background-repeat:repeat-y;
	color:#FFF;
	}
.main_inside {width:390px; margin:10px 25px;}

.calendar {
	width:420px;
	color:#666;
	background-color:#CCD0D8;
	padding:0px 10px;
	font-size:10px;
	}
.calendar a:link {font-weight:bolder;}

#rightside {
	width:150px;
	background-image:url(./template/cmsp/3/tbl_right_bg.gif);
	background-repeat:repeat-y;
	}

#footer {
	width:750px;
	padding:10px 0px;
	text-align:center;
	}


.
/*  太字設定  */
.bold {
	font-weight: bold;
}


/* ************************************************ 
 *	ショップタイトルのサイズ、色
 * ************************************************ */

.title_size {
	font: 39px/234% "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	font-weight: bold;
	color: #1A2D4A;
	margin: 0 15px;
	}
.description { font-size:10px;color:#FFF;margin: 0 15px;}

/* ************************************************ 
 *	パンくずリスト
 * ************************************************ */


/* ************************************************ 
 *	ページ左側のコンテンツ
 * ************************************************ */

/* ------------------------------------- 
 *	メニュータイトル
 * ------------------------------------- */
.left_menu {
	width: 136px;
	background-image: url(./template/cmsp/3/left_menu.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	padding:2px 0px 2px 15px;
	margin-bottom: 5px;
	color:#666;
}

/* ------------------------------------- 
 *	商品検索
 * ------------------------------------- */
/*  検索文字入力欄  */
.search_word {
	width: 135px;
	margin: 5px 0px;
}


.linktext {
	font-size:10px;
	margin:0px 10px 10px 10px;
}

/* ************************************************ 
 *	ページ右側のコンテンツ
 * ************************************************ */

/* ------------------------------------------- 
 *	メニュータイトル
 * ------------------------------------------- */
.right_menu {
	width: 136px;
	height: 19px;
	background-image: url(./template/cmsp/3/right_menu.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	color:#666;
	padding: 2px 0px 2px 14px;
	margin-bottom: 5px;
}

/* ------------------------------------------- 
 *	各コンテンツ共通
 * ------------------------------------------- */
.right_text {
	color: #FFFFFF;
	font-size:10px;
	margin: 0px 5px 10px 5px;
}



/* ************************************************ 
 *	ナビゲーション
 * ************************************************ */
.navi {
	margin-bottom:10px;
	}

.navi a:link {color:#FFF; text-decoration:underline;}
.navi a:visited {color:#FFF; text-decoration:underline;}
.navi a:active {color:#FFF; text-decoration:underline;}
.navi a:hover {color:#FFF; text-decoration:underline;}




/* ************************************************ 
 *	エントリー
 * ************************************************ */

.entry_date {
	width: 390px;
	height: 21px;
	background-image: url(./template/cmsp/3/main_menu.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	text-align:center;
	padding-top:5px;
	margin-bottom:5px;
	}

.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 {
	width:180px;
	float:left;
	font-size:10px; font-weight:bolder;
	}

.entry_author {
	width:200px; float:left;margin-left:10px;font-size:10px; text-align:right;}


.entry_body {
	padding: 20px 0;
	}

.entry_more {
	margin-top:10px;
	}

.entry_state {
	font-size: 10px;
	text-align:right;
	}
.entry_state a:link {color:#FFF;}

blockquote {
	font-size: 10px;
	color: #CCC;
	border:1px #CCC solid;

	margin: 10px 5px;
	padding: 5px;
	}

.pict {
	display: block;
	text-align:center;
	}




/* ------------------------------------- 
 *	トラックバック
 * ------------------------------------- */

#trackback {
	background-color:#CFCFCF;
	padding:10px;
	align:center;
	color:#666666;
	border-bottom:3px solid #354C72;
	}

#trackback .tb_main_title {
	font-weight: bolder;
	padding-bottom:5px;
	border-bottom: 5px solid #7F8A9D;
	color:#1A2D4A;
	}


#trackback .tb_url {
	font-size: 11px;
	padding: 5px 10px 5px 10px;
	}

#trackback .tb {
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #7F8A9D;
	border-left: 1px solid #7F8A9D;
	border-right: 1px solid #7F8A9D;
	border-bottom: 1px solid #7F8A9D;
	background-color:#DFDFDF;
	}

#trackback .tb_date {
	font-size: 10px;
	padding: 10px 10px 10px 10px;
	}

#trackback .tb_title {
	font-weight: bold;
	padding: 0px 10px 10px 10px;
	}

#trackback .tb_body {
	line-height: 150%;
	padding: 10px 10px 10px 10px;
	border-top: 1px dotted #7F8A9D;
	border-bottom: 1px dotted #7F8A9D;
	}

#trackback .tb_state {
	padding: 5px 10px 5px 10px;
	}

.pagetop { text-align:right;font-size:10px;margin-top:15px;}