@charset "UTF-8";

/*----- common -----*/
body {
	background: #FFFFFF;
	padding: 0px 0px 10px;
}

#container {
	width: 100%;
}

#container:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}


/*----- main-contents -----*/
#header {
	position: relative;
	min-width:1050px;
	width: 100%;
	height:30px;
	background: #050505 url(img/bg_jk.gif) repeat-x bottom;
	padding: 0px 0px 40px;
	margin: 0px 0px 5px;
}

/*----- btn-sns -----*/
ul.sns {
	float: right;
	width: 284px;
	height: 30px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	overflow: hidden;
}

ul.sns li {
	float: left;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

ul.sns li.btn-facebook {
	width: 73px;
	height:24px;
	margin: 3px 5px 3px 0px;
}

ul.sns li.btn-twitter {
	width: 80px;
	height:20px;
	margin: 5px 5px 5px 0px;
}

ul.sns li.btn-hatena {
	width: 20px;
	height:20px;
	margin: 5px 5px 5px 0px;
}

ul.sns li.btn-mixi {
	width: 58px;
	height:18px;
	margin: 6px 5px 6px 0px;
}

ul.sns li.btn-google {
	width: 33px;
	height:20px;
	margin: 5px 0px 5px;
}


/*----- contents -----*/
#contents {
	position: relative;
	width: 1050px;
	margin: 0px auto;
	padding: 0px 10px;
}

#contents:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

#main-contents {
	position: relative;
	float: left;
	width: 780px;
}

#sub-contents {
	position: relative;
	float: left;
	width: 250px;
	overflow: hidden;
}