﻿/*リセット*/

*{
	margin: 0;
	padding: 0;
}

img{
	border: 0;
}

/*FIREFOXでセンターがずれるのを防ぐ*/
html {
	overflow-y:scroll;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"
	text-align: center;
	background: url(../images/main_bg.jpg) repeat-x #366194;
	color: #666;
}

/*全体のリンク設定*/
a:link{
	color: #666;
	text-decoration: underline;
}

a:visited{
	color: #666;
	text-decoration: underline;
}

a:hover{
	color: #366194;
	text-decoration: none;
}

#container{
	width: 814px;
	text-align: left;
	margin: 0 auto;
	background: url(../images/bg_body.jpg) repeat-y #fcfcfc;/*container全体に背景を適用*/
}

#header{
	width: 814px;
	background: #aabad1;
	position: relative;
}

h1{
	width: 167px;
	height: 117px;
	background: url(../images/sousaku_logo.jpg) no-repeat;
	text-indent: -5000px;
	float: left;
}

#language{
	width: 100px;
	text-align: right;
	position: absolute;
	right: 0;
	top: 70px;
}

#sub_navi{
	width: 647px;
	height: 117px;
	float: right;
	background: #aabad1;
}

#sub_navi ul{
	width: 509px;
	float: right;
	margin-top: 96px;
}

#sub_navi ul li{
	float: left;
	width: auto;
	list-style: none;
	padding-left: 20px;
}

#sub_navi ul li a#sub_top{
	display: block;
	width: 44px;
	height: 13px;
	background: url(../images/top_btn01.jpg) no-repeat;
	text-indent: -5000px;
	overflow: hidden;
}


#sub_navi ul li a#sub_faq{
	display: block;
	width: 39px;
	height: 13px;
	background: url(../images/faq_btn01.jpg) no-repeat;
	text-indent: -5000px;
	overflow: hidden;
}

#sub_navi ul li a#sub_privacy{
	display: block;
	width: 142px;
	height: 13px;
	background: url(../images/privacy_btn01.jpg) no-repeat;
	text-indent: -5000px;
	overflow: hidden;
}

#sub_navi ul li a#sub_sitemap{
	display: block;
	width: 90px;
	height: 13px;
	background: url(../images/sitemap_btn01.jpg) no-repeat;
	text-indent: -5000px;
	overflow: hidden;
}

#sub_navi ul li a#sub_contact{
	display: block;
	width: 94px;
	height: 13px;
	background: url(../images/contact_btn01.jpg) no-repeat;
	text-indent: -5000px;
	overflow: hidden;
}

#main{
	clear: both;
	width: 814px;
}

#flash_content{
	float: left;
	width:: 489px;
	height: 319px;
}

#movie{
	float: right;
	width: 325px;
	height: 319px;
	background: url(../images/movie.jpg) no-repeat;
}

#movie_over{
	width: 278px;
	height: 228px;
	margin-top: 31px;
}

/*下のコンテンツを包む*/
#wrap{
	width: 814px;
}

/*グローバルナビ*/
#g_navi{
	width: 756px;
	margin: 0 29px;
}

#g_navi li{
	float: left;
	width: 240px;
	list-style: none;
	margin-right: 18px;
	margin-bottom: 5px;
}

#g_navi li.no_margin{margin: 0;}

#g_navi li a{
	display:block;
    width:240px;
    height:76px;
    text-indent:-5000px;
    overflow:hidden;
}

a#company{
    background-image: url(../images/company_btn.jpg);
}

a#buisinessgame{
    background-image: url(../images/buisiness_btn.jpg);
}

a#experience{
    background-image: url(../images/try_btn.jpg);
}

a#term{
    background-image: url(../images/order_btn.jpg);
}

a#solution{
    background-image: url(../images/solution_btn.jpg);
}

a#development{
    background-image: url(../images/develop_btn.jpg);
}

a#movie{
    background-image: url(../images/movie_btn.jpg);
}

#g_navi li a:hover{
    background-position: 0px -76px;
}


#info{
	width: 738px;
	margin: 0px 38px;
	clear: both;
}

#left{
	width: 420;
	float: left;
	margin-top: 25px;
}

h2{
	width: 420px;
	height: 27px;
	background: url(../images/news.jpg) no-repeat;
	text-indent: -5000px;

}

#info ul{
	background: url(../images/news_bg.jpg) repeat-y;
	padding-bottom: 5px;
}

#info li{
	font-size: 10px;
	list-style: none;
	margin-left: 25px;
	padding-top: 5px;
}

#news_bottom{
	background: url(../images/news_bottom.jpg) no-repeat;
	width: 420px;
	height: 4px;
}

#right{
	width: 300px;
	float: right;
	margin-bottom: 30px;
	margin-top: 25px;
}

#contact_big{
	width: 300px;
	height: 78px;
}

#monitor_big{
	width: 300px;
	height: 64px;
	background: url(../images/monitortop_btn.jpg) no-repeat;
	margin-top: 10px;
}

/*h3#contact_big a{
	display:block;
    width:300px;
    height:78px;
    text-indent:-5000px;
    overflow:hidden;
}*/

h3#monitor_big a{
	display:block;
    width:300px;
    height:64px;
    text-indent:-5000px;
    overflow:hidden;
}


#right a:hover{
	background-position: 0px -78px;
}

#footer{
	width: 814px;
	height: 60px;
	clear: both;
	background: url(../images/footer_bg.jpg) no-repeat;
}

#f_navi{
	width: auto;
	float: right;
}

#f_navi li{
	float: left;
	width: auto;
	font-size: 10px;
	color: #fff;
	margin-right: 13px;
	margin-top: 10px;
	list-style: none;
}

#f_navi li a:link{
	color: #fff;
	text-decoration: none;
}

#f_navi li a:visited{
	color: #fff;
	text-decoration: none;
}

#f_navi li a:hover{
	color: #fff;
	text-decoration: underline;
}

#footer p{
	float: right;
	width: auto;
	clear: both;
	color: #fff;
	font-size: 10px;
	margin-right: 13px;
	margin-top: 5px;
}

