@charset "utf-8";
html {
	margin:0px;
	padding:0px;
}
body {
	margin:0px;
	padding:0px;
	text-align:center;
	line-height:160%;
	font-size:x-small;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#660000;
	background:#FFCC00;
}

img {
	border:0;
}

a:link{
	color:#F07197;

}

a:hover{
	background:#FFE6F2;
	color:#FF80C0;

}

a:active{
	background:#FFE6F2;
	color:#FF80C0;

}

a:visited{
	color:#882843;

}

#wrapper_box {

}

#wrapper {
	margin:0px auto;
	padding:0px;
	text-align:left;
	width:960px;
	background:#FFFFFF;
}

#header {
	background:url(../images/bg_header.jpg) no-repeat;
	height:150px;
}

#site_title {
	margin:0px;
	padding:0px;
	width:400px;
	height:110px;
}

#site_title  a{
	width:400px;
	height:110px;
	display:block;
}
.description {
	height:0px;
}
.alt_text {
	display:none;
}

#contents {
	padding:0 20px;
	background:url(../images/bg_contents.jpg);
}

#contents_main {
	width:740px;
	float:left;
}

#main {
	width:520px;
	float:left;
}

#photo_box {
	margin:0 0 20px 0;
	padding:0;
	width:520px;
	height:480px;
	background:url(../images/bg_photo_box.jpg) no-repeat;
}

#photo_box .main_photo_title {
	margin:0px;
	padding:0px;
	width:300px;
	float:right;
	line-height:35px;
	overflow:hidden;
}
#photo_box .main_photo_date {
	margin:0px;
	padding:0px;
	width:120px;
	float:right;
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	font-weight:bold;
	padding-right:20px;
	line-height:35px;
	overflow:hidden;

}

#photo_box .main_photo {
	clear:both;
	padding:0px 20px 10px 20px;
	margin:0px;
}
#photo_box .main_photo_comment {
	clear:both;
	margin:0px;
	padding:5px 10px 0px 10px;
	text-indent:1em;
}

#whats_new {
	background:url(../images/bg_whats_new.jpg) no-repeat;
	width:520px;
	height:250px;
	overflow:auto;
	color:#660000;
}
#whats_new ul{
	margin:40px 0px 0px 0px;
	padding:0px 40px 0px;
	height:210px;
	overflow:auto;
	list-style-type:none;
}

#whats_new ul li{
	margin:0px;
	padding:0px;
	background:url(../images/bg_whats_new_li.jpg) no-repeat;
	text-indent:25px;
	list-style-type:none;
	line-height:160%;
	padding-bottom:10px;
}
	

#menu {
	width:200px;
	float:right;
	margin:0;
	padding:40px 0 0 0;
	background:url(../images/img_menu_top.jpg) no-repeat;
}

#blog_info {
	padding:20px 0 20px 0;
	background:#FFF;
}


#blog_info .blog_banner {
	margin:0;
	padding:0 0 5px 0;
}

#blog_info .blog_title {
	background:url(../images/bg_blog_icon.gif) no-repeat;
	text-indent:20px;
	font-size:12px;
	line-height:150%;
	margin:0;
	padding:0 0 5px 0;

}

#special_contents {
	background:#fff url(../images/img_special.jpg) no-repeat;
	padding:60px 0 20px 0;
	margin:0;
}

#special_contents .blog_title {
	background:url(../images/bg_blog_icon.gif) no-repeat;
	text-indent:20px;
	font-size:12px;
	line-height:150%;
	margin:0;
	padding:0 0 5px 0;

}
#special_contents p{
	margin:0;
	padding:0 0 10px 0;
	font-size:10px;
	line-height:130%;
}

#banner {
	width:160px;
	float:right;

}

#footer {
	clear:both;
	height:30px;
	text-align:center;
}

