@charset"UTF-8";

/* ::::::::::::::::::::
	Basic tag
:::::::::::::::::::: */

html,body {
	margin: 0;
	padding: 0;
	zoom: 1;
}
body {
	background-color: #000;
	color: #F7F7F3;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'メイリオ','Meiryo','Verdana','ＭＳ Ｐゴシック',sans-serif;
}
em,address {
	font-style: normal;
}
em {
	font-weight: bold;
	white-space: nowrap;
	color: #123;	
}
ul,ol {
	margin: 16px 0;
	padding: 0 0 0 16px;
	list-style-position: outside;
}
ol {
	margin: 16px 0 16px 32px;
}
ol li {
	margin: 16px 0;
	font-weight: bold;
}
li {
	font-size: 108%;
}
dl {
	clear: both;
	margin: 16px 0 16px 24px;
	padding: 0;
	font-size: 108%;
}
dt {
	float: left;
	clear: both;
	padding: 4px 0 4px 20px;
	width: 96px;
	background: transparent url('plus.png') no-repeat 0px 4px;
	font-weight: bold;
}
dd {
	margin-left: 116px;
	padding: 4px 8px 4px 8px;
}

td dl {
	margin: 0;
	font-size: 100%;
}
td dt,
td dd {
	float: none;
	margin: 4px 0;
	padding: 0;
	width: auto;
	background-image: none;
}
td dd {
	float: none;
	margin: 4px 0 16px 32px;
	padding: 0;
}
td ul {
	margin: 0;
	font-size: 88%;
}
h2 {
	margin: 16px;
	padding: 16px 24px;
	background: transparent url('bg_h2.png') no-repeat center center;
	font-weight: normal;
	font-size: 197%;
	min-height: 32px;
}
h2 span {
	color: #abc;
	font-size: 75%;
	text-transform: uppercase;
}
h3 {
	margin: 0 0 16px;
	padding: 24px 0 16px;
	background: transparent url('border.png') repeat-x top;
	font-weight: normal;
	font-size: 153.9%;
}
h4 {
	margin: 16px 0;
	padding-left: 8px;
	color: #abc;
	font-size: 138.5%;
	border-left: 22px solid #abc;
}
p {
	margin: 8px 0;
}
table {
	margin: 16px 0;
	border-collapse: collapse;
	border: 1px solid #ccc;
}
th {
	margin: 0 0 0 2px;
	padding: 16px;
	background: #F7F7F3;
	border-right: 3px double #ccc;
	border-top: 1px solid #ccc;
	text-align: left;
	font-size: 116%;
	font-weight: normal;
	white-space: nowrap;
}
td {
	margin: 0 2px  0 0;
	padding: 8px;
	width: 100%;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
thead {
	font-size: 123.1%;
}
tfoot td {
	background-color: #F7F7F3;
	text-align: right;
}

/* ::::::::::::::::::::
	Anchor
:::::::::::::::::::: */

a {
	text-decoration: none;
}
a img {
	border: 0px solid #fff;
	vertical-align: middle;
}
a:link,
a:visited {
	color: #cf0;
}
a:hover {
	background-color: #cf0;
	color: #000;
}
a:active {
}
#contents a {
	text-decoration: underline;
}
#contents a:link {
	color: #c06;
}
#contents a:visited {
	color: #c06;
}
#contents a:hover {
	/*background-color: #c06;*/
	color: #000;
	text-decoration: none;
}
#contents a:active {
	background-color: #cf0;
	color: #000;
}

h3 a {
	position: absolute;
	visibility: hidden;
}

.sumimg a:link,
.sumimg a:visited {
	padding: 3px;
	border: 1px solid #ccc;
}
.sumimg a:hover {
}

/* ::::::::::::::::::::
	Layout
:::::::::::::::::::: */

#pagestart {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}
#header,
#topics,
#menu,
#gototop,
#footer {
	margin: 0 auto;
	width: 880px;
}
#topics {
	min-height: 320px;
	background: transparent url('bg_topics_100121_01.jpg') no-repeat center bottom;
}
#wrapper {
	padding: 32px 0;
	background: #F7F7F3 url('bg_wrapper.png') no-repeat right bottom;
	color: #567;
	border-top: 2px solid #fff;
}
#contents {
	margin: 32px auto;
	padding: 0;
	width: 880px;
	background-color: #fff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	border: 1px solid #ddd;
}
#contents p {
	margin: 16px 0 16px 0;
	font-size: 108%;
	line-height: 1.4;
}
#contents td p {
	margin: 0;
	font-size: 100%;
}
#contents ul li {
	padding: 8px 8px 8px 32px;
	background: transparent url('plus.png') no-repeat 8px 8px;
	list-style: none;
}
#footer {
	padding: 32px 0 16px;
}

.chapter {
	padding: 0 16px 16px;
}
.caption {
	clear: both;
	float: left;
	width: 256px;
}
.paragraph {
	float: right;
	padding: 16px 0 16px;
	width: 576px;
	border-top: 8px solid #F7F7F3;
}
.note {
	margin: 16px 0;
	color: #888;
	text-align: right;
	font-size: 85%;
}
.cut {
	border: 1px solid #ccc;
	padding: 4px;
	background-color: #fff;
}
.cutleft {
	display: block;
	float: left;
	margin: 0 16px 8px 0;
}
.cutright {
	display: block;
	float: right;
	margin: 0 0 8px 16px;
}
.cutinline {
	margin: 0 8px 8px 0;
}
.cutcenter {
	display: block;
	margin: 8px auto;
}
.breadcrumbs {
	margin: 16px;
}

.vacation {
	padding: 16px;
	border: 3px double #c06;
}

.vacation em {
	padding: 0px 2px;
	background-color: #c06;
	color: #fff;
	line-height: 1.8em;
}
/* ::::::::::::::::::::
	#index
:::::::::::::::::::: */

#index #wrapper {
	padding-top: 0;
}
#index #topicsunder {
	margin: 0 auto;
	padding: 32px 0 0;
	width: 880px;
	position: relative;
	top: -2px;
	left: 0px;
	background: #F7F7F3 url('bg_topics_100121_02.jpg') no-repeat left top;
}
#index .chapter {
	padding: 16px 16px 0;
}
#index .paragraph {
	padding: 0;
}
#index .caption {
}

#maintenance {
	margin: 32px auto;
	padding: 0 0 8px;
	width: 880px;
	background-color: #fee;
	color: #c33;
	border-radius: 8px;
	-moz-border-radius: 8px;
	border: 1px solid #fff;
}

/* ::::::::::::::::::::
	#product
:::::::::::::::::::: */

.psp,
.ds,
.wii,
.pc {
	margin-right: 4px;
	padding: 0 8px;
	color: #fff;
	line-height: 1;
	font-size: 75%;
	font-weight: bold;
	font-family: 'Verdana';
}

.psp {background-color: #E2E336;}
.ds {background-color: #FF418C;}
.wii {background-color: #34BDEB;}
.pc {background-color: #aaa;}

/* ::::::::::::::::::::
	#productinfo
:::::::::::::::::::: */

#productinfo h2 {
	padding: 24px 16px 0;
	height: 56px;
	background: transparent url('border.png') repeat-x top;
}
#productinfo h3 {
	padding: 32px 0 0;
	text-align: center;
}
#productinfo .caption {
	width: 352px;
}
#productinfo .caption p {
	margin-left: 24px;
}
#productinfo .paragraph {
	width: 480px;
}
#productinfo dl {
	font-size: 88%;
	line-height: 1.4em;
}
#productinfo dt {
	width: 4em;
}
#productinfo dd {
	margin-left: 6em;
}

.summary {
	margin: 32px 0 32px;
	padding: 16px;
	background-color: #789;
	color: #fff;
	border-radius: 8px;
	-moz-border-radius: 8px;
}
.cero {
	display: block;
	float: right;
	width: 48px;
	height: 59px;
	overflow: hidden;
	background: transparent url('cero_web.png') no-repeat;
	text-indent: -999px;
}
.cerob {background-position: -48px 0;}
.ceroc {background-position: -96px 0;}
.cerod {background-position: -144px 0;}
.ceroz {background-position: -192px 0;}
.cero0 {background-position: -240px 0;}

/* ::::::::::::::::::::
	Contact
:::::::::::::::::::: */

fieldset {
	border: none;
	padding: 0 32px;
}
legend {
	display: none;
}
.small {
	font-size: 85%;
}
.require {
	margin-right: 4px;
	padding-right: 36px;
	background: transparent url('require.png') no-repeat right;
	font-weight: bold;
	color: #123;
}

input[type="text"],
textarea {
	border: 1px solid #ddd;
	background-color: #F7F7F3;
	padding: 4px;
	font-size: 123.1%;
}
input[type="text"]:focus,
textarea:focus {
	border: 1px solid #123;
	background-color: #fff;
	color: #03c;
}

.button {
	padding-bottom: 16px;
}
button {
	margin: 0;
	padding: 4px 8px;
	_padding: 0;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'メイリオ','Meiryo','Verdana','ＭＳ Ｐゴシック',sans-serif;
	font-weight: bold;
	font-size: 116%;
	_font-size: 100%;
	cursor: pointer;
}
button img {
	margin-right: 2px;
	vertical-align: middle;
}
button#reset {
	float: left;
	color: #456;
}
button#submit {
	float: right;
	color: #693;
}
.entryenter {
	color: #693;
}
.zm_copyright {
	clear: both;
	text-align: center;
	font-size: 85%;
}

/* ::::::::::::::::::::
	clearfix
:::::::::::::::::::: */

#header,
.chapter,
p {
	zoom: 1;
}
#header:after,
.chapter:after,
p:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
}

/* ::::::::::::::::::::
	*CSSS
:::::::::::::::::::: */

#siteID a,
#gototop a {
	display: block;
	overflow: hidden;
	background: transparent url('csss.png') no-repeat;
	text-indent: -999px;
}
#siteID a {
	width: 296px;
	height: 96px;
}
#siteID a:hover {
	background-position: -296px 0;
}
#gototop a {
	margin: 0 0 0 680px;
	width: 200px;
	height: 32px;
	background-position: -8px -192px;
}
#gototop a:hover {
	background-position: -8px -224px;
}
#copy {
	vertical-align: middle;
	background: transparent url('csss.png') no-repeat 0 -304px;
}

/* ::::::::::::::::::::
	#header
:::::::::::::::::::: */

#header {
	padding: 16px 0;
	background: transparent url('bg_header.jpg') no-repeat center bottom;
	border-bottom: 1px solid #000;
}

#index #header {
	background-image: none;
	border-bottom-width: 0px;
}

#siteID {
	float: left;
	margin: 0;
	width: 296px;
}

#description {
	float: right;
	padding: 24px 0 16px;
	width: 480px;
	text-align: right;
	color: #ccc;
}

/* ::::::::::::::::::::
	#Menu
:::::::::::::::::::: */

#menu li,
#menu li a,
#menu li span.current {
	display: block;
	overflow: hidden;
	background: transparent url('csss.png') no-repeat;
}
#menu {
	padding: 0;
	background-position: -872px -96px;
}
#menu li {
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: top;
	padding: 0 3px 0 6px;
	background-position: -872px -96px;
}
#menu a,
#menu li span.current {
	width: 88px;
	height: 40px;
	text-indent: -999px;
}
#menu #home a{
	width: 72px;
	background-position: -8px -96px;
}
	#menu #home a:hover,
	#menu #home span.current {
		width: 72px;
		background-position: -8px -144px;
}
#menu #abus a{
	background-position: -88px -96px;
}
	#menu #abus a:hover,
	#aboutus #menu #abus a {
		background-position: -88px -144px;
}
#menu #serv a{
	background-position: -184px -96px;
}
	#menu #serv a:hover,
	#service #menu #serv a {
		background-position: -184px -144px;
}
#menu #prod a{
	background-position: -280px -96px;
}
	#menu #prod a:hover,
	#product #menu #prod a {
		background-position: -280px -144px;
}
#menu #recr a{
	background-position: -376px -96px;
}
	#menu #recr a:hover,
	#recruit #menu #recr a {
		background-position: -376px -144px;
}
#menu #link a{
	width: 72px;
	background-position: -472px -96px;
}
	#menu #link a:hover,
	#links #menu #link a {
		width: 72px;
		background-position: -472px -144px;
}
#menu #blog a{
	width: 136px;
	background-position: -552px -96px;
}
	#menu #blog a:hover,
	#menu #blog span.current{
		width: 136px;
		background-position: -552px -144px;
}
#menu #site a{
	width: 168px;
	background-position: -696px -96px;
}
	#menu #site a:hover,
	#about #menu #site a {
		width: 168px;
		background-position: -696px -144px;
}

/* ::::::::::::::::::::
	#footer
:::::::::::::::::::: */

address {
	margin: 0;
	color: #888;
	font-size: 85%;
}
#footermenu {
	margin: 8px 0;
	padding: 0;
}
#footermenu a {
	padding: 0 4px;
	border-radius: 2px;
	-moz-border-radius: 2px;
}
#footermenu li {
	display: inline;
	margin-right: 4px;
	padding-right: 4px;
	list-style: none;
	background: transparent url('csss.png') no-repeat right bottom;
}

.mail {
	background: transparent url('mail.png') no-repeat;
	width: 206px;
	height: 32px;
	vertical-align: middle;
}

.hq {
	background-position: bottom;
}

.job {
	background-position: top;
}