@charset "utf-8";

/* default設定
------------------------------------------------------------ */
*{
	margin:0;
	padding:0;
	background-color:transparent;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}

img{
	border:none;
}
.clearfix:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;   
}
.unipluxName{
	font-family:"Arial Black"!important;
}
.unipluxCopy{
	font-size:8px!important;
}
a:link,a:active,a:visited {
	color:#4e76b4;
}

a:hover {
	color:#F93;
}

/* body設定
------------------------------------------------------------ */
body{
	background:#ffffff url(../images/common/bg.jpg) center top repeat-x ;
	color:#666666;
}


/* header設定
------------------------------------------------------------ */
#header{
	width:900px;
	height:101px;
	margin:0 auto;
}

#headerContents{
	display: inline-block;
}

#headerLeft{
	width:540px;
	float:left;
}

#headerRight{
	width:360px;
	float:left;
}

#header h1{
	float:left;
	margin:24px 0 0 0;
}

#header h1 a{
	background:url(../images/common/logo.jpg) no-repeat;
	width:345px;
	height:0;
	display:block;
	padding-top:50px;
	overflow:hidden;
}

#header p{
	margin:30px 0 0 0;
	float:right;
	font-size:10px;
	color:#FFFFFF;
}

#hNavi {
	margin:0 0 0 117px;
}

#hNavi ul {
	list-style:none;
	width:243px;
}

#hNavi li {
	float:left;
}
.hNavi01 a {
	background:url(../images/common/header_navi.jpg) no-repeat 0 0;
	display:block;
	width:103px;
	height:0;
	overflow:hidden;
	padding-top:17px;
}
.hNavi01 a:hover{
	background:url(../images/common/header_navi.jpg) no-repeat 0 -17px;
}

.hNavi02 a {
	background:url(../images/common/header_navi.jpg) no-repeat -103px 0;
	display:block;
	width:140px;
	height:0;
	overflow:hidden;
	padding-top:17px;
}
.hNavi02 a:hover{
	background:url(../images/common/header_navi.jpg) no-repeat -103px -17px;
}

/* gNavi設定
------------------------------------------------------------ */

#gNavi {
	clear:both;
}
#gNavi ul{
	width:900px;
	list-style:none;
	margin:0 auto;
}
#gNavi li{
	display:inline;
}

#gNavi li a{
	width:150px;
	float:left;
	height:0;
	padding-top:45px;
	overflow: hidden;
	display:block;
	background-image:url(../images/common/gnavi.jpg);
}
li.gNavi01 a{
	background-position:0 0;
}
li.gNavi01 a:hover{
	background-position:0 -45px;
}
li.gNavi01-o a{
	background-position:0 -45px;
}

li.gNavi02 a{
	background-position:-150px 0;
}
li.gNavi02 a:hover{
	background-position:-150px -45px;
}
li.gNavi02-o a{
	background-position:-150px -45px;
}

li.gNavi03 a{
	background-position:-300px 0;
}
li.gNavi03 a:hover{
	background-position:-300px -45px;
}
li.gNavi03-o a{
	background-position:-300px -45px;
}

li.gNavi04 a{
	background-position:-450px 0;
}
li.gNavi04 a:hover{
	background-position:-450px -45px;
}
li.gNavi04-o a{
	background-position:-450px -45px;
}

li.gNavi05 a{
	background-position:-600px 0;
}
li.gNavi05 a:hover{
	background-position:-600px -45px;
}
li.gNavi05-o a{
	background-position:-600px -45px;
}

li.gNavi06 a{
	background-position:-750px 0;
}
li.gNavi06 a:hover{
	background-position:-750px -45px;
}
li.gNavi06-o a{
	background-position:-750px -45px;
}




/* main設定
------------------------------------------------------------ */
#main {
	float:left;
	width:650px;
	margin-left:20px;
	margin-bottom:40px;
}



/* footer設定
------------------------------------------------------------ */
#footer{
	background-image:url(../images/common/footer.jpg);
	clear:both;
	height:127px;
}

#footerContetns {
	width:900px;
	margin:0 auto;
}

#footerLeft{
	width:640px;
	float:left;
	padding:0 0 0 10px;
}

#footerRight{
	width:243px;
	float:right;
}

#fNavi {
	padding:15px 0 10px 0;
}


.pagetop a {
	margin:0 0 17px 143px;
	width:100px;
	background:url(../images/common/pagetop.jpg) no-repeat 0 0;
	padding-top:20px;
	height:0;
	overflow: hidden;
	display:block;
}


#copyright {
	color:#FFF;
	margin-top:8px;
	font-size:10px;
}

.company {
	margin:5px 0 5px 0;
	width:175px;
	background: url(../images/common/logo2.jpg) no-repeat 0 0;
	padding-top:14px;
	height:0;
	overflow: hidden;
	display:block;
}

.address {
	color:#FFF;
}




#fNavi2 ul {
	list-style:none;
	width:245px;
}

#fNavi2 li {
	float:left;
}
.fNavi01 a {
	background:url(../images/common/fnavi.jpg) no-repeat 0 0;
	display:block;
	width:105px;
	height:0;
	overflow:hidden;
	padding-top:18px;
}
.fNavi01 a:hover{
	background:url(../images/common/fnavi.jpg) no-repeat 0 -18px;
}

.fNavi02 a {
	background:url(../images/common/fnavi.jpg) no-repeat -105px 0;
	display:block;
	width:140px;
	height:0;
	overflow:hidden;
	padding-top:18px;
}
.fNavi02 a:hover{
	background:url(../images/common/fnavi.jpg) no-repeat -105px -18px;
}



#left {
	float:left;
	width:202px;
	margin-bottom:30px;
}

#fontSize {
	background:url(../images/common/font-size.jpg) no-repeat 0 0;
	width:202px;
	height:34px;
}

#fontSize ul {
	list-style:none;
	margin:0 0 0 108px;
}

#fontSize li {
	float:left;
}

.fontS a {
	background:url(../images/common/fontsize.jpg) no-repeat 0 0;
	width:22px;
	display:block;
	height:0;
	overflow:hidden;
	padding-top:22px;
	margin:4px 3px 0 0;
}
.fontS a:hover {
	background:url(../images/common/fontsize.jpg) no-repeat 0 -22px;
}
.fontM a {
	background:url(../images/common/fontsize.jpg) no-repeat -22px 0;
	width:22px;
	display:block;
	height:0;
	overflow:hidden;
	padding-top:22px;
	margin:4px 3px 0 0;
}
.fontM a:hover {
	background:url(../images/common/fontsize.jpg) no-repeat -22px -22px;
}
.fontL a {
	background:url(../images/common/fontsize.jpg) no-repeat -44px 0;
	width:22px;
	display:block;
	height:0;
	overflow:hidden;
	padding-top:22px;
	margin:4px 3px 0 0;
}
.fontL a:hover {
	background:url(../images/common/fontsize.jpg) no-repeat -44px -22px;
}

#left a {
	color:#666666 !important;
	text-decoration:none;
}


h3 {
	background: url(../images/common/h3_bg.jpg) no-repeat 0 0;
	width:640px;
	height:0;
	display:block;
	padding:15px 0 0 10px;
	font-weight:bold;
	color:#3263b3;
	clear:both;
}







