html { /* IE6のCSSバグによるギルダーレビンのちらつき防止 */
filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body {
  color: #000000;
	margin: 0px;
	padding:0px 0px 30px;
	text-align:center;
  background-image:url(../img/common/background.jpg);
  background-position:top; background-repeat:repeat-x;}
h1,h2,h3,h4,h5 { margin: 0px; }


/*↓ここから2010/7/27リニューアル追加分です↓-----------------------------------------------------------------------------*/

#wrapper{
  width:805px;
  margin:0px auto;
  text-align:left;
  background-color:#FFFFFF;}

#Container{
  width:805px;
  text-align:left; 
	background-color:#FFFFFF;}

.clear{clear:both;}

/* 冒頭注釈-----------------------------------------------------------------------------*/
div#ann {
  background-color:#E4EBED; 
	height:20px; 
	padding-top:5px; 
	text-align:center;}
div#ann p {color:#333333;
width:805px; height:20px;
margin:0px auto;
font-size: 10px;
display:block; text-align:left;}

/*ヘッダー-----------------------------------------------------------------------------*/
#header{
  width:805px;
  height:115px;
	font-size:80%;
	clear:both;
	margin:0px;}

#header h1{
  width:345px;
	height:45px;
	float:left;
  padding-top:15px; padding-bottom:5px;}

#header p{
  width:460px;
	height:45px; 
	text-align:right;
	float:left;
  padding-top:15px; padding-bottom:5px; 
	display:block; 
	margin:0px;}

#header p img{
  width:195px;
	height:30px; 
	display:block;
	padding-left:265px; 
	margin:0px;}

#header a:link{color:#333333;}
#header a:visited{color:#333333;}
#header a:hover{color:#CC0000; text-decoration:underline;}
#header a:active{color:#CC0000; text-decoration:underline;}



/*メニュー-----------------------------------------------------------------------------*/

#header ul{
width:805px;
height:50px;
	margin:0px; 
	padding:0px; 
	list-style-type:none;
} 
#header li{
	display:block;
  float:left;
	margin:0;
	padding:0;
	line-height:50%;}

/*成功へのソリューション*/
a#solution{
  display:block;
	width:232px;
	height:50px;
	margin:0px;
	padding:0px;
	position:relative;
	/*HideMacIE\*/
	overflow:hidden;
	/**/
	cursor:hand;
}
a#solution span{
	position:absolute;
	width:100%; height:100%;
	top:0px; left:0px;
	background: url("../img/common/mainMenu1.png") no-repeat;
}
a#solution:hover span{
	background-position: 0px -50px;}
/*お客様の声*/
a#voice{
  display:block;
	width:142px;
	height:50px;
	margin:0px;
	padding:0px;
	position:relative;
	/*HideMacIE\*/
	overflow:hidden;
	/**/
	cursor:hand;
}
a#voice span{
	position:absolute;
	width:100%; height:100%;
	top:0px; left:0px;
	background: url("../img/common/mainMenu2.png") no-repeat;
}
a#voice:hover span{
	background-position: 0px -50px;}
/*制作実績*/
a#zisseki{
  display:block;
	width:129px;
	height:50px;
	margin:0px;
	padding:0px;
	position:relative;
	/*HideMacIE\*/
	overflow:hidden;
	/**/
	cursor:hand;
}
a#zisseki span{
	position:absolute;
	width:100%; height:100%;
	top:0px; left:0px;
	background: url("../img/common/mainMenu3.png") no-repeat;
}
a#zisseki:hover span{
	background-position: 0px -50px;}
/*制作フロー*/
a#flowchart{
  display:block;
	width:149px;
	height:50px;
	margin:0px;
	padding:0px;
	position:relative;
	/*HideMacIE\*/
	overflow:hidden;
	/**/
	cursor:hand;
}
a#flowchart span{
	position:absolute;
	width:100%; height:100%;
	top:0px; left:0px;
	background: url("../img/common/mainMenu4.png") no-repeat;
}
a#flowchart:hover span{
	background-position: 0px -50px;}
	
#service{
  display:block;
	width:153px;
	height:50px;
	margin:0px;
	padding:0px;
	position:relative;
	/*HideMacIE\*/
	overflow:hidden;
	/*
	cursor:hand;*/
	}


/*flash部分-----------------------------------------------------------------------------*/
object#topFlash{
  display:block;
  clear:both;
  width:805px; 
	height:200px;
	vertical-align:top;
	padding:0px; margin:0px;}

/*サイド-----------------------------------------------------------------------------*/
#sideNavi{
  width:130px;
	float:left; 
	font-size:80%;
	background-color:#FFFFFF;
	clear:left;}
#sideNavi p{ width:130px; margin:0px;}
#sideNavi img{ margin:5px 0px;}
#sideNavi .border{
  border-bottom-color:#333333; border-bottom-style:dotted; border-bottom-width:1px;
  padding-bottom:5px;
	margin-bottom:5px;
	display:block;
	font-weight:bold;}

/*コンテンツ-----------------------------------------------------------------------------*/
#container{width:805px;
	clear:both; 
	padding-top:15px;
	margin:0px auto;}
	
#content{width:660px;
         float:right;
         background-color:#FFFFFF;
		 clear:right;}

/*トップページのコンテンツ-----------------------------------------------------------------------------*/
#snsLink{
	width:620px;
	margin:0;
}
#snsLink div{
	float:left;
}

#contentTop{
	font-size:80%; 
	width:625px; 
	float:left; 
	padding-left:30px; }

#contentTop img{
  margin-bottom:5px;}	

#contentTop h3 {
  font-size:100%;
	font-weight: bold;
	color: #FF3300;
	padding-top:5px; padding-left:0px; padding-right:0px; padding-bottom:10px;
	margin:0px;}
	
#contentTop p {
	display:block;
	padding-bottom:5px;
	margin:0px;
	line-height:140%;}
	

#topBoxLeft{
  width:300px;
	float:left; 
	padding-bottom:30px;}
#topBoxRight{
  width:300px; 
	float:right; 
	padding-bottom:30px;}

#contentTop dl{margin:0px; padding:5px 0px 10px; }	
#contentTop dt{ margin-bottom:5px;}
#contentTop dt a:link{ color:#3366CC;font-weight: bold; text-decoration:underline;}
#contentTop dt a:visited{color:#3366CC; font-weight: bold; text-decoration:underline;}
#contentTop dt a:hover{color:#FF6600; text-decoration:none;}

#contentTop dd{color:#666666; margin-bottom:5px; margin-left:0px; padding:0px;}

#topBox{width:630px; clear:both; padding-bottom:30px; }

.topbana{margin-left:20px;}
#contentTop img{ border:0px;}


/*新着情報*/
#contentTop iframe{
  width:300px; height:200px;
  padding-bottom:10px;
	padding-top:0px;
	margin:0px;}


/*フッター-----------------------------------------------------------------------------*/

.footerBorder{
  clear:both;
	margin:0px;
	border:0px;
	border-bottom:3px solid #CC0000; border-top:0px;
  padding:20px 0px;}
  
#footer{width:790px;
        padding:20px 0px 20px; margin:0px auto;
        font-size:75%;
		clear:both;}
		
#footer dl{float:left;
           width:210px;
           height:200px;
           display:block;
           text-align:left;
           margin:0px;
           padding:0px;
		   clear:left;}
#footer dt{border-bottom:#CC0000 dotted 1px;
           padding:0px 0px 5px 0px;
           margin:0px 10px 5px 0px;
           font-weight:bold;
		   display:block;}
#footer dd{
padding:2px 0px;margin:0px;}

#footerRight{
	float:right; 
    width:540px; 
	height:160px; 
	background-image:url(../img/common/footer.jpg);
	padding:20px;}

#footer ul{text-align:left;
           width:135px;
           height:160px; 
           float:left;
           list-style-type:none;
           margin:0px;
           padding:0px;
           clear:right;
		   display:block;}
		   
#footer li{padding:2px; margin:0px;}

#footer ul a:link{ color:#3366CC;}
#footer ul a:visited{ color:#3366CC;}
#footer ul a:hover{ color:#66CCFF;}

#footer p{
  width:790px;
　text-align:right;
	clear:both;
	color:#666666;
	padding:5px 0px 0px;
	margin:0px;}


/*↑ここまで2010/7/27リニューアル追加分です↑-----------------------------------------------------------------------------*/





/* レイアウト用テーブル */
table#container {
	background-color: #FFFFFF;
}
table#container td {
}
table#container td.side {
	background-color: #565353;
}
table#container td p {
}



/* HOMEへもどる */
div#homeArea {
	background-color: #CCCCCC;
}
div#homeArea p {
	padding: 14px 0px 31px 18px;
	margin: 0px 0px 0px 0px;
}

/* レイアウト用テーブル */
table#containerMain {
}
table#containerMain td.left {
	background-color: #F8F8F8;
}

/* メニュー枠TABLE
table#menuContainer {
}
table#menuContainer td.right {
	background-color: #CCCCCC;
} */

/* メニュー
table#menuArea {
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
table#menuArea td {
	font-size: 12px;
	background-color: #CCCCCC;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding-top: 6px;
	padding-bottom: 6px;
}
table#menuArea td.open {
	background-color: #E5E5E5;
}
table#menuArea td a {
}
table#menuArea td a:link,table#menuArea td a:visited {
	color: #333333;
	text-decoration: underline;
}
table#menuArea td a:hover,table#menuArea td a:active {
	color: #333333;
	text-decoration: none;
}
table#menuArea td p {
	background-image: url(../img/common/icon_menu.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin-left: 5px;
}
table#menuArea td.open p {
	background-image: url(../img/common/icon_menu.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin: 0px 0px 0px 15px;
}

 */

/* ヘッダー
table#header {
	border-bottom: 3px solid #999999;
} */

/* ------------------------------------------------------------------------------------------------------------------ */
/* フッター 
div#footer {
	margin-top: 20px;
}
div#footer p.top {
	font-size: 12px;
	margin: 0px 0px 10px 10px;
}

div#footer table.top {
}
div#footer table.top td {
}
div#footer table.top td.right {
	vertical-align: middle;
	background-image: url(../img/common/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
div#footer table.top td.right p {
	font-size: 12px;
	color: #666666;
	margin: 5px 0px 0px 0px;
}

address {
	font-size: 12px;
	font-style: normal;
	color: #333333;
	line-height: 150%;
	margin: 6px 0px 0px 16px;
}*/
/* ------------------------------------------------------------------------------------------------------------------ */
/* コピーライト 
div#copy {
	border-top: 1px solid #E3E3E3;
	padding: 6px 2px 5px 0px;
}
div#copy p {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: right;
	margin: 0px 0px 0px 0px;
}*/

/* ================================================================================================================== */
/* ↓編集可能領域内 */
/* ================================================================================================================== */
/* パンくずエリア */
div#panArea {
	height: 33px;
	background-color: #E5E5E5;
}
div#panArea p {
	font-size: 12px;
	color: #666666;
	text-align: left;
	padding-top: 10px;
	margin: 0px 0px 0px 16px;
}
div#panArea p a {
}
div#panArea p a:link,div#panArea p a:visited {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
div#panArea p a:hover,div#panArea p a:active {
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}
/* コンテンツ見出し */
p.caption {
	border-bottom: 1px solid #CCCCCC;
	padding-top: 15px;
	padding-bottom: 10px;
	margin: 0px 0px 0px 0px;
}
h2.caption {
	border-bottom: 1px solid #CCCCCC;
	padding-top: 15px;
	padding-bottom: 10px;
	margin: 0px 0px 0px 0px;
}


/* ================================================================================================================== */
/* ↓トップページ */
/* ------------------------------------------------------------------------------------------------------------------ */
/* フットナビ */
div#footNavi {
	margin-top: 26px;
	margin-bottom: 20px;
}
div#footNavi p {
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}

/* トップページ用フッター
div#footerTop {
}
div#footerTop table.top {
}
div#footerTop table.top td {
}
div#footerTop table.top td.right {
	vertical-align: middle;
	background-image: url(../img/common/footer_bg_top.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
div#footerTop table.top td.right p {
	font-size: 12px;
	color: #666666;
	margin: 5px 0px 0px 0px;
}


div#footerTop table.bottom {
}
div#footerTop table.bottom td {
	padding-top: 3px;
	padding-bottom: 3px;
}
div#footerTop table.bottom td.right {
	font-size: 10px;
	color: #666666;
	padding-right: 12px;
} */

.mgnL10 { margin-left:10px; } 	/* バナー用 */

/* ------------------------------------------------------------------------------------------------------------------ */
/* トップページ用コピーライト */
table#copyTop {
	border-top: 1px solid #E3E3E3;
	padding: 6px 2px 5px 0px;
}
table#copyTop td {
	color: #333333;
	padding-top: 6px;
	padding-bottom: 6px;
}
table#copyTop td.left {
	font-size: 12px;
	padding-left: 16px;
}
table#copyTop td.right {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	padding-right: 16px;
}

.staff td {
	padding-left: 10px;
	padding-bottom: 20px;
}
.staff th {
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}
.staff td table td, .staff td table th {
	font-size: 0.75em;
	line-height: 150%;
	padding: 0px;
	vertical-align: top;
}
.staff td img {
	margin-bottom: 10px;
}
.staff {
}
.top10 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.top20 {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
/* ================================================================================================================== */
/* ↓お客様の声 */
.p0 {
	margin: 0px;
	padding: 0px;
}
.R10 {
	margin-right: 10px;
}
#main {
	margin-left: 20px;
	font-size: 0.75em;
	line-height: 160%;
	width: 600px;
}
#main td, #main th {
	font-size: 0.75em;
	line-height: 160%;
	font-weight: normal;
	vertical-align: top;
}
#main h3 {
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#midasi {
	padding: 0px 0px 10px;
	width: 600px;
	border: 1px solid #999999;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
}
#midasi h4 {
	font-size: 1.25em;
	vertical-align: middle;
	margin: 0px;
	padding: 10px 10px 0px;
}
#midasi img {
	vertical-align: middle;
}
#midasi p {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-right: 10px;
	margin-left: 10px;
}
#title {
	background-image: url(../img/common/title_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 600px;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 1.25em;
	font-weight: bold;
}
#title img {
	margin-right: 22px;
	vertical-align: middle;
}
.leftTop {
	float: left;
	width: 390px;
	background-color: #F1FFB9;
	padding: 10px;
}
#main .left {
	float: left;
	width: 390px;
	padding: 10px;
}
.w600 {
	width: 600px;
	margin-top: 25px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 5px;
}
#main .right {
	float: right;
	width: 180px;
}
#main .q {
	width: 585px;
	border-left: 5px solid #CC3333;
	border-bottom: 1px dotted #999999;
	font-weight: bold;
	background-color: #F6F6F6;
	padding: 5px 0px 5px 10px;
	margin: 30px 0px 0px;
}
#main .a {
	border-left: 5px solid #CCCCCC;
	margin: 0px;
	padding: 5px 0px 5px 10px;
	width: 585px;
}
#main a:visited {
	color: #3366CC;
}
#backNext {
	width: 600px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	margin-top: 30px;
}
.next {
	text-align: right;
}
.sol_q {
	margin: 0px;
	font-size: 1.25em;
	color: #000099;
}
.R5middle {
	vertical-align: middle;
	margin-right: 5px;
}
.sol_a {
	font-size: 1.25em;
	color: #993300;
	margin: 0px;
}
.top50 {
	margin-top: 50px;
}
.w600_0 {
	margin: 0px;
	width: 600px;
}
.pagetop {
	text-align: right;
	margin-top: 20px;
	width: 600px;
}
.itiran {
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 12px;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.itiran a:visited {
	color: #3366CC;
}
/* ================================================================================================================== */
/* ↓お問合わせの部分 */
#inquiry {
	width: 565px;
	padding-top: 30px;
}
#inquiryIn {
	padding: 15px;
	font-weight: bold;
	color: #666666;
	font-size: 1.25em;
	width: 565px;
	text-align: center;
	margin-top: 10px;
	border: 10px solid #E5FF7F;
}
#inquiryIn p {
	display: block;
	margin: 0;
}
#inquiryIn #tel {
	width: 250px;
	float: left;
	font-size: 1.4em;
	margin-top: 10px;
}
#inquiryIn #fax {
	float: right;
	width: 250px;
	font-size: 1.4em;
	margin-top: 10px;
}
#inquiryIn #inqOr {
	clear: both;
	width: auto;
}
#inquiryIn #inqBtn {
	padding-top: 5px;
}
.okumura {
	margin-top: 10px;
	border: 1px solid #CCCCCC;
}
.okumura caption {
	text-align: left;
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 1em;
}
.yellow {
	background-color: #FFFEE1;
}
.blue {
	background-color: #E6FAFF;
}
.okumura td {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #999999;
	text-align: center;
}
.bigRed {
	font-size: 1.25em;
	font-weight: bold;
	color: #FF0000;
	letter-spacing:2px;
}
#sLeft {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 279px;
}
#sitemap {
	margin: 0px;
	padding: 15px 30px 0px;
	width: 599px;
}
#sRight {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 279px;
}
#sitemap ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	width: 264px;
}
#sitemap li {
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	padding-right: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
