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

/* レイアウト基本設定 
----------------------------------------------------- */
* {
	margin:0;
	padding:0;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	_font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;	
	font-style: normal;
	list-style-type: none;
}
a {
	overflow:hidden;
	outline:none;
	border-style: none;
}
body {
	background-color: #000000;
}

/*基本文字リンクカラーの設定
----------------------------------------------------- */
a:link, a:active, a:visited {
	color: #FF3399;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/*ベースボックス
----------------------------------------------------- */
#wrap {
	width: 100%;
	background-color: #DDDDDD;
	_zoom: 1;
	overflow: hidden;	
}

/*画面中央に表示するためのセレクタ
----------------------------------------------------- */
#container {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}

/*ヘッダーの設定
----------------------------------------------------- */
#header {
	background-color: #000000;
	height: 98px;
	width: 100%;
	margin-bottom: 15px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FF3399;
	background-image: url(../img/h_bg.jpg);
	background-repeat: no-repeat;
}
#h_container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 98px;
	position: relative;
}
.logo a {
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	height: 80px;
	width: 240px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	top: 10px;
}
#h_container h1 {
	position: absolute;
	top: 20px;
	font-size: 12px;
	color: #999999;
	right: 0px;
	font-weight: normal;
}

/*グローバルナビ設定 */
#h_container ul {
	height: 30px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#h_container li {
	float: left;
	margin-left: 5px;	
}
#h_container li a {
	text-indent: -9999px;
	display: block;
	height: 30px;
	width: 130px;	
	background-repeat: no-repeat;	
}
.home a {
	background-image: url(../img/nav_home.png);
}
.servi a {
	background-image: url(../img/nav_service.png);
}
.corp a {
	background-image: url(../img/nav_corp.png);
}
.contact a {
	background-image: url(../img/nav_contact.png);
}
.home a:hover {
	background-image: url(../img/nav_home_o.png);
}
.servi a:hover {
	background-image: url(../img/nav_service_o.png);
}
.corp a:hover {
	background-image: url(../img/nav_corp_o.png);
}
.contact a:hover {
	background-image: url(../img/nav_contact_o.png);
}

.home_o a {
	background-image: url(../img/nav_home_o.png);
}
.servi_o a {
	background-image: url(../img/nav_service_o.png);
}
.corp_o a {
	background-image: url(../img/nav_corp_o.png);
}
.contact_o a {
	background-image: url(../img/nav_contact_o.png);
}

/*パンくず設定 */
ul.pankuzu  {
	font-size: 12px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
ul.pankuzu li {
	display: inline;
}

/*右カラムの設定
----------------------------------------------------- */

#main-wrap {
	float: right;
	width: 690px;
}
#main {
	background-color: #FFFFFF;
	border: 6px solid #AAAAAA;
	padding-top: 20px;
}
#main h2 {
	background-repeat: no-repeat;
	height: 50px;
	width: 370px;
	text-indent: -9999px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
}
#main h2.t-service {
	background-image: url(../img/main_title01.jpg);
}
#main h2.t-corp {
	background-image: url(../img/main_title02.jpg);
}
#main h2.t-contact {
	background-image: url(../img/main_title03.jpg);
}
#main h2.t-info {
	background-image: url(../img/main_title04.jpg);
}
#main h2.t-plan {
	background-image: url(../img/main_title05.jpg);
}
#main h2.t-sitemap {
	background-image: url(../img/main_title06.jpg);
}
#main h2.t-estimate {
	background-image: url(../img/main_title07.jpg);
}


#main h3 {
	background-image: url(../img/main_lead_bg.jpg);
	background-repeat: no-repeat;
	color: #FF3399;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 10px;
	font-size: medium;
	width: 640px;
	margin-left: 20px;
	margin-bottom: 10px;
}
#main p {
	font-size: 14px;
	line-height: 160%;
	margin-right: 20px;
	margin-left: 20px;
}
#main h4 {
	font-size: 16px;
	line-height: 120%;
	margin: 20px 20px 10px 20px;
	padding-left: 20px;
	background-image: url(../img/arrow_02.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
.pagetop {
	width: 900px;
	clear: both;
	padding-bottom: 50px;
}
.pagetop a {
	height: 18px;
	width: 78px;
	background-image: url(../img/page_top.png);
	background-repeat: no-repeat;
	float: right;
	text-indent: -9999px;
	margin-right: 10px;
	_zoom: 1;
	overflow: hidden;
	margin-top: 10px;
}
.pagetop a:hover {
	background-image: url(../img/page_top.png);
	background-repeat: no-repeat;
	background-position: 0px -18px;
}

/*左カラムの設定
----------------------------------------------------- */
#left {
	width: 190px;
	float: left;
}
#left-nav {
	background-color: #000000;
	border: 6px solid #FFFFFF;
	background-image: url(../img/l_bg.gif);
	margin-bottom: 20px;
}
#left-nav h3 {
	background-image: url(../img/l_title.jpg);
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 15px;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 8px;
	padding-left: 5px;
	padding-bottom: 8px;
}
#left-nav ul {
	font-size: 14px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
}
#left-nav li {
	margin-bottom: 15px;
	font-weight: bold;
}
#left-nav li a {
	background-image: url(../img/arrow_01.gif);
	background-repeat: no-repeat;
	background-position: 5px 4px;
	padding-left: 15px;	
}
#left-nav li a:hover {
	background-image: url(../img/arrow_01_o.gif);
	background-repeat: no-repeat;	
}
#left-nav dl {
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
#left-nav dt {
	color: #FF3399;
	font-size: 10px;
	line-height: 120%;
	margin-bottom: 5px;
}
#left-nav dd {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	padding-bottom: 15px;
}

#left-nav dt a:link, #left-nav dt a:active, #left-nav dt a:visited {
	color: #FF99FF;
	text-decoration: underline;
}
#left-nav dt a:hover {
	color: #FFFF00;
	text-decoration: underline!important;
}


/*フッターの設定
----------------------------------------------------- */
#footer {
	width: 100%;
	height: 110px;
	background-image: url(../img/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 80px;
	clear: both;
	padding-top: 30px;
}	

.bottom-links {
	font-size: 12px;
	color: #666666;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 10px;
}
.bottom-links li{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
	display: inline;
}
#footer p {
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: center;
	margin-top: 20px;
}


/*お問合せボタン設定
----------------------------------------------------- */
.con-button {
	margin-bottom: 40px;
	text-align: center;
}
.con-button a {
	text-indent: -9999px;
	height: 50px;
	width: 220px;
	background-image: url(../img/con_button.jpg);
	background-repeat: no-repeat;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.con-button a:hover {
	background-image: url(../img/con_button_o.jpg);
	background-repeat: no-repeat;
	text-align: center;
}

/*ボーダリセット設定
----------------------------------------------------- */
.none-border {
	border: none!important;
}

/*文字のサイズ設定
----------------------------------------------------- */
▼▼▼文字のサイズ設定 {}
.font10px {font-size: 10px!important;}
.font12px {font-size: 12px!important;}
.font14px {font-size: 14px!important;}
.font16px {font-size: 16px!important;}
.font20px {font-size: 20px!important;}
.font24px {font-size: 24px!important;}

/*文字の色設定
----------------------------------------------------- */
▼▼▼文字の色設定 {}
.font-red {color: #FF0000!important;}
.font-blue {color: #0000CC!important;}
.font-green {color: #339900!important;}
.font-orange {color: #FF6600!important;}
.font-darkblue {color: #003399!important;}
.font-white {color: #FFFFFF!important;}
.font-gray {color: #666666!important;}

/*レイアウト下部余白
----------------------------------------------------- */
▼▼▼レイアウト下部余白 {}
.bot005px {margin-bottom: 5px!important;}
.bot010px {margin-bottom: 10px!important;}
.bot015px {margin-bottom: 15px!important;}
.bot020px {margin-bottom: 20px!important;}
.bot030px {margin-bottom: 30px!important;}
.bot040px {margin-bottom: 40px!important;}
.bot050px {margin-bottom: 50px!important;}
.bot100px {margin-bottom: 100px!important;}
.bot200px {margin-bottom: 200px!important;}
.bot300px {margin-bottom: 300px!important;}
.bot400px {margin-bottom: 400px!important;}
.bot500px {margin-bottom: 500px!important;}

/*強調テキスト部分
----------------------------------------------------- */
.marker {
	font-weight: bold;
	color: #FF3366;
	font-size: 16px;
}


/*トップページ設定
----------------------------------------------------- */
#top-main {
	margin-bottom: 10px;
	padding: 0px;
}
.box-1 {
	border: 1px solid #CCCCCC;
	margin: 0px 20px 10px 20px;
	padding: 2px;
}
.box-1 h5 {
	background-color: #000000!important;
	padding: 5px!important;
	color: #FFFF00!important;
	font-size: 14px!important;
}
.box-1 p {
	padding: 10px;
	font-size: 12px!important;
	line-height: 150%!important;
	margin-right: 0px!important;
	margin-left: 0px!important;	
}

.box-2 {
	_zoom: 1;
	overflow: hidden;
	margin-right: -40px;
	width: 680px;
	margin-left: 20px;
	margin-bottom: 10px;
}
.box-2-s {
	border: 1px solid #CCCCCC;
	padding: 2px;
	height: 220px;
	float: left;
	width: 310px;
	margin-right: 10px;
}
.box-2-s h5 {
	background-color: #000000;
	padding: 5px;
	color: #FFFF00;
	font-size: 14px;
}
.box-2-s p {
	padding: 10px;
	font-size: 12px!important;
	line-height: 150%!important;
	margin-right: 0px!important;
	margin-left: 0px!important;	
}
.box-2-s ul {
	color: #FF3399;
	font-weight: bold;
	padding: 10px;
	margin-left: 20px;
}
.box-2-s li {
	background-image: url(../img/arrow_04.gif);
	background-repeat: no-repeat;
	padding-left: 40px;
	margin-bottom: 10px;
	background-position: 10px 0px;
}
.star {
	background-image: url(../img/arrow_05.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-bottom: 10px;
	background-position: 0px 1px;
}

/*実績紹介設定 */
.box-3 {
	_zoom: 1;
	overflow: hidden;
	margin-right: -40px;
	width: 680px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.box-3-s {
	float: left;
	width: 310px;
	margin-right: 10px;
	padding: 1px;
}
table.results {
	border: solid 1px #cccccc;
	border-collapse: collapse;
	font-size: 12px;
	line-height: 120%;
	margin-bottom: 5px;
}
.results th {
	border: solid 1px #cccccc;
	background-color: #000000;
	padding: 5px;
	color: #FFFFFF;
	font-size: 14px;
}
.results td {
	border: solid 1px #cccccc;
	background-color: #FFFFFF;
	padding: 5px;
}
td.bg-yellow {
	background-color: #F5F5DC;
}
td.bg-gray {
	background-color: #EEEEEE;
}

/*各項目記事ブロック設定 */
.article {
	/zoom: 1;
	overflow: hidden;
	margin-bottom: 40px;
	background: #fff;
}
.article p.article-img-l {
	float: left;
	margin-right: 10px;
}
.article p.article-img-r {
	float: right;
	margin-left: 10px;
}
.article-txt {
	/zoom: 1;
	overflow: hidden;
	margin-left: 20px;
}

.top-dl-set {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	font-size: 15px;
	width: 600px;
}
.top-dl-set dl {
	padding-top: 15px;
	width: 550px;
	padding-left: 15px;
}
.top-dl-set dt {
	color: #FF3366;
	float: left;
	font-weight: bold;
	margin-bottom: 10px;
	margin-right: 10px;
}
.top-dl-set dd {
	margin-bottom: 10px;
}
.y-logo {
	background-image: url(../img/yahoo.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 20px;
	width: 57px;
}
.g-logo {
	background-image: url(../img/google.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 20px;
	width: 57px;
}

/*下層ページ共通設定
----------------------------------------------------- */
.column {
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 40px;
}


/*会社案内ページ共通設定
----------------------------------------------------- */
table.profile {
	border: solid 1px #cccccc;
	border-collapse: collapse;
	font-size: 12px;
	line-height: 120%;
	margin-bottom: 5px;
}
.profile th {
	border: solid 1px #cccccc;
	background-color: #000000;
	padding: 10px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
}
.profile td {
	border: solid 1px #cccccc;
	background-color: #FFFFFF;
	padding: 10px;
}
.corp-logo {
	background-image: url(../img/logo_big.png);
	background-repeat: no-repeat;
	height: 400px;
	background-position: right 0px;
	text-align: right;
}

/*お問合せ設定
----------------------------------------------------- */
table.form {
	border: solid 1px #cccccc;
	border-collapse: collapse;
	font-size: 12px;
	line-height: 120%;
	margin-bottom: 10px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
.form th {
	border: solid 1px #cccccc;
	background-color: #000000;
	padding: 10px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	white-space: nowrap;
	width: 150px;
}
.form td {
	border: solid 1px #cccccc;
	background-color: #FFFFFF;
	padding: 10px;
}
.caution {
	color: #FF6600;
}
.input-1 {
	font-size: 16px;
	padding: 3px;
	font-weight: bold;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	width: 80%;
}
.input-2 {
	font-size: 16px;
	padding: 5px;
	font-weight: bold;
	line-height: 150%;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	width: 80%;
}



/*サービスについて
----------------------------------------------------- */
.pdca-box {
	/zoom: 1;
	overflow: hidden;
	margin-right: -30px;
	margin-left: 20px;
	width: 660px;
}
.pdca {
	/zoom: 1;
	overflow: hidden;
	margin-bottom: 10px;
	background: #fff;
	float: left;
	border: 3px solid #CCCCCC;
	width: 310px;
	margin-right: 10px;
	padding-bottom: 10px;
	height: 360px;
}
.pdca-txt {
	/zoom: 1;
	overflow: hidden;
	padding: 0px!important;
	margin: 10px 10px 0px 10px!important;
}

.service {
	/zoom: 1;
	overflow: hidden;
	margin-bottom: 20px;
	background: #fff;
}
.service p.service-img-l {
	float: left;
	margin-right: 10px;
}
.service p.service-img-r {
	float: right;
	margin-left: 10px;
}
.service-txt {
	/zoom: 1;
	overflow: hidden;
	margin: 0px 0px 0px 20px!important;
}

h5.report {
	background-image: url(../img/arrow_04.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 5px;
	font-size: 18px;
	background-position: 0px 5px;
}
table.tool {
	border: solid 1px #cccccc;
	border-collapse: collapse;
	font-size: 12px;
	line-height: 120%;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
.tool th {
	border: solid 1px #cccccc;
	background-color: #000000;
	padding: 5px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
}
.tool td {
	border: solid 1px #cccccc;
	background-color: #EEEEEE;
	padding: 5px;
}

/*ご利用料金の設定
----------------------------------------------------- */
table.plan {
	border: solid 1px #cccccc;
	border-collapse: collapse;
	font-size: 12px;
	line-height: 120%;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;
	width: 640px;
}
.plan th {
	border: solid 1px #cccccc;
	background-color: #000000;
	padding: 5px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
}
.plan td {
	border: solid 1px #cccccc;
	background-color: #EEEEEE;
	padding: 5px;
}

dl.plan {
	border: 1px solid #CCCCCC;
	margin-right: 20px;
	margin-left: 20px;
	background-image: url(../img/service_plan2.jpg);
	background-repeat: no-repeat;
	padding-top: 60px;
	background-position: 10px 10px;
	margin-bottom: 20px;
}
.plan dt {
	margin-right: 10px;
	margin-left: 10px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	background-image: url(../img/arrow_03.gif);
	background-repeat: no-repeat;
	padding-left: 40px;
	background-position: 20px 0px;
}
.plan dd {
	margin-right: 10px;
	margin-left: 30px;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 160%;
}


table.pcseo {
	border: solid 1px #cccccc;
	border-collapse: collapse;
	font-size: 12px;
	line-height: 120%;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;
	width: 640px;
}
.pcseo th {
	border: solid 1px #cccccc;
	background-color: #000000;
	padding: 5px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
}
.pcseo td {
	border: solid 1px #cccccc;
	background-color: #EEEEEE;
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 120%;
	height: 50px;
	vertical-align: middle;
}


table.mseo {
	border: solid 1px #cccccc;
	border-collapse: collapse;
	font-size: 12px;
	line-height: 120%;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;
	width: 640px;
}
.mseo th {
	border: solid 1px #cccccc;
	background-color: #000000;
	padding: 5px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
}
.mseo td {
	border: solid 1px #cccccc;
	background-color: #EEEEEE;
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 120%;
	height: 50px;
	vertical-align: middle;
}

.seika {
	background-color: #669999!important;
}
.getugaku {
	background-color: #666699!important;
}
.pcseo td em, .mseo td em {
	font-size: 12px;
	color: #FF6600;
	font-weight: normal;
}

dl.present {
	margin-right: 20px;
	margin-left: 20px;
	background-image: url(../img/service_plan1.jpg);
	background-repeat: no-repeat;
	padding-top: 60px;
	background-position: 10px 10px;
	margin-bottom: 20px;
	background-color: #FFECEC;
	border: 1px solid #FF3366;
}
.present dt {
	margin-right: 10px;
	margin-left: 10px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	background-image: url(../img/arrow_05.gif);
	background-repeat: no-repeat;
	padding-left: 45px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-position: 20px 0px;
}
.present dd {
	margin-right: 10px;
	margin-left: 30px;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 160%;
}

table.present {
	border: solid 1px #cccccc;
	border-collapse: collapse;
	font-size: 12px;
	line-height: 120%;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 580px;
}
.present th {
	border: solid 1px #cccccc;
	background-color: #FF3366;
	padding: 10px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
}
.present td {
	background-color: #FFFFCC;
	padding: 10px;
	font-size: 14px;
	text-align: center;
	line-height: 110%;
	vertical-align: middle;
}
.present td strong {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.sale {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF3366;
}

/*サイトマップの設定
----------------------------------------------------- */
dl.sitemap {
	font-size: 14px;
	margin-left: 30px;
	margin-right: 30px;
}
.sitemap dt {
	background-image: url(../img/arrow_07.gif);
	background-position: 0px 17px;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-left: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.sitemap dd {
	margin-bottom: 20px;
	padding-left: 40px;
	background-image: url(../img/arrow_08.gif);
	background-repeat: no-repeat;
	background-position: 25px 0px;
}
#main-wrap2 {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}

