@charset "Shift_JIS";

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

* common.css

***************************************************************/
html,body{
　height: 100% ;
}

body {
	font:12px 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	line-height:1.6;
	color: #666;
	z-index:1;
}
/* ie6 hack */
* html body {
	font-size: 75%;
	letter-spacing:0.1em;
	line-height: 1.6em;
    height: 100%;
	overflow-x: hidden;
}
/* ie7 hack */
*:first-child+html body {
	font-size: 75%;
	letter-spacing: 0.1em;
	line-height: 1.4em;
}

table {
	font-size:inherit;
	font:100%;
}

a:link{
	text-decoration: underline;
	color:#666666;
	outline:none;
} 
a:visited{
	text-decoration: underline;
	color:#666666;
	outline:none;
}
a:hover{
	text-decoration: none;
	color:#e3b584;
}
a:active,
a:selected{
	text-decoration: underline;
	color:#666666;
	outline:none;
}

/* clear
***************************************************************/
.clearfix {
    zoom:1;
}
.clearfix:after {
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
	overflow:hidden;
	font-size:0.1em;
	line-height:0;
}


/* wrapper
***************************************************************/
#wrapper {
	padding:0 auto;
}
*html #wrapper {
	padding:27px auto 0;
}


/* close
***************************************************************/
#close {
	margin:0 auto;
	width:150px;
	text-align:center;
}

/* footer
***************************************************************/
#footer {
	padding:30px 0;
	border-top:#999 1px solid;
	text-align:center;
	width:100%;
	max-width: 900px;
	margin:20px auto 0;
}



/* jScroll
***************************************************************/
a.jScrollArrowUp {
    display: none;
}

a.jScrollArrowDown {
    display: none;
}

a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
    background-position: 0 0;
}

.jScrollPaneContainer {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

 

.jScrollPaneTrack {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0px !important;
    background: #d2d2d2;
}

.jScrollPaneDrag {
    position: absolute;
    background: #969696;
    cursor: pointer;
    overflow: hidden;
}

.jScrollPaneDragTop {
    display: none;
}

.jScrollPaneDragBottom {
    display: none;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
    /*background-color: #f00;*/
}

/* tooltip
***************************************************************/
.title-tip {
    background-color: #FFF;
    padding: 5px 10px;
    border: 1px solid #CCC;
    z-index:10000;
}
