
/* init
*************************************************************************/
body {
	font-family: "Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka","ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif;
	background: #aaa;
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 1.5em;
}
p,h1,h2,h3,h4,h5,span,form,input,ul,li {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}
img {
	border: none;
}
ul:after {
	content: "";
	clear: both;
	height: 0;    display: block;    visibility: hidden;
}
a {
	color: #00f;
}


/* wrapper
*************************************************************************/
div#wrapper {
	background: #fff;
	width: 1000px;
	margin: auto;
}

/* header
*************************************************************************/
div#header {
	width: 1000px;
	height: 143px;
	background: url(img/header_bg.png) repeat-x;
}
div#header h1 {
	display: block;
	float: left;	
	padding: 30px 0 0 21px;
	width: 200px;
}
div#header h1 img {
	width: 178px;
	height: 84px;
}
div#header p {
	display: block;
	float: right;
	width: 700px;
	padding: 15px 0 0 0;
}
div#header p span {
	display: block;
	float: right;
	font-size: 11px;
}
div#header p span#supported {
	
}
div#header p span#supported strong {
	color: #f00;
}
div#header p span#owner {
	width: 360px;
	text-align:center;
}

/* 
*************************************************************************/
div.ad-h-container {
	text-align: center;
	margin: 10px 0 0 0;
}

/* 
*************************************************************************/
div#attention {
	text-align: center;
	padding: 10px 0 10px 0;
	width: 500px;
	margin: 0 auto 10px auto;
	letter-spacing: 1px;
	border: 1px solid #f00;
	background: #eee;
}
div#attention span {
	color: #000;
	font-weight: bold;
	display: block;
}
div.sbm-container {
	text-align: center;
	padding: 0 0 10px 0;
}

/* 
*************************************************************************/
div#main-container {
	padding: 0 20px 0 20px;	
}
h2 {
	
}
h3 {
	background: url(img/caption.gif) no-repeat;
	padding: 10px 0 0 66px;
	height: 46px;
}
h3 span {
	display: block;
	color: #666;
	height: 1.0em;
}

div#main {
	float: left;
	width: 580px;
	padding: 20px 0 0 0;
}
div#main div.content {
	padding: 10px 30px 20px 30px;
	line-height: 1.5em;
}
div#main div.content-requirements {
	padding: 10px 30px 0 30px;
}

/* side
*************************************************************************/
div#side {
	float: right;
	width: 380px;
	padding: 20px 0 0 0;
}
div#side div.content {
	margin: 10px 0 0 0;
	padding: 10px 12px 15px 12px;
	background: #ddd;
	text-align: justify;
	line-height: 1.5em;
}
div#side div.content p.sign {
	text-align: right;
	color: #555;
	padding: 10px 0 0 0;
	font-style: italic;
}

/* content
*************************************************************************/
div.content div#serviceSelect-container {
	background: #690;
	padding: 0 15px 15px 15px;
	text-align: center;
}
div.content div#serviceSelect-container span {
	color: #fff;
	display: block;
	padding: 3px;
	letter-spacing: 1px;
}
div.content div#serviceSelect-container ul {
	list-style-type: none;
	background: #fff;
	padding: 10px 0 5px 0;
	_height: 50px;
}
div.content div#serviceSelect-container ul li {
	float: left;
	color: #000;
	font-size: 18px;
	line-height: 1.2em;
	padding: 0 0 10px 20px;
	font-weight: bolder;
	white-space: nowrap;
	background: #fff;
}


/* 
*************************************************************************/
div#instruction-container {
	text-align: center;
	padding: 0 0 30px 0;
}


/* global-menu
*************************************************************************/
div#global-menu {
	padding: 0 0 0 160px;
	height: 40px;
}
div#global-menu a {
	display: block;
	height: 23px;
	margin: 0 60px 0 0;
	float: left;
}
div#global-menu a span {
	display: none;
}
div#global-menu a#menu_getStart {
	background: url(img/menu_getStart.gif);
	width: 91px;
}
div#global-menu a#menu_TIPS {
	background: url(img/menu_TIPS.gif);
	width: 46px;
}
div#global-menu a#menu_changeLog {
	background: url(img/menu_changeLog.gif);
	width: 132px;
}
div#global-menu a#menu_policy {
	background: url(img/menu_policy.gif);
	width: 63px;
}
div#global-menu a#menu_disclaimer {
	background: url(img/menu_disclaimer.gif);
	width: 112px;
}
div#global-menu a#menu_getStart:hover,
div#global-menu a#menu_TIPS:hover,
div#global-menu a#menu_changeLog:hover,
div#global-menu a#menu_policy:hover,
div#global-menu a#menu_disclaimer:hover {
	background-position: bottom right;
}


/* footer
*************************************************************************/
div#footer {
	background: #000;
	text-align: center;
	color: #fff;
	padding: 2px;
	margin: 20px 0 20px 0;
}
div#footer a {
	color: #fff;
}
div#footer a:hover {
	color: #ff0;
}

