@charset "utf-8";

/***************************************************************

	funnythingz
	http://www.funnythingz.com/
	
	default.css
	Author: hiroki ooiwa

****************************************************************/
/*
	default.css Index
	
	#1 BaseLayout
		/1 funnyContents
	#2 GeneralClass
	#3 clearfix

*/
/*==============================================================

	BaseLayout

==============================================================*/
body#funnythingz {
	font-size: 75%;
	color: #fff;
	background: #09f url(/common/imgs/renew_bg_left.gif) no-repeat left 0;
}
#global_container {
	background: url(/common/imgs/renew_bg_right.gif) no-repeat right 0;
	min-height: 575px;
	_height: 575px;
}

p,td,th,li {
	line-height: 1.4em;
}

a {
	color: #fff;
}
a:hover {
	color: #ff0;
}
a:visited {
	color: #fff;
}

*html #ie6 {
	display: block;
	_position: absolute;
	_top: expression(eval(document.documentElement.scrollTop+0)); 
	top: 10px;
	right: 10px;
	border: solid 3px #5f0;
	padding: 10px 20px;
	background: #fff;
	color: #999;
	float: right;
	z-index: 1000;
}
*html #ie6 #analog {
	font-size: 220%;
	font-weight: bold;
	text-align: center;
}
#ie6 {
	display: none;
}

/*--------------------------------------------------------------

	funnyContents

--------------------------------------------------------------*/
/**/
#container {
	margin: 0 0 10px;
}

#contents {
	margin: 10px 10px 20px;
	position: relative;
}
p.read {
	margin-bottom: 4px;
}


/**/
.wrapper {
	margin: 0 auto;
	width: 70%;
	position: relative;
}
.leftCol {
	position: absolute;
	left: 0; bottom: 0;
}
.rightCol {
	position: absolute;
	right: 0; bottom: 0;
}

/**/
#main {
	margin: 0 auto;
	width: 301px;
	height: 463px;
	position: relative;
}
#logo {
	margin: 0 auto;
	width: 336px;
	height: 63px;
}

#sun {
	position: absolute;
	left: 10px; top: 10px;
	z-index: 10;
}

/**/
#niwatori {
	width: 118px;
	position: relative;
	left: 117px; bottom: -160px;
}
#neko {
	width: 117px;
	position: relative;
	right: 20px; bottom: 0;
}
#hito {
	width: 169px;
	position: relative;
	left: 270px; bottom: -260px;
}
#toda {
	width: 300px;
	position: relative;
	right: 0; bottom: 0;
}

/**/
#twit,#hiropo,#ikepo,#huyou,#makingmahinez {
	width: 270px;
	position: absolute;
	z-index: 2;
}
#hiropo {
	left: -40px; bottom: 165px;
}
#ikepo {
	left: -20px; bottom: 130px;
}
#huyou {
	right: 0; bottom: 270px;
}
#makingmahinez {
	right: 0; bottom: 270px;
}
#ikepo {
	left: 0; bottom: 130px;
}
#twit {
	top: 0;
	left: 20px;
}

.fukidashi {
	/**
	filter: alpha(opacity=30);
	-moz-opacity:0.30;
	opacity:0.30;
	/**/
}
.fukidashiBox {
/**
	background: url(/common/imgs/fukidashi_bg.gif) repeat-y 0 0;
/**/
}
.fukidashiBox_b {
	background: url(/common/imgs/fukidashi_bg_bottom.gif) no-repeat 0 bottom;
}
.fukidashiBoxInner {
	background: url(/common/imgs/fukidashi_bg_top.gif) no-repeat 0 0;
}

/**/
#twitInner,
#hiropoInner,
#ikepoInner,
#huyouInner,
#makingmahinezInner {
	color: #111;
	line-height: 1.2em;
	padding: 15px 15px 35px;
}

#hiropoInner {
}
#ikepoInner {
}
#huyouInner {
}
#makingmahinezInner {
}


/**/
address {
	text-align: center;
	margin-bottom: 10px;
}
address a,
address a:link {
	text-decoration: none;
}

ul.fontSizeChange {
	text-align: center;
}
ul.fontSizeChange li {
	cursor: pointer;
	display: inline;
}
ul.fontSizeChange li:hover {
	text-decoration: underline;
	background: #2E3192;
}


/*==============================================================

	GeneralClass

==============================================================*/
/**/
.section {
	margin-bottom: 20px;
}
.textArea {
	margin: auto 5px;
}

.none {
	display: none;
}
.vnone {
	visibility: hidden;
}

/**/
.gray {
	color: #666;
}

/**/
.fn {
	font-weight: normal;
}

/**/
.kome {
	text-indent: -1em;
	padding-left: 1em;
}


/**/
.pagetop {}



/*==============================================================

	clearfix

==============================================================*/
/**/
div:after,
.clearfix:after {
	content: url(/common/imgs/pixel.gif);
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
div,.clearfix {
	display: inline-block;
}
div,.clearfix {
	display: block;
}
/* Mac版IEのみに適用 \*//*/
.div,.clearfix {overflow: hidden;}
/* */