@charset "utf-8";

/*
/* 初期設定 */

body {
	font-family: ＭＳ Ｐゴシック, Osaka, sans-serif;
	font-size: 12px;	
	line-height: 18px;
	color: #FFF;
	background: #625535 url(/cafe/image/back.gif) repeat-x;
}
img {
	border:0;
}	
a:link {  color: #0000FF;  text-decoration: none} 
a:visited {  color: #0000FF;   text-decoration: none} 
a:hover {  color: #FF0000;   text-decoration: underline}
a:active {  color: #FF0000; text-decoration: none }

.white2 {
	font-size: 11px;
	line-height: 12px;
	color: #ffffff;
}

.white2 a:link {  color: #FFFFFF;  text-decoration: none} 
.white2 a:visited {  color: #ffffff;   text-decoration: none} 
.white2 a:hover {  color: #FF0000;   text-decoration: none}
.white2 a:active {  color: #ffcc00; text-decoration: none }

/* add 071110 画像リンクロールオーバー  */
a:hover img.btn2 {
	filter:alpha(opacity=60);
	opacity:0.6;
}

/*------------------------------------------------------------------------------
	■ テキスト定義
	------------------------------------------------------------------------------
	・初期設定のテキスト定義（文字カラー／文字サイズ／行間サイズ／リンク動作）　
------------------------------------------------------------------------------*/

/* 基本書体（フォントファミリー・フォントカラー定義） */
body, p, caption, th, td, ul, ol, li, dl, dt, dd, form, input {
font-family: "ＭＳ Ｐゴシック", Osaka, sanserif;
/*color:#808B96;*/
color:#6B7C81;
}

/* 文字サイズ  */
body{
font-size: 12px;
line-height: 14px;
font-weight: normal;
}

/* 強調 */
b {
font-size: 12px;
font-weight: bold;
line-height: 14px;
margin:0px;
padding:0px;
}

/* 見出し１、２、３ */
h1,h2,h3 {
font-size: 12px;
font-weight: bold;
line-height: 14px;
margin:0px;
padding:0px;
}

/*
/* 各種ボックス定義 */
#container_box {
	width:752px;
	margin: 8px auto;
	height: auto;
}

/* ユニットBOX */
#unit_box {
	width:750px;
	clear: both;
	float: left;
	border: 1px solid #D1CCAC;
	background: #574A2B;
	margin-bottom: 8px;
}
#header {
	border-bottom: 1px solid #D1CCAC;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	background: #625535;
}

#kanban {
	border-bottom: 1px solid #D2CCAC;
	padding: 10px 25px;
}
.recent_box {
	float: left;
	width: 320px;
	border-bottom: 1px dotted #7E6F5D;
	margin-bottom: 4px;
	padding-bottom: 4px;
	margin-left: 4px;
}
.recent_box h3 {
	font-weight: bold;
	color: #D89E0E;
}

.recent_box a:link,
.recent_box a:visited	{
	font-weight: bold;
	color: #FC0;
	text-decoration:none;
}
.recent_box a:hover,
.recent_box a:active	{
	font-weight: bold;
	text-decoration: underline;
}

.recent_box td {
	padding-right: 4px;
}

#level1,#level2,#level3,#level4 {
	float: right;
	clear: both;
	height: auto;
	width: 99%;
	margin-bottom: 18px;
}

#level1 a:hover	{
	background:none;
}
#level1 .plan_link {
	padding-left: 620px;
	padding-top: 12px;
}
#plain table	{
	border-collapse: collapse;
	border: 1px solid #CCC;
}
#plain td {
	border: 1px solid #CCC;
}

#footer	{
	width: 700px;
	padding-top: 12px;
	border-top: 1px solid #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	clear: both;
	padding-bottom: 24px;
}
/* ブログページのコンテンツ用 */
#blog_contents_box	{
	float: right;
	width: 750px;
	margin-bottom: 12px;
	height: auto;
}
#blog_contents_box table {
	margin-right: 2px;
	margin-left: 2px;
}

#blog_body	{
	float: left;
	width: 726px;
	background: #211A0A url(/tpl_cafe/images/cafe_navi_bg.gif) repeat-y;
	margin: 12px;
	padding-top: 12px;
	height: auto;
}
#blog_entry_all {
	float: left;
	width: 545px;
	background: #211A0A;
}

.blog_entry_box	{
	float: left;
	width: 540px;
	color: #ECECEC;
	padding-bottom: 12px;
}
.blog_entry_box	h3	{
	color: #FC0;
	font-size: 14px;
	padding-bottom: 6px;
	border-bottom: 1px dashed #FFF;
	margin-left: 24px;
}
.blog_entry_box h3 a:link,
.blog_entry_box h3 a:visited	{
	color: #FC0;
	text-decoration: none;
}
.blog_entry_box h3 a:hover,
.blog_entry_box h3 a:active	{
	text-decoration: none;
	border-bottom: 1px dashed #F57376;
}

.blog_entry_body	{
	float: right;
	width: 516px;
	margin-top: 12px;
	clear: both;
	line-height: 1.4;
	color: #E2E2E2;
}
.blog_entry_body table	{
	width:99%;
}
.blog_entry_body a:link,
.blog_entry_body a:visited	{
	color: #E2E2E2;
	text-decoration: none;
	border-bottom: 1px dashed #CCC;
}
.blog_entry_body a:hover,
.blog_entry_body a:active	{
	color: #C00;
	text-decoration: none;
	border-bottom: 1px dashed #C00;
}


/*
/* TinyMCEスタイルに戻す */

.blog_entry_body strong	{
	font-weight:bold;
}
.blog_entry_body em	{
	font-style: italic;
}
.blog_entry_body p	{
	font-style: normal;
	margin: .8em 0px;
	color: #E2E2E2;
}


.blog_entry_footer	{
	float: right;
	width: 516px;
	border-bottom: 1px dashed #FFF;
	text-align: right;
	padding-bottom: 4px;
	padding-top: 12px;
	margin-bottom: 12px;
	font-size: 11px;
}
.blog_entry_footer p	{
	color: #666;
}
.blog_entry_footer p a	{
	font-weight:normal;
}
#blog_navi_box	{
	float: right;
	width: 166px;
	padding: 0px 6px;
}
#blog_navi_box h4	{
	font-weight: normal;
	background: #3E4A56;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #CCC;
	margin-bottom: 12px;
}

#blog_navi_box ul	{
	padding-left: 6px;
	list-style: url(none) none outside;
	line-height: 24px;
	margin-bottom: 12px;
}
#blog_navi_box ul li ul li	{
	padding-left: -6px;
	margin-left:-6px;
}

/* リンク反応 */
#blog_navi_box a:link,
#blog_navi_box a:visited {
	color:#95BCE3;
	text-decoration: none;
}

#blog_navi_box a:active,
#blog_navi_box a:hover {
	color:#C70000;
	background: none;
}

#prev_next_box {
	text-align: center;
	float: right;
	width: 516px;
}
#prev {
	float: left;
	width: 100px;
	text-align: left;
}
#next {
	text-align: right;
	float: right;
	width: 100px;
}

#prev_next_box a:link,
#prev_next_box a:visited {
	color:#FC0;
	text-decoration: none;
}

#prev_next_box a:active,
#prev_next_box a:hover {
	color:#F00;
	background: none;
	text-decoration: underline;
}


.blog_entry_footer p a:link,
.blog_entry_footer p a:visited	{
	color:#666;
	border-bottom: 1px dashed #999;
	text-decoration: none;
}
.blog_entry_footer p a:active,
.blog_entry_footer p a:hover	{
	color:#F00;
	border-bottom: 1px dashed #F00;
	text-decoration: none;
}

.blog_entry_footer p a.go_top {
	border: 0px none #FFF;
}

.blog_date {
	width: 144px;
	background: #000;
	text-align: center;
	color: #FFF;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 14px;
	margin-bottom: 18px;
}
.blog_monthly	{
	width: 99%;
	background: #000;
	text-align:left;
	color: #FFF;
	font-size: 16px;
	margin-bottom: 18px;
	padding: 6px 0px 6px 4px;
}
.blog_entry_footer .go_top {
	border: 1px solid #00F;
}

