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

/* Reset CSS
---------------------------------------------------- */
html{
	color:#000;
	background:#FFF;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ul,ol,li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}


/* リンク設定
---------------------------------------------------- */
a:link {
  color:#40659B;
  background: transparent;
  text-decoration: none;
}
a:visited {
  color:#40659B;
  background: transparent;
  text-decoration: none;
}
a:hover, a:active {
  color:#98CA2C;
  background: transparent;
  text-decoration: underline;
}



/* 全体
---------------------------------------------------- */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
	color: #333;


　  text-align: center;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffff,EndColorStr=#eaeaea);
	background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAPoCAYAAAAftpReAAAAW0lEQVRYheXEtRHAMAAAMe8/qpkZMkfuVUhIKZ/gppSipLVGZYyhZK2l5Jwj571HFUKgFGOklFKilHPGV0qhVGul1Fqj1HtHNcYgN+ektNaitPdGdc6hdO/9eR/0Kw7yM3sGaQAAAABJRU5ErkJggg==");
	background-repeat:repeat-x;
	background-color:#eaeaea;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#all {
　  text-align: left;
	padding: 0px;
	height: auto;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	border: 1px solid #ccc;
	line-height: 140%;
}

label {cursor:pointer;}

/* clearfix設定
---------------------------------------------------- */
.clearfix:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}

.clearfix{display:inline-block;}

/*Hides from IE-mac \*/
/**html.clearfix{height:1%;}*/
.clearfix{display:block;}
/*End hide from IE-mac */


/* トップページ
---------------------------------------------------- */

/* ヘッダー
---------------------------------------------------- */
#hd {
	height: 50px;
	width: 800px;
}
	
#hd h1 {
	font-size: 10px;
	color: #666;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#hd .logo {
	top: 20px;
	left: 0px;
	height: 40px;
	width: 261px;
	background-image: url(img/logo.gif);
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#hd .logo a {
	background-image: url(img/logo.gif);


　  display: block;
	height: 29px;
	width: 167px;


　  text-indent: -9999px;
	display: block;
	text-indent: -9999px;
}



/* main_navi
---------------------------------------------------- */
#hd .main_navi {
	width:778px;
	height:40px;
	top: 50px;
	padding-top: 0px;
	margin-left: 19px;
	margin-right: auto;
}
#hd .main_navi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: inside;
	list-style-image: none;
}

#hd .main_navi ul li{
	list-style-type: none;
	float: left;
	padding: 0px;
	list-style-position: inside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -8px;
}

/* 各ブラウザへの微調整
---------------------------------------------------- */
*:first-child+html #hd .main_navi ul li{
	margin-left: 0px;
	}/*IE7用*/  
* html #hd .main_navi ul li{
	margin-left: 0px;
	} /*〜IE6用*/  
body:first-of-type #hd .main_navi ul li{
	margin-left: 0px;
	}/*Safari and Opera用*/  

*:first-child+html #hd .main_navi{
	margin-left: auto;
	}/*IE7用*/  
* html #hd .main_navi{
	margin-left: auto;
	} /*〜IE6用*/  
body:first-of-type #hd .main_navi{
	margin-left: auto;
	}/*Safari and Opera用*/  


#hd .ho a  {
	background-image: url(img/menu_home.jpg);
	background-repeat: no-repeat;
	background-position: left -48px;
	height: 31px;
	width: 157px;
	float: left;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#hd .ho a:hover  {
	background-position: left 1px;
}
#hd .bu a   {
	background-image: url(img/menu_business.jpg);
	background-repeat: no-repeat;
	background-position: left -48px;
	height: 31px;
	width: 156px;
	display: block;
	text-indent: -9999px;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#hd .bu a:hover  {
	background-position: left 1px;
}
#hd .ga a   {
	background-image: url(img/menu_gallary.jpg);
	background-repeat: no-repeat;
	background-position: left -48px;
	height: 31px;
	width: 155px;
	display: block;
	text-indent: -9999px;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#hd .ga a:hover  {
	background-position: left 1px;
}
#hd .ca a   {
	background-image: url(img/menu_company.jpg);
	background-repeat: no-repeat;
	background-position: left -48px;
	height: 31px;
	width: 156px;
	text-indent: -9999px;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#hd .ca a:hover  {
	background-position: left 1px;
}
#hd .ma a   {
	background-image: url(img/menu_mail.jpg);
	height: 31px;
	width: 154px;
	background-repeat: no-repeat;
	background-position: left -48px;
	text-indent: -9999px;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#hd .ma a:hover  {
	background-position: left 1px;
}

/* ボディ部分設定
---------------------------------------------------- */
#bd {
	clear: left;
	width: auto;
	padding-top: 20px;
	height: auto;
	padding-right: 10px;
	padding-left: 10px;
}

/* 左サイド設定
---------------------------------------------------- */
#bd #left {
	float: left;
	width: 160px;
}
#bd #left .title_gn {
	background-color: #076BAF;
	font-size: small;
	text-align: center;
	padding: 3px;
	color: #FFF;
	border: 1px solid #076BAF;
}
#bd #left .title_box {
	border: 1px solid #076BAF;
	font-size: small;
	padding-bottom: 10px;
}
#bd #left .title_box .lmenu1 a {
	background-image: url(img/lmenu_shop.gif);
	height: 35px;
	text-indent: -9999px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-repeat: no-repeat;
	background-position: 5px -35px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-right: 5px;
	margin-left: 5px;
	display: block;
}
#bd #left .title_box .lmenu2 a {
	background-image: url(img/lmenu_movie.gif);
	background-repeat: no-repeat;
	background-position: 5px -35px;
	height: 35px;
	width: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
	text-indent: -9999px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-right: 5px;
	margin-left: 5px;
	display: block;
}
#bd #left .title_box .lmenu3 a {
	background-image: url(img/lmenu_soft.gif);
	width: auto;
	background-position: 5px -35px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 35px;
	margin-right: 5px;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-left: 5px;
	display: block;
}
#bd #left .title_box .lmenu4 a {
	background-image: url(img/lmenu_web.gif);
	background-repeat: no-repeat;
	background-position: 5px -35px;
	text-indent: -9999px;
	height: 35px;
	width: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	display: block;
}
#bd #left .title_box .lmenu5 a {
	background-image: url(img/lmenu_sonota.gif);
	background-position: 5px -35px;
	text-indent: -9999px;
	height: 35px;
	width: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
	background-repeat: no-repeat;
	margin-right: 5px;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	display: block;
}

#bd #left .title_box .lmenu1 a:hover{
	background-image: url(img/lmenu_shop.gif);
	background-repeat: no-repeat;
	background-position: 5px 15px;
	height: 35px;
	width: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
}
#bd #left .title_box .lmenu2 a:hover{
	background-image: url(img/lmenu_movie.gif);
	background-repeat: no-repeat;
	background-position: 5px 15px;
	height: 35px;
	width: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
}
#bd #left .title_box .lmenu3 a:hover{
	background-image: url(img/lmenu_soft.gif);
	background-repeat: no-repeat;
	background-position: 5px 15px;
	height: 35px;
	width: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
}
#bd #left .title_box .lmenu4 a:hover{
	background-image: url(img/lmenu_web.gif);
	background-repeat: no-repeat;
	background-position: 5px 15px;
	height: 35px;
	width: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
}
#bd #left .title_box .lmenu5 a:hover{
	background-image: url(img/lmenu_sonota.gif);
	background-repeat: no-repeat;
	background-position: 5px 15px;
	height: 35px;
	width: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
}
#left .banner2 {
	margin-top: 10px;
}

/* 真ん中コンテンツ設定
---------------------------------------------------- */
#bd #center {
	float: left;
	width: 480px;
	margin-left: 8px;
}
#bd #center #ph {
	background-color: #CCC;
	height: 200px;
	width: 480px;
}
#bd #center #ph2 {
	clear: both;
	margin-top: 20px;
}

#bd #center #contents {
	margin-top: 20px;
}
#bd #center #contents img  {
	margin-top: 10px;
	margin-left: 0px;
}
#bd #center #contents .box3 p{
	font-size: x-small;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#bd #center #contents .syousai {
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent: 15px;
	float: right;
}

#bd #center #contents .cont_1 {
	border: 1px solid #666666;
	height: 130px;
	width: 156px;
	float: left;
	margin-top: 10px;
}

#bd #center #contents .cont_2 {
	border: 1px solid #666;
	height: 130px;
	width: 156px;
	float: left;
	margin-left: 2px;
	margin-top: 10px;
}
#bd #center #contents .cont_3 {
	float: left;
	height: 130px;
	width: 156px;
	margin-left: 2px;
	border: 1px solid #666;
	margin-top: 10px;
}
#bd #center #news {
	clear: both;
	padding-top: 20px;
}
#bd #center #newsbox {
	height: auto;
	width: 460px;
	padding: 10px;
	margin-bottom: 20px;
}
#bd #center #newsbox p {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	margin-top: 10px;
}

/* 右サイドバー設定
---------------------------------------------------- */
#bd #right {
	float: left;
	width: 120px;
	height: 400px;
	padding: 0px;
	margin-left: 8px;
}


/* 業務内容ページ
---------------------------------------------------- */
#bd #business {
	float: left;
	width: 480px;
	margin-left: 8px;
}
#bd #business h2 {
	background-image: url(img/business_top.jpg);
	background-repeat: no-repeat;
	height: 70px;
	width: 480px;
	text-indent: -9999px;
	margin-bottom: 10px;
	clear: left;
}
#bd #business h3 {
	background-image: url(img/business_bar.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 25px;
	width: 480px;
}
#bd #business h4 {
	background-image: url(img/business_bg.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 465px;
	margin-top: 20px;
	padding-left: 15px;
	padding-top: 2px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	clear: left;
}
#bd #business .samplebox {
	clear: left;
	width: auto;
}

#bd #business .sample {
	float: left;
	height: 96px;
	width: 156px;
	margin-top: 10px;
	border: 1px solid #999;
	padding: 2px;
	margin-bottom: 20px;
}
#bd #business .coment {
	margin-top: 10px;
	margin-left: 10px;
	width: 300px;
	margin-bottom: 20px;
	float: left;
	height: auto;
	padding: 0px;
}
#bd #business .coment .name {
	font-weight: bold;
	clear: left;
}
#bd #business .coment .about {
	margin-top: 5px;
	clear: left;
}
/* 会社概要ページ
---------------------------------------------------- */
#bd #company{
	float: left;
	width: 480px;
	margin-left: 8px;
}
#bd #company .map{
	height: auto;
	width: auto;
	border: 1px solid #666;
	padding: 10px;
	margin-bottom: 20px;
}


#bd #company h2 {
	margin-bottom: 10px;
	background-image: url(img/company.jpg);
	background-repeat: no-repeat;
	height: 70px;
	width: 480px;
	text-indent: -9999px;
}
#bd #company h3 {
	background-image: url(img/company_bar.gif);
	height: 25px;
	width: 480px;
	text-indent: -9999px;
}
#bd #company table {
	margin-top: 10px;
	font-size: 12px;
	line-height: 180%;
	width: 480px;
	margin-bottom: 20px;
}
#bd #company th {
	background-color: #cccccc;
	padding-left: 10px;
	vertical-align: top;
	width: 100px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#bd #company td {
	vertical-align: top;
	padding-left: 10px;
}

/* リンク集ページ
---------------------------------------------------- */
#bd #link {
	float: left;
	width: 480px;
	margin-left: 8px;
}
#bd #link h2 {
	background-image: url(img/menu_link.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 70px;
	width: 480px;
	margin-bottom: 10px;
}
#bd #link h3 {
	background-image: url(img/link_bar.gif);
	text-indent: -9999px;
	height: 25px;
	width: 480px;
}
#bd #link dt {
	margin-top: 5px;
	font-weight: bold;
}

#bd #link dd {
	font-size: small;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}


/* メールフォームページ設定
---------------------------------------------------- */
#bd #mail {
	float: left;
	margin-left: 8px;
	width: 480px;
}
#bd #mail .txt {
	margin-top: 10px;
	margin-bottom: 10px;
}
#bd #mail h2 {
	background-image: url(img/mail_top.jpg);
	height: 70px;
	width: 480px;
	text-indent: -9999px;
	margin-bottom: 10px;
}
#bd #mail h3 {
	background-image: url(img/mail_bar.gif);
	height: 25px;
	width: 480px;
	text-indent: -9999px;
}

#form .title   {
	font-weight: bold;
	margin-top: 10px;
}
#form .form   {
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 10px;
}
#form .send   {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* プライバシーポリシーページ設定
---------------------------------------------------- */
#bd #pri {
	float: left;
	width: 480px;
	margin-left: 8px;
}
#bd #pri h2 {
	background-image: url(img/pri_top.jpg);
	text-indent: -9999px;
	display: block;
	height: 70px;
	width: 480px;
	margin-bottom: 10px;
}
#bd #pri h3 {
	background-image: url(img/pri_bar.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 480px;
	text-indent: -9999px;
	display: block;
}
#bd #pri .strong {
	font-weight: bold;
	color: #09F;
	margin-top: 10px;
}


/* 制作実績ページ設定
---------------------------------------------------- */
#bd #ga {
	float: left;
	width: 480px;
	margin-left: 8px;
}
#bd #ga h2 {
	background-image: url(img/gallery.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 70px;
	width: 480px;
	margin-bottom: 10px;
}
#bd #ga h3 {
	background-image: url(img/gallery_bar.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 25px;
	width: 480px;
}

/* ウェブ制作ページ設定
---------------------------------------------------- */
#bd #webseisaku {
	float: left;
	margin-left: 8px;
	width: 480px;
}

#bd #webseisaku h2 {
	background-image: url(img/web.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 70px;
	width: 480px;
	margin-bottom: 10px;
}
#webseisaku h4 {
	margin-top: 30px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
#bd #webseisaku .q {
	margin-top: 10px;
}

#bd #webseisaku #web2 .txtsmall {
	font-size: x-small;
	text-align: right;
	margin-right: 20px;
}
#bd #webseisaku #web2 .word {
	padding: 0px;
	background-color: #FFC;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #F60;
	margin-left: 39px;
	width: 400px;
}
#bd #webseisaku #web2 .word1 {
	text-align: center;
}
#bd #webseisaku #web2 .word2 {
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
}
#bd #webseisaku #web2 .nagare {
	font-size: medium;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #AC292C;
}
#bd #webseisaku #web3 {
	margin-bottom: 30px;
}
#bd #webseisaku #web3 .web3_ph {
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#bd #webseisaku .tb450 {
	width: 450px;
	margin-left: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
#bd #webseisaku .tb450 tr .tb450_bl {
	background-color: #9CF;
	padding: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
#bd #webseisaku .tb450 tr .tb450_wh {
	background-color: #FFF;
	padding: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
#bd #webseisaku .tb450_mi {
	font-weight: bold;
	font-size: medium;
	text-align: center;
}
#bd #webseisaku .tb450 tr .tb450_wh .red {
	font-size: medium;
	font-weight: bold;
	color: #F00;
}





.txtred_large {
	font-size: large;
	color: #F00;
	font-weight: bold;
	text-align: center;
}
#bd #webseisaku .list {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: medium;
}
#bd #webseisaku #web2 .seo {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#bd #staff {
	float: left;
	width: 480px;
	margin-left: 8px;
}
#bd #staff h2 {
	background-image: url(img/staff_top.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 70px;
	width: 480px;
	margin-bottom: 10px;
}






/* フッター設定
---------------------------------------------------- */


#ft {
	clear: both;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #076BAF;
	margin-top: 30px;
	width: 780px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: right;
	font-size: x-small;
}
#ft .ft_link {
	text-align: center;
}