@charset "utf-8";

/*
Theme Name: プログレス
Theme URI: http://kunugi.info/
Description: プログレスのカスタマイズテーマ
Version: 1.0
Author: kunugi ltd
Author URI: http://kunugi.info/
Tags: white, custom header, fixed width, two columns, widgets

*/


/*-------------------- ALL reset Go Here --------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,hr{
	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;
}

ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
}
q:before,q:after{
	content:'';
}
a {
	text-decoration: none;
}

/*-------------------- End ALL reset --------------------*/

/******************** Contents ********************

1. Body & Bass Style
2. Header Style
3. Container Style
4. Copy Style


***************************************************/


/*-------------------- 1. Body Style Go Here --------------------*/

body {
	line-height: 20px;
	background-color: #000000;
}
p {
	color:#EBEBEB;
}

/********** clearfix Go Here **********/

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

/********** End clearfix **********/

.f_size08em { font-size: 0.8em;}
.mb_10px { margin-bottom: 10px;}


/*-------------------- End Body Style --------------------*/

div#site { width: 800px; margin: 0 auto;}

/*-------------------- 2. Header Style Go Here --------------------*/

div#header {
	width: 800px;
	height: 76px;
	background-image: url(../../../img/bg_header.jpg);
	background-repeat: repeat-x;
	position: relative;
	border-bottom: 1px solid #3A3A3A;
}
div#header h1{
	color: #CCCCCC;
	position: absolute;
	top: 55px;
	left: 5px;
	font-size: 13px;
	margin: 0;
}
div#header h2 {
	width: 200px;
	height: 45px;
	position: absolute;
	top: 6px;
	left: 5px;
}
p#txt {
	padding-top: 3px;
	text-align: right;
	font-size: 12px;
	color:#FFFFFF;
}
ul#gNavi {
	position: absolute;
	bottom: 3px;
	right: 27px;
}
ul#gNavi li {
	float: left;
	font-size: 13px;
	font-weight: bold;
	padding: 0 10px;
	border-right: solid 1px #CCC;
	text-align: center;
	_width: 76px;

}
ul#gNavi li a {
	display: block;
	height: 16px;
	color: #CCC;
}
ul#gNavi li#btnContact{
	border-right: none;
}
			/*li#btnHome a { width: 53px; background-image: url(../../../img/btn_home.gif);}
			li#btnCompany a { width: 77px; background-image: url(../../../img/btn_company.gif);}
			li#btnGallery a { width: 62px; background-image: url(../../../img/btn_gallery.gif);}
			li#btnWorkFlow a { width: 84px; background-image: url(../../../img/btn_work_flow.gif);}
			li#btnFAQ a { width: 41px; background-image: url(../../../img/btn_faq.gif);}
			li#btnContact a { width: 64px; background-image: url(../../../img/btn_contact.gif);}*/


/*-------------------- End Header Style --------------------*/

/*-------------------- 3. Container Style Go Here --------------------*/






/*-------------------- End Container Style --------------------*/

/*-------------------- 4. Copy Style Go Here --------------------*/

div#copy {
	position: relative;
	width: 800px;
	border-top: 1px solid #3A3A3A;
	text-align: right;
	padding: 26px 0;
	margin: 25px 0 0;
}
div#copy p {
	font-size: 12px;
	margin-right: 7px;
}
div#copy a{
	color: #FFF;
	text-decoration: none;
}

ul#fNavi {
	position: absolute;
	top: 3px;
	right: 27px;
}
ul#fNavi li {
	float: left;
	font-size: 13px;
	font-weight: bold;
	padding: 0 10px;
	border-right: solid 1px #CCC;
	text-align: center;
	_width: 76px;

}
ul#fNavi li a {
	display: block;
	height: 16px;
	color: #CCC;
}
ul#fNavi li#btnContact{
	border-right: none;
}

/*-------------------- End Copy Style --------------------*/

.style1 {color: #FFFF00}
.style2 {color: #FFFFFF}
.style3 {color: #00FFFF}


#banner{
}