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

/* reset
-------------------------------------------------*/
/*
** グローバルセレクタでmargin/paddingなどを初期化する
*/
*
{
  margin: 0;
  padding: 0;
  border: none;
  color: #000000;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  line-height: 1.0;
  vertical-align: baseline;
}

/* 
** ブラウザのスクロールバー表示の違いを解決する 
*/ 
html
{
  overflow: scroll;
  overflow: -moz-scrollabars-vertical;
  overflow-x: scroll;
}

/*
** 表(テーブル)のボーダー表示方法の違いを解決する  
*/
table
{
  border-collapse: collapse;
  border-spacing: 0;
}

/*
** イメージのリンクボーダーの非表示化
*/
img
{
 border: 0;
}

/*
** 要素を指定してmargin/paddingを初期化する
*/
html, body, div, 
h1, h2, h3, h4, h5, h6, 
p, pre, blockquote, address, 
ul, ol, dl, dt, dd, 
table, th, td, 
form, fieldset
{
  margin: 0;
  padding: 0;
}
/* all
-------------------------------------------------*/
body {
	font-size: 75%;
	font-style: normal;
	line-height: 1.5;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	background-image: url(image/backBg.jpg);
	background-repeat: repeat;
	font-family: sans-serif;
}
a:link {
	text-decoration: none;
	color: #333;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: underline;
}
.clear:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear{
	display: inline-table;
}
/* MacIE begin \*/
* html .clear {
	height: 1%;
}
.clear {
	display: block;
}

/* all
-------------------------------------------------*/
body {
	font-size: 75%;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	background-image: url(img/back_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0% 0%;
}
#header {
	background-image: url(img/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0% 0%;
	height: 151px;
	width: 910px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#visualArea {
	background-color: #FFF;
	height: 250px;
	width: 910px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#gnavi {
	height: 60px;
	width: 910px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#main {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 910px;
}
#main #rightArea {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	width: 270px;
}
#main #content {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	width: 630px;
}
#fnavi {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

#footer {
	width: 910px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
/* header
-------------------------------------------------*/
.hLeft {
	float: left;
	width: 460px;
}
.hLeft h1 {
	margin-top: 23px;
	margin-left: 5px;
}
#logo {
	position: absolute;
	left: 0px;
	top: 45px;
}
.hRight {
	float: right;
	width: 435px;
	display: block;
}
.hRnavi {
	float: right;
	background-image: url(img/hLnavvi_o.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	height: 20px;
	width: 428px;
	margin-top: 23px;
	margin-right: 0px;

}
ul.hRnavi li {
	list-style-type: none;
	float: left;
}
.hPP a {
	display: block;
	margin-top: 0px;
	margin-left: 0px;
}
.hPP a:hover {
	background-color:transparent;
}
.hPP a:hover img {
	visibility: hidden;
}
.htokutei a {
	display: block;
	margin-top: 0px;
	margin-left: 12px;
}
.htokutei a:hover {
	background-color:transparent;
}
.htokutei a:hover img {
	visibility: hidden;
}
.hmap a {
	display: block;
	margin-top: 0px;
	margin-left: 11px;
}
.hmap a:hover {
	background-color:transparent;
}
.hmap a:hover img {
	visibility: hidden;
}
.hContact {
	float: right;
	margin-top: 11px;
	margin-right: 0px;
	background-image: url(img/hInqyiry_o.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	height: 90px;
	width: 430px;
}
.hContact a {
	display: block;
}
.hContact a:hover { background-color:transparent;
}
.hContact a:hover img {
	visibility: hidden;
}
/* gnavi
-------------------------------------------------*/
.grollover {
	margin: 0px;
	height: 60px;
	width: 910px;
	background-image: url(img/gnavi_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}
.grollover li {
	float: left;
	list-style-type: none;
}
.grollover li a {
	display: block;
}
.grollover li a:hover { background-color:transparent;
}
.grollover li a:hover img {
	visibility: hidden;
}
/* content
-------------------------------------------------*/
#webP_btn {
	background-image: url(img/webPnavi_o.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	float: left;
	height: 151px;
	width: 310px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 0px;
}
#webP_btn a {
	display: block;
}
#webP_btn a:hover { background-color:transparent;
}
#webP_btn a:hover img {
	visibility: hidden;
}
#selfW_btn {
	background-image: url(img/selfUnavi_o.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	float: left;
	height: 151px;
	width: 310px;
	margin-top: 10px;
	margin-left: 0px;
}
#selfW_btn a {
	display: block;
}
#selfW_btn a:hover { background-color:transparent;
}
#selfW_btn a:hover img {
	visibility: hidden;
}
#webB_btn {
	background-image: url(img/webBnavi_o.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	float: left;
	height: 151px;
	width: 310px;
	margin-top: 10px;
	margin-right: 10px;
}
#webB_btn a {
	display: block;
}
#webB_btn a:hover { background-color:transparent;
}
#webB_btn a:hover img {
	visibility: hidden;
}
#upD_btn {
	background-image: url(img/upPnavi_o.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	float: left;
	height: 151px;
	width: 310px;
	margin-top: 10px;
}
#upD_btn a {
	display: block;
}
#upD_btn a:hover { background-color:transparent;
}
#upD_btn a:hover img {
	visibility: hidden;
}
.contentTitle {
	margin-left: 0px;
	display: block;
	padding-top: 30px;
	clear: both;
	padding-bottom: 0px;
}
.contentTitle2 {
	clear: both;
	margin-left: 0px;
	padding-top: 15px;
}
.featureDetail {
	margin-top: 10px;
	list-style-type: none;
}
.featureDetail li {
	margin-top: 5px;
}
.testimo {
	margin-top: 10px;
}
.testimo li {
	float: left;
	margin-right: 10px;
	margin-left: 0px;
	list-style-type: none;
}
.product {
	margin-top: 15px;
	margin-left: 0px;
}
#news dt {
	background-image: url(img/infoIcon.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	float: left;
	width: 70px;
	margin-left: 10px;
	padding-left: 30px;
	margin-top: 20px;
	line-height: 1.5;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	clear: left;
}
#news dd {
	width: 300px;
	margin-left: 120px;
	line-height: 1.5;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.contentInqiury {
	margin-top: 60px;
	background-image: url(img/inquiryArea_o.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
}
.contentInqiury a {
	display: block;
}
.contentInqiury a:hover { background-color:transparent;
}
.contentInqiury a:hover img {
	visibility: hidden;
}
.pagetop {
	margin-top: 30px;
	text-align: right;
	margin-bottom: 10px;
	margin-right: 5px;
}
/* sideArea
-------------------------------------------------*/

.melmaga {
	display: block;
	width: 270px;
	margin-top: 10px;
	margin-right: 0px;
	border: 1px solid #999;
	margin-bottom: 0px;
	margin-left: 0px;
}
.melmaga p {
	line-height: 1.5;
	text-decoration: none;
	margin-top: 10px;
	margin-left: 5px;
}
.melmaga ol {
	padding-left: 20px;
}
.melmaImage {
	float: right;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.7step {
	padding-top: 30px;
}
.boldred {
	font-size: 100%;
	line-height: 1.5;
	font-weight: bold;
	color: #F00;
	clear: both;
}



/* fnavi
-------------------------------------------------*/
.fSitemap {
	background-color: #C5D0E4;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
	border: 1px solid #4D568E;
}
.fSitemap ul li  {
	margin-left: 150px;
	list-style-type: none;
	margin-bottom: 15px;
}
.fSitemap ul li.ftop {
	margin-left: 50px;
	padding-top: 30px;
	float: left;
}
.fSitemap ul .fp {
	padding-top: 30px;
}

.fSitemap ul li a {
	font-size: 100%;
	line-height: 1.5;
	font-weight: bold;
	color: #616CAB;
	text-decoration: none;
	margin-top: 5px;
}
.fSitemapi ul li a:hover {
	text-decoration: underline;
}
/* footer
-------------------------------------------------*/
#footer address{
	margin-left: 5px;
	padding-top: 10px;
	clear: both;
}
.flb {
	clear: both;
	padding-top: 5px;
}
/*webbrand
-------------------------------------------------*/
.webbrandingvisual {
	background-image: url(img/webBrandVisual.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding: 0px;
	height: 250px;
	width: 910px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.webbrandingvisual h2 {
	text-indent: -9999px;
}
.webbrandingvisual p {
	float: right;
	height: 50px;
	width: 400px;
	margin-top: 188px;
	margin-right: 0px;
	background-image: url(img/webBvisualI_o.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}
.webbrandingvisual p a {
	display: block;
}
.webbrandingvisual p a:hover {
	 background-color:transparent;
}
.webbrandingvisual p a:hover img {
	visibility: hidden;
}

.left25up10bolddarkGrey {
	font-size: 100%;
	line-height: 1.8;
	font-weight: bold;
	color: #333;
	margin-top: 10px;
	margin-left: 25px;
}
.up10left25boldred {
	font-size: 100%;
	line-height: 1.8;
	font-weight: bold;
	color: #F00;
	padding-top: 10px;
	padding-left: 25px;
}
.contentTitle3 {
	padding: 0px;
	margin-top: 5px;
	margin-left: 0px;
}
.contenttext {
	font-size: 100%;
	line-height: 1.8;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	margin-top: 10px;
	margin-left: 25px;
}
.contentTitle4 {
	padding: 0px;
	margin-top: 10px;
	margin-left: 0px;
}
.contenttextBold {
	font-size: 100%;
	line-height: 1.5;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	margin-top: 10px;
	margin-left: 25px;
}
.contenttextred {
	font-size: 100%;
	line-height: 1.5;
	font-weight: normal;
	color: #F00;
	text-decoration: none;
	margin-top: 5px;
	margin-left: 25px;
}
.feeTable {
	width: 630px;
	margin-top: 15px;
	margin-left: 0px;
	border: 1px solid #CCC;
	border-collapse:collapse;
}
.feeTable th {
	font-size: 100%;
	line-height: 1.5;
	font-weight: normal;
	color: #2C3352;
	text-decoration: none;
	text-align: left;
	padding: 10px;
	width: 150px;
	border: 1px solid #CCC;
}
.feeTable td {
	font-size: 100%;
	line-height: 1.5;
	font-weight: bold;
	color: #F00;
	text-decoration: none;
	padding: 10px;
	border: 1px solid #CCC;
}
.seisaku {
	font-size: 100%;
	line-height: 1.5;
	font-weight: bold;
	color: #F00;
	text-decoration: none;
	margin-top: 15px;
	margin-left: 25px;
}
.seisaku a {
	font-weight: bold;
	color: #F00;
}
.seisaku a:hover {
	text-decoration: underline;
}
.inquryForm {
	margin-top: 15px;
	margin-left: 0px;
	border: 1px solid #CCC;
	margin-bottom: 50px;
	width: 630px;
	position: relative;
}
.inquryForm th {
	font-size: 100%;
	line-height: 1.8;
	font-weight: bold;
	color: #2C3352;
	text-decoration: none;
	text-align: left;
	width: 150px;
	border: 1px solid #CCC;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.inquryForm td {
	line-height: 1.8;
	padding: 15px;
	border: 1px solid #CCC;
}
.inquryForm td input {
	background-color: #F2F2F2;
	border: 1px solid #CCC;
}
.inquryForm td select {
	border: 1px solid #CCC;
}
.inquryForm td textarea {
	background-color: #FAFAFA;
	border: 1px solid #CCC;
	padding-top: 15px;
}
.pointer input {
	font-size: 100%;
	line-height: 1.5;
	font-weight: bold;
	color: #333;
	background-color: #999;
	border: 1px solid #666;
	cursor: pointer;
	padding: 2px;
}

.formCheck {
	padding: 15px;
	width: 630px;
	margin-top: 20px;
	margin-left: 0px;
	border: 1px solid #CCC;
	margin-bottom: 50px;
}
.formCheck th {
	line-height: 1.5;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	padding: 15px;
	width: 150px;
	border: 1px solid #CCC;
}
.formCheck td {
	text-align: left;
	padding: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
th.twotd {
	border-right-style: none;
}
.formCheck tr td form input {
	line-height: 1.5;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	background-color: #CCC;
	display: block;
	border: 1px solid #666;
	cursor: pointer;
	padding: 2px;
}
.twotd a {
	font-weight: bold;
	color: #F00;
	text-decoration: none;
}
.twotd a:hover {
	text-decoration: underline;
}
.checkerror a {
	font-weight: bold;
	color: #F00;
	text-decoration: none;
}
.checkerror a:hover {
	text-decoration: underline;
}
.thankstotop {
	font-weight: normal;
	color: #F00;
	margin-top: 15px;
	margin-left: 25px;
}
.thankstotop a {
	color: #F00;
	text-decoration: none;
}
.thankstotop a:hover {
	text-decoration: underline;
}
/* webproduction
-------------------------------------------------*/
.webproductVisual {
	background-image: url(img/webDesignvisual.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding: 0px;
	height: 250px;
	width: 910px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.webproductVisual h2 {
	text-indent: -9999px;
}
.webproductVisual p {
	height: 40px;
	width: 330px;
	margin-top: 85px;
	margin-left: 30px;
	background-image: url(img/webVisulaInquiry_o.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}
.webproductVisual p a {
	display: block;
}
.webproductVisual p a:hover {
	 background-color:transparent;
}
.webproductVisual p a:hover img {
	visibility: hidden;
}

.contenttext2 {
	font-size: 100%;
	line-height: 1.5;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	margin-top: 10px;
	margin-left: 25px;
}
.webPvisual {
	background-image: url(img/webDesignvisual.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	display: block;
	height: 250px;
	width: 910px;
	text-indent: -9999px;
}
/* selfUpdate
-------------------------------------------------*/
.selfVisual {
	background-image: url(img/selfUpdatingvisual.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	height: 250px;
	width: 910px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.selfVisual h2 {
	text-indent: -9999px;
}
.selfVisual p {
	background-image: url(img/upvisualInquiry_o.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	height: 40px;
	width: 330px;
	margin-top: 180px;
	margin-left: 135px;
	text-align: left;
}
.selfVisual p a {
	display: block;
}
.selfVisual p a:hover {
	 background-color:transparent;
}
.selfVisual p a:hover img {
	visibility: hidden;
}
/* upDating
-------------------------------------------------*/
.upDatevisual {
	background-image: url(img/updatingVisual.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding: 0px;
	height: 250px;
	width: 910px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.upDatevisual h2 {
	text-indent: -9999px;
}
.upDatevisual p {
	height: 40px;
	width: 330px;
	margin-top: 180px;
	margin-left: 35px;
	background-image: url(img/upvisualInquiry_o.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}
.upDatevisual p a {
	display: block;
}
.upDatevisual p a:hover {
	background-color:transparent;
}
.upDatevisual p a:hover img {
	visibility: hidden;
}
/* pp
-------------------------------------------------*/
.body2 {
	background-image: url(img/back_bg2.gif);
	background-repeat: repeat-x;
	background-position: 0% 0%;
	background-color: #FFF;
}
.ppdetail dt {
	line-height: 1.5;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	background-image: url(img/ppicon.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	display: block;
	width: 250px;
	margin-top: 15px;
	padding-left: 15px;
	margin-left: 25px;
}
.ppdetail dd {
	margin-top: 5px;
	margin-left: 25px;
	font-size: 100%;
	line-height: 1.5;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	padding-bottom: 10px;
}
/* tokutei
-------------------------------------------------*/
.tokuteiDetail {
	margin-top: 15px;
	margin-left: 15px;
}
.profileArea {
	margin-top: 20px;
}

/* profile
-------------------------------------------------*/
.profileImage {
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
}
.profiletext1 {
	line-height: 1.5;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.profiletext2 {
	line-height: 1.5;
	color: #333;
	text-decoration: none;
	padding-top: 10px;
}
.profiletext3 {
	font-size: 100%;
	line-height: 1.5;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	clear: both;
	padding-top: 15px;
}
.sitemap {
	margin-top: 30px;
	margin-left: 0px;
}
.sitemap li {
	line-height: 1.5;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	background-image: url(img/ppicon.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	list-style-type: none;
}
.sitemap li a {
	text-decoration: none;
}
.sitemap li a:hover {
	color: #CCC;
	text-decoration: underline;
}
#ThumbnailList {
	margin-top: 20px;
	margin-left: 25px;
}
#ThumbnailList li a img {
	margin-bottom: 20px;
}
.faceArea {
	margin-top: 5px;
	margin-bottom: 10px;
}
.melmaform {
	margin-left: 5px;
	margin-top: 5px;
	width: 255px;
}
.melmaform input {
	background-color: #F7F7F7;
	border: 1px solid #D8D8D8;
}
.mailform2 input {
	background-color: #F7F7F7;
	border: 1px solid #CCC;
}

