@charset "Shift_JIS";

/*
-----------------------------
チェブラーシカ あれれ？
Author:フロンティアワークス
Update:091225
-----------------------------

/*目次
　
1.基本構造
2.リンク
3.ヘッダ
4.基本レイアウト
5.フッター
6.clearfix

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


/* 1.基本構造
------------------------------------------------------------- */
* { margin: 0; padding: 0;}

html, body {
	height:100%;
}
body { 
	margin: 0; 
	padding: 0; 
	font-weight: normal;
	font-size: 80%;
	color: #482F15; 
	font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック','MS PGothic','Tahoma','Osaka',sans-serif;
	font-weight: normal;
	background:#F5FAFE url(../images/backgrounds/bg.jpg) repeat;
}

/* general params
---------------------------------------------*/	
h1, h2, h3, h4, h5, h6, div, p, pre, ul, ol, dl, dt, dd, address, form, blockquote {
	padding: 0;
	line-height: 1.3;
	display: block;
	margin: 0;
}
table { margin : 0; empty-cells: show; text-align: left;}
img { border: none; vertical-align: baseline; }
ol, ul, li { list-style: none; }

/* 2.リンク
------------------------------------------------------------- */
a { color:#482F15; text-decoration:none; }
a:hover { color:#E94431; text-decoration:none; } 

/* 矢印リンク
---------------------------------------------------- */
a.footer-arrow { background: url(../images/arrow.gif) no-repeat left center; padding-left:20px; text-decoration: none; }
a.footer-arrow:hover { background-image: url(../images/arrow_on.gif); }



/* 3.ヘッダ
------------------------------------------------------------- */
div#header { 
	width:100%;
	height: 220px;
	background:url(../images/header/header_bg.jpg) repeat-x 0 0;
	}
div#header #flasharea {
	width:980px;
	margin: 0 auto;
	}

/* 4.基本レイアウト
------------------------------------------------------------- */
div#container {
	margin: 0 auto;
	width:960px;
	background: url(../images/backgrounds/content-bg.gif) repeat-y;
	}
div#container #content {
	margin: 10px 28px 0;
	padding: 34px 0 0;
	background: url(../images/maintop.gif) no-repeat;
	}
div#container #content #main {
	background: url(../images/mainbg.gif) repeat-y bottom;
	}
div#container #content-main {
	padding: 0 28px;
	}
div#content-footer {
	margin: 0 auto 5px;
	width:960px;
	clear: both;
	height: 0 !important;
	height /**/: 40px;
	padding-top: 40px;
	overflow: hidden;
	background: url(../images/backgrounds/content-footer.gif) no-repeat;
	}

/* common item
------------------------------------------------ */
.right {
    float: right;
}
.center {
    text-align: center;
}
.exp {
    margin: 5px 0 0;
}
.cap {
	color: #FFFFFF;
	padding: 3px 0 0 10px;
}
.mb {
	margin: 0 0 15px;
	}

	
/* 5.フッター
------------------------------------------------------------- */
div#footer { 
	width:100%;
	height: 100px;
	background:url(../images/backgrounds/bottom-bg.gif) repeat-x bottom;
	}
div#footer #footer-content {
	width:900px;
	margin: 0 auto;
	height: 71px;
	padding: 29px 0 0 0;
	background: url(../images/backgrounds/footer-cheb.gif) no-repeat right bottom;
	}
div#footer #footer-content ul {
	text-align: center;
	margin: 0 0 15px;
	}
div#footer #footer-content ul li {
	display: inline;
	font-weight: bold;
	}
div#footer #footer-content p {
	margin: 3px 0 0;
	text-align: center;
	}
div#footer #footer-content .copyright {
	text-align: center;
	color: #714527;
	height: 0 !important;
	height /**/: 14px;
	padding-top: 14px;
	overflow: hidden;
	background: url(../images/backgrounds/footer.gif) no-repeat center top;
	}
div#footer #footer-content .footer-text {
	font-size: 0.8em;
	}

/* 6.clearfix
------------------------------------------------------------- */
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block;}
/* hides from IE-mac \*/
* html .clearfix { height:1%; }
*+html .ccrearfix {min-height: 1%;}
.clearfix { display:block; }
/* End hide from IE-mac */
