/* ************************************************ 
 *	共通設定
 * ************************************************ */


* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	font-size: 10px;
	line-height:170%;
	color:#00000;
    background-color:#EFB7B3;
   	background-image:url("http://img09.shop-pro.jp/PA01040/903/etc/w770.gif");
	background-repeat:repeat-y;   
	background-position:center top;
	text-align: left;
	}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

img {
	border: 0px;
}

a:link    { color: #E87871;text-decoration: none}
a:visited { color: #E87871;text-decoration: none}
a:active  { color: #E87871;text-decoration: underline}
a:hover   { color: #E87871;text-decoration: underline}


/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- 
 *※ページ全体の幅は800pxとなっています。
    幅を広げる場合は、.sideと.mainのwidth
    の合計値が#containerのwidthになるよう
    設定してください。
 * ------------------------------------- */

/*ページ全体の幅、レイアウトをセンタリング*/
#container {
	margin:0px auto;
	width:710px;
	text-align:left;
}

/*ヘッダー（ページタイトル、グローバルメニュー）*/
.header {
        clear:left;
        position:relative;
	height: 130px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*　画面左側メニューの幅　*/
.side {
	float: left;
	width:180px;
        margin-right:30px;
}

/*　画面右側の幅　*/
.main {
	float: left;
	width: 500px;
        margin-bottom:20px;
}

/*　フッター（コピーライト）　*/
.footer {
 width:100%;
 clear:left;
 margin-bottom:20px;
}

/*　ヘッダ部分中身　*/
#Logo {
	position:absolute;
	left:0px;
	top:0px;
	width:259px;
	height:130px;
}

#menu-top {
	position:absolute;
	left:301px;
	top:8px;
	width:409px;
	height:12px;
}

#menu-left {
	position:absolute;
	left:301px;
	top:20px;
	width:19px;
	height:47px;
}

#menu-about {
	position:absolute;
	left:320px;
	top:20px;
	width:99px;
	height:63px;
}

#menu-blk1 {
	position:absolute;
	left:419px;
	top:20px;
	width:16px;
	height:33px;
}

#menu-style {
	position:absolute;
	left:435px;
	top:20px;
	width:79px;
	height:33px;
}

#menu-antique {
	position:absolute;
	left:514px;
	top:20px;
	width:196px;
	height:33px;
}

#menu-about-x {
	position:absolute;
	left:419px;
	top:53px;
	width:47px;
	height:23px;
}

#menu-blk2 {
	position:absolute;
	left:466px;
	top:53px;
	width:24px;
	height:23px;
}

#menu-diary {
	position:absolute;
	left:490px;
	top:53px;
	width:102px;
	height:53px;
}

#menu-mail {
	position:absolute;
	left:592px;
	top:53px;
	width:118px;
	height:53px;
}


#menu-link {
	position:absolute;
	left:419px;
	top:76px;
	width:71px;
	height:30px;
}

#menu-btm-left {
	position:absolute;
	left:320px;
	top:83px;
	width:99px;
	height:23px;
}

#menu-btm {
	position:absolute;
	left:320px;
	top:106px;
	width:390px;
	height:15px;
}



/*　小タイトル　*/
.subtitle {
 margin-bottom:10px;
}


/* ************************************************ 
 *	サイド
 * ************************************************ */

li{
  background:url(./template/cmsp/13/disk.gif) no-repeat;
  background-position:0px 8px;
  text-indent:8px;
  list-style : none;
  list-style-position : outside;
  margin : 0;
  padding : 0px;   
	}

/* カレンダー ---------*/

.calendar {
	font-family: "Verdana";
	text-align:center;
	line-height: 100%;
	}

.calendar table {
	width:100%;
	margin:0px auto;
	text-align:center;
	}

.weekday { padding: 2px;}
.cell    { padding: 3px;}

.cell a:link {font-weight: bolder;}


/* ************************************************ 
 *	エントリー
 * ************************************************ */

#entry img {
margin-bottom:7px;
margin-top:7px;
}

#entry {
  border-bottom: solid 1px;
  margin-bottom:30px;
}