﻿@charset "UTF-8";

/* BASE */

body:before { /* top shadow */
    content: "";
    position: fixed;
    top: -10px;
    left: -10px;
    width: 110%;
    height: 10px;
 
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    -ms-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    -o-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    z-index: 100;
}

body{
	background:#fafafa;
	line-height:1.5em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:1em;
	color:#333;
}

/* A */
a{
	color:#4176d2;
}
a:hover{
    color:#5ebcf2;
}

/* LAYOUT */

#wrapper{
	margin:0 auto;
	border:1px solid #eee;
	padding:10px 20px;
	width:920px;
	background:#fff;
	overflow:hidden;
}
#pagetitle{
	margin-bottom:1em;
}
#main{
	clear:both;
	float:left;
	width:550px;
}
#sub{
	float:right;
	width:250px;
	font-size:0.8em;
}
#footer{
	clear:both;
	padding:5px;
	background:#eee;
	font-size:10px;
	text-align:center;
}

/* PAGETITLE */

#pagetitle h1{
	float:left;
	line-height:1.8em;
	font-size:1.2em;
	color:#aaa;
}
#pagetitle h1 strong{
	font-size:1.7em;
	color:#000;
	font-weight:bold;
}

/* SEARCH FORM */
#searchForm {
	float:right;
	margin:15px;
	font-size:13px;
}
#searchForm .textbox {
	width:250px;
}
#searchForm .btn {
	margin-left:5px;
}
#searchForm .aucLink li {
	float:left;
	margin:0 5px 3px 5px;
}

/* MAIN */

#main p{
	margin-bottom:2em;
	font-size:0.9em;
}
#main h3{
	margin:1em 0;
	font-size:1.2em;
	font-weight:bold;
}
.summary{
	padding:20px 20px 0 180px;
	width:350px;
	height:180px;
}
.update{
	padding:1em;
	background:#fafafa;
	font-size:0.8em;
}

/* MAIN BACKGROUND */

.sokubai{
	background:url(../img/bg_main_sokubai.gif) no-repeat;
}
.shunsatsu{
	background:url(../img/bg_main_shunsatsu.gif) no-repeat;
}
.navibrowser{
	background:url(../img/bg_main_navibrowser.gif) no-repeat;
}
.omakase{
	background:url(../img/bg_main_omakase.gif) no-repeat;
}
.reraku{
	background:url(../img/bg_main_reraku.gif) no-repeat;
}
.analyzer{
	background:url(../img/bg_main_analyzer.gif) no-repeat;
}
.easypict{
	background:url(../img/bg_main_easypict.gif) no-repeat;
}
.idchanger{
	background:url(../img/bg_main_idchanger.gif) no-repeat;
}

/* SUB */

#sub dl{
	clear:both;
	float:left;
	border-bottom:1px solid #eee;
	padding:10px;
	width:230px;
}
#sub dl dt{
	font-weight:bold;
}
#sub .download{
	float:left;
	padding:1em;
	background:#EDF5EB;
	line-height:1.5em;
}
#sub .download .btn_dl{
	float:right;
}
#sub .download dl{
	margin-top:10px;
	border:0;
	padding:0;
	width:100%;
	line-height:1.5em;
	font-size:0.9em;
}
#sub .download dt{
	margin-bottom:5px;
	font-weight:bold;
}
#sub .license{
	background:#fafafa;
}
#sub .others dt{
	margin-bottom:10px;
}
#sub .others dd a{
	float:left;
	margin:0 1px 5px 0;
	display:block;
	width:56px;
	height:0;
	padding-top:56px;
	overflow:hidden;
}

/* BUTTONS */

.btn{
	margin:10px 0;
}
.btn a{
	display:block;
	width:225px;
	height:0;
	padding-top:44px;
	overflow:hidden;
}
.btn a:hover{
	text-decoration:none;
	color:#cad9f3;
}
.download .btn a:hover,.license .btn a:hover{
	background-position:0 -44px;
}
.download .btn a{
	background:url(../img/btn_dl.gif);
}
.btn a span{
	float:right;
	margin:-30px 44px 0 0;
	font-size:0.8em;
}

.buy_mail a{
	background:url(../img/btn_buy_mail.gif);
}
.buy_auction a{
	background:url(../img/btn_buy_auction.gif);
}


/* ICON BACKGROUND */

#icon_sokubai a		{background:url(../img/icons.gif) 0 0;}
#icon_shunsatsu a	{background:url(../img/icons.gif) -60px 0;}
#icon_navibrowser a	{background:url(../img/icons.gif) -120px 0;}
#icon_omakase a		{background:url(../img/icons.gif) -180px 0;}
#icon_reraku a		{background:url(../img/icons.gif) -240px 0;}
#icon_analyzer a	{background:url(../img/icons.gif) -300px 0;}
#icon_easypict a	{background:url(../img/icons.gif) -360px 0;}
#icon_idchanger a	{background:url(../img/icons.gif) -420px 0;}
#icon_easyresize a	{background:url(../img/icons.gif) -480px 0;}

/* SIDEBAR */

#sidebar{
	float:left;
	width:175px;
	font-size:0.9em;
}
#sidebar h3{
	padding:5px;
	background:#8cade6;
	color:#fff;
	font-weight:bold;
    text-align:center;
}
#sidebar ul {
	margin-bottom:10px;
	background:#f3f8fb;
}
#sidebar li {
	border-bottom:1px solid #eee;
	line-height:1.4em;
	font-weight:bold;
}
#sidebar li a{
	display:block;
	width:165px;
	padding:4px 4px 4px 6px;
	font-size:0.9em;
	text-decoration:none;
}
#sidebar li a:hover{
	background:#efefef;
	text-decoration:none;
	color:#4176d2;
}
#sidebar ul li ul{
	text-indent:10px;	
}
#sidebar ul li ul li{
	border:0;
	font-size:0.9em;
}

/* TOP */

#main_top{
	float:right;
	width:728px;
}
#main_top h2{
	margin-top:10px;
	padding:5px;
	background:#8cade6;
	color:#fff;
	font-weight:bold;
}
.campaign{
	margin-bottom:10px;
	padding:10px;
	background:#f9f9ec;
	line-height:1.5em;
	font-size:1.25em;
	font-weight:bold;
}
.campaign li:before{
	content:'▶';
}
.infos{
	border:1px solid #ddd;
	padding:7px;
	height:7.5em;
	overflow:auto;
	background:#fafafa;
	font-size:0.85em;
	line-height:1.6em;
}
.infos span{
	margin-right:10px;
	padding:3px;
	font-weight:bold;
}

.soft_list{
	margin:10px 0;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	overflow:hidden;
}
.soft_list li{
	float:left;
	display:block;
	width:227px;
	height:120px;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:7px;
}
.soft_list li h3 a{
	float:left;
	margin:15px 7px 15px 2px;
	display:block;
	width:56px;
	height:0;
	padding-top:56px;
	overflow:hidden;
	background-repeat:no-repeat;
}
.soft_list li p{
	font-size:12px;
	line-height:1.5em;
	height:90px;
}
.soft_list li span a{
	float:left;
	display:block;
	width:90px;
	height:0;
	padding-top:20px;
	margin:5px 5px 0 0;
	overflow:hidden;
}
.btn_dl_s a{
	clear:both;
	background:url(../img/btns.gif);
}
.btn_dl_s a:hover{
	background:url(../img/btns.gif) 0 -20px;
}
.btn_detail_s a{
	background:url(../img/btns.gif) 0 -40px;
}
.btn_detail_s a:hover{
	background:url(../img/btns.gif) 0 -60px;
}
.user_want{
	clear:both;
	line-height:1.5em
}
.user_want p{
	margin:10px 0;
	font-size:0.9em;
}
.user_want textarea{
	width:600px;
}
.rankList{
	float:left;
	margin-right:5px;
	width:300px;
}
.rankList li{
	border-bottom:1px solid #ddd;
	padding:8px 4px;
}
.rankList li a{
	margin-left:20px;
	font-size:0.8em;
	overflow:hidden;
}
#socialLink{
	height:20px;
	margin-top:2px;
}
#socialLink ul{
	float:right;
}
#socialLink li{
	float:left;
	padding:2px;
}

#footerLink{
	clear:both;
	margin-top:20px;
	padding:10px 30px;
	background:#fafafa;
	font-size:0.9em;
	line-height:1.6em;
	overflow:hidden;
	width:880px;
}
#footerLink dl{
	float:left;
	width:25%;
}
#footerLink dt{
	padding:5px;
}
#footerLink dd{
	margin:0;
	text-indent:1em;
}