@import url(title.css);
@import url(menu.css);

html {
	height: 100%;
}
body {
	background-color: #fff;
	text-align: center;
	height: 100%;
}

body,table {
	font-size: 12px;
	font-family: Meiryo, Verdana;
	text-align: center;
	margin: 0;
	line-height: 150%;
	color: #333;
}
table {
	text-align: left;
}

body, h1, h2, h3, ul, li, form, dl {
	margin:0;
	padding:0;
}

a {
	color: #778C23;
}
a:hover {
	color: #A3BF30;
}

img {
	border: none;
}

/* module */
.cl {
	display: inline-block;
}
.cl:after {
	content: "";
	display: block;
	clear: both;
}

.align_right {
	text-align: right;
}
.align_center {
	text-align: center;
}
.note {
	font-size: 10px;
}
.bold {
	font-weight: bold;
}
.float_left { float: left; }
.float_right { float: right; }

/* area */
div#screen {
	width: 770px;
	margin: 0 auto;
	background: url(../images/bg.gif) 0 0 repeat-y;
    position: relative;
    min-height: 100%;
	height: auto !important;
	_height: 100%;
}
body#home div#screen,
body.error div#screen,
body#templateSamplePlan div#screen {
	width: 770px;
	margin: 0 auto;
	background: url(../images/bg_white.gif) 0 0 repeat-y;
    position: relative;
    min-height: 100%;
	height: auto !important;
	_height: 100%;
}
div#bodyArea {
	width: 750px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	padding-bottom: 120px;
}
body#qaWebsite div#bodyArea,
body#qalist div#bodyArea {
	padding: 0;
}
body#home div#bodyArea {
	background-color: #fff;
}
div#headerArea {
	position: relative;
	background-color: #fff;
}
div#footerArea {
	background: url(../images/footer.gif) 0 0 no-repeat;
	background-color: #fff;
	height: 120px;
	width: 750px;
	position: absolute;
	bottom: 0;
	left: 10px;
}
body#qaWebsite div#footerArea,
body#qalist div#footerArea {
	position: static;
}

body#home div#footerArea,
body.error div#footerArea,
body#templateSamplePlan div#footerArea {
	background: none;
}
body#home div#footerArea {
	background: none;
}


/* header */
body#home div#visual {
	height: 250px;
	background: url(../images/visual.jpg) 0 0 no-repeat;
}
body#home div#visual h1 a {
	position: absolute;
	top: 96px;
	left: 61px;
	width: 215px;
	height: 75px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/logo.jpg) 0 0 no-repeat;
}
body#home div#visual h2 {
	position: absolute;
	top: 96px;
	left: 339px;
	width: 390px;
	height: 75px;
	text-indent: -9999px;
	background: url(../images/tag.jpg) 0 0 no-repeat;
}
div#visual {
	height: 100px;
	background: url(../images/visual_page.jpg) 0 0 no-repeat;
}
div#visual h1 a {
	position: absolute;
	top: 33px;
	left: 44px;
	width: 125px;
	height: 40px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/logo_page.jpg) 0 0 no-repeat;
}
div#visual h2 {
	position: absolute;
	top: 33px;
	left: 378px;
	width: 390px;
	height: 40px;
	text-indent: -9999px;
	background: url(../images/tag_page.jpg) 0 0 no-repeat;
}


/* main menu */
dl#mainMenu dt {
	display: none;
}
dl#mainMenu dd {
	margin: 0;
}
dl#mainMenu dd ul {
	list-style-type: none;
	margin: 0 0 0 0;
}

dl#mainMenu dd ul li {
	display: inline;
}
dl#mainMenu dd ul li a {
	display: block;
	width: 125px;
	height: 70px;
	float: left;
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
dl#mainMenu dd ul li a:hover {
	background-position: left center;
}

dl#mainMenu dd ul li a#mainMenuServiceWebsite {
	background-image: url("../images/menu/mmenu_website.jpg");
}
dl#mainMenu dd ul li a#mainMenuServiceSystem {
	background-image: url("../images/menu/mmenu_system.jpg");
}
dl#mainMenu dd ul li a#mainMenuContact {
	background-image: url("../images/menu/mmenu_contact.jpg");
}
dl#mainMenu dd ul li a#mainMenuQA {
	background-image: url("../images/menu/mmenu_qa.jpg");
}
dl#mainMenu dd ul li a#mainMenuWorks {
	background-image: url("../images/menu/mmenu_works.jpg");
}
dl#mainMenu dd ul li a#mainMenuWP {
	background-image: url("../images/menu/mmenu_wp.jpg");
}



/* sub menu */
dl#subMenu dt {
	display: none;
}
dl#subMenu dd {
	margin: 0;
	padding: 40px 0 0 0;
}
dl#subMenu dd ul {
	list-style-type: none;
	height: 35px;
	background: url("../images/menu/smenu_line.gif") 1px 0 no-repeat;
}


dl#subMenu dd ul li {
	display: inline;
}
dl#subMenu dd ul li a {
	display: block;
	height: 35px;
	margin: 0 1px 0 0;
	float: left;
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
dl#subMenu dd ul li a:hover {
	background-position: left center;
}

dl#subMenu dd ul li a#subMenuSW {
	width: 96px;
	background-image: url("../images/menu/smenu_sw.gif");
}
dl#subMenu dd ul li a#subMenuNews {
	width: 84px;
	background-image: url("../images/menu/smenu_news.gif");
}
dl#subMenu dd ul li a#subMenuSitemap {
	width: 74px;
	background-image: url("../images/menu/smenu_sitemap.gif");
}
dl#subMenu dd ul li a#subMenuAbout {
	width: 101px;
	background-image: url("../images/menu/smenu_about.gif");
}
dl#subMenu dd ul li a#subMenuPrivacy {
	width: 109px;
	background-image: url("../images/menu/smenu_privacy.gif");
}

dl#subMenu dd ul li a#subMenuImmunity {
	width: 56px;
	background-image: url("../images/menu/smenu_immunity.gif");
}




/* local menu */
dl#localMenu {
	float: left;
	width: 170px;
}
dl#localMenu dt {
	display: none;
}
dl#localMenu dd {
	margin: 0;
}
dl#localMenu dd ul {
	list-style-type: none;
	margin: 10px 0 0 10px;
	float: left;
	_margin: 10px 0 0 5px;
}

dl#localMenu dd ul li {
	margin-left: -15px;
	margin-left: /**/0;
}
dl#localMenu dd ul li a {
	display: block;
	width: 150px;
	height: 35px;
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
dl#localMenu dd ul li a:hover {
	background-position: left center;
}


h2.title {
	height: 70px;
	width: 560px;
	text-indent: -9999px;
	margin: 10px 10px 0 0;
}

* html h2.title {
	margin: 10px 5px 0 0;
}


/* main area */
div#mainArea {
}

.disp_menu {
	float: right;
	width: 540px;
	margin: 10px 20px 0 0;
}

* html .disp_menu {
	margin: 20px 10px 0 0;
}

#industryMenu {
	float: right;
	width: 120px;
}

body#home div#contents {
	margin: 15px 0 0 14px;
	_margin: 15px 0 0 7px;
	width: 530px;
	float: left;
}

h2#homeTitle {
	height: 70px;
	width: 530px;
	text-indent: -9999px;
	margin: 10px 10px 0 0;
	background: url("../images/title/home.jpg") 0 0 no-repeat; 
}

h2#notFoundTitle {
	height: 70px;
	width: 700px;
	text-indent: -9999px;
	margin: 10px 10px 0 20px;
	background: url("../images/title/not_found.jpg") 0 0 no-repeat; 
}

body#home div#contents h3#newsTitle {
	height: 50px;
	width: 530px;
	text-indent: -9999px;
	margin: 10px 10px 0 0;
	background: url("../images/home/title/news.jpg") 0 0 no-repeat; 
}

body#home div#contents h3#industryTitle {
	height: 50px;
	width: 540px;
	text-indent: -9999px;
	margin: 10px 10px 0 0;
	background: url("../images/home/title/industry.jpg") 0 0 no-repeat; 
}

body#home div#contents h3#researchTitle {
	height: 70px;
	width: 540px;
	text-indent: -9999px;
	margin: 10px 10px 0 0;
	background: url("../images/home/title/research_new.jpg") 0 0 no-repeat; 
}

body.tipsDetail div#contents h3 {
	margin-top: 0;
}


body#home ul#side {
	list-style-type: none;
	margin: 15px 14px 0 0;
	_margin: 15px 7px 0 0;
	width: 170px;
	float: right;
	font-size: 10px;
	line-height: 140%;
}

ul#side li h2 {
	height: 70px;
	width: 160px;
	text-indent: -9999px;
	margin: 10px 0 0 -15px;
	margin-left: /**/0;
}
ul#side li#mail h2 { background: url("../images/home/title/mail.jpg") 0 0 no-repeat; }
ul#side li#seo h2 { background: url("../images/home/title/seo.jpg") 0 0 no-repeat; }
ul#side li#cms h2 { background: url("../images/home/title/cms.jpg") 0 0 no-repeat; }
ul#side li#webStandard h2 { background: url("../images/home/title/web_standard.jpg") 0 0 no-repeat; }
ul#side li#css h2 { background: url("../images/home/title/css.jpg") 0 0 no-repeat; }

ul#side li p {
	margin: 5px 0 5px 10px;
}

ul.check {
	margin: 0 0 10px 5px;
	background: url(../images/icon_check.gif) 0 0 no-repeat;
	padding: 10px 0 0 45px;
	min-height: 35px;
	height: auto !important;
	height: 35px;
}
ul.check li {
	list-style-type: none;
	background: url(../images/icon_view.gif) 0 4px no-repeat;
	padding: 0;
	padding: /**/0 0 0 15px;
}

div#contents h3 {
	font-weight: normal;
	font-size: 14px;
	background: url("../images/h_bg.gif") 0 0 no-repeat;
	line-height: 50px;
	height: 50px;
	margin: 30px 0 10px 0;
	padding: 0 0 0 35px;
	color: #666;
}

div#contents h4 {
	font-weight: normal;
	font-size: 12px;
	background: url("../images/h_line.gif") 0 20px no-repeat;
	line-height: 17px;
	height: 23px;
	margin: 30px 0 10px 10px;
}
div#contents p,
div#contents table,
div#contents dl {
	margin-left: 15px;
}
div#contents ul {
	margin: 5px 0 5px 35px;
}

ul#topicPath {
	list-style-type: none;
	font-size: 10px;
	color: #666;
	padding: 0 0 0 10px;
	height: 28px;
	line-height: 25px;
	background: url("../images/topic_path.gif") 0 0 no-repeat;
}

body#home ul#topicPath,
body.error ul#topicPath,
body#templateSamplePlan ul#topicPath {
	background: url("../images/topic_path_white.gif") 0 0 no-repeat;
}

ul#topicPath li {
	display: inline;
}

ul#topicPath li ul {
	display: inline;
}

ul#topicPath em {
	font-style: normal;
}
ul#topicPath a {
	text-decoration: none;
}

/* contact */
.req {
	color: #669933;
	font-size: 10px;
}

table#contactFormTb tbody th{
	background-color: #E3F2DA;
	font-weight: normal;
	width: 160px;
	padding: 2px 5px;
}


table#contactFormTb tbody td{
	padding: 2px 0 2px 5px;
}

table#contactFormTb tfoot td{
	padding: 20px 0 0 0;
}

table.formTb tbody th{
	background-color: #E3F2DA;
	font-weight: normal;
	width: 160px;
	padding: 2px 5px;
}


table.formTb tbody td{
	padding: 2px 0 2px 5px;
}

table.formTb tfoot td{
	padding: 20px 0 0 0;
}

/* contact step */
div#contents h3.step {
	height: 50px;
	margin: 15px 0 15px 10px;
	padding: 0;
	text-indent: -9999px;
}
div#contents h3#step1 { background: url("../images/contact/step1.gif") 0 0 no-repeat; }
div#contents h3#step2 { background: url("../images/contact/step2.gif") 0 0 no-repeat; }
div#contents h3#step3 { background: url("../images/contact/step3.gif") 0 0 no-repeat; }


#informationMessage {
	background: url("../images/information_icon.gif") 0 0 no-repeat;
	padding: 0 0 10px 40px;
	color: #F17619;
}

.text_error {
	color: #F17619;
}
.form_error {
	border: 1px solid #F17619;
}

.img_screen {
	float: left;
	margin: 0 10px 10px 0;
}
.img_system {
	float: right;
	margin: 0 10px 10px 10px;
	border: 1px solid #999;
}


a#btSend {
	line-height: 35px;
	display: inline-block;
	zoom: 1;
	width: 100px;
	height: 35px;
	overflow: hidden;
	background: url(../images/bt_send.gif) 0 0 no-repeat;
	text-indent: -100px;
	_position: relative;
	_left: 100px;
}

a#btSend, x:-moz-any-link {
	display: -moz-inline-box;
	padding-top: 35px;
}

a#btSend, x:-moz-broken { 
	padding-top: 0;
	position: relative;
	left: 100px;
}

a#btSend:hover{
	background-position: left bottom;
}

a#btReset {
	line-height: 35px;
	display: inline-block;
	zoom: 1;
	width: 100px;
	height: 35px;
	overflow: hidden;
	background: url(../images/bt_reset.gif) 0 0 no-repeat;
	text-indent: -100px;
	_position: relative;
	_left: 100px;
}

a#btReset, x:-moz-any-link {
	display: -moz-inline-box;
	padding-top: 35px;
}

a#btReset, x:-moz-broken { 
	padding-top: 0;
	position: relative;
	left: 100px;
}

a#btReset:hover{
	background-position: left bottom;
}
a#btPassword {
	line-height: 35px;
	display: inline-block;
	zoom: 1;
	width: 100px;
	height: 35px;
	overflow: hidden;
	background: url(../images/bt_password.gif) 0 0 no-repeat;
	text-indent: -100px;
	_position: relative;
	_left: 100px;
}

a#btPassword, x:-moz-any-link {
	display: -moz-inline-box;
	padding-top: 35px;
}

a#btPassword, x:-moz-broken { 
	padding-top: 0;
	position: relative;
	left: 100px;
}

a#btPassword:hover{
	background-position: left bottom;
}
form#formPassword {
	width: 320px;
	margin: 0 auto;
}
form#formPassword .bt {
	display: block;
	float: right;
	margin: -1px 0 0 0;
}
form#formPassword .input {
	background: url(../images/seo/mail_bg.gif) 0 0 no-repeat;
	height: 35px;
	width: 200px;
	padding: 9px 10px 0px 10px;
	float: left;
}
input#seoMail {
	width: 180px;
	border: none;
	font-size: 10px;
	font-family: Verdana;
	background-color:transparent;
}

/* qa */
dl.qa_contents dd {
	display:none;
	background: url(../images/icon_a.gif) 0 0 no-repeat;
	padding: 5px 0 5px 30px;
	_height: 30px;
	min-height: 30px;
	margin: 0 0 20px 10px;
}
dl.qa_contents dt {
	background: url(../images/icon_q.gif) 0 0 no-repeat;
	padding: 5px 0 5px 30px;
	_height: 30px;
	min-height: 30px;
}
dl.qa_last {
	_margin-bottom: 50px;
}

ul.view {
	list-style-type: none;
	display: block;
}
ul.view li {
	text-align: right;
	font-size: 10px;
	margin: -3px 7px -3px 0;
}
ul.view li a {
	background: url(../images/icon_view.gif) 0 4px no-repeat;
	_background: url(../images/icon_view.gif) 0 2px no-repeat;
	padding: 0 0 0 15px;
}
ul.view li a {
	text-decoration: none;
	color: #666;
}
ul.view li a:hover {
	text-decoration: none;
	color: #999;
}

div#contents ul.link {
	list-style-type: none;
	display: block;
	margin: 0 0 0 20px;
}
ul.link li {
	font-size: 10px;
	margin: 0 7px 0 0;
}
ul.link li a {
	background: url(../images/icon_view.gif) 0 4px no-repeat;
	_background: url(../images/icon_view.gif) 0 2px no-repeat;
	padding: 0 0 0 15px;
}
ul.link li a {
	text-decoration: none;
	color: #666;
}
ul.link li a:hover {
	text-decoration: none;
	color: #999;
}
dl.download_link dd {
	margin: 0 0 10px 20px;
}
div#contents dl.download_link ul {
	margin: 0;
	list-style-type: none;
}

/* website */
table.detail_tb {
	border-collapse: collapse;
}
table.detail_tb th {
	border-collapse: collapse;
	border: 1px solid #ccc;
	background-color: #E3F2DA;
	font-weight: normal;
	padding: 3px 5px;
}
table.detail_tb td {
	border-collapse: collapse;
	border: 1px solid #ccc;
	text-align: center;
	padding: 3px 5px;
}
table#planTable {
	border-collapse: collapse;
	
}
table#planTable th,
table#planTable td.side {
	border-collapse: collapse;
	background-color: #E3F2DA;
	font-weight: normal;
	padding: 3px 5px;
	border: 1px solid #ccc;
	white-space: nowrap;
}
table#planTable td {
	border-collapse: collapse;
	padding: 3px 5px;
	border: 1px solid #ccc;
}
table#planTable td ul {
	margin: 0 0 0 15px;
}
table#planTable td.template_plan,
table#planTable td.standard_plan,
table#planTable td.uptosw_plan {
	width: 150px;
}
.thum {
	width: 200px;
	margin: 5px 0;
}
#samplaMain {
	float: left;
	margin: 0 0 0 30px;
	width: 500px;
}
#sampleThum {
	float: right;
}

/* flow */
dl#flowList dt {
	height: 20px;
	text-indent:-9999px;
}
dl#flowList dd {
	margin: 10px 0 30px 20px;
}
#service-flow-01 { background: url("../images/flow/01.gif") 0 0 no-repeat; }
#service-flow-02 { background: url("../images/flow/02.gif") 0 0 no-repeat; }
#service-flow-03 { background: url("../images/flow/03.gif") 0 0 no-repeat; }
#service-flow-04 { background: url("../images/flow/04.gif") 0 0 no-repeat; }
#service-flow-05 { background: url("../images/flow/05.gif") 0 0 no-repeat; }
#service-flow-06 { background: url("../images/flow/06.gif") 0 0 no-repeat; }
#service-flow-07 { background: url("../images/flow/07.gif") 0 0 no-repeat; }
#service-flow-08 { background: url("../images/flow/08.gif") 0 0 no-repeat; }
#service-flow-09 { background: url("../images/flow/09.gif") 0 0 no-repeat; }
#service-flow-10 { background: url("../images/flow/10.gif") 0 0 no-repeat; }
#service-flow-11 { background: url("../images/flow/11.gif") 0 0 no-repeat; }

/* works */
dl#worksList dt {
	padding: 0 0 0 230px;
	height: 20px;
	clear: both;
}
dl#worksList dd {
	margin: -20px 0 0 0;
}
dl#worksList dd p {
	margin: 0;
}
dl#worksList dd img {
	float: left;
	margin: 0 20px 20px 0;
}
dl#worksList dd .client_url {
	font-size: 10px;
	line-height: 25px;
	background: url(../images/icon_url.gif) 0 4px no-repeat;
	padding: 0 0 0 12px;
}
.out_link {
	font-size: 12px;
	line-height: 25px;
	background: url(../images/icon_url.gif) 0 4px no-repeat;
	padding: 0 0 0 12px;
}

/* system */
dl#systemList dt {
	padding: 0 0 0 230px;
	height: 20px;
	clear: both;
}
dl#systemList dd {
	margin: -20px 0 0 0;
}
dl#systemList dd p {
	margin: 0;
}
dl#systemList dd img {
	float: left;
	margin: 0 20px 20px 0;
}

/* table */

table.normal {
	border-collapse: collapse;
}

table.normal tbody th{
	background-color: #E3F2DA;
	font-weight: normal;
	white-space: nowrap;
	padding: 2px 5px;
	border: 1px solid #ccc;
	border-collapse: collapse;
}

table.normal tbody td{
	padding: 2px 5px;
	border: 1px solid #ccc;
	border-collapse: collapse;
}
table.rank thead th {
	text-align: left;
	font-weight: normal;
}
table.rank tbody th, 
table.rank tbody td {
	text-align: right;
	white-space: nowrap;
	padding: 2px 10px;
}
table.rank tbody tr.head th {
	text-align: center;
}

/* star */
ul.star_list {
	list-style-type: none;
}
img.star {
	margin-right: 10px;
}
.ex {
	list-style-type: none;
}
.ex img {
	margin-right: 10px;
}
.disp_star {
	position: relative;
}
.disp_star a {
	color: #666;
}
.detail_star {
	position: absolute;
	top: 20px;
	left: 480px;
}

/* news */
body#home dl#newsList {
	font-size: 10px;
	line-height: 140%;
}
dl#newsList dt {
	float: left;
	width: 80px;
}
dl#newsList dd {
	margin: 0 0 20px 80px;
	
}
dl#newsList dd strong {
	color: #ff9900;
	
}

/* sitemap */
div#contents ul.sitemap_1,
div#contents ul.sitemap_2,
div#contents ul.sitemap_3,
div#contents ul.sitemap_4 {
	margin: 0 0 0 15px;
	line-height: 25px;
}
ul.sitemap_1 li,
ul.sitemap_2 li,
ul.sitemap_3 li,
ul.sitemap_4 li {
	list-style-type: none;
	padding: 0 0 0 13px;
}
ul.sitemap_1 li {
	background: url("../images/icon_list_1.gif") 0 8px no-repeat;
}
ul.sitemap_2 li {
	background: url("../images/icon_list_2.gif") 0 8px no-repeat;
}
ul.sitemap_3 li {
	background: url("../images/icon_list_3.gif") 0 8px no-repeat;
}
ul.sitemap_4 li {
	background: url("../images/icon_list_4.gif") 0 8px no-repeat;
}

div#contents ul.use_icon {
	margin: 5px 0 5px 17px;
	list-style-type: none;
}
div#contents ul.use_icon li {
	padding: 0 0 0 13px;
	background: url("../images/icon_list_3.gif") 0 6px no-repeat;
}

div#contents ul.check_list {
	margin: 5px 0 5px 17px;
	list-style-type: none;
}
div#contents ul.check_list li {
	padding: 0 0 0 12px;
	background: url("../images/icon_cercle.gif") 0 7px no-repeat;
}

div#contents ul.tips_list {
	list-style-type: none;
	margin: 0;
}
table.type1_tb {
	border-collapse: collapse;
}
table.type1_tb th {
	border-collapse: collapse;
	border: 1px solid #ccc;
	background-color: #E3F2DA;
	font-weight: normal;
	text-align: center;
	padding: 3px 5px;
}
table.type1_tb td {
	border-collapse: collapse;
	border: 1px solid #ccc;
	padding: 3px 5px;
}

img.type1_img {
	margin: 5px 0;
}

p.browser_icon {
	text-align: right;
	margin: 0 5px;
}

/* industry */
div#contents ul#industryList {
	list-style-type: none;
	margin: 0 0 0 10px;
}
div#contents ul#industryList li {
	margin: 10px 0;
	display: inline-block;
}
div#contents ul#industryList li:after {
	content: "";
	display: block;
	clear: both;
}

div#contents ul#industryList li h4 {
	background: none;
	margin: 0 0 10px;
	height: 30px;
}
div#contents ul#industryList li h4 a,
div#contents ul#industryList li h4 span {
	width: 280px;
	height: 30px;
	float: left;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
li#industryFood h4 a		{ background: url("../images/website/industry/title/food.jpg") 0 0 no-repeat; }
li#industryCompany h4 a		{ background: url("../images/website/industry/title/company.jpg") 0 0 no-repeat; }
li#industryShop h4 a		{ background: url("../images/website/industry/title/shop.jpg") 0 0 no-repeat; }
li#industryBeauty h4 a		{ background: url("../images/website/industry/title/beauty.jpg") 0 0 no-repeat; }
li#industryEvent h4 a		{ background: url("../images/website/industry/title/event.jpg") 0 0 no-repeat; }
li#industryEc h4 a			{ background: url("../images/website/industry/title/ec.jpg") 0 0 no-repeat; }
li#industryMedical h4 a		{ background: url("../images/website/industry/title/medical.jpg") 0 0 no-repeat; }
li#industryStudy h4 a		{ background: url("../images/website/industry/title/study.jpg") 0 0 no-repeat; }
li#industryHotel h4 a		{ background: url("../images/website/industry/title/hotel.jpg") 0 0 no-repeat; }
li#industryMusic h4 a		{ background: url("../images/website/industry/title/music.jpg") 0 0 no-repeat; }

li#industryFood h4 span		{ background: url("../images/website/industry/title/_food.jpg") 0 0 no-repeat; }
li#industryCompany h4 span	{ background: url("../images/website/industry/title/_company.jpg") 0 0 no-repeat; }
li#industryShop h4 span		{ background: url("../images/website/industry/title/_shop.jpg") 0 0 no-repeat; }
li#industryBeauty h4 span	{ background: url("../images/website/industry/title/_beauty.jpg") 0 0 no-repeat; }
li#industryEvent h4 span	{ background: url("../images/website/industry/title/_event.jpg") 0 0 no-repeat; }
li#industryEc h4 span		{ background: url("../images/website/industry/title/_ec.jpg") 0 0 no-repeat; }
li#industryMedical h4 span	{ background: url("../images/website/industry/title/_medical.jpg") 0 0 no-repeat; }
li#industryStudy h4 span	{ background: url("../images/website/industry/title/_study.jpg") 0 0 no-repeat; }
li#industryHotel h4 span	{ background: url("../images/website/industry/title/_hotel.jpg") 0 0 no-repeat; }
li#industryMusic h4 span	{ background: url("../images/website/industry/title/_music.jpg") 0 0 no-repeat; }

div#contents ul#industryList li p {
	margin: 0;
	font-size: 10px;
}
div#contents ul#industryList li p.industryImg {
	float: left;
	width: 180px;
}

div#contents h3.industry_price_plan {
	width: 150px;
	height: 110px;
	text-indent: -9999px;
	float: left;
	padding: 0;
}
div#contents h3#planS { background: url("../images/website/industry/planS.jpg") 0 0 no-repeat; }
div#contents h3#planM { background: url("../images/website/industry/planM.jpg") 0 0 no-repeat; }
div#contents h3#planL { background: url("../images/website/industry/planL.jpg") 0 0 no-repeat; }
div#contents p.plan_text {
	float: right;
	width: 370px;
	margin: 40px 0 0;
	color: #8ba16b;
}
div#contents dl.plan_list {
	clear: both;
}
div#contents dl.plan_list dt {
	width: 100px;
	height: 20px;
	text-indent: -9999px;
	float: left;
	clear: both;
}
div#contents dl.plan_list dt.site_plan	{ background: url("../images/website/industry/siteplan.jpg") 0 0 no-repeat; }
div#contents dl.plan_list dt.price		{ background: url("../images/website/industry/price.jpg") 0 0 no-repeat; }
div#contents dl.plan_list dt.etc		{ background: url("../images/website/industry/etc.jpg") 0 0 no-repeat; }
div#contents dl.plan_list dd {
	width: 400px;
	float: left;
	margin: 0 0 15px 0;
}
div#contents dl.plan_list dd p {
	margin: 0;
}

p.notice {
	border: 3px double #e0e0e0;
	padding: 10px;
	font-size: 10px;
	color: #999;
	margin-top: 30px;
}
img.industryText {
	margin: 0 10px;
}

div#contents a#websiteContact {
	width: 280px;
	height: 40px;
	display: block;
	background: url("../images/website/contact_order.gif") 0 0 no-repeat;
	text-indent: -9999px;
	margin: 20px 0 0 240px;
	overflow: hidden;
}

div#contents a#websiteEstimate {
	width: 300px;
	height: 40px;
	display: block;
	background: url("../images/website/contact_estimate.gif") 0 0 no-repeat;
	text-indent: -9999px;
	margin: 20px 0 0 220px;
	overflow: hidden;
}

div#contents a#websiteContact:hover {
	background-position: left bottom;
}

div#contents h4#price105000 {
	width:250px;
	height: 35px;
	background: url("../images/website/industry/price105000.gif") 0 0 no-repeat;
	text-indent: -9999px;
	margin: 15px 0 10px 15px;
}

div#contents h4#price73500 {
	width:250px;
	height: 35px;
	background: url("../images/website/industry/price73500.gif") 0 0 no-repeat;
	text-indent: -9999px;
	margin: 15px 0 10px 15px;
}

div#contents h4#price63000 {
	width:250px;
	height: 35px;
	background: url("../images/website/industry/price63000.gif") 0 0 no-repeat;
	text-indent: -9999px;
	margin: 15px 0 10px 15px;
}

div#contents h4#price29800 {
	width:250px;
	height: 35px;
	background: url("../images/system/mm/price29800.gif") 0 0 no-repeat;
	text-indent: -9999px;
	margin: 15px 0 10px 15px;
}

div#contents h4#duedate30 {
	width:250px;
	height: 35px;
	background: url("../images/website/industry/duedate30.gif") 0 0 no-repeat;
	text-indent: -9999px;
	margin: 15px 0 10px 15px;
}

div#contents ul#homeIndustryList {
	list-style-type: none;
	margin: 0 0 0 15px;
	line-height: 1px;
}

div#contents ul#homeIndustryList li {
	display: inline;
	margin: 4px;
}
div#contents ul#homeIndustryList li.line_start {
	clear: both;
}
div#contents ul#homeIndustryList li a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	width: 120px;
	height: 35px;
	background-position: left top;
	background-repeat: no-repeat;
}
div#contents ul#homeIndustryList li a:hover {
	background-position: left bottom;
}

div#contents ul#homeIndustryList li span {
	display: block;
	text-indent: -9999px;
	float: left;
	width: 120px;
	height: 35px;
	background-position: left bottom;
	background-repeat: no-repeat;
}

div#contents ul#homeIndustryLink,
div#contents ul#homeResearchLink {
	list-style-type: none;
	margin: 10px 0 10px 15px;
}
div#contents ul#homeIndustryLink li a#industryPlanLink {
	display: block;
	width: 380px;
	height: 30px;
	background: url("../images/home/industry/link.gif") 0 0 no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	float: right;
}
div#contents ul#homeResearchLink li a#researchPlanLink {
	display: block;
	width: 420px;
	height: 30px;
	background: url("../images/home/research/link.gif") 0 0 no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	float: right;
}
div#contents ul#homeIndustryLink li a#industryPlanLink:hover,
div#contents ul#homeResearchLink li a#researchPlanLink:hover {
	background-position: left bottom;
}


div#contents ul#homeIndustryList li #industryFood		{ background-image: url("../images/home/industry/food.jpg"); }
div#contents ul#homeIndustryList li #industryCompany	{ background-image: url("../images/home/industry/company.jpg"); }
div#contents ul#homeIndustryList li #industryShop		{ background-image: url("../images/home/industry/shop.jpg"); }
div#contents ul#homeIndustryList li #industryBeauty		{ background-image: url("../images/home/industry/beauty.jpg"); }
div#contents ul#homeIndustryList li #industryStudy		{ background-image: url("../images/home/industry/study.jpg"); }
div#contents ul#homeIndustryList li #industryMusic		{ background-image: url("../images/home/industry/music.jpg"); }
div#contents ul#homeIndustryList li #industryMedical	{ background-image: url("../images/home/industry/medical.jpg"); }
div#contents ul#homeIndustryList li #industryHotel		{ background-image: url("../images/home/industry/hotel.jpg"); }
div#contents ul#homeIndustryList li #industryEvent		{ background-image: url("../images/home/industry/event.jpg"); }
div#contents ul#homeIndustryList li #industryEc			{ background-image: url("../images/home/industry/ec.jpg"); }


/* footer */
p#pageTop {
	margin: 5px 0 0 0;
}
p#pageTop a {
	width: 150px;
	height: 35px;
	background: url("../images/pagetop.jpg") 0 0 no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 10px 0 590px;
	display: block;
}
p#pageTop a:hover {
	background-position: center bottom;
}
p#copyright {
	width: 260px;
	height: 11px;
	background: url("../images/copyright.gif") 0 0 no-repeat;
	text-indent: -9999px;
	margin: -15px 0 0 10px;
	float: left;
}
* html p#copyright {
	margin: -15px 0 0 5px;
}
p#rss {
	width: 15px;
	height: 15px;
	float: left;
	margin: -18px 0 0 290px;
}
* html p#rss {
	margin: -18px 0 0 3px;
}
*+html p#rss {
	margin: -18px 0 0 3px;
}
p#rss a {
	width: 15px;
	height: 15px;
	font-size: 10px;
	float: left;
	background: url("../images/icon_rss.gif") 0 0 no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
p#mail {
	width: 16px;
	height: 14px;
	float: left;
	margin: -17px 0 0 272px;
}
* html p#mail {
	margin: -17px 0 0 3px;
}
*+html p#mail {
	margin: -17px 0 0 3px;
}
p#mail a {
	width: 16px;
	height: 14px;
	font-size: 10px;
	float: left;
	background: url("../images/icon_mail.gif") 0 0 no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.dp-highlighter {
	word-break: break-all;
}



div#contents div.sample {
	margin: 10px;
}

div#contents div.outer {
	display: table;
	height: 100px;
	background: #E3F2DA;
	color: #5C5C5C;
	width: 100%;
}
* html div#contents div.outer {
	position: relative;
}
*+html div#contents div.outer {
	position: relative;
}

/* 中央 */
div#contents div.vertical_middle {
	display: table-cell;
	vertical-align: middle;
}
* html div#contents div.vertical_middle {
	position: absolute;
	top: 50%;
}
*+html div#contents div.vertical_middle {
	position: absolute;
	top: 50%;
}
div#contents div.vertical_middle p.inner {
	margin: 0;
}
* html div#contents div.vertical_middle p.inner {
	position: relative;
	top: -50%;
}
*+html div#contents div.vertical_middle p.inner {
	position: relative;
	top: -50%;
}

/* 下部 */
div#contents div.vertical_bottom {
	display: table-cell;
	vertical-align: bottom;
}
* html div#contents div.vertical_bottom {
	position: absolute;
	top: 100%;
}
*+html div#contents div.vertical_bottom {
	position: absolute;
	top: 100%;
}
div#contents div.vertical_bottom p.inner {
	margin: 0;
}
* html div#contents div.vertical_bottom p.inner {
	position: relative;
	top: -100%;
}
*+html div#contents div.vertical_bottom p.inner {
	position: relative;
	top: -100%;
}


/* tableのヘッダ固定 */
div.table_header_fixed {
	overflow: auto;
	margin: 0 auto;
}
* html div.table_header_fixed {
	height: 150px;
}
*+html div.table_header_fixed {
	height: 150px;
}
div.table_header_fixed table {
	width: 500px;
}
div.table_header_fixed table > tbody {
	overflow: auto; 
	height: 150px;
	overflow-x: hidden;
}
	
div.table_header_fixed thead tr {
	position:relative; 
	top: expression(offsetParent.scrollTop);
}
	
div.table_header_fixed thead th {
	text-align: center;
	background-color: #E3F2DA;
	color: #5c5c5c;
	border-top: solid 1px #d8d8d8;
	border-left: solid 1px #d8d8d8;
	border-bottom: solid 1px #d8d8d8;
}

div.table_header_fixed tbody td	{
	color: #000;
	padding: 5px;
	border-bottom: solid 1px #d8d8d8;
	border-left: solid 1px #d8d8d8;
	white-space : nowrap; 
}

div.table_header_fixed .last {
	border-right: solid 1px #d8d8d8;
}
	
div.table_header_fixed tfoot tr {
	position: relative; 
	overflow-x: hidden;
	top: expression(
		parentNode.parentNode.offsetHeight >= offsetParent.offsetHeight ? 
		0 - parentNode.parentNode.offsetHeight + offsetParent.offsetHeight + offsetParent.scrollTop : 0);
}


div.table_header_fixed tfoot td {
	text-align: center;
	font-size: 11px;
	background-color: #E3F2DA;
	color: #5c5c5c;
	border: solid 1px #d8d8d8;
	position: relative;
	top: -1px;
}

div.table_header_fixed td:last-child { padding-right: 20px; } /*prevent Mozilla scrollbar from hiding cell content*/




div#contents ul.back_anchor {
	list-style-type: none;
	margin: 5px 0 5px 20px;
}
div#contents ul.back_anchor li.back_industry_list a {
	background: url("../images/website/industry/back_industry_list.gif") 0 0 no-repeat;
	display: block;
	height: 15px;
	width: 100px;
	text-indent: -9999px;
	overflow: hidden;
}
div#contents ul.back_anchor li a:hover {
	background-position: 0 -15px;
}

ul.layout2 li {
	width: 45%;
	float: left;
}

table#cssHackTb {
	margin-bottom: 20px;
}


div#contentsFooterArea {
	background: url("../images/contents_footer.gif") 0 0 no-repeat;
	width: 100%;
}
h3#listTitle {
	height: 20px;
	text-indent: -9999px;
	margin-top: 30px;
}
body.tips_site_tool h3#listTitle {
	background: url("../images/tips/list_site_tool.gif") 0% 100% no-repeat;
}
body.tips_xhtml_css h3#listTitle {
	background: url("../images/tips/list_xhtml_css.gif") 0% 100% no-repeat;
}
body.tips_htaccess h3#listTitle {
	background: url("../images/tips/list_htaccess.gif") 0% 100% no-repeat;
}
body.industry h3#listTitle {
	background: url("../images/website/industry/list_industry.gif") 0% 100% no-repeat;
}

div#contentsFooterArea ul.list_link {
	list-style-type: none;
	margin: 10px 0 0 0;
	font-size: 10px;
	padding: 0 0 10px 10px;
}
div#contentsFooterArea ul.list_link li {
	padding: 0 0 0 13px;
	background: url("../images/icon_list_4.gif") 0 6px no-repeat;
}

div#contentsFooterArea ul.list_link a {
	color: #999;
	text-decoration: none;
}
div#contentsFooterArea ul.list_link a:hover {
	color: #ccc;
}


div#contents div.service_part {
	float: left;
	width: 170px;
	margin: 0 15px 0 0;
}
div#contents div.service_part_last {
	margin: 0;
}
div#contents div.service_part p {
	margin: 0;
	padding: 0 5px;
	font-size: 10px;
}
div#contents div.service_part ul.more {
	margin: 0 0 0 5px;
	list-style-type: none;
}
div#contents div.service_part ul.more a {
	display: block;
	width: 80px;
	height: 20px;
	background: url("../images/website/more.gif") 0 0 no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
div#contents div.service_part ul.more a:hover {
	background-position: left bottom;
}
div#contents ul.detail {
	margin: 0 0 0 5px;
	list-style-type: none;
}
div#contents ul.detail a#researchDetail {
	display: block;
	width: 220px;
	height: 30px;
	background: url("../images/website/research/detail.gif") 0 0 no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
div#contents ul.detail li#supportDetail {
	display: block;
	width: 400px;
	height: 30px;
	background: url("../images/website/support/detail.gif") 0 0 no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
div#contents div.service_part h3 {
	width: 150px;
	height: 110px;
	padding: 0;
	margin: 0 0 5px 5px;
}
div#contents div.service_part h3 a {
	text-indent: -9999px;
	width: 150px;
	height: 110px;
	display: block;
	overflow: hidden;
}
div#contents #servicePartListWebsite a {
	background: url("../images/website/service_website.jpg") 0 0 no-repeat;
}
div#contents #servicePartListResearch a {
	background: url("../images/website/service_research.jpg") 0 0 no-repeat;
}
div#contents #servicePartListSupport a {
	background: url("../images/website/service_support.jpg") 0 0 no-repeat;
}

div#contents table#serviceListGrid thead {
	display: none;
}
div#contents div.flexigrid table {
	margin-left: 0;
}
div#contents div.flexigrid table ul {
	margin: 0 0 0 10px;
	text-align: left;
}
* html div#contents div.flexigrid table ul {
	margin: 0 0 0 15px;
}
*+html div#contents div.flexigrid table ul {
	margin: 0 0 0 15px;
}

div#contents h4#price10500 {
	width:250px;
	height: 35px;
	background: url("../images/website/research/price10500.gif") 0 0 no-repeat;
	text-indent: -9999px;
	margin: 15px 0 10px 15px;
}

div#contents h4#duedate7 {
	width:250px;
	height: 35px;
	background: url("../images/website/research/duedate7.gif") 0 0 no-repeat;
	text-indent: -9999px;
	margin: 15px 0 10px 15px;
}
body#home div#mainArea div#contents ul#contectList li {
	list-style-type: none;
	margin: 0 0 0 0;
}


body#home ul#side ul#contactList {
	list-style-type: none;
	margin: 0 0 0 10px;
}
body#home ul#side ul#contactList li .icon {
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	float: left;
	margin-right: 10px;
}
* html body#home ul#side ul#contactList li .icon {
	margin-right: 5px;
}
body#home ul#side ul#contactList li#contactListTel .icon {
	background: url("../images/icon/tel.gif") 0 0 no-repeat;
}
body#home ul#side ul#contactList li#contactListMail .icon {
	background: url("../images/icon/mail.gif") 0 0 no-repeat;
}
body#home ul#side ul#contactList li#contactListMail a {
	letter-spacing: -1px;
}
body#home ul#side ul#contactList li#contactListTel .num {
	display: block;
	width: 120px;
	height: 20px;
	text-indent: -9999px;
	float: left;
	background: url("../images/tel.gif") 0 0 no-repeat;
}
body#home dl.price {
	
}
body#home dl.price dt {
	float:  left;
	width: 330px;
	clear: both;
	margin: 0 0 0 0;
	height: 45px;
}
body#home dl.price dd {
	float: right;
	margin: 0;
	padding-top: 5px;
	height: 45px;
}
body#home dl.price dd a {
	display: block;
	width: 170px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
}
body#home dl.price dd.price_52500 a {
	background: url("../images/home/price/52500.gif") 0 0 no-repeat;
}
body#home dl.price dd.price_94500 a {
	background: url("../images/home/price/94500.gif") 0 0 no-repeat;
}
body#home dl.price dd.price_126000 a {
	background: url("../images/home/price/126000.gif") 0 0 no-repeat;
}
body#home dl.price dd.price_136500 a {
	background: url("../images/home/price/136500.gif") 0 0 no-repeat;
}
body#home dl.price dd.price_63000 a {
	background: url("../images/home/price/63000.gif") 0 0 no-repeat;
}
div#contents ul.arrow_link {
	margin: 0 0 0 10px;
}
ul.arrow_link li {
	list-style-type: none;
	background: url(../images/icon/arrow.gif) 0 5px no-repeat;
	padding: 0;
	padding: /**/0 0 0 15px;
	margin: 0;
	font-size: 10px;
}
