@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family:"メイリオ", Meiryo, "ＭＳ　Ｐゴシック", sans-serif;
	background-color: #FFFFFF;
	font-size: 63%;
	line-height: 1.2;
	text-align: center;
	color: #454545;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;	
}
.clearfix {
	display: inline-block;
	clear: both;
}
*html .clearfix {
	height: 1%;
}
.clearfix{
	display: block;
	clear: both;
}

a:link {
	color: #CC6600;
}
a:visited {
	color: #CC6600;
}
a:hover {
	color: #009966;
}
a:active {
	color: #666666;
}

span.gray {
	color: #666;
}
span.red {
	color: #F00;
}
span.blue {
	color: #00F;
}
span.green {
	color: #0A0;
}
span.bold {
	font-weight: bold;
	letter-spacing: 1.2px;
}
span.pickup {
	color: #FF0000;
	font-size: 0.9em;
}

img {
	border: none;
}

ul {
	width: 100%;
	float: left;
	display: inline;
	list-style: none inside;
}
ul li {
	width: 100%;
	float: left;
	display: inline;
}

div#wrap {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 1.0em;
}
div#header {
	margin: 0 auto;
	width: 960px;
	height: 100px;
	background: #000 url("./images/header.jpg") no-repeat;
	position: relative;
}
div#header h1 a {
	width: 960px;
	height: 20px;
	display: block;
}
div#footer {
	padding-top: 20px;
	width: 960px;
	height: 80px;
	clear: both;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	font-size: 1.4em;
	background: url("./images/footer.gif") no-repeat bottom;
}
div#footer p {
	margin-top: 10px;
}

div#footer_link dl {
	float: left;
	display: inline;
	width: 300px;
	margin: 10px;
}
div#footer_link dt {
	font-weight: bold;
	color: #693;
	font-size: 1.4em;
}
div#footer_link dd {
	padding: 5px;
}
div#footer_link dd p {
	padding: 5px 0 3px 0;
	font-size: 1.1em;
	border-bottom: 1px solid #AAA;
}
div#footer_link a:link {
	text-decoration: none;
}
div#footer_link a:visited {
	text-decoration: none;
}
div#footer_link a:hover {
	text-decoration: underline;
}
div#footer_link a:active {
	text-decoration: none;
}

div#side {
	float: left;
	display: inline;
	margin: 0 8px 13px 0;
	padding-top: 5px;
	width: 220px;
}
div#side dl {
	float: left;
	display: inline;
	margin: 0 0 17px 0;
	padding: 10px 0;
	width: 220px;
	background: #9baf19;
}
div#side dl dt {
	padding: 7px 7px 0 7px;
	width: 206px;
	color: #FFF;
	font-weight: bold;
	font-size: 1.4em;
}
div#side dl dt.website {
	width: 220px;
	height: 24px;
}
div#side dl dt.server {
	width: 220px;
	height: 24px;
}
div#side dl dd {
	padding-bottom: 7px;
	margin: 0 0 5px 0;
	width: 220px;
}
div#side dl dd ul {
	padding: 5px 0;
	width: 216px;
	border: 2px solid #9baf19;
	font-size: 1.2em;
	background: #FFF;
}
div#side dl dd ul li {
	margin: 0 0 0 4px;
	padding: 3px 6px 7px 6px;
	width: 204px;
	display: inline;
}
div#side dl dd ul li a {
	display: inline;
	padding: 0 3px 0 15px;
	background: url("./images/listmark.gif") no-repeat 0 3px;
}

div#container {
	width: 960px;
	background: #FFF url("./images/container.jpg") no-repeat;
}
div#content {
	float: left;
	display: inline;
	margin: 37px 5px 0 5px;
	width: 720px;
}
div#content a.link {
	width: 720px;
	border: 1px solid #FFF;
	background: #FFF;
}
div#content a.link:hover {
	width: 720px;
	border: 1px solid #AAAA00;
	background: #EEEE00;
}
div#content dl#alllist {
	width: 720px;
	margin: 13px 0;
	font-size: 1.4em;
}
div#content dl#alllist ul {
	width: 680px;
	margin: 0 0 0 20px;
}
div#content dl#alllist ul li {
	width: 340px;
	margin: 3px 0 5px 0;
}

div#content div.ranking {
	width: 720px;
	margin: 13px 0;
}
div#content div.ranking dt {
	margin: 0;
	padding: 0;
	width: 345px;
	text-indent: -9999em;
	overflow: hidden;
}
div#content div.ranking dd {
	margin: 0;
	padding: 0;
}
div.ranking dl.useful {
	float: left;
	display: inline;
	margin: 0 5px;
	padding-top: 32px;
	width: 345px;
	background: #FFF url("./images/ranking_useful.gif") no-repeat;
}
div.ranking dl.netshop {
	float: right;
	display: inline;
	margin: 0 5px;
	padding-top: 32px;
	width: 345px;
	background: #FFF url("./images/ranking_netshop.gif") no-repeat;
}
div.ranking ul {
	padding: 0 0 5px 0;
	font-size: 1.2em;
	border-bottom: 1px solid #DDD;
}
div.ranking ul li.thumb {
	width: 50px;
	text-align: center;
}
div.ranking ul li.thumb img {
	margin: 0 0 2px 0;
}
div.ranking ul li.icon {
	padding: 0px 5px;
	width: 285px;
}
div.ranking ul li.option {
	padding: 0px 5px;
	width: 285px;
	font-size: 1.2em;
}
div.ranking ul li.comment {
	padding: 3px 7px;
	width: 281px;
	font-size: 1.2em;
	text-align: justify;
	text-justify: newspaper;
}
div.ranking ul.first li.name {
	padding: 15px 0 3px 46px;
	width: 306px;
	background: url("./images/ranking_num.gif") no-repeat;
	
	font-weight: bold;
}
div.ranking ul.second li.name {
	padding: 15px 0 3px 46px;
	width: 306px;
	background: url("./images/ranking_num.gif") no-repeat 0 -32px;
	
	font-weight: bold;
}
div.ranking ul.third li.name {
	padding: 17px 0 3px 46px;
	width: 306px;
	background: url("./images/ranking_num.gif") no-repeat 0 -64px;
	
	font-weight: bold;
}
div#content p.more {
	margin: 13px 0;
}
div#content p.gotopagetop {
	margin: 13px 0;
	text-align: right;
}
div#content dl.service {
	width: 718px;
}
dl.service dd p {
	margin: 2px 4px 0 4px;
	padding: 3px;
	font-size: 1.3em;
}
dl.service dd ul.servicedetail {
	margin: 1px 10px 0 10px;
	padding: 7px 0 5px 0;
	width: 698px;
	font-size: 1.2em;
}
dl.service dd ul.spec {
	margin: 0 10px;
	padding-bottom: 5px;
	width: 698px;
	border-bottom: 1px solid #AAA;
}
dl.service dd ul.spec li {
	float: left;
	padding: 1px;
	width: auto;
}
dl.service dd ul li.thumb {
	width: 84px;
	height: 80px;
	overflow: hidden;
}
dl.service dd ul li.thumb img {
	width: 80px;
	height: 80px;
}
dl.service dd ul li.kuchikomi {
	padding: 0 3px;
	width: 604px;
}
dl.service dd ul li.name {
	padding: 2px 3px;
	width: 604px;
	font-size: 1.4em;
}
dl.service dd ul li.option {
	padding: 0px 3px;
	width: auto;
}
dl.service dd ul li.mprice {
	padding: 0px 3px;
	width: 604px;
}
dl.service dd ul li.serverspec {
	padding: 0px 3px;
	width: 604px;
}
dl.service dd ul li.fprice {
	padding: 0px 3px;
	width: auto;
}
dl.service dd ul li.capacity {
	padding: 0px 3px;
	width: auto;
}
dl.service dd ul li.free {
	padding: 0px 3px;
	width: auto;
}
dl.service dd ul li.icon {
	float: left;
	display: inline;
	margin: 1px 0px;
	width: auto;
	height: 12px;
}
dl.service dd ul li.icon img {
	margin: 0px 1px;
	float: left;
	display: inline;
}

/* 機能アイコン */
li.php {
	margin: 1px;
	width: 24px;
	height: 12px;
	background: url("./images/icon/icon.gif") no-repeat 0 0;
	text-indent: -9999em;
	overflow: hidden;
}
li.perl {
	margin: 1px;
	width: 24px;
	height: 12px;
	background: url("./images/icon/icon.gif") no-repeat -24px 0;
	text-indent: -9999em;
	overflow: hidden;
}
li.mysql {
	margin: 1px;
	width: 36px;
	height: 12px;
	background: url("./images/icon/icon.gif") no-repeat -48px 0;
	text-indent: -9999em;
	overflow: hidden;
}
li.cron {
	margin: 1px;
	width: 24px;
	height: 12px;
	background: url("./images/icon/icon.gif") no-repeat -84px 0;
	text-indent: -9999em;
	overflow: hidden;
}
li.imagemagick {
	margin: 1px;
	width: 60px;
	height: 12px;
	background: url("./images/icon/icon.gif") no-repeat -108px 0;
	text-indent: -9999em;
	overflow: hidden;
}
li.sendmail {
	margin: 1px;
	width: 42px;
	height: 12px;
	background: url("./images/icon/icon.gif") no-repeat -168px 0;
	text-indent: -9999em;
	overflow: hidden;
}
li.sns {
	margin: 1px;
	width: 24px;
	height: 12px;
	background: url("./images/icon/icon.gif") no-repeat -210px 0;
	text-indent: -9999em;
	overflow: hidden;
}
li.cart {
	margin: 1px;
	width: 72px;
	height: 12px;
	background: url("./images/icon/icon.gif") no-repeat -234px 0;
	text-indent: -9999em;
	overflow: hidden;
}
li.easysite {
	margin: 1px;
	width: 60px;
	height: 12px;
	background: url("./images/icon/icon.gif") no-repeat -306px 0;
	text-indent: -9999em;
	overflow: hidden;
}
li.smtp {
	margin: 1px;
	width: 24px;
	height: 12px;
	background: url("./images/icon/icon.gif") no-repeat -366px 0;
	text-indent: -9999em;
	overflow: hidden;
}
li.pop3 {
	margin: 1px;
	width: 24px;
	height: 12px;
	background: url("./images/icon/icon.gif") no-repeat -390px 0;
	text-indent: -9999em;
	overflow: hidden;
}
li.ec {
	margin: 1px;
	width: 60px;
	height: 12px;
	background: url("./images/icon/icon.gif") no-repeat -414px 0;
	text-indent: -9999em;
	overflow: hidden;
}
li.analysis {
	margin: 1px;
	width: 48px;
	height: 12px;
	background: url("./images/icon/icon.gif") no-repeat 0 -12px;
	text-indent: -9999em;
	overflow: hidden;
}
li.business {
	margin: 1px;
	width: 24px;
	height: 12px;
	background: url("./images/icon/icon.gif") no-repeat -48px -12px;
	text-indent: -9999em;
	overflow: hidden;
}
li.controllpanel {
	margin: 1px;
	width: 72px;
	height: 12px;
	background: url("./images/icon/icon.gif") no-repeat -72px -12px;
	text-indent: -9999em;
	overflow: hidden;
}
li.webmail {
	margin: 1px;
	width: 60px;
	height: 12px;
	background: url("./images/icon/icon.gif") no-repeat -144px -12px;
	text-indent: -9999em;
	overflow: hidden;
}
li.blog {
	margin: 1px;
	width: 24px;
	height: 12px;
	background: url("./images/icon/icon.gif") no-repeat -204px -12px;
	text-indent: -9999em;
	overflow: hidden;
}
li.mailaddress {
	margin: 1px;
	width: 60px;
	height: 12px;
	background: url("./images/icon/icon.gif") no-repeat -228px -12px;
	text-indent: -9999em;
	overflow: hidden;
}
li.originaldomain {
	margin: 1px;
	width: 48px;
	height: 12px;
	background: url("./images/icon/icon.gif") no-repeat -288px -12px;
	text-indent: -9999em;
	overflow: hidden;
}
li.python {
	margin: 1px;
	width: 36px;
	height: 12px;
	background: url("./images/icon/icon.gif") no-repeat -336px -12px;
	text-indent: -9999em;
	overflow: hidden;
}
li.viruscheck {
	margin: 1px;
	width: 60px;
	height: 12px;
	background: url("./images/icon/icon.gif") no-repeat -372px -12px;
	text-indent: -9999em;
	overflow: hidden;
}
li.ssl {
	margin: 1px;
	width: 24px;
	height: 12px;
	background: url("./images/icon/icon.gif") no-repeat 0 -24px;
	text-indent: -9999em;
	overflow: hidden;
}
li.sqlite {
	margin: 1px;
	width: 36px;
	height: 12px;
	background: url("./images/icon/icon.gif") no-repeat -24px -24px;
	text-indent: -9999em;
	overflow: hidden;
}
li.multidomain {
	margin: 1px;
	width: 60px;
	height: 12px;
	background: url("./images/icon/icon.gif") no-repeat -60px -24px;
	text-indent: -9999em;
	overflow: hidden;
}
li.ssi {
	margin: 1px;
	width: 24px;
	height: 12px;
	background: url("./images/icon/icon.gif") no-repeat -120px -24px;
	text-indent: -9999em;
	overflow: hidden;
}
li.postgresql {
	margin: 1px;
	width: 48px;
	height: 12px;
	background: url("./images/icon/icon.gif") no-repeat -144px -24px;
	text-indent: -9999em;
	overflow: hidden;
}
li.ruby {
	margin: 1px;
	width: 24px;
	height: 12px;
	background: url("./images/icon/icon.gif") no-repeat -192px -24px;
	text-indent: -9999em;
	overflow: hidden;
}
li.filemanager {
	margin: 1px;
	width: 72px;
	height: 12px;
	background: url("./images/icon/icon.gif") no-repeat -216px -24px;
	text-indent: -9999em;
	overflow: hidden;
}
li.mobile {
	margin: 1px;
	width: 72px;
	height: 12px;
	background: url("./images/icon/icon.gif") no-repeat -288px -24px;
	text-indent: -9999em;
	overflow: hidden;
}
li.sharessl {
	margin: 1px;
	width: 48px;
	height: 12px;
	background: url("./images/icon/icon.gif") no-repeat -360px -24px;
	text-indent: -9999em;
	overflow: hidden;
}
li.independentssl {
	margin: 1px;
	width: 48px;
	height: 12px;
	background: url("./images/icon/icon.gif") no-repeat -408px -24px;
	text-indent: -9999em;
	overflow: hidden;
}
li.ssh {
	margin: 1px;
	width: 24px;
	height: 12px;
	background: url("./images/icon/icon.gif") no-repeat -456px -24px;
	text-indent: -9999em;
	overflow: hidden;
}
li.htaccess {
	margin: 1px;
	width: 48px;
	height: 12px;
	background: url("./images/icon/icon.gif") no-repeat 0px -36px;
	text-indent: -9999em;
	overflow: hidden;
}
li.flashmediaserver {
	margin: 1px;
	width: 100px;
	height: 12px;
	background: url("./images/icon/icon.gif") no-repeat -48px -36px;
	text-indent: -9999em;
	overflow: hidden;
}
li.phpmyadmin {
	margin: 1px;
	width: 74px;
	height: 12px;
	background: url("./images/icon/icon.gif") no-repeat -148px -36px;
	text-indent: -9999em;
	overflow: hidden;
}
li.sqlbuddy {
	margin: 1px;
	width: 48px;
	height: 12px;
	background: url("./images/icon/icon.gif") no-repeat -222px -36px;
	text-indent: -9999em;
	overflow: hidden;
}
li.smarty {
	margin: 1px;
	width: 48px;
	height: 12px;
	background: url("./images/icon/icon.gif") no-repeat -270px -36px;
	text-indent: -9999em;
	overflow: hidden;
}
li.coldfusion {
	margin: 1px;
	width: 48px;
	height: 12px;
	background: url("./images/icon/icon.gif") no-repeat -318px -36px;
	text-indent: -9999em;
	overflow: hidden;
}
li.private {
	margin: 1px;
	width: 48px;
	height: 12px;
	background: url("./images/icon/icon.gif") no-repeat -366px -36px;
	text-indent: -9999em;
	overflow: hidden;
}
li.share {
	margin: 1px;
	width: 48px;
	height: 12px;
	background: url("./images/icon/icon.gif") no-repeat -414px -36px;
	text-indent: -9999em;
	overflow: hidden;
}

/* RAID */
li.raid1 {
	margin: 1px;
	width: 36px;
	height: 12px;
	background: url("./images/icon/raid.gif") no-repeat 0 0;
	text-indent: -9999em;
	overflow: hidden;
}
li.raid2 {
	margin: 1px;
	width: 36px;
	height: 12px;
	background: url("./images/icon/raid.gif") no-repeat -36px 0;
	text-indent: -9999em;
	overflow: hidden;
}
li.raid3 {
	margin: 1px;
	width: 36px;
	height: 12px;
	background: url("./images/icon/raid.gif") no-repeat -72px 0;
	text-indent: -9999em;
	overflow: hidden;
}
li.raid4 {
	margin: 1px;
	width: 36px;
	height: 12px;
	background: url("./images/icon/raid.gif") no-repeat -108px 0;
	text-indent: -9999em;
	overflow: hidden;
}
li.raid5 {
	margin: 1px;
	width: 36px;
	height: 12px;
	background: url("./images/icon/raid.gif") no-repeat -144px 0;
	text-indent: -9999em;
	overflow: hidden;
}
li.raid6 {
	margin: 1px;
	width: 36px;
	height: 12px;
	background: url("./images/icon/raid.gif") no-repeat -180px 0;
	text-indent: -9999em;
	overflow: hidden;
}


/* 口コミ */
div#conference {
	margin: 5px;
	width: 710px;
}
div#conference h3 {
	margin: 3px 0 0 5px;
	font-size: 1.4em;
}
div#conference div.result {
	margin: 3px 10px;
	text-align: right;
}
div#conference div.pagenavi {
	margin: 3px 10px 5px 10px;
	text-align: center;
	letter-spacing: 2px;
}
div#conference div.pagenavi a {
	padding: 2px;
}
div#conference div.pagenavi span {
	padding: 2px;
}
div#conference div.theme {
	margin: 7px;
}
div.theme div.question {
	padding: 5px;
	background-color: #CEF;
	font-size: 1.2em;
	line-height: 1.4;
}
div.theme div.date {
	text-align: right;
}
div.theme div.answer {
	padding: 5px;
	background-color: #FCF;
	font-size: 1.2em;
	line-height: 1.4;
	word-break: break-all;
}
div.theme div.genre {
	padding: 3px;
}

/* 詳細情報 */
div#content h2 {
	margin: 11px 0 5px 0;
}
div#content h3 {
	margin: 0 auto;
	width: 680px;
}
div#content dl.detail {
	width: 718px;
}
dl.detail dd p.thumb {
	float: left;
	display: inline;
	margin: 10px;
	width: 100px;
	height: 100px;
	overflow: hidden;
}
dl.detail dd p.description {
	float: left;
	display: inline;
	margin: 10px 10px 0 0;
	width: 583px;
	font-size: 1.4em;
}
dl.detail dd p.apply {
	margin: 10px 0;
	float: right;
	display: inline;
	width: 120px;
	text-align: right;
}
dl.detail dd ul.index {
	float: left;
	display: inline;
	margin: 5px 10px 10px 10px;
	width: 420px;
	font-size: 1.2em;
	line-height: 1.4;
}
dl.detail dd ul.index li {
	margin: 2px 5px 0 0;
	width: auto;
}
dl.detail dd ul.index li a {
	padding: 3px;
}

table.tableserverspec {
	margin: 7px 0 10px 20px;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.4;
	border: 1px solid #AAA;
	border-collapse: collapse;
}
table.tableserverspec tr.even {
	background: #EAEAEA;
}
table.tableserverspec th {
	border-top: 1px solid #AAA;
	border-right: 1px dashed #AAA;
	border-bottom: 1px solid #AAA;
	border-left: 1px dashed #AAA;
}
table.tableserverspec td {
	padding: 5px;
	border-top: 1px solid #AAA;
	border-right: 1px dashed #AAA;
	border-bottom: 1px solid #AAA;
	border-left: 1px dashed #AAA;
}
td.number {
	text-align: right;
}
td.explain {
	text-align: left;
}
p.notes {
	margin: 5px 7px;
	color: #565656;
	font-size: 1.2em;
	line-height: 1.4;
}
