@charset "utf-8";

/**
 * QUINO INCORPORATED
 *
 * CSS Version 2
 *
 * copyright Copyright (C) 2009 Quino, Inc. All Rights Reserved.
 */

body {
	color: #555;
	font-size: 80%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 150%;
	background: #efefef url(../images/bg.jpg) repeat-x;
}
a { color: #047; overflow: hidden; outline: none; }
a:active,
a:focus,
a:hover { color: #c00; }
hr { margin: 0 0 3em; }
dt { color: #333; }


/* Form
-------------------------------------------------------------- */
input.text,
input.title,
textarea,
select { margin: 0; padding: 3px; }
input.text,
input.title,
textarea { width: 330px; }
textarea { font-size: 100%; height: 170px; }
input.short { width: 120px; }

div.submit {
	margin: 2em auto;
	padding: 1em 1em;
	border-top: 1px solid #bbb;
	background: #f8f8f8;
}
div.submit p{ margin: 0; }


/* Table
-------------------------------------------------------------- */
table.grid {
    margin-bottom: 1.4em;
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb;
}
table.grid th,
table.grid td {
    padding: 7px 10px;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    background: #fff;
	vertical-align: top;
}
table.grid thead th {
	color: #333;
    font-weight: bold;
    background: #efefef;
	text-align: center;
}
table.grid tbody th {
	color: #333;
    font-weight: bold;
	background: #f8f8f8;
}
table.grid.form th {
	padding-top: 9px;
}


/* Header
-------------------------------------------------------------- */
div#header {
	width: 850px;
	height: 50px;
}

h1 {
	font-size: 150%;
	line-height: 100%;
	margin: 30px 0 0 0;
	padding-left: 20px;
	width: 129px;
	float: left;
}

div#header p#desc {
	position: absolute;
	top: 33px;
	left: 165px;
	font-size: 85%;
}


/* Footer
-------------------------------------------------------------- */
div#footer {
	width: 810px;
	color: #666;
	margin: 0 20px 0 20px;
	padding-bottom: 20px;
}

div#footer-navi {
	font-size: 95%;
	padding: 2em 0 0;
	background: #f8f8f8 url(../images/line_dot_h.gif) repeat-x;
}
div#footer-navi h4 {
	font-size: 95%;
	line-height: 100%;
	font-weight: bold;
	color: #333;
	margin-bottom: 0.5em;
}
div#footer-navi h4 a {
	color: #333;
	text-decoration: none;
	background: url(../images/allow_disable.gif) no-repeat left center;
	padding: 0 0 0 0.8em;
}
div#footer-navi h4 a:hover { text-decoration: underline; }

div#footer-navi ul {
	margin: 0 0 2em 0;
	padding: 0;
	list-style: none;
}
div#footer-navi li {
	margin: 0;
	padding: 3px 0 3px 1em;
}
div#footer-navi li a {
	color: #555;
	text-decoration: none;
	background: url(../images/allow_disable.gif) no-repeat left center;
	padding: 0.2em 0 0.2em 0.8em;
}
div#footer-navi li a:hover { text-decoration: underline; }

div.footer-block {
	float: left;
	width: 180px;
	margin-right: 10px;
	padding-left: 1em;
}
div.footer-block.last { margin-right: 0; }

div#footer-bottom {
	padding-top: 15px;
	background: url(../images/line_dot_h.gif) repeat-x;
}
ul#bottom-list {
	font-size: 85%;
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}
ul#bottom-list { float: left; }
ul#bottom-list li { display: inline; }
ul#bottom-list li a {
	padding: 0 1em;
	color: #666;
	text-decoration: none;
	background: url(../images/line_dot_v.gif) no-repeat top right;
}
ul#bottom-list li a:hover { text-decoration: underline; }
ul#bottom-list li.first a { padding-left: 0; }
ul#bottom-list li.last a  { padding-right: 0; background: none; }

address {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-style: normal;
	margin: 0;
	line-height: 100%;
	float: right;
}


/* Navi
-------------------------------------------------------------- */
div#navi {
	font-size: 95%;
	width: 850px;
	height: 25px;
	margin: 20px 0 0;
	border-bottom: 5px solid #FA9C39;
}
div#navi ul {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}
div#navi ul li {
	float: left;
}
a#navi-home,
a#navi-service,
a#navi-desktop,
a#navi-server,
a#navi-support {
	width: 170px;
	height: 20px;
	display: block;
	padding-top: 5px;
	color: #333;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

a#navi-home    { background: url(../images/navi_home.gif) no-repeat left top; }
a#navi-service { background: url(../images/navi_service.gif) no-repeat left top; }
a#navi-desktop { background: url(../images/navi_desktop.gif) no-repeat left top; }
a#navi-server  { background: url(../images/navi_server.gif) no-repeat left top; }
a#navi-support { background: url(../images/navi_support.gif) no-repeat left top; }

a#navi-home:hover,
a#navi-service:hover,
a#navi-desktop:hover,
a#navi-server:hover,
a#navi-support:hover { background-position: 0 -25px; }

a#navi-home.on,
a#navi-service.on,
a#navi-desktop.on,
a#navi-server.on,
a#navi-support.on { color: #f60; background-position: 0 -50px; }


/* Main
-------------------------------------------------------------- */
div#main {
	width: 810px;
	padding: 20px 20px 30px;
}
div#contents {
	width: 590px;
	float: left;
	margin-right: 20px;
}
div#menu {
	width: 200px;
	float: left;
}

div#page-list {
	font-size: 85%;
	color: #666;
}
div#page-list a,
div#page-list span { margin: 0 5px; }

div#contents h2 {
	height: 50px;
	color: #222;
	font-size: 125%;
	font-weight: bold;
	line-height: 100%;
	margin: 0 0 20px 0;
	padding: 19px 0 0 20px;
	background: url(../images/titile_bg.jpg) no-repeat;
}
div#contents h2.none {
	height: auto;
	margin: 0 0 1em;
	padding: 0;
	background: none;
}
div#contents h3 {
	min-height: 16px;
	color: #222;
	font-size: 120%;
	font-weight: bold;
	line-height: 100%;
	margin: 0 0 20px 0;
	padding: 6px 0;
	border-top: 1px solid #e1e1e1;
	background: url(../images/subtitle_bg.gif) repeat-x;
}
div#contents h3 span {
	padding-left: 30px;
	background: url(../images/bullet.gif) no-repeat 6px 0;
}

h4.sub {
	font-size: 110%;
	font-weight: bold;
	color: #333;
	margin: 1.5em 0 0.5em;
}

p.page-up {
	text-align: right;
	margin: 40px 0 0 0;
	padding-top: 10px;
	font-size: 85%;
	background: url(../images/line_dot_h.gif) repeat-x;
}
p.page-up a {
	color: #555;
	text-decoration: none;
	padding-left: 1em;
	background: url(../images/allow_up.gif) no-repeat left center;
}
p.page-up a:hover { text-decoration: underline; }


/* Local Menu
-------------------------------------------------------------- */
div#menu { font-size: 95%; }
div#menu h4 {
	height: 50px;
	color: #333;
	font-size: 95%;
	font-weight: bold;
	line-height: 100%;
	margin: 0 0 10px 0;
	background: url(../images/local_bg.gif) no-repeat;
}
div#menu h4 a {
	min-height: 30px;
	color: #333;
	text-decoration: none;
	background: url(../images/allow.gif) no-repeat 1em 1.9em;
	padding: 1.8em 0 0 1.8em;
	display: block;
}
div#menu h4 a:hover { color: #f60; }

div#menu ul.local {
	list-style: none;
	margin: 0 0 40px 0;
	padding: 0;
	color: #333;
}
div#menu ul.local li {
	margin: 0;
	padding: 0 0 1px 0;
	background: url(../images/line_dot_h.gif) repeat-x left bottom;
}
div#menu ul.local li a {
	color: #333;
	width: 180px;
	padding: 0.5em 0 0.5em 1.8em;
	text-decoration: none;
	display: block;
	background: url(../images/allow.gif) no-repeat 1em 0.9em;
}
div#menu ul.local li a:hover,
div#menu ul.local li a.on { background-color: #FDF0E1; }
div#menu ul.local li a.on { font-weight: bold; }


/* Top
-------------------------------------------------------------- */
div#img-wrapper {
	position: relative;
}
div#img-wrapper h2 {
	margin: 0;
	height: 200px;
}
div#img-wrapper p {
	margin: 0;
	position: absolute;
	top: 25px;
	right: 20px;
}

div#menu div#news-menu h4 {
	height: 30px;
	color: #333;
	margin: 0;
	padding: 20px 0 0 10px;
}
div#menu div#news-menu p {
	margin: 0;
	padding: 10px 0 10px 10px;
	background: url(../images/line_dot_h.gif) repeat-x left bottom;
}


/* Service
-------------------------------------------------------------- */
div.point1 h4,
div.point2 h4,
div.point3 h4 {
	font-size: 110%;
	font-weight: bold;
	color: #333;
	margin: 2em 0 1em;
	padding: 0 0 0.3em 0;
	background: url(../images/line_dot_h.gif) repeat-x left bottom;
}

div.point1 h4 span,
div.point2 h4 span,
div.point3 h4 span {
	display: block;
	min-height: 17px;
	padding-left: 34px;
}

div.point1 h4 span { background: url(../images/point1.gif) no-repeat; }
div.point2 h4 span { background: url(../images/point2.gif) no-repeat; }
div.point3 h4 span { background: url(../images/point3.gif) no-repeat; }

div.point1 p,
div.point2 p,
div.point3 p { margin-left: 34px; }

div.intro-flow {
	margin-bottom: 10px;
	padding-bottom: 30px;
	background: url(../../service/images/flow_allow.gif) no-repeat left bottom;
}
div.intro-flow.last { background: none; }
div.intro-flow h4 {
	color: #333;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	width: 170px;
	height: 36px;
	margin: 0 20px 0 0;
	padding-top: 24px;
	background: url(../../service/images/flow_area.gif) no-repeat;
	float: left;
}
div.intro-flow p { margin: 0; padding-top: 1em; }

div.result-block {
	padding-bottom: 20px;
	margin-bottom: 20px;
	background: url(../images/line_dot_h.gif) repeat-x left bottom;
}
div.result-block div.result-left {
	float: left;
	width: 215px;
}
div.result-block div.result-left p{ margin: 0; }
div.result-block div.result-right {
	float: right;
	width: 325px;
}

div.result-block h4 {
	color: #333;
	font-size: 100%;
	font-weight: bold;
	line-height: 140%;
	padding-bottom: 15px;
	margin: 10px 0 15px;
	background: url(../images/line_dot_h.gif) repeat-x left bottom;
}


/* Server
-------------------------------------------------------------- */
div#server,
div#desktop {
	min-height: 90px;
}
div#server  { background: url(../../server/images/server.gif) no-repeat right top; }
div#desktop { background: url(../../desktop/images/desktop.gif) no-repeat right top; }

div#server p,
div#desktop p { padding-right: 230px; }

div.server-block,
div.desktop-block {
	float: left;
	width: 180px;
	min-height: 100px;
	margin: 10px 25px 10px 0;
	padding: 5px 0 0 90px;
}
div.server-block.last,
div.desktop-block.last { margin-right: 0; }

div.server-block h4,
div.desktop-block h4 {
	font-size: 110%;
	font-weight: bold;
}

div#function-feed   { background: url(../../server/images/function_feed.gif) no-repeat; }
div#function-visual { background: url(../../server/images/function_visual.gif) no-repeat; }
div#function-text   { background: url(../../server/images/function_text.gif) no-repeat; }
div#function-report { background: url(../../server/images/function_report.gif) no-repeat; }

div#function-list   { background: url(../../desktop/images/function_list.gif) no-repeat; }
div#function-ad     { background: url(../../desktop/images/function_ad.gif) no-repeat; }
div#function-option { background: url(../../desktop/images/function_option.gif) no-repeat; }
div#function-etc    { background: url(../../desktop/images/function_etc.gif) no-repeat; }


/* Demo
-------------------------------------------------------------- */
div#frame {
	height: 200px;
	overflow: auto;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	padding: 10px 0 0 10px;
}
div#frame p {
	font-weight: bold;
	font-size: 110%;
	margin: 0 0 1em 0.5em;
}
div#frame ol {
	padding: 0 0 1em 1em;
	margin: 0 0 0 1em;
}
div#frame li {
	margin: 0 0 1em 0;
	padding: 0 1.5em 0 0;
}

div#badge-wrapper {
	margin-top: 1.5em;
	margin-bottom: 1em;
	text-align: center;
	min-height: 150px;
}
div#badge {
	margin: 0 auto;
	padding: 1.5em;
	border: 1px solid #ccc;
	background: #FDF0E1;
}

img.block {
	display: block;
	margin: 1em 0 3em 0;
}

div#sample {
	color: #333;
	font-size: 130%;
	font-weight: bold;
	margin: 0 0 3em 0;
	padding: 3em 2em;
	text-align: center;
	border: 1px solid #ccc;
	background: #f8f8f8;
}
div#sample p { margin: 0; }


/* Support
-------------------------------------------------------------- */
ul.faq {
	list-style: none;
	margin: 20px 0 20px;
	padding: 0;
}
ul.faq li {
	background: url(../../support/images/question.gif) no-repeat;
	margin-bottom: 3px;
	padding-left: 20px;
}
dl.faq { margin-right: 20px; }
dl.faq dt {
	background: url(../../support/images/question.gif) no-repeat;
	margin-top: 40px;
	padding-left: 20px;
	padding-bottom: 5px;
	color: #333;
}
dl.faq dd {
	background: url(../images/line_dot_h.gif) repeat-x;
	padding-top: 10px;
}
ul#virus {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}
ul#virus li {
	margin: 0 0 5px 0;
	padding: 0 0 0 20px;
}
ul#virus li#norton     { background: url(../../support/images/icon_norton.gif) no-repeat; }
ul#virus li#trendmicro { background: url(../../support/images/icon_trendmicro.gif) no-repeat; }
ul#virus li#mcafee     { background: url(../../support/images/icon_mcafee.gif) no-repeat; }

div.tech { margin: 2em 0 3em; }
div.tech h4 {
	font-size: 110%;
	font-weight: bold;
	border: 1px solid #ccc;
	background: #f6f6f6;
	padding: 4px 10px;
	margin: 0;
}
div.tech p.txt { margin: 1em 0 1em 1em; }
div.tech p.date {
	margin: 5px 0 0;
	text-align: right;
}
div.tech div.result {
	color: #39650E;
	padding: 1em;
	background: #f6f6f6;
}
div.tech div.result p { margin: 0; }

p.alive,
p.death { padding: 1em; }
p.alive { background-color: #F3FADC; border: 1px solid #B0DE09; color: #39650E; }
p.death { background-color: #FDF0E1; border: 1px solid #FF8838; color: #900; }


/* Privacy
-------------------------------------------------------------- */
ol#privacy { margin-top: 3em; margin-right: 0; }
ol#privacy li { margin-bottom: 1em; }
ol#privacy ul {
	margin-top: 1em;
	margin-bottom: 1em;
}
ol#privacy ul li { margin-bottom: 0; }


/* Inquiry
-------------------------------------------------------------- */
div#inquiry {
	width: 170px;
	position: absolute;
	top: 13px;
	right: 0;
}
div#inquiry p { margin: 0; }

div#menu div#inquiry-menu h4 {
	height: 30px;
	color: #333;
	margin: 0;
	padding: 20px 0 0 1.5em;
}

div#menu ul.flow {
	list-style: none;
	margin: 20px 0 40px 0;
	padding: 0;
	color: #333;
}
div#menu ul.flow li {
	margin: 0;
	padding: 0 0 3em 0;
	background: url(../images/allow_down.gif) no-repeat 80px 40px;
}
div#menu ul.flow li.last { background: none; padding-bottom: 0; }

div#menu ul.flow li span {
	width: 185px;
	padding: 0.5em 0 0.5em 1.5em;
	background: #f8f8f8 url(../images/line_dot_h.gif) repeat-x left top;
	color: #999;
	text-decoration: none;
	display: block;
}
div#menu ul.flow li span.on {
	color: #8a1f11;
	font-weight: bold;
	background-color: #FDF0E1;
}

span.error-text {
	display: block;
	margin-top: 5px;
	color: #D00E31;
	font-size: 90%;
}

div#system-error {
    margin: 0 0 2em 0;
    padding: 2em;
    border: 1px solid #FECD85;
    background: #FDF0E1;
    color: #8A1F11;
}
div#system-error ol {
    margin: 1em 0 0 1em;
    padding-left: 1em;
}


/* Misc classes
-------------------------------------------------------------- */
.container {
	width: 850px;
	background: #fff;
	position: relative;
}
.prepend-top   { margin-top: 3em; }
.append-bottom { margin-bottom: 3em; }

.normal { font-weight: normal; }
.more   { font-size: 120%; margin: 0 5px; }
.indent { margin-left: 15px; margin-right: 10px; }
.bold   { font-weight: bold; }
.large  { font-size: 110%; }
.center { text-align: center; }
.right  { text-align: right; }
.left   { text-align: left; }
.page   { page-break-before: always; }

.icon-link {
	padding: 0.2em 1.3em 0.2em 0;
	background: url(../images/link.gif) no-repeat right center;
}
.box {
	padding: 1.5em;
	margin-bottom: 1.5em;
	background: #f8f8f8;
	border: 1px solid #e0e0e0;
}
.box h4 {
	font-size: 110%;
	font-weight: bold;
	margin: 0 0 1em 0;
}


