@charset "UTF-8";
/*
* jNav Style Sheet
* SAWAI HIROSHI
* http://www.findxfine.com
*/


/* -------------------------------------------------------------------
要素スタイル
------------------------------------------------------------------- */
html {
	padding: 20px 0;
	color: #666;
	background: #EEEADA;
	font-size: 87.5%;
}
body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
* html body { /* for IE6 */
	text-align: center;
}
img {
	vertical-align: bottom;
	border: none;
}
a {
	outline: none;
	overflow:hidden;
}


/* -------------------------------------------------------------------
ページラッパー
------------------------------------------------------------------- */
div#wrapper {
	width: 960px;
	margin: 0 auto;
	border: 1px solid #CCC;
}
* html div#wrapper { /* for IE6 */
	text-align: left;
}
/* -------------------------------------------------------------------
スクリプトエリア
------------------------------------------------------------------- */
div#randomSlide {
	position: relative;
	margin: 20px 0;
	width: 960px;
	height: 360px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: #FFF;
}
#randomSlide ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 960px;
	height: 360px;
	overflow: hidden;
}

#randomSlide ul li {
	position: relative;
	float: left;
	width: 320px;
	height: 180px;
	background: #EEE;
}
#randomSlide ul li img {
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
/* -------------------------------------------------------------------
スクリプトエリア
------------------------------------------------------------------- */
div#textArea {
	margin: 0 0 20px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#textArea p {
	margin: 30px;
}
/* -------------------------------------------------------------------
汎用クラス
------------------------------------------------------------------- */
.textColor1 {
	color: #2F2B1A;
}
.textLarge {
	font-size: 123.1%; /* 16px */
}
.textXSmall {
	font-size: 77%; /* 10px */
}
.textSmall {
	font-size: 85%; /* 11px */
}
.textNormal {
	font-weight: normal;
}
.textBold {
	font-weight: bold;
}
.textCenter {
	text-align: center;
}
.textRight {
	text-align: right;
}
.layoutLeft {
	float: left;
}
.layoutLeftImg {
	float: left;
	margin: 0 9px 5px 0;
}
.layoutRight {
	float: right;
}
.layoutClear {
	clear: both;
}


/* -------------------------------------------------------------------
Clearfix
------------------------------------------------------------------- */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-table;
min-height: 1%;
}
/* Hides from -mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from -mac */