﻿@charset "UTF-8";
@import "/css/screen/base.css";
@import "/css/screen/localCommon.css";

/* globalNavigation */
div#globalNavigation {
	/* 主指定はbase.css,localCommon.cssに記述 */
	background-image:url("/img/case/globalNavigation_background.png");
	}

/* contents */
div#contents {
	/* 主指定はbase.css,localCommon.cssに記述 */
	}

/* section */
div#section {
	/* 主指定はbase.css,localCommon.cssに記述 */
	}

/* localNavigation */
div#localNavigation {
	/* 主指定はbase.css,localCommon.cssに記述 */
	}

/* seoCase */
table.seoCase {
	border-collapse:collapse;
	}
table.seoCase caption {
	background-image:url("/img/case/seoCase_caption_marker.png");
	background-repeat:no-repeat;
	background-position:left center;
	padding:5px;
	padding-left:20px;
	max-height:20px;
	text-align:left;
	color:#006600;
	font-weight:bold;
	}
table.seoCase th {
	border:#CCCCCC 1px solid;
	padding:5px;
	text-align:center;
	font-size:x-small;
	}
table.seoCase th.img {
	width:100px;
	}
table.seoCase th.keyword {
	background-color:#CCCCCC;
	}
table.seoCase th.yahoo {
	background-color:#FFE5E5;
	width:15%;
	}
table.seoCase th.google {
	background-color:#F0FFB2;
	width:15%;
	}
table.seoCase th.msn {
	background-color:#D6EBFF;
	width:15%;
	}
table.seoCase td {
	border:#CCCCCC 1px solid;
	padding:5px;
	text-align:center;
	}