@charset "utf-8";

/*=========================================================
*----------------------------------------------------------
* 共通CSS
*----------------------------------------------------------
=========================================================*/

/*---------------------------------------------------------
* 全体の設定
*--------------------------------------------------------*/
body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 80%;
	line-height: 1.5em;

}

h1,h2,h3,h4,h5,h6,p,div,ul,ol,li {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}

img {
	border: 0;
}

a:link {text-decoration: none;color: #06c;}
a:visited {text-decoration:none;color: #606;}
a:hover {text-decoration: none;color: #cc3800;}
a:active {text-decoration: none; color: #cc3800;}



/*---------------------------------------------------------
* コンテンツ部分
*--------------------------------------------------------*/
#container {
	margin: 0 auto;
	text-align: left;
	width: 900px;
}

#header {
	width: 900px;
}

#header ul {
	float: left;
	list-style-type: none;
	margin: 43px 0 6px 5px;
}

#header li {
	float: left;
	/*display: inline;*/
	padding-right: 25px;
}

h1.logo {
	float: right;
	margin: 25px 0 0;
}


#footer {
	width: 900px;
}

address {
	float: right;
	color: #fff;
	font-style: normal;
	font-size: 80%;
	text-align: right;
	letter-spacing: 0.1em;
	margin: 8px 8px 0 0;
}

.banner {
	float: left;
	margin: 20px 0;
}

/*=========================================================
*----------------------------------------------------------
* MERRY 用 CSS
*----------------------------------------------------------
=========================================================*/

/*---------------------------------------------------------
* 全体設定
*--------------------------------------------------------*/
#merry {
background-image:url(//img02.ti-da.net/usr/merry/back_premier.jpg);
}


/*- コンテンツ部設定 -------------------------------------------------------*/
#blog {
	clear: both;
	width: 900px;
	color: #333;
	margin:10px 0;
	padding-bottom:5px;
	background:url(//img02.ti-da.net/usr/merry/bg_blog.jpg) no-repeat bottom;
}
#main {
	float:left;
	width: 665px;
	background:#F3F3F3;
}

/* サイド（左サイド） */

#links{
	width: 185px;
	float:right;
	padding:0 20px;
	background:url(//img02.ti-da.net/usr/merry/bg_blog_navi.jpg) no-repeat top #F3F3F3;
}

.sidetitle{
	font-weight:bold;
	font-size:110%;
	text-align:center;
	line-height:35px;
	padding-bottom:10px;
	margin-top:15px;
	background:url(//img02.ti-da.net/usr/merry/bg_blog_navi-icon.gif) no-repeat;
	color:#12204e;
}
.sidebody {
	padding:0 10px;
}

/* カレンダー ここから ----------*/
/* 大枠 */
.calender{
	text-align: center;
	margin: 20px 0 10px;
	border-collapse: collapse;
}
/* 上部年月日表示 */
.calendarhead{
	font-weight: bold;
	margin-bottom: 3px;
	font-size: 11px;
}
/* 枠 */
.calendartable{
	border: 1px solid #666;
	width: 185px;
	margin-right: auto;
	margin-left: auto;
}
/* 曜日枠 */
.calendarwd{
	background-color: #666;
	padding: 5px;
	color: #FFF;
}
/* 曜日 */
.calendarweek{}
/* 日付枠 */
.calendard{
	text-align: center;
}
/* 日曜日 */
.sun{
	color: #CC0000;
}
/* 土曜日 */
.sat{
	color: #0099FF;
}
/* 今日 */
.today{
	font-weight: bold;
}


/*blog*/
.blog {
	padding:20px 15px;
	background:url(//img02.ti-da.net/usr/merry/bg_blog_main.jpg) no-repeat top #fff;
}

.blog h3 {
	font-size:110%;
	border-top:3px #12204e solid;
	background:url(//img02.ti-da.net/usr/merry/line_h3.gif) repeat-x bottom;
	margin:10px 0 3px;
	padding:3px 5px;
	line-height:2.0em
}
.date {
	font-size:90%;
	text-align:right;
}
.topicpass {
	font-size:80%;
}

.blogbody img {
	padding:4px;
	border:#ccc solid 1px;
	background:#FFF;
}

/* このページの上へ */
.pagetop{
	font-size: 80%;
	text-align: right;
	margin-top: 15px;
}

/* このBlogのトップへ */
.menu{
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 80%;
	letter-spacing: 0.2em;
	text-align: center;
}


/*clear fix*/

div{
zoom:1;
}
div:after{
height: 0;
visibility: hidden;
display: block;
content: ".";
clear:both;
}
/*MacIE ¥*/
* html div {height: 1em;}
div {display: block;}
/* ini */

address{color:#000;}