@charset "shift_jis";

/*------------------------------------------------------

	+基本設定
	+基本レイアウト
	+ヘッダー
	+フッター
	+メインボタン

-------------------------------------------------------*/



/* ---------------------------

　基本設定

--------------------------- */

* {
	margin:0;
	padding:0;
}



html {
	height:100%;
}

body {
	margin: 0px;
	background-color: #FFFFFF;
}

h1, h2, h3, h4, ul, li, dt, dd {
 margin: 0;
 padding: 0;
}

p{
	font-size: 75%;
	line-height: 130%;
	color: #333333;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

li {
	margin: 0px;
	padding: 0px;
}


form {
	margin: 0px;
	padding: 0px;
}

.spacer {
	clear: both;
}

.clear {
	clear: both;
}

a:link {
	text-decoration: underline;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #003399;
}
a:active {
	color: #003399;
}

.pagetop {
	text-align: right;
	width: 578px;
	padding-bottom: 20px;
	padding-top: 50px;
	clear: both;
}
.formTable td {
	font-size: 75%;
	color: #333333;
	padding: 10px;
}

/* ---------------------------

　基本レイアウト

--------------------------- */

#container {
	margin: auto;
	padding: 0px;
	width: 780px;
	background-color: #FFFFFF;
}

#header {
	width: 780px;
	height: 92px;
}

#header_img {
	text-align: center;
	clear: both;
}

#content {
	width: 780px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#footer {
	width: 780px;
	padding-top: 10px;
}

/* ---------------------------

　ヘッダー

--------------------------- */

#header #btnTop {
	margin-left: 308px;
}



/* ---------------------------

　フッター

--------------------------- */



/* ---------------------------

　メインボタン

--------------------------- */

#headerBtn {
	width: 780px;
	height: 42px;
	clear: both;
	text-indent: -9999px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-position: 6px;
	margin: auto;
	text-decoration: none;
}

#headerBtn li{
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	float: left;
	text-decoration: none;
}

#headerBtn li a{
	margin: 0px;
	padding: 0px;
	display: block;
	text-decoration: none;
}


/*メイン　ボタン　通常*/
#headerBtn li#btnCorporate {
	width: 156px;
	height: 36px;
	background-position: 0px -50px;
	background-image: url(../common/header_btn.gif);
	background-repeat: no-repeat;
}

#headerBtn li#btnBusiness {
	width: 156px;
	height: 36px;
	background-position: -156px -50px;
	background-image: url(../common/header_btn.gif);
	background-repeat: no-repeat;
}

#headerBtn li#btnWork {
	width: 156px;
	height: 36px;
	background-position: -312px -50px;
	background-image: url(../common/header_btn.gif);
	background-repeat: no-repeat;
}

#headerBtn li#btnShowcase {
	width: 156px;
	height: 36px;
	background-position: -468px -50px;
	background-image: url(../common/header_btn.gif);
	background-repeat: no-repeat;
}

#headerBtn li#btnQA {
	width: 156px;
	height: 36px;
	background-position: -624px -50px;
	background-image: url(../common/header_btn.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}



#headerBtn li#btnCorporate a{
	width: 156px;
	height: 36px;
	background-position: 0px 0px;
	background-image: url(../common/header_btn.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

#headerBtn li#btnBusiness a{
	width: 156px;
	height: 36px;
	background-position: -156px 0px;
	background-image: url(../common/header_btn.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

#headerBtn li#btnWork a{
	width: 156px;
	height: 36px;
	background-position: -312px 0px;
	background-image: url(../common/header_btn.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

#headerBtn li#btnShowcase a{
	width: 156px;
	height: 36px;
	background-position: -468px 0px;
	background-image: url(../common/header_btn.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

#headerBtn li#btnQA a{
	width: 156px;
	height: 36px;
	background-position: -624px 0px;
	background-image: url(../common/header_btn.gif);
	background-repeat: no-repeat;
}

/*メイン　ボタン　マウスオーバー*/

#headerBtn li#btnCorporate a:hover{
	background-position: 0px -50px;
	background-image: url(../common/header_btn.gif);
	background-repeat: no-repeat;

}
#headerBtn li#btnBusiness a:hover{
	background-position: -156px -50px;
	background-image: url(../common/header_btn.gif);
	background-repeat: no-repeat;

}
#headerBtn li#btnWork a:hover{
	background-position: -312px -50px;
	background-image: url(../common/header_btn.gif);
	background-repeat: no-repeat;

}
#headerBtn li#btnShowcase a:hover{
	background-position: -468px -50px;
	background-image: url(../common/header_btn.gif);
	background-repeat: no-repeat;

}
#headerBtn li#btnQA a:hover{
	background-position: -624px -50px;
	background-image: url(../common/header_btn.gif);
	background-repeat: no-repeat;

}


/* ---------------------------

　クリアーフィックス

--------------------------- */

.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 */




.centering {
	text-align: center;
	clear: both;
}
.btnRight {
	padding-left: 10px;
}
.iconBlock {
	padding-top: 20px;
	padding-bottom: 10px;
}
#footer {
	width: 780px;
	text-align: center;
	margin-top: 16px;
	margin-bottom: 10px;
	font-size: 70%;
	color: #333333;
	clear: both;
}
.copyright {
	margin-top: 11px;
	color: #666666;
}
#contenMiddle {
	background-image: url(../common/content_gradation.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	width: 578px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #F1F1F1;
	border-right-color: #F1F1F1;
	border-bottom-color: #F1F1F1;
	border-left-color: #F1F1F1;
	padding-top: 20px;
	padding-right: 18px;
	padding-bottom: 20px;
	padding-left: 18px;
	margin: 0px;
}
#contentBttom {
	width: 617px;
}
#mainImg {
	width: 780px;
	margin-bottom: 8px;
}
.sideBtn {
	margin-bottom: 8px;
}
#mainContent {
	width: 617px;
	float: right;
	margin: 0px;
	padding: 0px;
}
#sideBox {
	width: 156px;
	float: left;
}
.showcaseLink {
	float: left;
	width: 281px;
}
#subBtnArea {
	margin-bottom: 8px;
}
#headerUp {
	height: 45px;
	width: 780px;
}
.redText {
	color: #CC0000;
}
