@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}

body {
	font-size: 12px;
	margin: 0px auto;
	background-color: #FFF;
	font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
	color: #333;
	line-height: 150%;
    letter-spacing:1px;
	height: 100%;
	
}

img {
	border: none;
}

#wrapper {
	height: 100%;
	background: url(../images/bg_.gif) no-repeat left bottom;
	position: relative;
	left: 0;
	bottom: 0;
}

#header {
	
}

#header h1 strong {
	font-size: 11px;
	font-weight: normal;
}

#header .logo {
	width: 345px;
	height: 50px;
	background: url(../images/logo.png) no-repeat;
	cursor: pointer;
	float: left;
}

#header .logo em {
	display: none;
}

#slider{
    overflow:hidden;
}

#slider #sliderInner{
	width: 4103px;
	height: 617px;
	background: url(../images/bg_container.png) no-repeat;
	position: relative;
	left: 190px;
}

#slider #sliderInner .section{
    width:820px;
    float:left;
	font-size: 11px;
}

#slider #sliderInner em{
	font-variant: normal;
}

#sliderTrg {
	float: right;
	position: relative;
	top: 35px;
}

#sliderTrg a{
    padding:0 8px 0px 4px;
}

#leftbox {
	float: left;
	width: 540px
}

#rightbox {
	float: left;
	width: 250px;
}

#top01 {
	position: relative;
	top: 170px;
	left: 50px;
}

#top02 {
	position: relative;
	top: 225px;
	left: 50px;
}

#top03 {
	position: relative;
	top: 295px;
	left: 50px;
}

#news {
	position: relative;
	top: 70px;
	left: 50px;
}

#blog {
	position: relative;
	top: 290px;
	left: 50px;
}

#about {
	position: relative;
	top: 70px;
	left: 40px;
}

#about li {
	width: 480px;
	margin: 0;
	padding: 12px 0;
	border-bottom: 1px dashed #CCC;
	list-style-position: inside;
}

#service01,
#service02,
#service03 {
	position: relative;
	left: 420px;
}

#service01 {
	top: 115px;
}

#service02 {
	top: 220px;
}

#service03 {
	top: 325px;
}

#cms {
	position: relative;
	top: 470px;
	left: 40px;
}

#option {
	position:relative;
	top: 490px;
	left: 40px;
}

#opensource {
	position: relative;
	top: 80px;
	left: 20px;
}

#customize {
	position: relative;
	top: 100px;
	left: 20px;
}

#inquiry {
	position: relative;
	top: 80px;
	left: 30px;
	width: 770px;
}

#inquiryform {
	position: relative;
	top: 100px;
	left: 30px;
}

#container {
	clear: both;
}

#footer {
	
}

/************************************************************/
.highslide-wrapper div {
	font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 10pt;
}
.highslide-html {
	background-color: white;
}
.highslide-maincontent {
	display: none;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	border: 1px solid black;
	background-color: white;

	padding-left: 22px;
	background-image: url(highslide/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}


/* Styles for the popup */
.highslide-wrapper, .rounded-white {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
	width: 400px;
	padding: 0 5px 5px 5px;
}
.highslide-wrapper .highslide-header {
	padding-bottom: 5px;
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
	cursor: move;
}
.highslide-resize {
	cursor: nw-resize;
}
/************************************************************/
/* Sample 8*/
#box8{
	position:absolute;
}
#box8 div{
	width:770px;
	float:left;
}
#box8 .buttons{
	text-align:left
}
#box8 .next{
	float:right
}
.sample8{
	position: relative;
	top: 80px;
	left: 40px;
}
.sample8 .buttons{
	text-align:center;
	clear:both;
}
.sample8 .mask1{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

/* ********************************** */

.thumbs{
	width:54px;
}
.thumbs div{
	display:block;
	width:54px;
	height:41px;
	margin:3px 0;
	cursor:pointer;
}

.thumbs div img{
	display:block;
	width:100%;
	height:100%;
	border:none
}

.info{
	width:240px;
	height:50px;
	background:#000;
	position:absolute;
}
.info p, .info h4{
	color:#fff;
	padding:3px 8px;
	font-family:Arial;
}
.info h4{
	font-size:14px;
}
.info h4 a{
	float:right;
	background:#fff;
	color:#000;
	font-size:10px;
	padding:0 3px;
	text-decoration:none
}

.mask1{
	position:relative;
	width:770px;
	height:400px;
	overflow:hidden;
}

span img{
	display:block;
	border:none;
}

.buttons{padding:5px;}
.buttons span{color:#0080FF;padding:0 5px;cursor:pointer;font:10px Verdana;}
.buttons span.active, .buttons span:hover{background:#0080FF;color:#fff;}
/************************************************************/