@charset "UTF-8";

/*----------------------------------------------------
Index
----------------------------------------------------*/

#contents {
    width: 900px;
}

#body h1 {
	font-size:2em;
	font-weight:bold;
	border-bottom: none;
	letter-spacing:3px;
}

#body .main {
	margin-top:20px;
	width:900px;
	border:1px solid #CCCCCC;
	height:448px;
	background:url(../img/main.gif) no-repeat right;
	position:relative;
}

#body .main h2 {
	padding:170px 0 0 20px;
	font-size:1.3em;
	line-height:2;
	color:#000;
}

#body h2.title {
    font-size: 1.6em;
	margin:50px 0 10px;
}

#body h3 {
    font-size: 1.1em;
}


#body .main #BlogBtn_Area {
	position:absolute;
	bottom:20px;
	left:20px;
}


#body .main #Anni_Area {
	position:absolute;
	top:135px;
	left:535px;
}


#body #thumbArea{
	margin-top:250px;
}

#body ul li {
	width:150px;
	height:94px;
	float:left;
	margin:0 5px 5px 0;
	border:1px solid #ccc;
	background:url(../img/check.png);
	text-align:center;
	color:#999;
	background-color:#E8E8E8;
}

#body ul:after,
#thumbNail:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

#body ul,
#thumbNail {
  zoom:1;
}

#navigation li.stayHome a{
	background: #4ea9be;
    color: #fff;
}

#body #read {
	display:none;
	visibility:hidden;
}

#thumbNail{
	padding-bottom:17px;
	background:url(../img/thumb_bg.jpg) no-repeat bottom;
}