/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/
/* スマートフォン (縦向き、横向き両対応) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
}
/* スマートフォン (横向き) ----------- */
@media only screen and (min-width : 321px) {
}
/* スマートフォン (縦向き) ----------- */
@media only screen and (max-width : 320px) {
}
/* iPad2 件s (縦向き、横向き両対応) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
}
/* iPad2 件s (横向き) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
}
/* iPads (縦向き) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
}
/* デスクトップとノートPC ----------- */
@media only screen and (min-width : 1224px) {
}
/* 大きなディスプレイ ----------- */
@media only screen and (min-width : 1824px) {
}
/* iPhone 4および解像度密度の高いデバイス ----------- */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
}

* {
	padding: 0;
	margin: 0;
	z-index: 1;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	position:relative;
	padding: 0;
	z-index:1;

 }
 
#wrapper {
	margin: 0 auto;
	width: 740px;
	background-image: url(bn2/body.png) ;	
	position:relative;
	padding: 0;
	z-index:1;


}


#faux {
	margin-bottom: 0px;
	padding: 0px;
	height: 400px;
	margin: 0px 20px 0px 20px;
	position:relative;
	z-index:1;
	
	/*background-image:url(imgf/8gatu2.jpg);*/
}
#flashz {
	position:absolute;
	z-index: 0;
	top:-3px;
	left:10px;
	width:675px;
	height::100%;
	visibility: inherit;
}
#header {
	background-color:#fff;
	background-image: url(bn2/header.png);
	width: 740px;
	padding: 0px;
	height: 83px;
	margin: 0px 0px 0px 0px;	
	position:relative;
	z-index:1;
}
#navigation {
	background-color:#fff;
	padding:0px 18px 0px 18px;
	background-image: url(bn2/body.png);
	position:relative;
	z-index:3;
}

#leftcolumn {
	display: inline;
	margin: 20px;
	padding: 0px;
	width: 235px;
	float: left;
	position:relative;
	z-index:2;
}

#content {
	float: left;
	margin: 10px 13px;
	padding: 0px;
	width: 180px;
	display: inline;
	position:relative;
	z-index:2;
}
#rightcolumn {
	display: inline;
	position: relative;
	margin: 10px 10px 10px 0px;
	padding: 0px;
	width: 195px;
	float: right;
	position:relative;
	z-index:2;
	opacity:0.8;
}
#buttoncolumn {
	display: inline;
	margin: 15px;
	padding: 0px;
	width: 675px;
	height:40px;
	float: left;
	position:relative;
	z-index:4;
}
#topics {
	clear: both;
	color: #fff;
	margin: 0px 20px 0px 20px;
	position:relative;
	z-index:2;
}
#footer {
	clear: both;
	color: #fff;
	background-image: url(imgf/fade.gif);
	margin: 10px 20px 0px 20px;
	position:relative;
	z-index:1;
}	

#bottom {
	background-color:#fff;
	background-image:url(bn2/footer.png);
	height:18px;
	position:relative;
	z-index:1;
}



.clear { clear: both; background: none; }

