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

* {
	margin: 0;
	padding: 0;
}

body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 1.0em;
}
 
table {border-spacing:0;}
* html table {border-collapse:collapse;}
*:first-child+html table {border-collapse:collapse;}
caption,th {text-align:left; font-weight:normal;}
table,th,td,img {border:0;}
img,input {vertical-align:middle;}
q:before,q:after {content:'';}
ul {list-style: none;}

body { font-size: 62.5%; /* 10px */ }
h1 { font-size: 2em; /* 20px */ }
p { font-size: 1.2em; /* 12px */ }



body {
	color: #333;
	background: #000;
	font-family : 'Hiragino Kaku Gothic Pro', Meiryo, san-serif;
	font-size: 62.5%;
	line-height: 1.7;
	text-align: center;
}
 
/* --- link --- */
 
a {
	color: #3C25A1;
}
a:visited {
	color: #3C25A1;
	text-decoration: none;
}
a:hover {
	color: #66f;
	text-decoration: underline;
}
 
/* --- general --- */
 
h2 {
	margin: 0 0 0.5em 0;
	font-size: 1.5em;
}
h3 {
	margin: 0 0 1em 0;
	color: #333;
	font-size: 1.2em;
	font-family: serif;
}
 
p {
	font-size: 1.2em;
	margin-bottom: 1.5em;
}
 
ul {}
ol {}
 
table {
	margin-bottom: 1.5em;
	font-size: 1.2em;
	line-height: 1.7;
}


/*-----------------------------------------------------------------------------content---*/



#main{
	text-align:center;
	background-color: #000000;
    overflow:hidden;
    height:200px;
    width:400px;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-100px;
    margin-left:-200px;
}


#logo {
	margin-bottom: 20px;
	/*border: solid 1px #FFFFFF;*/
}


#menu {
	text-align:left;
	width: 400px;
	height: 19px;
	margin: 0;
	padding: 0;
	/*border: solid 1px #FFFFFF;*/
}

#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	float: left;
	text-align:left;
	list-style-type:none;
	/*padding: 0px 32px 0px 0px;*/
	margin:0;
	line-height: 0;
}

li img{
vertical-align:bottom;
}

li.homeBtn{
	width: 50px;
	height:19px;
	padding-right:32px;
	background:url(../images/home_r.gif) no-repeat;
}

li.aboutBtn{
	width: 55px;
	height:19px;
	padding-right:32px;
	background:url(../images/about_r.gif) no-repeat;
}

li.worksBtn{
	width: 58px;
	height:19px;
	padding-right:32px;
	background:url(../images/works_r.gif) no-repeat;
}

li.linkBtn{
	width: 41px;
	height:19px;
	padding-right:32px;
	background:url(../images/link_r.gif) no-repeat;
}

li.contactBtn{
	width: 68px;
	height:19px;
	padding: 0;
	background:url(../images/contact_r.gif) no-repeat;
}

#menu li a{
	display:block;
	height:19px;
}

#menu li a:hover {
	background-color:transparent;
}

#menu li a:hover img{
	visibility:hidden;
}



#recruit {
	clear: both;
	float: right;
	margin: 30px 0px 0px 0px;
	display:inline;
}