/* ************************************************ 
 *	共通設定
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #555555;
	font-size: 11px;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 1.6em;
	background-color: #eeeeee;
	text-align:center;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

img {
	border: 0px;
}

table,td {
	border-spacing: 0px;
}
A:link {
	FONT-SIZE: 11px; COLOR: #454545;
	text-decoration: none;
}
A:visited {
	FONT-SIZE: 11px; COLOR: #454545;
	text-decoration: none;
}
A:active {
	FONT-SIZE: 11px; COLOR: #888888;
	text-decoration: underline;
}
A:hover {
	FONT-SIZE: 11px; COLOR: #454578;
  text-decoration: underline;
}


ul{
list-style-position:inside;
}
/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- 
 *※ページ全体の幅は800pxとなっています。
    幅を広げる場合は、.sideと.mainのwidth
    の合計値が#containerのwidthになるよう
    設定してください。
 * ------------------------------------- */

/*ページ全体の幅、レイアウトをセンタリング*/
#container {
	margin:0px auto;
	width:920px;
	text-align:left;
}

/*　全体を囲む　*/
.kakomi {
 width:950px;
 background-color: #ffffff;
}

/*　100%のライン　*/
.line {
  font-weight: bold;
  height: 18px;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCCCCC;
  margin-bottom: 7px;
  text-align: left;
  float: left;
}

.line2 {
 width:100%;
 background-color: #bbbbbb;
 height:1px;
 font-size:0;
}

.line3 {
 width:100%;
  background: url(http://skate.whitedeer.jp/shop/img/top_menu/line.gif) repeat;
 height:8px;
 font-size:0;
}


/*ヘッダー（ページタイトル、グローバルメニュー）*/
.header {
 width:100%;
 clear:left;
}

.header2{
 width:100%;
 clear:left;
 border-top-width: 1px;
 border-top-style: solid;
 border-top-color: #CCCCCC;
 padding-top: 1px;
}

/*　画面左側メニューの幅　*/
.side {
	float: left;
	width:150px;
}

/*　画面右側メニューの幅　*/
.right2{
	float: left;
	width:170px;
}

/*　スペース部分の幅　*/
.right {
	float: left;
	width:15px;
}

/*　画面右側の幅　*/
.main {
	float: left;
	width: 570px;
}

/*　フッター（コピーライト）　*/
.footer {
 width:100%;
 border-top-width: 1px;
 border-top-style: solid;
 border-top-color: #CCCCCC;
 padding-top: 9px;
 clear:left;
}

/*　右寄せ　*/
.migi {
 width:100%;
 text-align:right;
}

/* ------------------------------------- 
 *	カレンダー
 * ------------------------------------- */

.calendar {
	font-family :"Verdana";
	font-size: 9px;
	margin-bottom:20px;
	color: #000;
	}

.week2 {
	font-size: 9px;
	width:19px;
	height:15px;
	text-align: center;
	color: #f55;
	background:#dddddd;
	border:0px solid #FFF;
	}	
	
.week {
	font-size: 9px;
	width:19px;
	height:15px;
	text-align: center;
	color: #555;
	background:#dddddd;
	border:0px solid #FFF;
	}
	
.cell {
	width:19px;
	height:15px;
	text-align: center;
	color: #555;
	background:#eeeeee;
	border:0px solid #FFF;
	}
.cell a {color: #5555ff;}
.cell a:link    {color: #5555ff;text-decoration: none;}
.cell a:visited {color: #5555ff;text-decoration: none;}
.cell a:active  {color: #555555;text-decoration: underline;}
.cell a:hover   {color: #555555;text-decoration: underline;}

.entry_navi {
	margin-bottom: 15px;
	}

.entry_navi a {color: #432A16;}
.entry_navi a:link    {color: #432A16;text-decoration: none;}
.entry_navi a:visited {color: #432A16;text-decoration: none;}
.entry_navi a:active  {color: #432A16;text-decoration: none;}
.entry_navi a:hover   {color: #7E5E44;text-decoration: none;}

.entry {
	background:url(http://skate.whitedeer.jp/shop/img/blog/line.gif) no-repeat left top;
	padding:25px 15px 40px 15px; 
	
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	font-size:12px;
	line-height:170%;
	}

.entry_title {
	font-weight:bolder;
	}

.entry_date {
	font-size:10px;
	text-align:right;
	border-top:1px dotted #999; 
	}


.entry_body {
	margin: 10px 0;
	}

.entry_more {
	margin-top:10px;
	}

.entry_state {
	font-size: 10px;
	}

blockquote {
	font-size: 10px;
	color: #808080;
	border-left:2px #CCC dotted;

	margin: 10px 0;
	padding-left: 10px;
	}




/* ------------------------------------- 
 *	コメント・トラックバック
 * ------------------------------------- */

#trackback {
	background:url(./template/cmsp/8/entry_top.gif) no-repeat left top;
	padding:5px 15px 25px 15px; 
	}

#trackback table {
	margin-top:10px;
	}

#trackback .tb_main_title {
	font-weight: bolder;
	margin-top:30px;
	padding-bottom:5px;
	border-bottom: 5px solid #CCC;
	}


#trackback .tb_url {
	padding: 5px 10px 5px 10px;
	}

#trackback .tb {
	margin: 10px 0px 10px 0px;
	border: 1px solid #CCC;
	}

#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 {
	padding: 10px 10px 10px 10px;
	border-top: 1px dotted #CCC;
	}

#trackback .tb_state {
	padding: 5px 10px 5px 10px;
	border-top: 1px dotted #CCC;
	}

.pagenavi {
	background:url(./template/cmsp/8/entry_top.gif) no-repeat bottom;
	margin-top:50px;
	padding-bottom:10px;
	}
.kakomi2 {
  border: 1px solid #CCCCCC;
  padding: 7px;
  height: 100%;
  width: 154px;
  margin-top: 7px;
  color: #ee4444;
  font-size: 10px;
  background-color: #efefef;
  float: left;
}

.moji {
  color: #333333;
  font-size: 10px;
}