@charset "UTF-8";
/* CSS Document */

html{
	height:100%;
}

body{
	height:100%;
	background-color:#FFF;
}

p,h1,h2,h3,tt{
	font-size:10px;
	font-family: Verdana,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 140%;
	letter-spacing: 0.1em;
	color:#333;
}

tt{
	font-family:Courier,"ＭＳ ゴシック";
}

a{
    color:#333;
    text-decoration:underline;
}
a:link {/*未訪問のリンク*/
    color:#333;
    text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
    color:#333;
    text-decoration:underline;
}

#mainWrapper{
	width:100%;
	background-color:#FFF;
}

#main{
	height:600px;
	width:569px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-300px;
	margin-left:-284px;
}

#header{
	margin:0px auto;
	padding:30px 0 20px 0;
	height:40px;
	width:170px;
	background-color:#FFF;
}

#mainContentsWrapper{
	margin:0px auto;
	background-color:#FFF;
	height:450px;
	overflow:visible;
}

#nav{
	margin-top:25px;
	background-color:#FFF;
	width:100%;
	height:55px;
}

#nav ul{
	margin:0 auto;
	width:504px;
}

#nav ul li{
	float:left;
	margin-right:20px;
}

#nav ul li a{
	display:block;
}

#nav ul li img{
	display:block;
	padding-bottom:2px;
}


#nav ul li.bt1{
	width:36px;
}

#nav ul li.bt2{
	width:42px;
}

#nav ul li.bt3{
	width:66px;
}

#nav ul li.bt4{
	width:42px;
}

#nav ul li.bt5{
	width:57px;
}

#nav ul li.bt6{
	width:48px;
}

#nav ul li.bt7{
	width:92px;
}


#nav ul li.last{
	margin-right:0;
}



#nav ul li a:hover{
	border-bottom:1px solid #333;
}


#nav ul li.selected img{
	border-bottom:1px solid #333;
}


#footer{
	width:330px;
	clear:both;
	position:absolute;
	bottom:10px;
	right:10px;
}

#footer .footer_sns_wrapper{
	width: 178px;
	height: 55px;
	position: absolute;
	right: 0;
	top:-65px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#footer .footer_sns_wrapper .l1{
	width: 178px;
	height: 34px;
	border-bottom: 1px solid #CCCCCC;
}

.rdt {
	margin-top: 4px;
	margin-left: 12px;
}

.separate {
	margin-top: 8px;
	width: 1px;
	height: 17px;
	background-color: #CCCCCC;
	float: left;
}

.separate1 {
	margin-left: 12px;
}

.blog {
	margin-top: 12px;
	margin-left: 9px;
}

.separate2 {
	margin-left: 9px;
}

.tumblr {
	margin-top: 7px;
	margin-left: 9px;
}

.fb {
	margin-top: 7px;
	margin-left: 9px;
}

#footer .footer_sns_wrapper .l2{
	width: 178px;
	height: 21px;
}

.giraffe {
	margin-top: 6px;
}

#footer .footer_sns_wrapper a {
	display: block;
	float: left;
}

#footer p{
	line-height: 160%;
	font-size: 8px;
	text-align: right;
	letter-spacing: 0.1em;
	clear: both;
}
