@charset "UTF-8";
/* formatting style　全体のフォーマット
---------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-color: #FFFFFF;
}
hr {
	display: none;
}/* link style　リンクスタイル
---------------------------------------*/

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout　レイアウト
---------------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 979px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}
#main {
	padding: 0px;
	float: left;
	width: 593px;
	margin-bottom: 20px;
}
#leftsidebar {
	padding: 0px;
	padding-top:0px;
	padding-right:25px;
	float: left;
	width: 168px;
	margin-bottom: 20px;
}
#rightsidebar {
	padding: 0px;
	padding-top:0px;
	padding-left:25px;
	float: right;
	width: 168px;
	margin-bottom:20px;
}
#footer {
	color: #FFFFFF;
	background-color: #333333;
	padding: 15px;
	clear: both;
}
/* header styles　ヘッダー
---------------------------------------*/
#header {
	background-image: url(./img/penguin.jpg);
	background-repeat: no-repeat;
	height: 430px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #FF6600;
	position: relative;
}
#header #logo1 {
	position: absolute;
	left: 50px;
	top: 318px;
}

#header #logo2 {
	position: absolute;
	left: 800px;
	top: 318px;
}

#header ul {
	background-color: #FFFFFF;
	width: 979px;
	position: absolute;
	left: 0px;
	top: 379px;
}
#header li {
	float: left;
	list-style: none;
}
#header ul li a {
	line-height: 2.5em;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
	text-align: center;
	display: block;
	height: 2.5em;
	width: 139px;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: double;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #999999;
	border-left-color: #FFFFFF;
}
#header ul li a:hover {
	background-color: #666666;
}
#header ul li#nHome a {
	border-left-style: none;
}
#home #header #nHome a {
	background-color: #990000;
	color: #FFFFFF;
}
/* main styles　メイン
---------------------------------------*/
#main h2 {
	margin-bottom: 20px;
}
#main p {
	line-height: 1.8;
	margin-bottom: 1em;
}

/* main_topbar　トップバー
---------------------------------------*/
#main_topbar{
float:left;
width:593px;
height:auto;
padding-top:0px;
padding-bottom:8px;
}

/* main_tokibox　トキボクス
---------------------------------------*/
#main_tokibox{
float:left;
width:593px;
height:auto;
padding-top:0px;
padding-bottom:8px;
}
/* what's d-torso　説明文
---------------------------------------*/
#main_what{
float: left;
background: url(../summer/img/graybox.gif) no-repeat;
width:593px;
margin-top: 0px;
margin-bottom: 8px;
margin-left: 0px;
padding-left:0px;
padding-top:0px;
height:222px;
}

#what_content{
width:593px;
padding-top:10px;
text-align:center;
}


#main_what_1{
padding-top:4px;
padding-left:0px;
font-size:13px;
color:#333333;
}
#main_what_1 a{
color:#333333;
font-weight:bold;
text-decoration:none;
}

#main_what_1 a:hover{
text-decoration:underline;
}

#main_what_2{
padding-top:2px;
padding-left:14px;
padding-right:14px;
font-size:11px;
color:#333333;
}
/* main_daxbox　ダックスボクス
---------------------------------------*/
#main_daxbox{
float:left;
width:593px;
height:auto;
padding-top:0px;
padding-bottom:8px;
}

/* main_animalcollection　アニマルコレクション
---------------------------------------*/
#main_animalcollection{
float:left;
width:593px;
height:auto;
padding-top:0px;
padding-bottom:8px;
}


/* main_animalbox　アニマルボクス
---------------------------------------*/
#main_animalbox{
float:left;
width:593px;
height:auto;
margin:0px;
padding-left:0px;
padding-bottom:8px;
}

#main_animalbox ul li{
    float: left;
    display:inline;
    margin: 0px;
    padding-right:7px;
}

#main_animalbox ul li#nRight {
    padding-right:0px;
}


/* main_instruction　インストラクション
---------------------------------------*/
#main_instruction{
float:left;
width:593px;
height:auto;
padding-top:0px;
padding-bottom:8px;
}


/* main_step　ステップ
---------------------------------------*/

#main_step{
float: left;
background: url(../summer/img/box_guide2.gif) no-repeat;
width:593px;
margin-top:0px;
margin-bottom:8px;
margin-left: 0px;
padding-left:0px;
padding-top:0px;
height:300px;
}

#steps{
width:593px;
padding-top:8px;
text-align:center;
}


#main_steps_1{
padding-top:0px;
padding-left:0px;
font-size:13px;
color:#333333;
}
#main_steps_1 a{
color:#333333;
font-weight:bold;
text-decoration:none;
}

#main_steps_1 a:hover{
text-decoration:underline;
}

#main_steps_2{
padding-top:2px;
padding-left:14px;
padding-right:14px;
font-size:11px;
color:#333333;
}

/* main_miniature　ミニチュアボクス
---------------------------------------*/

#main_miniature{
float:left;
background:url(../img/main_box3b.gif) no-repeat;
background-position:bottom;
width:593px;
margin-bottom: 8px;
padding-left:0px;
padding-bottom:0px;
height:381px;
}

#main_miniature h2{
background: url(../img/main_menu1.jpg);
	background-repeat: no-repeat;
	font-size:13px;
	font-weight:normal;
	height:24px;
	color:#ffffff;
	margin: 0px;
	padding-left: 14px;
	padding-top: 3px;
}

#main_miniature_list ul{
margin: 0px;
padding: 0px;
}

#main_miniature_list li{
float: left;
display:inline;
margin: 0px;
padding: 0px;
}

#main_miniature_1{
font-size:11px;
font-weight:bold;
color:#333333;
padding-top: 8px;
padding-left: 20px;
}

#main_miniature_1 a{
font-size:11px;
font-weight:bold;
color:#333333;
text-decoration:none;

}

#main_miniature_1 a:hover{
font-size:11px;
font-weight:bold;
color:#0085CF;
}

#miniature{
float: left;
font-size:11px;
font-weight:bold;
color:#333333;
}

/* main_moomin　ムーミン
---------------------------------------*/
#main_moomin{
clear:both;
width:593px;
height:auto;
padding-top:0px;
padding-bottom:8px;
}

/* sidebar styles　左サイド
---------------------------------------*/
/* 検索
---------------------------------------*/
#FS2_search{
font-size:12px;
font-weight:bold;
color:#333333;
background-image: url(../img/search_bg.jpg);
background-repeat: no-repeat;
height:120px;
width:168;
padding-left:15px;
}

#FS2_search_text{
font-size:12px;
font-weight:bold;
color:#333333;
padding-top:44px;
padding-left:0px;
padding-right:0px;
}

#FS2_search_keyword{
font-size:12px;
color:#333333;
padding-left:0px;
padding-right:0px;
margin-bottom:7px;
}

#FS2_search_btn{
background: url(../img/search.gif) no-repeat;
height:20px;
width:63px;
border:0px;
padding-top:0px;
padding-bottom:0px;
}

/* アイテムリスト
---------------------------------------*/

.item{
width:168px;
}

.item_content{
width:168px;
background: url(../img/menu_ba.gif) ;
margin: 0px;
padding: 0px;
}

.item_title {
width:168px;
margin-top: 0px;
padding: 0px;
}

.item_title_a {
width:168px;
margin-top: 9px;
padding: 0px;
}

.item_title_b h2{
background: url(../img/menu_title_mono.jpg) no-repeat;
font-size:13px;
font-weight:normal;
height:22px;
margin: 0px;
padding-left: 12px;
padding-top: 2px;
color:#ffffff;
}

.item_list {
padding-left: 14px;
padding-top: 6px;
padding-bottom: 10px;
}


.item_list ul{
list-style:none;
font-size:11px;
margin: 0px;
padding: 0px;
}

.item_list li{
color:#333333;
list-style:none;
font-size:11px;
font-weight:normal;
margin: 0px;
padding: 0px;
line-height: 2em
}


.item_list li a{
color:#333333;
text-decoration:none;
list-style:none;
font-size:11px;
margin: 0px;
padding: 0px;
}

.item_list li a:hover{
color: #0085CF
}

.item_subtitle h3{
background: url(../img/menu_subtitle.gif) no-repeat;
font-size:12px;
height:24px;
margin: 0px;
padding-left: 12px;
padding-top: 4px;
}

.item_btm{
background: url(../img/bottom.gif) no-repeat;
height:9px;
margin: 0px;
padding-top: 3px;
padding-bottom: 3px;
width:168px;
}



/* エコバナー styles
---------------------------------------*/
#eco_banner{
background: url(../img/eco_suiren.jpg) no-repeat;
padding-top: 0px;
padding-bottom: 8px;
width:168px;
height:200px;
margin: 0px;
}


/* ランキングリスト
---------------------------------------*/

.item_rank{
width:168px;
}

.item_rank_content{
width:168px;
background: url(../img/menu_ba_gray.gif) ;
margin: 0px;
padding: 0px;
}

.item_rank_title {
width:168px;
margin-top: 0px;
padding: 0px;
}

.item_rank_title_a {
width:168px;
margin-top: 9px;
padding: 0px;
}

.item_rank_title_b h2{
background: url(../img/menu_title_mono.jpg) no-repeat;
font-size:13px;
font-weight:normal;
height:22px;
margin: 0px;
padding-left: 12px;
padding-top: 2px;
color:#ffffff;
}

.item_rank_list {
padding-left: 14px;
padding-top: 6px;
padding-bottom: 10px;
}


.item_rank_list ul{
list-style:none;
font-size:11px;
margin: 0px;
padding: 0px;
}

.item_rank_list li{
color:#333333;
list-style:none;
font-size:11px;
font-weight:normal;
margin: 0px;
padding: 0px;
line-height: 2em
}


.item_rank_list li a{
color:#333333;
text-decoration:none;
list-style:none;
font-size:11px;
margin: 0px;
padding: 0px;
}

.item_rank_list li a:hover{
color: #0085CF
}

.item_rank_subtitle h3{
background: url(../img/menu_subtitle.gif) no-repeat;
font-size:12px;
height:24px;
margin: 0px;
padding-left: 12px;
padding-top: 4px;
}

.item_rank_btm{
background: url(../img/bottom_gray.gif) no-repeat;
height:9px;
margin: 0px;
padding-top: 3px;
padding-bottom: 3px;
width:168px;
}


/* アニマルナビ
---------------------------------------*/

.itemanim{
width:168px;
}

.itemanim_content_gray{
width:168px;
background: url(../img/menu_ba_gray.gif) ;
margin: 0px;
padding: 0px;
}

.itemanim_title {
width:168px;
margin-top: 0px;
padding: 0px;
}

.itemanim_title_a {
width:168px;
margin-top: 9px;
padding: 0px;
}

.itemanim_title_b h2{
background: url(../img/menu_title_mono.jpg) no-repeat;
font-size:13px;
font-weight:normal;
height:22px;
margin: 0px;
padding-left: 12px;
padding-top: 2px;
color:#ffffff;
}

.itemanim_list {
padding-left: 0px;
padding-top: 6px;
padding-bottom: 10px;
}


.itemanim_list ul{
list-style:none;
font-size:11px;
margin: 0px;
padding: 0px;
}

.itemanim_list li{
	color:#333333;
	list-style:none;
	font-size:11px;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
	line-height:10px
}


.itemanim_list li a{
color:#333333;
text-decoration:none;
list-style:none;
font-size:11px;
margin: 0px;
padding: 0px;
}

.itemanim_list li a:hover{
color: #0085CF
}

.itemanim_subtitle h3{
background: url(../img/menu_subtitle.gif) no-repeat;
font-size:12px;
height:24px;
margin: 0px;
padding-left: 12px;
padding-top: 4px;
}

.itemanim_btm_gray{
background: url(../img/bottom_gray.gif) no-repeat;
height:9px;
margin: 0px;
padding-top: 3px;
padding-bottom: 3px;
width:168px;
}


/* banner styles
---------------------------------------*/
#banner{
padding-top: 0px;
padding-bottom: 8px;
width:168px;
height:auto;
margin: 0px;
}



/* fotter styles
---------------------------------------*/
#footer ul li a {
	color: #CCCCCC;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a {
	color: #CCCCCC;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	margin-right: 15px;
	list-style: none;
}
#footer p {
	margin: 0px;
	float: right;
}

