@charset "utf-8";


/*---=01_base---*/
* {
	margin:0px;
	padding:0px;
}

body {
	font:normal normal normal 75%/1.6 Verdana, "ＭＳ Ｐゴシック", sans-serif;
	text-align:center;
	color:#666;
	line-height:1.4em;
	font-size:80%;
	background:#fff url(../img/bg.gif) center repeat-y;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight: normal;
}

img {
	border:0;
	vertical-align:bottom;
}

ul {
	list-style:none;
}

table {
	font-size:100%;
}

table caption {
	display:none;
}

td,th {
	text-align:left;
	line-height: 1.4;
	padding:3px;
}


#wrapper {
	width:950px;
	margin:0px auto;
	text-align:left;
}

#main_box {
	width:950px;
	float:left;
	display:inline;
	background:#fff;
	text-align:left;
	margin-top:10px;
}

#main {
	width:730px;
	float:right;
	margin-right:10px;
	display:inline;
	
}



/*-------リンクの色------*/

a:link,a:visited {
	color:#727272;
	text-decoration:none;
}

a:active,a:hover {
	color:#3A4EFC;
	text-decoration:underline;
}


/*------上段グローバルナビ-------*/



div.top_nav{
	width:950px;
	height:54px;
	float:left;
	margin:0;
	border-bottom:3px solid #dbdbdb;
	border-top:3px solid #dbdbdb;
	background:#dbdbdb;
}

div.top_nav ul{
	width:948px;
	height:54px;
	float:right;
}

div.top_nav ul li{
	width:133px;
	height:54px;
	float:left;
	margin-left:2px;
	display:inline;
	overflow:hidden;
}

div.top_nav ul li a{
	text-indent:-9999px;
	display:inline;
	width:133px;
	height:54px;
	display:block;
}

.t_nav01 a{	background:url(../img/nav01.gif) no-repeat left top;}
.t_nav01 a:hover{	background-position:bottom;}
.t_nav02 a{	background:url(../img/nav02.gif) no-repeat left top;}
.t_nav02 a:hover{	background-position:bottom;}
.t_nav03 a{	background:url(../img/nav03.gif) no-repeat left top;}
.t_nav03 a:hover{	background-position:bottom;}
.t_nav04 a{	background:url(../img/nav04.gif) no-repeat left top;}
.t_nav04 a:hover{	background-position:bottom;}
.t_nav05 a{	background:url(../img/nav05.gif) no-repeat left top;}
.t_nav05 a:hover{	background-position:bottom;}
.t_nav06 a{	background:url(../img/nav06.gif) no-repeat left top;}
.t_nav06 a:hover{	background-position:bottom;}
.t_nav07 a{	background:url(../img/nav07.gif) no-repeat left top;}
.t_nav07 a:hover{	background-position:bottom;}

.t_nav01_on a{	background:url(../img/nav01.gif) no-repeat left bottom;}
.t_nav02_on a{	background:url(../img/nav02.gif) no-repeat left bottom;}
.t_nav03_on a{	background:url(../img/nav03.gif) no-repeat left bottom;}
.t_nav04_on a{	background:url(../img/nav04.gif) no-repeat left bottom;}
.t_nav05_on a{	background:url(../img/nav05.gif) no-repeat left bottom;}
.t_nav06_on a{	background:url(../img/nav06.gif) no-repeat left bottom;}
.t_nav07_on a{	background:url(../img/nav07.gif) no-repeat left bottom;}

div.top_nav ul li a:hover{
	color:#067ca3;
	text-decoration:underline;
}


/*------ぱんくずリスト-------*/

ul#pan {
	width:945px;
	height:20px;
	float:left;
	margin-left:5px;
	display:inline;
}
ul#pan li{
	float:left;
	height:25px;
	line-height:2.0em;
}

/*-------左のナビゲーション------*/

#nav {
	width:200px;
	float:left;
	margin:0;
	background:#fff url(../img/nav_bg.gif) repeat-x left top;
}

#nav h3#nav_t01,
#nav h3#nav_t02{
	height:190px;
	height:15px;
	text-indent:-9999px;
	margin:3px 5px;
	clear:both;

}

#nav h3#nav_t01{	background:url(../img/l_nav_t01.gif) no-repeat left top;}
#nav h3#nav_t02{	background:url(../img/l_nav_t02.gif) no-repeat left top;}

#nav ul{
	width:190px;
	margin:0 5px 10px;
	clear:both;
}

#nav ul li{
	width:190px;
	height:37px;
	margin-bottom:2px;
}

#nav ul li a{
	width:190px;
	height:37px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}

.nav01 a{	background:url(../img/l_nav01.gif) no-repeat left top;}
.nav01 a:hover{	background-position:bottom;}
.nav02 a{	background:url(../img/l_nav02.gif) no-repeat left top;}
.nav02 a:hover{	background-position:bottom;}
.nav03 a{	background:url(../img/l_nav03.gif) no-repeat left top;}
.nav03 a:hover{	background-position:bottom;}
.nav04 a{	background:url(../img/l_nav04.gif) no-repeat left top;}
.nav04 a:hover{	background-position:bottom;}
.nav05 a{	background:url(../img/l_nav05.gif) no-repeat left top;}
.nav05 a:hover{	background-position:bottom;}
.nav06 a{	background:url(../img/l_nav06.gif) no-repeat left top;}
.nav06 a:hover{	background-position:bottom;}
.nav07 a{	background:url(../img/l_nav07.gif) no-repeat left top;}
.nav07 a:hover{	background-position:bottom;}

.nav01_on a{	background:url(../img/l_nav01.gif) no-repeat left bottom;}
.nav02_on a{	background:url(../img/l_nav02.gif) no-repeat left bottom;}
.nav03_on a{	background:url(../img/l_nav03.gif) no-repeat left bottom;}
.nav04_on a{	background:url(../img/l_nav04.gif) no-repeat left bottom;}
.nav05_on a{	background:url(../img/l_nav05.gif) no-repeat left bottom;}
.nav06_on a{	background:url(../img/l_nav06.gif) no-repeat left bottom;}
.nav07_on a{	background:url(../img/l_nav07.gif) no-repeat left bottom;}

/*-------フッター------*/

#footer {
	clear:both;
	width:950px;
	float:left;
	font-size:80%;
	background:#fff url(../img/footer_bg.gif) repeat-x 0 0;
	margin-top:10px;
}

#footer ul{
	width:950px;
	text-align:center;
	margin-top:5px;
}

#footer ul li{
	display:inline;
}

address {
	text-align:center;
	font-style: normal;
	clear:both;
	padding: 0px 0px 5px;
}


/*---=09_general_purpose---*/


.mb10 {
	margin-bottom:10px;
}
.mb15 {
	margin-bottom:15px;
}
.mb20 {
	margin-bottom:20px;
}
.mb30 {
	margin-bottom:30px;
}
.mb60 {
	margin-bottom:60px;
}
.mb120 {
	margin-bottom:120px;
}
.mb180 {
	margin-bottom:180px;
}
.mb200 {
	margin-bottom:200px;
}
.mb230 {
	margin-bottom:230px;
}
.mb400 {
	margin-bottom:400px;
}

.ali_cen {
	text-align:center;
}
.ali_right {
	text-align: right;
}
.ali_left {
	text-align: left;
}

.pd5{
	padding:5px;
}

.ind20{
text-indent:20px;
}

.fl {
	float:left;
}
.fr {
	float:right;
}

.imgR{
	margin-left:15px;
	margin-bottom:15px;
	float:right;
}
.imgL{
	margin-right:15px;
	margin-bottom:15px;
	float:left;
}

.clb {
	clear:both;
}
.cll {
	clear:left;
}
.clr {
	clear:right;
}
.totop{
	text-align:right;
	clear:both;
}
table.table01{
	margin-left:10px;
	width:694px;
	border-collapse:collapse;
	font-size:95%;
}

table.table01 th{
	padding:5px 5px 0;
	width:160px;
}

table.table01 td{
	padding:5px 5px 0;
}

table.table02{
	width:694px;
	border-collapse:collapse;
	font-size:95%;
}

table.table02 th{
	padding:5px 5px 0;
	width:160px;
}

table.table02 td{
	padding:5px 5px 0;
}

.bg_purple{
	background:#CCCCFF;
}
/*---=10_page_title---*/
