﻿/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://dotch.jp/cgi/mt/mt-static/themes/base-weblog.css);
@import url(http://dotch.jp/cgi/mt/mt-static/themes/theme-bryant/theme-bryant.css);
/* end StyleCatcher imports */


/* link  10/04 */
A:link {
  color: #3366aa;
  text-decoration: underline;
}
A:visited {
  color: #6699ee;
  text-decoration: underline;
}
A:active {
  color: #6699ee;
}
A:hover {
  color: #6699ee;
  text-decoration:none;
}


/* page layout */

body
{
	min-width: 780px;
	color: #333;
	background: #f0efee;
}

#container
{
	width: 780px;
/* 	background: url(container-bg.gif) repeat-y; */
}

#container-inner
{
	margin: 0 10px;
	border-bottom: 1px solid #bccad8;
/* 	background: #fff url(column-right-bg.gif) -500px 0 repeat-y; */
}

#banner
{
	width: 760px; /* necessary for ie win */
	height: 150px; /* necessary for ie win */
	background: #ff9999;
        background-image:   url(http://www.dotch.jp/decome/img/title.jpg);
}

#banner-inner { padding: 20px; }

.banner-user
{
	width: 70px;
	margin-top: 4px;
	font-size: 10px;
}

.banner-user-photo { border: 3px solid #666; }

#banner-header
{
	margin: 0;
	color: #666;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
}

#banner-description
{
	margin: 1px 0;
	color: #666;
	background: none;
	font-size: 12px;
	line-height: 1.125;
}

#alpha { margin: 20px 0 20px 20px; width: 260px; }
#beta { margin: 20px 0 0 40px; width: 420px; }
#gamma, #delta { width: 202px; }

/*
10/04
.entry { background: #edf2f7; margin-bottom: 20px; }
*/
.entry { background: #f0efee; margin-bottom: 20px; }

.date-header
{
	margin: 0;
	padding: 5px;
	color: #666;
/*
10/04
	background: #ffccff;
*/
	background: #ffaabb;

	font-size: 11px;
	font-weight: bold;
}



/*
2007/02/16　追加
.archive-title
{
	margin: 0;
	padding: 10px 10px 0px 10px;

	background: #ffaabb;

	color: #666;
	font-size: 24px;
	font-weight: bold;
}

*/


.entry-header
{
	margin: 0;
	padding: 10px 10px 0px 10px;
/*
10/04
	background: #ffccff;
*/
	background: #ffaabb;

	color: #666;
	font-size: 18px;
	font-weight: bold;
}

.entry-content 
{
	margin: 0;
	padding: 5px 10px 10px 10px;
	color: #666;
}

.entry-footer
{
	margin: 0 0 20px 0;
	border-top: 1px solid #d1dbe5;
	padding: 2px 10px 10px 10px;
	color: #666;
	font-weight: normal;
}

.content-nav {
	margin-top: 0;
	color: #ff0099;
	font-size: 24px;
	font-weight: bold;
}

/*
2007/04/2　追加
*/
.module-content-pink a { color: #ff6699; }


/* topnavi */
#button-area{
	text-align: right;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

* {
	margin: 0; padding: 0;
}
