@charset "utf-8";

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0
build: 1549
*/
html{
    color:#6f6f6f;background:#FFF;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
    margin:0;padding:0;
	font: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
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;
}
li { list-style:none; } caption,th{ text-align:left; }
h1,h2,h3,h4,h5,h6{
    font-size:100%;font-weight:normal;
}
q:before,q:after{ content:''; }
abbr,acronym{ border:0;font-variant:normal; }
sup{ vertical-align:text-top; }
sub{ vertical-align:text-bottom; }
input,textarea,select{ font-family:inherit;font-size:inherit;font-weight:inherit; }
input,textarea,select{ *font-size:100%; }
legend{ color:#000; }

a{
	outline: none;
}

body{
	
}


#wrapper{
	position:absolute;
	width:960px;
	height:770px;
	top:50%;
	left:50%;
	margin-left:-480px;
	margin-top:-385px;
	/*margin:auto;*/
	/*background: #CCC;*/
	background:url(../index_image/neogeo_back.gif);
	background-position: center;
	background-repeat:no-repeat;
}

/*------------------ ヘッダー ------------------*/

#header{
	width: 200px;
	height: 80px;
	float:left;
}

#header h1 a{
	display: block;
	width: 140px;
	height: 40px;
	overflow: hidden;
	text-indent: -9999px;
	background:url(../index_image/neogeo_logo.gif);
	background-repeat:no-repeat;
	margin: 20px 10px;
}


/*------------------ メニュー ------------------*/

#navi{
	width: 760px;
	height: 80px;
	margin-left: 200px;
}

#navi ul li{
	float: left;
	list-style-type: none;
	margin-top: 25px;
	margin-right: 20px;
}

#navi ul li a {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

#aboutus{
	width: 90px;
	height: 25px;
	background: url(../index_image/about_us.gif);
}

#works{
	width: 72px;
	height: 25px;
	background: url(../index_image/works.gif);
}

#workflow{
	width: 110px;
	height: 25px;
	background: url(../index_image/work_flow.gif);
}

#serviceprice{
	width: 140px;
	height: 25px;
	background: url(../index_image/service_price.gif);
}

#topics{
	width: 70px;
	height: 25px;
	background: url(../index_image/topics.gif);
}

#contact{
	width: 90px;
	height: 25px;
	background: url(../index_image/contact.gif);
}

#aboutus a:hover{
	width: 90px;
	height: 25px;
	background: url(../index_image/about_us.gif) no-repeat scroll 0 -28px transparent;
}

#works a:hover{
	width: 72px;
	height: 25px;
	background: url(../index_image/works.gif) no-repeat scroll 0 -28px transparent;
}

#workflow a:hover{
	width: 110px;
	height: 25px;
	background: url(../index_image/work_flow.gif) no-repeat scroll 0 -28px transparent;
}

#serviceprice a:hover{
	width: 140px;
	height: 25px;
	background: url(../index_image/service_price.gif) no-repeat scroll 0 -28px transparent;
}

#topics a:hover{
	width: 70px;
	height: 25px;
	background: url(../index_image/topics.gif) no-repeat scroll 0 -28px transparent;
}

#contact a:hover{
	width: 90px;
	height: 25px;
	background: url(../index_image/contact.gif) no-repeat scroll 0 -28px transparent;
}


/*------------------ コンテンツ ------------------*/

iframe{
	width:960px;
	height: 620px;
	overflw: hideen;
	border: none;
}


/*------------------ フッター ------------------*/

#footer{
	width: 940px;
	height: 70px;
	font-size: 10px;
	margin: 0 10px;
/*	background: #CCC;
*/}

.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 */

#footer a:link{
	color: #6f6f6f;
	text-decoration: none;
}

#footer a:visited{
	color: #acacac;
	text-decoration: none;
}

#footer a:hover{
	color: #6d769b;
	text-decoration:underline;
}


#footermenu{
	width: 550px;
	margin-top: 10px;
	float: left;
}

#footermenu ul li{
	float:left;
}

#address{
	width: 300px;
	margin-top: 10px;
	float: right;
	text-align: right;
}

#address span{
	font-size: 12px;
}

#address p{
	float: right;
}

#address a{
	float: left;
	margin-left: 20px;
	display:block;
	text-indent: 1.3em;
	background:url(../index_image/footer_icom.gif);
	background-repeat:no-repeat;
}


/*#footer p{
	float: left;
}*/