@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color: #000000;
	font: 80%/150% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url(../images/redirect/bg_body.jpg) no-repeat center 0px;
}


h1,h2,h3,h4,h5,h6,p,form,dt,dl,dd,ul,li {
	margin:0;
	padding:0;
}

a img {
	border-style: none;
}


/*link
------------------------*/
a:link {
	color:#000000;
	text-decoration:none;
	outline:none;
}

a:visited {
	color:#000000;
	text-decoration:none;
	outline:none;
}

a:hover {
	color:#a89aa4;
	text-decoration:underline;
	outline:none;
}


/*clearfix
------------------------*/
.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 */


.clear {
	clear: both;
}


/*wrap
---------------------------------*/

#wrap {
	width: 960px;
	margin: 0px auto;
}


/*header
---------------------------------*/
#header {
	width: 100%;
	margin-bottom: 20px;
}

#header .fL {
	float: left;
	width: 600px;
	padding: 20px 0px;
}

#header .logo {
	float: left;
	height: 52px;
	width: 200px;
}

#header .logo a {
	background: url(../images/redirect/logo_img.png) no-repeat 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 52px;
	width: 200px;
}

#header h1 {
	font-size: 1em;
    float: right;
    font-size: 0.8em;
    font-weight: normal;
    margin-top: 5px;
    width: 380px;
}

#header .t_menu {
	float: right;
	width: 230px;
	list-style: none;
}

#header .t_menu li {
	float: left;
}

.btn01 a {
	background: url(../images/redirect/g_navi.png) no-repeat scroll 0 0 transparent;
	height: 27px;
	width: 134px;
	text-indent: -9999px;
	display: block;
}
.btn02 a {
    background: url(../images/redirect/g_navi.png) no-repeat scroll -134px 0 transparent;
    height: 27px;
    width: 96px;
	text-indent: -9999px;
	display: block;
}

.btn01 a:hover {
	background: url(../images/redirect/g_navi.png) no-repeat scroll 0 -27px transparent;
	height: 27px;
	width: 134px;
	text-indent: -9999px;
	display: block;
}
.btn02 a:hover {
    background: url(../images/redirect/g_navi.png) no-repeat scroll -134px -27px transparent;
    height: 27px;
    width: 96px;
	text-indent: -9999px;
	display: block;
}



#main-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#main-nav li {
    float: left;
    text-indent: -9999px;
}
#main-nav li a {
    display: block;
}
.navi01 a {
    background: url(../images/redirect/menu_img.png) no-repeat scroll 0 0 transparent;
    height: 65px;
    width: 160px;
}
.navi01 a:hover {
    background: url(../images/redirect/menu_img.png) no-repeat scroll 0 -65px transparent;
    height: 65px;
    width: 160px;
}
.navi02 a {
    background: url(../images/redirect/menu_img.png) no-repeat scroll -160px 0 transparent;
    height: 65px;
    width: 160px;
}
.navi02 a:hover {
    background: url(../images/redirect/menu_img.png) no-repeat scroll -160px -65px transparent;
    height: 65px;
    width: 160px;
}
.navi03 a {
    background: url(../images/redirect/menu_img.png) no-repeat scroll -320px 0 transparent;
    height: 65px;
    width: 160px;
}
.navi03 a:hover {
    background: url(../images/redirect/menu_img.png) no-repeat scroll -320px -65px transparent;
    height: 65px;
    width: 160px;
}
.navi04 a {
    background: url(../images/redirect/menu_img.png) no-repeat scroll -480px 0 transparent;
    height: 65px;
    width: 160px;
}
.navi04 a:hover {
    background: url(../images/redirect/menu_img.png) no-repeat scroll -480px -65px transparent;
    height: 65px;
    width: 160px;
}
.navi05 a {
    background: url(../images/redirect/menu_img.png) no-repeat scroll -640px 0 transparent;
    height: 65px;
    width: 160px;
}
.navi05 a:hover {
    background: url(../images/redirect/menu_img.png) no-repeat scroll -640px -65px transparent;
    height: 65px;
    width: 160px;
}
.navi06 a {
    background: url(../images/redirect/menu_img.png) no-repeat scroll -800px 0 transparent;
    height: 65px;
    width: 160px;
}
.navi06 a:hover {
    background: url(../images/redirect/menu_img.png) no-repeat scroll -800px -65px transparent;
    height: 65px;
    width: 160px;
}


/*contents
---------------------------------*/
#contents {
	width: 850px;
	margin: 0px auto 50px;
	height: 450px;
}



/*footer
---------------------------------*/
#footer {
	background: #0B327D;
	padding: 10px;
}

#footer .logo {
	height: 25px;
	width: 145px;
	float: left;
}

#footer .logo a {
	background: url(../images/redirect/rogo_img.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 25px;
	width: 145px;
}

#footer .copyright {
	color: #FFF;
	float: right;
}
