@charset "utf-8";

/* ---IE7対応clearfix--- */

.clearfix:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}

.clearfix {
	overflow: hidden;
	display: inline-block;
}

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

.clearfix {
	display: block;
}

/* End hide from IE-mac */

/* ------------------------------
png透過設定
------------------------------ */

.png {
 behavior: expression(IEPNGFIX.fix(this));
}

/* ------------------------------
TAG
------------------------------ */
* {
	padding: 0;
	margin: 0;
}

body {
	font: 12px/1.4em "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	color: #FFFFFF;
	letter-spacing: 1px;
	background: #000000;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1.0em;
	font-weight: normal;
}

p {
	text-align: justify;
	text-justify: inter-ideograph;
}

img {
	border: 0;
	vertical-align: bottom;
}

li {
	list-style-type: none;
}

sup {
	color: #990000;
}

/* ------------------------------
共通設定
------------------------------ */
.MT10 {
	margin-top: 10px;
}

.MT20 {
	margin-top: 20px;
}

.MT30 {
	margin-top: 30px;
}

.MB10 {
	margin-bottom: 10px;
}

.MB20 {
	margin-bottom: 20px;
}

.MB30 {
	margin-bottom: 30px;
}

.ML10 {
	margin-left: 10px;
}

.ML20 {
	margin-left: 20px;
}

.MR10 {
	margin-right: 10px;
}

.MR20 {
	margin-right: 20px;
}

.textC1 {
	color: #CC0000;
}

.textC2 {
	color: #FF9900;
}

.textS1 {
}

.textS2 {
}

.box1 {
	padding: 10px;
	margin-right: 10px;
	margin-left: 10px;
	background: #333333;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

/* ------------------------------
aTAG
------------------------------ */
a {
	color: #336699;
	text-decoration: none;
}

a:hover {
	color: #339999;
	text-decoration: underline;
}

/* ------------------------------
clear
------------------------------ */
.clear {
	clear: both;
}

.ERR {
	font-weight: bold;
	color: #CC0000;
}

/*-----------------------------
Base
------------------------------ */
#wrapper {
	margin: 0;
}

#header {
	position: relative;
	height: 35px;
	padding-top: 20px;
	padding-left: 40px;
	z-index: 1;
	background: #FFFFFF url(../images/main_top.png) no-repeat -440px -70px;
}

#header h1 {
	position: absolute;
	left: 20px;
	z-index: 3;
	font-size: 11px;
	color: #999999;
}

#header #logo {
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 2;
}

#header ul {
	position: absolute;
	right: 0px;
}

#header ul li {
	float: left;
}

#mainNav {
	position: relative;
	margin-top: 10px;
	margin-bottom: 35px;
	margin-left: 40px;
}

#mainNav ul li {
	float: left;
}

#pan {
	position: absolute;
	left: 0px;
	top: 85px;
	z-index: 1;
	font-size: 11px;
}

#pan h1 {
	float: left;
}

#pan p {
	float: left;
	padding-right: 0px!important;
	padding-left: 0px!important;
}

#contentBox {
	width: 880px;
	padding-bottom: 50px;
	margin-bottom: 30px;
	margin-left: 40px;
	background: url(../images/bg_side.png) repeat-y;
}

#content {
	position: relative;
	float: left;
	width: 620px;
	padding-right: 30px;
}

#sideNav {
	float: right;
	width: 230px;
	background: url(../images/bg_side.png) repeat-y;
}

#sideNav #submenu {
	margin-bottom: 10px;
}

#sideNav #submenu li {
	border-bottom: 1px solid #000000;
}

#inquiryBox {
	width: 230px;
	height: 179px;
	background: url(../images/bg_tel.png) no-repeat;
}

#inquiryBox p {
	padding-top: 135px;
	padding-left: 11px;
}

#footer {
	clear: both;
	height: 40px;
	padding-bottom: 15px;
	color: #669999;
	background-color: #0D0D0D;
}

#footer a {
	color: #FFFFFF;
}

#footerNav {
	position: relative;
	width: 880px;
	padding-top: 20px;
}

#footer .footerLogo {
	position: absolute;
	left: 20px;
	top: 10px;
}

#footer .pageTop {
	position: absolute;
	right: 20px;
}

#footerNav ul {
	float: right;
	padding-right: 20px;
	padding-bottom: 10px;
}

#footerNav ul li {
	float: left;
	padding-right: 3px;
	padding-left: 3px;
	border-left: 1px dotted #494949;
}

#copyright {
	clear: both;
	padding: 0;
	font-size: 0.9em;
	text-align: center;
}

body#top {
}

#top #header {
	position: relative;
	width: auto;
	height: 300px;
	padding-top: 40px;
	padding-left: 40px;
	margin: 0;
	z-index: 1;
	color: #000000;
	background: #FFFFFF url(none);
}

#top #header h1 {
	position: absolute;
	left: 42px;
	top: 20px;
	z-index: 3;
	font-size: 11px;
	color: #999999;
}

#top #point {
	width: 880px;
}

#top #point div {
	float: left;
	width: 211px;
	padding-right: 12px;
	font-size: 11px;
}

#top #point div.irregular {
	padding-right: 0px;
}

#top #point h2 {
	padding-bottom: 5px;
	margin-bottom: 0px;
}

#top #point p {
	padding-left: 12px;
}

#top #contentBox {
	width: 880px;
	padding-left: 40px;
	margin: 0px;
	background: url(none);
}

#top #content {
	float: left;
	width: 580px;
	padding: 0px;
	margin: 0px;
}

#top #meritBox {
	position: relative;
	margin-bottom: 30px;
}

#top #meritBox div {
	float: left;
	width: 168px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 20px;
	border: 1px solid #2E2E2E;
	background-color: #0D0D0D;
}

#top #meritBox div.irregular {
	margin: 0px;
}

#top #meritBox h2 {
	margin-bottom: 10px;
}

#top #meritBox h3 {
	margin-bottom: 5px;
}

#top #meritBox p {
	padding-right: 10px;
	margin-bottom: 10px;
}

#top #type {
	background: #0D0D0D;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#top #type table {
	width: 560px;
	margin-right: auto;
	margin-left: auto;
}

#top #type th {
	font-weight: normal;
	text-align: left;
	padding-bottom: 3px;
	padding-top: 6px;
	padding-left: 5px;
}

#top #type td {
	text-align: center;
}

#top #seo {
	padding-left: 205px;
	margin-bottom: 50px;
	background: url(../images/top_12.jpg) no-repeat;
}

#top #seo h2 {
	margin-bottom: 10px;
}

#top #webdesign h2 {
	padding-bottom: 1px;
	margin-bottom: 5px;
	border-bottom: 1px solid #333333;
}

#top #webdesign p {
	font-size: 11px;
}

#top #sideNavi {
	float: right;
	width: 270px;
}

#top #works {
	width: 270px;
	height: 216px;
	margin-bottom: 13px;
	background-image: url(../images/bg_works.jpg);
	background-repeat: no-repeat;
}

#top #works p {
	padding-top: 182px;
	padding-left: 147px;
}

#top #inquiryBox {
	width: 270px;
	height: 203px;
	background-image: url(../images/bg_top_tel.png);
	background-repeat: no-repeat;
}

#top #inquiryBox p {
	padding-top: 160px;
	padding-right: 0px;
	padding-left: 30px;
	margin: 0px;
}

#top .news {
	margin-top: 20px;
}

#top .news p {
	height: 23px;
	padding-top: 7px;
	padding-left: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	background: #171717;
	border: 1px solid #2D2D2D;
}

#top .news dl {
	height: 120px;
	overflow: auto;
	padding-right: 10px;
	padding-left: 10px;
}

#top .news dt {
	color: #00A0E9;
}

#top .news dd {
	padding: 0px 0px 5px;
	border-bottom: 1px dotted #CCCCCC;
	margin-top: 0px;
	margin-bottom: 5px;
}

.bnSeminer {
	width: 190px;
	margin: 20px auto 10px auto;
}

.bnSeminer a, .bnSeminer img {
	margin: 0;
	padding: 0;
}

.bnSeminer a {
	width:190px;
	height:135px;
	padding: 0;
	margin: 0;
}

.bnSeminer2 {
	width: 610px;
	margin: 0px auto 20px auto;
}

.bnBlog {
	margin-bottom: 10px;
	margin-top: 10px;
	text-align:center;
}

#satellite-link {
	width: 900px;
	margin: 0 0 10px 10px
}

#satellite-link li {
	float: left;
	margin: 0 0 0 10px;
}

#satellite-link a {
	color: #fff;
}

