﻿/*リセット*/

*{
	margin: 0;
	padding: 0;
}

img{
	border: 0;
}

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

body{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background: #efefef;
	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 #fff;/*container全体に背景を適用*/
}

#header{
	width: 814px;
	background: #efefef;
	position: relative;
	padding-top: 5px;
}

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

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

#sub_navi{
	width: 729px;
	float: right;
	background: #efefef;
	margin-top: 55px;
}

#sub_navi ul{
	width: 509px;
	float: right;
}

#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{
	width: 762px;
	margin: 0 auto;
	background: #fff;
	border: solid #cccccc 1px;
}

/*下のコンテンツを包む*/
#wrap{
	width: 760px;
	margin: 0 auto;
	margin-top: 17px;
	margin-bottom: 20px;
}

/*グローバルナビ*/
#g_navi{
	width: 814px;
	height: 63px;
	background: url(../images/header_bg.jpg) no-repeat;
	padding-top: 10px;
	clear:both;
}

#g_navi ul{
	width: 802px;
	margin: 0 10px;
}

#g_navi li{
	float: left;
	width: 132px;
	margin-right: 1px;
	list-style: none;
}

#g_navi li.no_margin{margin: 0;}

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

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

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

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

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

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

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

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

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




/*バナーコンテンツを格納する*/
#left{
	width: 540px;
	float: left;
}



/*左コンテンツのリンク設定*/
#left a:link{
	text-decoration: none;
	color: #666;
}

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

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


h2{
	font-size: 12px;
	color: #0078B7;
	margin-bottom: 3px;
}

/*NEWSヘッダー*/
h3{
	width: 200px;
	height: 19px;
	background: url(../images/newsrelease.gif) no-repeat;
	text-indent: -5000px;
	margin: 15px 0 10px 0;
	}

.banner_l{
	width: 260px;
	float: left;
}

dd{
	margin-top: 5px;
}

dl.banner_l dd p{
	font-size: 10px;
	line-height: 1.5;
}


/*右マージン空ける*/
.mr{
	margin-right: 20px;
}

/*News等を格納する*/
#right{
	width: 200px;
	float: right;
}

#right ul{
	width: 200px;
	list-style: none;
	}

#right ul li{
	width: 200px;
	height: 55px;
	overflow: hidden;
}

/*フッター設定*/
#sns_footer{
	width: 800px;
	height: 36px;
	margin: 0 auto;
	background: #0078b7 url(../images/tonbo.jpg) no-repeat;
	clear: both;
	position: relative;
}

#sns_footer ul{
	width: 160px;
	position: absolute;
	top: 6px;
	right: 0;
}

#sns_footer ul li{
	/*float: left;
	width: auto;*/
	list-style: none;
	
}

#facebook{
	float: left;
	width: 70px;
	margin-right: 5px;
}

#twitter{
	float: left;
	width: 56px;
	margin-right: 5px;
}

#hatena{
	float: left;
	width: 19px;
}



#footer{
	width: 800px;
	clear: both;
	background: url(../images/footer_bg.jpg) repeat-x #243e5f;
	margin: 0 auto;
	padding-top: 10px;
}

#f_navi1{
	width: auto;
	float: left;
	padding-left: 35px;
}

#f_navi{
	width: auto;
	float: left;
	padding-left: 20px;
}

#f_navi li{
	font-size: 10px;
	color: #fff;
	list-style: none;
	margin-bottom: 5px;
}

#f_navi1 li{
	font-size: 10px;
	color: #fff;
	list-style: none;
	margin-bottom: 5px;
}

#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;
}

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

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

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

#footer_bottom{
	width: 814px;
	height: 41px;
	background: url(../images/footer_bottom.jpg) no-repeat;
}

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

/*CLEARFIX*/
.cl{clear: both;}

/*float対策*/
.clfix:after{
	content: "";
	display: block;
	height: 1px;
	clear: both;
	visibility: hidden;
}

.clfix{
    display:inline-block;  /* MAC IE用　*/
    min-height:1%;  /* IE 7用 */
}

/*--MAC IEは非適用→ \*/
* html .clfix{height: 1%;}
.clfix{display: block;}
/*--ここまでMAC IEは非適用 */

