/* CSS Document */
@charset "shift_jis";


/*---------テンプレートスタイル---------*/

body {
width: 100%;
/*IE6用センター*/
text-align: center;
}

/**********ラッパー**********/

#wrapper {
	width: 100%;
	text-align: left;
}


/**********ヘッダ**********/

#header {
	width: 100%;
	height: 76px;
}

#header .headerline {
	width: 100%;
	height: 6px;
	background-color: #1D4165;
}

#header .headerbox {
	width: 920px;
	height: 70px;
/*	background: url(../images/headerbg01.jpg) no-repeat right top;
*/	margin: 0 auto;
}

#header .headerbox table tr td p .snav01 {
	font-size: 10px;
	background: url(../images/snavicon01.jpg) no-repeat left 3px;
	padding-left: 8px;
}

#header .headerbox table tr td p .snav01:hover {
color: #61A6EB;
}

#header p {
	font-family: Verdana, Arial;
}


/**********グローバルナビ**********/

#gnav {
    width: 100%;
	height: 52px;
	background:url(../images/gnavbg01.jpg) repeat-x left top;
}

#gnav .gnavbox {
	width: 920px;
	height: 52px;
	background-color: #FFFFFF;
	margin: 0 auto;
}


/**********メインイメージ**********/

#mainimg {
	width: 920px;
	height: 220px;
	margin: 0 auto;
	padding: 10px 0;
}


/**********パン**********/

#pan {
    width: 100%;
	height: 20px;
	background: url(../images/panbg01.jpg) no-repeat center top; 
	background-color: #B9B9B9;
	margin-bottom: 10px;
}

#pan .panbox {
	width: 920px;
	height: 20px;
	margin: 0 auto;
}

#pan .panbox p {
	font-size: 10px;
	padding: 2px 0 0 4px;
	font-family: Verdana, Arial;
	color: #FFFFFF;
}

#pan .panbox p a {
	font-size: 10px;
	font-family: Verdana, Arial;
	color: #FFFFFF;
}


/**********コンテンツ**********/

#contents {
	width: 920px;
	margin: 0 auto 20px auto;
}


/**********サイド**********/

#side {
	width: 190px;
	float: left;
	margin-right: 10px;
}

#side p {
	font-family: Verdana, Arial;
}

/*-----------------------------------*/

#side .menu01 {
	width: 190px;
}

#side .menu01 table tr .sidebg01 {
	width: 190px;
	height: 38px;
	background: url(../images/sidebg01.jpg) no-repeat left top;
}

#side .menu01 table tr .sidebg01 h3 .sidetxt01 {
	width: 160px;
	height: 20px;
	display: block;
	font-size: 14px;
	font-family: Verdana, Arial;
	padding: 10px 0 8px 30px;
	color: #FFFFFF;
}

#side .menu01 table tr .sidebg02 {
	width: 190px;
	height: 30px;
	background: url(../images/sidebg02.jpg) no-repeat left top;
}

#side .menu01 table tr .sidebg02 .sidetxt01 {
	width: 160px;
	height: 20px;
	display: block;
	font-size: 14px;
	font-family: Verdana, Arial;
	padding: 6px 0 4px 30px;
	color: #FFFFFF;
}

#side .menu01 table tr .sidebg01 .sidetxt01:hover {
	color: #82B5E8;
	background: url(../images/sidebg01_hover.jpg) no-repeat left top;
}

#side .menu01 table tr .sidebg02 .sidetxt01:hover {
	color: #82B5E8;
	background: url(../images/sidebg02_hover.jpg) no-repeat left top;	
}

/*-----------------------------------*/


/**********フッタ**********/

#footer {
	width: 100%;
	height: 78px;
}

#footer p {
	font-size: 10px;
	color: #FFFFFF;
	font-family: Verdana, Arial;
	line-height: 160%;
}

#footer .snav {
	width: 920px;
	height: 18px;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 4px;
}

#footer .snav p a {
	font-size: 10px;
	background: url(../images/snavicon01.jpg) no-repeat left 3px;
	padding-left: 8px;
}

#footer .footercnt {
	width: 100%;
	height: 56px;
	background-color: #969696;
}

#footer .footertable {
	width: 920px;
	height: 56px;
	margin: 0 auto;
}

#footer .footertable table tr td address {
	font-size: 10px;
	color: #FFFFFF;
	font-family: Verdana, Arial;
	padding-right: 6px;
}