
body,
div,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
p,a,
table,th,td,
dl,dt,dd,
form {
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-size: 100%;
	font-style: normal;
	letter-spacing: 0;
}

br {
	padding: 0px;
	margin: 0px;
}

img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

html{
	height:100%
}


body {
	height:100%;
	line-height:1.4;
	font-size:12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	/*font-family:"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",'メイリオ', Meiryo, Osaka,sans-serif;*/
	color:#333333;
}

body#works{background:url(../img/bg_works.gif) repeat left top;}
body#news{background:url(../img/bg_news.gif) repeat left top;}
body#company{background:url(../img/bg_company.gif) repeat left top;}
body#links{background:url(../img/bg_links.gif) repeat left top;}
body#recruit{background:url(../img/bg_recruit.gif) repeat left top;}
body#other{background:url(../img/bg_white.gif) repeat left top;}

a,
a:link,
a:visited{
/*	color:#40d8ff;*/
	color:#ff2079;
	text-decoration:underline;
}

a:hover,
a:active{
/*	color:#40d8ff;*/
	color:#ff2079;
	text-decoration:none;
}

#wrapper{
	width:855px;
	margin:0 auto;
}

#right-coloum{
	width:734px;
	background:#ffffff;
	float:right;
}

#contents-header{
	width:734px;
	height:166px;
}

#contents-header h1{font-size:30px; margin:20px 0 0 20px;}
#contents-header h2{font-size:24px; margin:10px 0 0 20px;}
#contents-header p{font-size:16px; margin:10px 0 0 20px;}

#contents-wrapper{
	background:#ffffff;
	min-height:600px;
	height:auto !important;
	height:600px;
	position:relative;
}

#contents{
	width:618px;
	float:right;

}

#btn-home{
	position:absolute;
	top:0;
	left:0;
	width:116px;
	height:116px;
}

#btn-home p{
	font-size:16px;
	margin:0 0 0 20px;
}

div.pagetop{
	text-align:right;
	margin:0 25px 45px 0;
	padding:20px 0 0 0;
}

#left-coloum{
	width:121px;
	float:left;
}

#nav ul li{
	font-size:14px;
	line-height:1.8;
}

p.logo{
	padding:0 0 20px 0;
	font-size:16px;
}


#footer{
	background:#f2f2f2;
	width:734px;
	height:105px;
	position:relative;
}

#footer ul{
	list-style-type:none;
	position:absolute;
	top:20px;
	right:25px;
}

#footer ul li{
	float:left;
}

/*--------------------------------
           CSS HACK
 ------------------------------ */
.clearfix:after{
	content:".";
	display: block;
	height:0px;
	clear:both;
	line-height:0;
	visibility:hidden;
}

.clearfix{
	zoom:1;/*for IE 5.5-7*/
}

