@charset "utf-8";
/* ===================================================================
CSS information
 file name  :  common.css
 style info :  共通設定
=================================================================== */
/*--- reset */
#page{
	width:900px;
	text-align:center;
	margin:0 auto;
}
#contents,
#footer{
	width:900px;
	text-align:left;
}
#contents:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

/*----------------------------------------------------
	#header
----------------------------------------------------*/
#header{
	width:900px;
	text-align:left;
	background:url(../image/common/header.gif) no-repeat;
}
#header .title{
	text-indent:-9999px;
	width:900px;
	height:70px;
}
#header .title:after {content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;}
#header .title h1{
	float:left;
	margin-right:327px;
	text-indent:-9999px;
	font-size:0pt;
	width:280px;
	height:50px;
	padding-top:10px;
}
#header .title h1 a{
	display:block;
	text-decoration:none;
	width:280px;
	height:50px;
}
#header .title .logo-kokusai{
	float:left;
	width:160px;
	height:20px;
	padding-top:37px;
}
#header .title .logo-kokusai a{
	display:block;
	text-decoration:none;
	width:160px;
	height:20px;
}
#header .title .logo-digix{
	float:right;
	width:115px;
	height:20px;
	padding-top:37px;
}
#header .title .logo-digix a{
	display:block;
	text-decoration:none;
	width:115px;
	height:20px;
}
/*----------------------------------------------------
	#menu
----------------------------------------------------*/
#header .menu{
	text-indent:-9999px;
	width:900px;
	height:50px;
	background:url(../image/common/menu.jpg) no-repeat 0 -50px;
	margin-bottom:20px;
	}
#header .menu:after {content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;}
#header .menu li{
	float:left;
	width:150px;
}
#header .menu li a{
	display:block;
	text-decoration:none;
	width:150px;
	height:50px;
}
#header .menu li.home a{background:url(../image/common/menu.jpg) no-repeat 0 0;}
#header .menu li.about a{background:url(../image/common/menu.jpg) no-repeat -150px 0;}
#header .menu li.case a{background:url(../image/common/menu.jpg) no-repeat -300px 0;}
#header .menu li.service a{background:url(../image/common/menu.jpg) no-repeat -450px 0;}
#header .menu li.news a{background:url(../image/common/menu.jpg) no-repeat -600px 0;}
#header .menu li.info a{background:url(../image/common/menu.jpg) no-repeat -750px 0;}

#header .menu li.home a:hover{background:url(../image/common/menu.jpg) no-repeat 0 -100px;}
#header .menu li.about a:hover{background:url(../image/common/menu.jpg) no-repeat -150px -100px;}
#header .menu li.case a:hover{background:url(../image/common/menu.jpg) no-repeat -300px -100px;}
#header .menu li.service a:hover{background:url(../image/common/menu.jpg) no-repeat -450px -100px;}
#header .menu li.news a:hover{background:url(../image/common/menu.jpg) no-repeat -600px -100px;}
#header .menu li.info a:hover{background:url(../image/common/menu.jpg) no-repeat -750px -100px;}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents{width:900px;}
#contents:after {content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;}
#contents #main{
	float:left;
	width:680px;
}
#contents #sub{
	float:right;
	width:200px;
}
/*----------------------------------------------------
	#main
----------------------------------------------------*/
#main .box{
	background:url(../image/common/box.gif) repeat-y;
	width:670px;
	border-top:5px solid #E6E6E6;
	border-bottom:5px solid #E6E6E6;
	padding:10px 5px;
	margin-bottom:20px;
}

/*----------------------------------------------------
	#sub
----------------------------------------------------*/
#sub .info-bottom{
	text-indent:-9999px;
	width:200px;
	height:50px;
	margin-bottom:20px;
}
#sub .info-bottom a{
	display:block;
	text-decoration:none;
	width:200px;
	height:50px;
	background:url(../image/common/info-bottom.jpg) no-repeat;
}
#sub .info-bottom a:hover{
	background:url(../image/common/info-bottom.jpg) no-repeat 0 -50px;
}
#sub .sub-move{
	margin-bottom:20px;
}
/*----------------------------------------------------
	#footer
----------------------------------------------------*/
#footer{
	border-top:2px solid #E6E6E6;
	padding:10px 0;
	font-size:10px;
	color:#999999;
}
#footer a{
	color:#999999;
}
#footer a:hover{
	color:#1F7F1F;
}
#footer ul:after {content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;}
#footer ul{
	margin-bottom:20px;
}

#footer li{
	float:left;
}
#footer li.f-home{width:85px;}
#footer li.f-about{width:145px;}
#footer li.f-case{width:115px;}
#footer li.f-service{width:115px;}
#footer li.f-news{width:90px;}
#footer li.f-info{width:95px;}
#footer li.f-privacy{width:105px;}
#footer li.f-security{width:135px;}

.copyright{
	width:900px;
	border-top:2px solid #E6E6E6;
	padding-top:5px;
	text-align:right;
	font-size:10px;
	margin-bottom:10px;
	color:#999999;

}
#footer2{
	border-top:2px solid #E6E6E6;
	padding-top:10px;
	color:#999999;
	font-size:10px;
	margin-bottom:20px;
}
#footer2 a{
	color:#999999;
}