@charset "UTF-8";


body {
	color: #333333;
	font-family: 'Lucida Grande',Verdana,Arial,'Hiragino Kaku Gothic Pro',Meiryo,'メイリオ',sans-serif;
	font-size: 14px;
	line-height: 1.5;
	position: relative;
/*	background: #FFF url('../img/back/wrapbg.png');*/
	background: url('../img/back/wrapbg2.png');
}


body, div, h1, h2, h3, h4, table, th, td, dl, dt, dd, ol, ul, li, p, a {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}
ul {
	list-style: none;
}
img {
	border: 0px;
	vertical-align: bottom;
}
input[type="text"],
select,
textarea {
	padding: 5px;
	border: 1px #A1A1A1 solid;
	-webkit-box-shadow: inset 1px 1px 2px 0px #E3E3E3;
	box-shadow: inset 1px 1px 2px 0px #E3E3E3;
	font-size: 15px;
	line-height: 1.2;
	font-weight: bold;
	color: #581214;
}
strong {
	font-weight: normal;
}
a:link {
	color: #AE0000;
}
a:visited {
	color: #FF8080;
}
a:hover {
	color: #000;
	text-decoration: none;
}
div#wrap {
	position: relative;
	width: 100%;
	min-height: 100%;
}
div#contents {
	position: relative;
	width: 100%;
	margin: 25px 0;
}
div#wrap:after,
#top_feed:after,
#contents:after,
#contents_in:after,
#new_entry div.netab:after,
#tag_cloud:after,
#topt:after,
#likeboxfp:after,
div.social_button:after,
div.arank_category:after {
	content: "";
	display: block;
	clear: both;
	height: 0px;
	overflow: hidden;
}
div.cenwid {
	clear: both;
	margin: 0 auto;
	width: 1050px;
}
div.mainwid {
	width: 800px;
}
div.mainwidin {
	width: 778px;
	padding: 10px;
	border: 1px #C0C0C0 solid;
	background: #FFF;
}
div.subwid {
	width: 230px;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}


#direct_contents h1 a,
#direct_contents h1 span {
	display: block;
	margin-bottom: 25px;
	padding-left: 23px;
	font-size: 20px;
	color: #272727;
	text-decoration: none;
	background: url('../img/shot/icon/smile.png') left center no-repeat;
}
#direct_contents div.dcin h2,
#direct_contents div.dcin h3 {
	display: block;
	padding-left: 20px;
	font-size: 100%;
	margin-bottom: 8px;
	border-bottom: 1px #A5A5A5 dotted;
	background: url('../img/shot/icon/light.png') left center no-repeat;
}


input.submit_1 {
	padding: 6px 9px;
	border: 1px #DD464A solid;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #D20005;
	font-size: 115%;
	font-weight: bold;
	color: #FFF;
	text-shadow: #000 0px -1px;
	-webkit-box-shadow: 1px 2px 5px 0px #444;
	box-shadow: 1px 2px 5px 0px #444; 
	cursor: pointer;
}
input.submit_1.back {
	border: 1px #C0C0C0 solid;
	background: #EEE;
	color: #666;
	text-shadow: #FFF 0px 1px;
}
input.submit_1:hover {
	border: 1px #9F0000 solid;
	background: #800000;
}
input.submit_1.back:hover {
	border: 1px #AAA solid;
	background: #CCC;
}
h3.simple_h,
h4.simple_h {
	padding-left: 20px;
	background: url('../img/shot/icon/arrow5.png') left center no-repeat;
	font-size: 14px;
	font-weight: bold;
	text-shadow: #FFF 0px 1px;
}
h3.simple_h span,
h4.simple_h span {
	font-weight: normal;
	font-size: 12px;
}
p.red {
	color: #FF0000;
}
div[id^="i2i-ad"] {
	display: none !important;
}