* {
	color: #444444;
	font-family:
		"ＭＳ ゴシック",
		"平成角ゴシック",
		Osaka,
		Arial,
		Helvetica,
		sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 1.4;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-indent: 0px;
}

a {
	color: #0000ff;
}
a:visited {
	color: #0000ff;
}
a:link {
	color: #0000ff;
}

body {
	background-color: #eeeeee;
	font-size: medium;
	text-align: center;
}
h1, h2, h3, h4, h5, table, tr, td {
	font-size: medium;
}

/* -- Basic Layout --*/
#WholeBody {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
	#NavigationPane {
		float: left;
		width: 200px;
	}
		#Navigator {
			x-float: left;
			width: 200px;
		}
	#Content {
		margin-left: 210px;
		width: 420px;
	}
	#Postscript {
		clear: both;
	}

/* ----------
	preamble
   ---------- */
#Preamble {
	padding-top: 10px;
	padding-left: 20px;
	margin-bottom: 16px;
	background: url( /img/grayhatch_36_34.gif ) repeat-x;
	text-align: left;
		x-border: 1px solid #000000;
}
#Preamble h1 {
	display: inline;
}
#Preamble #TitleCopy {
	font-size: x-small;
	width: 307px;
	text-align: center;
	margin-top: -20px;
	margin-bottom: 24px;
	color: #999999;
}
#TitleLogo {
}
#GoogleSiteSearch {
	float: right;
	font-size: 12px;
	padding-right: 10px;
}
#GoogleSiteSearch input, td {
	font-size: 12px;
}

/* -----------------
	navigation pane
   ----------------- */
#NavigationPane {
}
#NavigationPane #AdSense {
	margin-top: 16px;
	text-align: center;
}

/* -----------
	navigator
   ----------- */
#Navigator {
	background: url( /img/navigatorbackg_125_16.gif ) repeat-y;
	padding: 0;
	padding-bottom: 0px;
	margin: 0;
		x-border: 1px solid #000000;
}
#Navigator h2 {
	background: url( /img/curve_top_r_8_16.gif ) no-repeat;
	height: 20px;
	background-position: 117px 0px;
		x-border: 1px solid #000000;
}
#Navigator ul.squareTricks {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
		x-border: 1px solid #000000;
}
#Navigator .squareTricks li {
	list-style: none;
}
#Navigator .squareTricks a {
	font-size: x-small;
	display: block;
	width: 112px;
	x-height: 100px;
		padding-top: 34px;
		padding-bottom: 34px;
	text-align: center;
	margin-left: 60px;
	margin-bottom: 15px;
	background-color: #ffffff;
	border-left: 12px solid #b5b6b5; /* b5b6b5; or #ffffff */
}
#Navigator .squareTricks .selected {
	border-left: 12px solid #666666;
}
#Navigator .squareTricks a:hover {
	background: url( /img/x_hoverback_90_100.gif ) no-repeat -20px -20px;
	background-color: #ffffff;
}
#EndOfNavigator {
	background: url( /img/curve_bottom_r_8_16.gif ) no-repeat;
	height: 16px;
	background-position: 117px bottom;
		x-border: 1px solid #000000;
}

#NavigationTop {
	background: url( /img/icon_bg_whatsnew.gif ) no-repeat bottom right;
}
#NavigationWhatis {
	background: url( /img/icon_bg_whatis.gif ) no-repeat bottom right;
}
#NavigationTasks {
	background: url( /img/icon_bg_tasks.gif ) no-repeat bottom right;
}
#NavigationGoods {
	background: url( /img/icon_bg_goods.gif ) no-repeat bottom right;
}
#NavigationContact {
	background: url( /img/icon_bg_contact.gif ) no-repeat bottom right;
}
#NavigationBlog {
	background: url( /img/icon_bg_blog.gif ) no-repeat bottom right;
}
#NavigationSelect {
	background: url( /img/icon_bg_select.gif ) no-repeat bottom right;
}

/* ---------
	content
   --------- */
#Content {
		x-border: 1px solid #000000;
}
#Content h2 {
	font-size: large;
	font-weight: bold;
	color: #4f6699;
	background: url( /img/x_24_27t.gif ) no-repeat;
	background-position: left .15em;
	padding-left: 30px;
	padding-bottom: 4px;
	border-bottom: 4px dotted #4f6699;
	margin-bottom: 12px;
}
#Content h3 {
	font-size: medium;
	font-weight: bold;
	color: #4f6699;
	padding-bottom: 2px;
	border-bottom: 2px dotted #4f6699;
	margin-top: 32px;
	margin-bottom: 10px;
}
#Content p, ul, blockquote {
	margin-bottom: 16px;
}
#Content .weaken {
	font-size: 85%;
}

/* ------------
	postscript
   ------------ */
#Postscript {
	background: url( /img/grayhatch_36_34.gif ) repeat-x bottom;
	margin-top: 36px;
	padding-bottom: 24px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: x-small;
	text-align: right;
}
#Postscript #MiniBanner {
	float: left;
}

/*
*/

.breakAfter {
	clear: both;
}

