/* INDEX */
*{
	margin:0;
	padding:0;
	line-height:1.62;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
html{
	font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#444;
}
img{
	border:none;
}

body{
	background:#fff;
	background-size:cover;
	background-position:bottom right;
}
#arrow{
	width:11px;
	height:15px;
	background:url(../img/arrow.png) no-repeat;
}
#menu{
	color:#174bb4;
	font-size:10px;
	position:absolute;
	left:0;
	top:340px;
	padding:30px 10px 30px 0px;
	height:275px;
	background:url(../img/menu_bg.png) no-repeat right;
}
#menu li{
	list-style-type:none;
}
#menu a{
	text-decoration:none;
	width:200px;
	height:20px;
	display:block;
	padding-right:20px;
	margin-bottom:12px;
	text-indent:-9999px;
}
#menu01{
	background:url(../img/menu_01.gif) 40px center no-repeat;
}
#menu02{
	background:url(../img/menu_02.gif) 40px center no-repeat;
}
#menu03{
	background:url(../img/menu_03.gif) 40px center no-repeat;
}
#menu04{
	background:url(../img/menu_04.gif) 40px center no-repeat;
}
#menu05{
	background:url(../img/menu_05.gif) 40px center no-repeat;
}
#menu06{
	background:url(../img/menu_06.gif) 40px center no-repeat;
}
#menu07{
	background:url(../img/menu_07.gif) 40px center no-repeat;
}
#menu08{
	background:url(../img/menu_08.gif) 40px center no-repeat;
}
#menu09{
	background:url(../img/menu_09.gif) 40px center no-repeat;
}
#menu01:hover{
	background:url(../img/menu_01on.gif) 40px center no-repeat #f90;
}
#menu02:hover{
	background:url(../img/menu_02on.gif) 40px center no-repeat #f90;
}
#menu03:hover{
	background:url(../img/menu_03on.gif) 40px center no-repeat #f90;
}
#menu04:hover{
	background:url(../img/menu_04on.gif) 40px center no-repeat #f90;
}
#menu05:hover{
	background:url(../img/menu_05on.gif) 40px center no-repeat #f90;
}
#menu06:hover{
	background:url(../img/menu_06on.gif) 40px center no-repeat #f90;
}
#menu07:hover{
	background:url(../img/menu_07on.gif) 40px center no-repeat #f90;
}
#menu08:hover{
	background:url(../img/menu_08on.gif) 40px center no-repeat #f90;
}
#menu09:hover{
	background:url(../img/menu_09on.gif) 40px center no-repeat #f90;
}
#wrapper{
	text-align:center;
	padding-right:200px;
}
.padding{
	width:1000px;
	margin:0px auto;
}
#content{
	width:800px;
	float:right;
	letter-spacing:20px;
	padding-top:10px;
}
#content a img{
	margin-bottom:1px;
}
#content a img:hover{
	margin-top:1px;
	margin-bottom:0;
}



/* Scrooll to Top */
#back-top {
    position: fixed;
    bottom: 8px;
    right: 8px;
}
#back-top a {
    width: 50px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
}
#back-top a:hover {
    color: #000;
}
/* arrow icon (span tag) */
#back-top span {
    width: 40px;
    height: 26px;
    display: block;
    margin-bottom: 7px;
    background: #333;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color:#ffffff;
    font-size:24px;
    padding-top:14px;
        line-height:0.5;
}
#back-top a:hover span {
    background-color: #eee;
    color:#999;
}