﻿/*-----------------------------------------
/*==========================================================
|
|  WHOLE HTML BODY Propaties
|
===========================================================*/

/*---------------------------------------------------
BOX layout
----------------------------------------------------*/
#page_layout{
	background-color:	#4F8560;
}
#contents_box{
	background-color:	#4F8560;
	width:				572px;
/*	height:				100%;	*/
	padding-bottom:		0px;
	margin-bottom:		0;
	margin-top:			0;
	padding-top:		0;
}
#my_left_box{
	width:				170px;
	height:				100%;
	background-color:	#277B37;
	float:				left;
}
#my_right_box{
	width:				400px;
	height:				100%;
	float:				right;
	background-color:	#4F8560;
	padding-top:		10px;
}

#information_box{
	background-color:	#4F8560;
	height:				100%;
	color:				#b3c99b;
	font-size:			12px;
	line-height:		1.35;
	text-align:			center;
}

#info_update{
	width:			360px;
	margin:			20px auto;
	padding-left:	20px;
	border-bottom:	solid 1px #044706;
	border-top:		solid 1px #044706;
	color:			#f3fded;
	font-size:		14px;
	line-height:	1.6;
}

#info_update a{
	color:		#f3fded;
}
#info_update a:hover{
	color:		#f4f234;
}
#info_update a:visited{
	color:		#c0c0c0;
}
#info_update time{
	font-weight:	bold;
}
#info_update ul li{
	list-style-type:		none;
}
#info_update h4{
	margin-top:		8px;
	margin-bottom:	8px;
	background-image:		url("../images/fall_icon.png");
	background-repeat:		no-repeat;
	background-position:	0 4px;
	padding-left:			20px;
}


#contents_box:after{
	content:		"";
	clear:			both;
	display:		block;
}

#sns_buttons{
	width:			109px;
	margin:			0 auto;
	padding-top:	20px;
}
#sns_buttons:after{
	clear:	both;
	display:	block;
	content:	"";
}

#sns_buttons #tweet_button{
	background:			url("../images/twb_t_on.png") no-repeat;
	width:				52px;
	float:				left;
/*	padding-right:		10px;	*/
}
#sns_buttons #tweet_button a{
	display:			inline-block;
}
#sns_buttons #tweet_button a:hover{
	background-color:	transparent;	/*IE6*/
}
#sns_buttons #tweet_button a:hover img{
	visibility:			hidden;
}
#sns_buttons #fb_button{
	background:			url("../images/fbb_t_on.png") no-repeat;
	width:				52px;
	float:				right;
}
#sns_buttons #fb_button a{
	display:			inline-block;
}

#sns_buttons #fb_button a:hover{
	background-color:	transparent;	/*IE6*/
}
#sns_buttons #fb_button a:hover img{
	visibility:			hidden;
}

