@charset "Shift_JIS";

/*------------------------------------------------------------------------------
 * File        : public.css
 * Last Update : 2007/07/30
 *----------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------
 * BASE ELEMENTS
 *----------------------------------------------------------------------------*/

body {
	color: #333333;
	background-color: #ffffff;
	font-family: "‚l‚r ƒSƒVƒbƒN", sans-serif;
	text-align: center; /* For IE */
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}

img {
	vertical-align: bottom;
	border: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

input {
	font-family: "‚l‚r ƒSƒVƒbƒN", sans-serif;
	font-size: 11px;
	_height: 18px; /* For IE */
}

pre {
	margin: 0px;
	padding: 0px;
}

textarea {
	font-family: "‚l‚r ƒSƒVƒbƒN", sans-serif;
	font-size: 11px;
}

div.hidden {
}

/*------------------------------------------------------------------------------
 * CONTAINER ELEMENTS
 *----------------------------------------------------------------------------*/

#container {
	background-color: #ffffff;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 758px;
}

/*------------------------------------------------------------------------------
 * HEADER ELEMENTS
 *----------------------------------------------------------------------------*/

#header {
	background-image: url(../img/header_bg.jpg);
	background-repeat: no-repeat;
	margin-right: 2px;
	margin-left: 2px;
	width: 754px;
	height: 60px;
}

#header h1 {
	margin: 0px;
	padding: 0px;
}

/*------------------------------------------------------------------------------
 * MAIN ELEMENTS
 *----------------------------------------------------------------------------*/

#main {
	margin-right: 2px;
	margin-left: 2px;
	width: 754px;
}

#mainIn {
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
	width: 754px;
	float: left;
}

/*------------------------------------------------------------------------------
 * LEFT COLUMN ELEMENTS
 *----------------------------------------------------------------------------*/

#leftColumn {
	width: 220px;
	float: left;
}

/* LOGIN BOX ELEMENTS */

#loginBox {
	background-color: #02235c;
	background-image: url(../img/regist_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 2px;
	padding-top: 1px;
	width: 216px;
}

#loginBox #loginBoxIn {
	background-color: #02235c;
	background-image: url(../img/regist_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#loginBox #loginBoxIn #loginForm {
	padding-left: 25px;
}

#loginBox #loginBoxIn #loginForm input.formBox {
	width: 165px;
}

#loginBox #loginBoxIn #loginButton {
	text-align: right;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
}

#loginBox #loginBoxIn #loginButton #submitLogin {
	border: 0px;
	width: 57px;
	height: 20px;
}

#loginBox #loginBoxIn img {
	vertical-align: middle;
}

#loginBox #loginBoxIn #loginMessage {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding-right: 25px;
	padding-left: 25px;
}

/* MAIN MENU ELEMENTS */

#mainMenu {
	font-size: 12px;
	width: 216px;
}

#mainMenu #mainMenuIn {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#mainMenu #mainMenuIn li {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	height: 34px;
	_height: 34px;
}

#mainMenu #mainMenuIn li.current {
	color: #02235c;
	background-image: url(../img/menu_bg_b.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 26px;
	height: 24px;
	_height: 34px;
	display: block;
}

#mainMenu #mainMenuIn a {
	color: #ffffff;
	background-image: url(../img/menu_bg_a.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 26px;
	height: 23px;
	_height: 33px;
	display: block;
}

#mainMenu #mainMenuIn a:hover {
	color: #02235c;
	background-image: url(../img/menu_bg_b.gif);
	background-repeat: no-repeat;
}

/* SUB MENU ELEMENTS */

#mainMenu #mainMenuIn #subscriptionMenu {
	background-image: url(../img/subscription_menu_bg.gif);
	background-repeat: no-repeat;
	height: 105px;
	_height: 105px;
}

#mainMenu #mainMenuIn #subscriptionMenu #subMenu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#mainMenu #mainMenuIn #subscriptionMenu #subMenu li {
	font-weight: normal;
}

#mainMenu #mainMenuIn #subscriptionMenu #subMenu li.current {
	color: #02235c;
	background-image: none;
	text-decoration: underline;
	padding-left: 36px;
}

#mainMenu #mainMenuIn #subscriptionMenu #subMenu a {
	color: #02235c;
	background-image: none;
	text-decoration: none;
	padding-left: 36px;
}

#mainMenu #mainMenuIn #subscriptionMenu #subMenu a:hover {
	color: #ff3300;
	background-image: none;
	text-decoration: underline;
}

/*------------------------------------------------------------------------------
 * RIGHT COLUMN ELEMENTS
 *----------------------------------------------------------------------------*/

#rightColumn {
	padding-bottom: 20px;
	width: 534px;
	float: right;
}

#contents {
	margin-left: 10px;
	width: 498px;
}

#contents h2 {
	color: #2574d3;
	font-size: 14px;
	margin: 10px 0px 15px 0px;
	padding: 0px 0px 3px 0px;
	border-bottom: 2px solid #2574d3;
}

#contents h3 {
	color: #02235c;
	font-size: 14px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#contents h4 {
	color: #02235c;
	font-size: 12px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#contents p.title {
	color: #2574d3;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

#contents p.title a {
	text-decoration: none;
}

#contents p.explanation {
	font-size: 12px;
}

#contents p.dot {
	clear: both;
}

/* SERVICE TOP ELEMENTS */

#contents #mainLead {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	border: 0px;
}

#contents div.item {
	font-size: 12px;
}

#contents div.item div.itemImage {
	text-align: center;
	float: left;
}

#contents div.item div.itemImage img {
	margin-right: 10px;
	margin-bottom: 10px;
}

#contents div.item p.itemDescription {
}

/* SERVICE DETAIL ELEMENTS */

#contents p#serviceLead {
	font-size: 12px;
}

#contents #serviceImage {
	margin-top: 20px;
	margin-bottom: 20px;
}

#contents div.service {
	font-size: 12px;
}

#contents ul.serviceDescription {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	list-style-type: none;
}

#contents ul.sampleImage {
	text-align: center;
	list-style-type: none;
}

#contents ul.sampleImage li {
	text-align: center;
	margin-bottom: 20px;
	width: 200px;
	float: left;
}

#contents ul.sampleImage li img {
	margin-bottom: 10px;
}

/* CASE ELEMENTS */

#contents div.case {
	font-size: 12px;
}

#contents ul.caseDescription {
	margin: 0px;
	padding: 0px;
	width: 350px;
	float: left;
	list-style-type: none;
}

#contents ul.caseDescription li {
	padding: 5px;
}

#contents div.caseImage {
	float: right;
}

/* ENVIRONMENT ELEMENTS */

#contents table#environmentPC {
	font-size: 12px;
	margin-bottom: 10px;
	border: 1px solid #999999;
	width: 496px;
	border-collapse: collapse;
}

#contents table#environmentPC th {
	white-space: nowrap;
	padding: 5px;
	border: 1px solid #999999;
}

#contents table#environmentPC td {
	padding: 5px;
	border: 1px solid #999999;
}

#contents ul#environmentMobile {
	font-size: 12px;
}

#contents ul#environmentMobile li {
	font-weight: bold;
	line-height: 130%;
	padding: 0px;
}

#contents table#environmentCamera {
	font-size: 12px;
	margin-bottom: 10px;
	border: 1px solid #999999;
	width: 496px;
	border-collapse: collapse;
}

#contents table#environmentCamera th {
	color: #ffffff;
	background-color: #999999;
	text-align: left;
	white-space: nowrap;
	padding: 5px;
	border: 1px solid #999999;
}

#contents table#environmentCamera td {
	padding: 5px;
	border: 1px solid #999999;
}

#contents table#environmentCamera td.maker {
	white-space: nowrap;
	width: 20%;
}

#contents ul#environmentNetwork {
	font-size: 12px;
}

#contents ul#environmentNetwork li {
	padding: 5px;
}

#contents p.caption {
	font-size: 12px;
	text-align: right;
}

#contents ul.environmentMobile2 {
	font-size: 12px;
}

#contents ul.environmentMobile2 li {
	font-weight: bold;
	line-height: 130%;
	padding: 0px;
}

#contents table.environmentMobile {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #999999;
	width: 496px;
	border-collapse: collapse;
}

#contents table.environmentMobile th {
	color: #ffffff;
	background-color: #999999;
	text-align: left;
	white-space: nowrap;
	padding: 5px;
	border: 1px solid #999999;
}

#contents table.environmentMobile td {
	padding: 5px;
	border: 1px solid #999999;
}

#contents p.pagetopEnvironmentMobile {
	font-size: 11px;
	text-align: right;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
}

#contents p.pagetopEnvironmentMobile a {
	color: #000000;
	text-decoration: none;
}

#contents p.pagetopEnvironmentMobile a:hover {
	text-decoration: underline;
}

/* SUBSCRIPTION ELEMENTS */

#contents #subscriptionStepImage {
	margin-bottom: 10px;
}

#contents p.linkSubscription {
	color: #176bd0;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}

#contents p.linkSubscription a {
	color: #176bd0;
	text-decoration: underline;
}

#contents p.linkSubscription a:hover {
	text-decoration: underline;
}

#contents ul#subscriptionRules {
	font-size: 12px;
}

#contents ul#subscriptionRules li {
	font-weight: bold;
	line-height: 130%;
	padding: 5px;
}

#contents #rulesButton {
	text-align: center;
}

#contents #rulesButton #submitAgree {
	border: 0px;
	width: 120px;
	height: 24px;
}

#contents #rulesButton #submitDisagree {
	border: 0px;
	width: 120px;
	height: 24px;
}

#contents p.rules {
	font-size: 12px;
	margin-bottom: 15px;
}

#contents p.subscriptionRulesEnd {
	font-size: 12px;
	text-align: right;
}

#contents table.subscriptionRulesTable {
	font-size: 12px;
	margin-bottom: 15px;
	border: 1px solid #333333;
	width: 496px;
	border-collapse: collapse;
}

#contents table.subscriptionRulesTable th {
	color: #ffffff;
	background-color: #999999;
	text-align: left;
	white-space: nowrap;
	padding: 5px;
	border: 1px solid #333333;
}

#contents table.subscriptionRulesTable td {
	padding: 5px;
	border: 1px solid #333333;
}

#contents table.subscriptionRulesTable td.service {
	white-space: nowrap;
}

#contents ul#subscriptionDownload {
	font-size: 12px;
}

#contents ul#subscriptionDownload li {
	line-height: 130%;
	padding: 5px;
}

#contents ul#subscriptionDownload li a {
	font-weight: bold;
}

/* INQUIRY ELEMENTS */

#contents ul#inquiryPurpose {
	font-size: 12px;
}

#contents ul#inquiryPurpose li {
	line-height: 130%;
}

#contents #inquiry {
	text-align: center;
}

#contents #inquiry table.inquiryTable {
	font-size: 12px;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #999999;
	width: 450px;
}

#contents #inquiry table.inquiryTable th {
	background-color: #90B5fe;
	white-space: nowrap;
	padding: 3px;
	width: 30%;
	height: 30px;
}

#contents #inquiry table.inquiryTable td {
	background-color: #cad1d9;
	padding: 3px;
	height: 30px;
}

#contents #inquiry #inquiryButton #submit {
	border: 0px;
	width: 65px;
	height: 24px;
}

#contents #inquiry #inquiryButton #submit2 {
	border: 0px;
	width: 65px;
	height: 24px;
}

/* LINK */

#contents a {
	color: #176bd0;
	text-decoration: none;
}

#contents a:hover {
	text-decoration: underline;
}

#contents p.link {
	color: #176bd0;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

#contents p.link a {
	color: #176bd0;
	text-decoration: none;
}

#contents p.link a:hover {
	text-decoration: underline;
}

/* LINK TO PAGETOP */

#rightColumn p.pagetop {
	font-size: 11px;
	text-align: right;
	margin-top: 40px;
	margin-bottom: 20px;
	padding-right: 20px;
	clear: both;
}

#rightColumn p.pagetop a {
	color: #000000;
	text-decoration: none;
}

#rightColumn p.pagetop a:hover {
	text-decoration: underline;
}

/* MESSAGE */

pre#errorMessage {
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

pre#noticeMessage {
	color: #0000ff;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*------------------------------------------------------------------------------
 * FOOTER ELEMENTS
 *----------------------------------------------------------------------------*/

#footer {
	margin-right: 2px;
	margin-left: 2px;
	width: 754px;
	clear: both;
}

#footer #footMenu {
	color: #ffffff;
	background-color: #02235c;
	font-size: 12px;
	padding: 5px;
}

#footer #footMenu a {
	color: #ffffff;
	text-decoration: none;
}

#footer #footMenu a:hover {
	text-decoration: underline;
}

#footer #copyright {
	color: #ffffff;
	background-color: #02235c;
	font-size: 12px;
	text-align: right;
	padding: 5px;
	border-top: 1px solid #ffffff;
}

