@charset "utf-8";
/* CSS Document */


/* Default Reset -----------------------------------------------------------*/

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd, table, caption, 
th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	margin-bottom: 0px;
}


/* Common -----------------------------------------------------------*/

html {
overflow-y:scroll;}

body{
	color:#333333;
	height: 100%;
	width: 100%;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.3;
}

img { vertical-align:middle; }

br{
letter-spacing:0;}

label{  
cursor: pointer;}

.left{
float:left;}

.right{
float:right;}

.clear{
clear:both;
height: 0px;
line-height: 0px;
font-size: 0px;
margin: 0px;
padding: 0px;
}

ul {
	list-style-type: none;
}

a:link {
	color:#333333;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.3;
	text-decoration: none;
}

a:visited {
	color:#333333;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.3;
	text-decoration: none;
}

a:hover {
	color:#ff5400;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.3;
	text-decoration: underline;
}

a { outline: none; }


#wrap {
	background-image: url(../img/body_bg.jpg);
	background-repeat: repeat;
	background-position: center top;
	height: 100%;
	width: 100%;
}


/* header -----------------------------------------------------------*/

#header {
	width: 100%;
	height: 70px;
	background-image: url(../img/header_line.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}

#header_area {
	height: 70px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}

#logo_area_01 {
	height: 40px;
	width: 138px;
	padding-top: 15px;
	padding-right: 12px;
	padding-bottom: 15px;
	padding-left: 12px;
	float: left;
}

#logo_area_02 {
	height: 18px;
	width: 192px;
	float: right;
	padding-right: 12px;
	padding-bottom: 15px;
	padding-left: 12px;
	padding-top: 15px;
}
.sitemap {
	float: right;
	padding-bottom: 7px;
}



/* navi -----------------------------------------------------------*/

#navi {
	height: 37px;
	width: 100%;
	background-image: url(../img/navi_bg.gif);
	background-repeat: repeat-x;
	background-position: center center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#menu {
	height: 37px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}

.menu_list {
	float: left;
}


/* contents -----------------------------------------------------------*/

#contents {
	width: 960px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}

/* TOP ---------------*/

#main {
	width: 308px;
	padding-top: 5px;
	height: 383px;
	float: left;
}

.main_list {
	height: 121px;
	width: 308px;
	padding-top: 1px;
	padding-bottom: 6px;
}

#flashcontent {
	float: right;
	height: 388px;
	width: 644px;
}

#news {
	height: auto;
	width: 560px;
	float: left;
}

#news_01 {
	height: auto;
	width: 273px;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
}

#news_01 ul {
	font-size: 10px;
	line-height: 1.5;
}

#news_01 ul a:link {
	color:#333333;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 10px;
	line-height: 1.3;
	text-decoration: none;
}

#news_01 ul a:visited {
	color:#333333;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 10px;
	line-height: 1.3;
	text-decoration: none;
}

#news_01 ul a:hover {
	color:#ff5400;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 10px;
	line-height: 1.3;
	text-decoration: underline;
}

.news_01_date {
	font-weight: bold;
}

.news_01_space {
	background-image: url(../img/space.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
}

.news_01_arrow {
	background-image: url(../img/arrow_04.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
}



#special h2, #news_01 h2 {
	padding-bottom: 5px;
}

#news_02 {
	height: auto;
	width: 277px;
	float: right;
	padding-top: 15px;
}
#news_02_title {
	background-image: url(../img/arrow_03.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}


#news_02_img {
	padding-top: 5px;
	width: 102px;
	float: left;
	padding-right: 5px;
}

#news_02_txt {
	height: 65px;
	padding-top: 5px;
	padding-right: 10px;
	width: 160px;
	float: right;
}

#news_02_txt p {
	font-size: 10px;
	line-height: 1.5;
}

#special {
	float: right;
	height: auto;
	width: 385px;
	padding-top: 10px;
	padding-left: 15px;
	background-image: url(../img/line_special.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#spescial_bnr {
	height: 70px;
}

.bnr_list {
	float: left;
	padding-left: 4px;
	padding-bottom: 4px;
}

.bnr_list_02 {
	float: right;
	padding-bottom: 4px;
	padding-right: 16px;
}



/* COOLPIX ＆ Digital SLR ---------------*/

#detail {
	background-image: url(../img/detail_bg.jpg);
	height: 220px;
	width: 960px;
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 15px;
}

#tab_area {
	height: 220px;
	width: 432px;
	float: left;
}

.title {
	padding-bottom: 3px;
	padding-top: 23px;
	padding-left: 25px;
}

#tab_c_btn {
	width: 402px;
	height: 156px;
	padding-left: 30px;
	padding-top: 5px;
}

.tab_c_list {
	height: 32px;
	width: 193px;
	float: left;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 15px;
}

#tab_c_copy {
	height: 179px;
	width: 507px;
	float: right;
	padding-right: 18px;
	padding-top: 20px;
}


#tab_c_btn .tab_c_list {
	display: inline;
}

#tab_c_btn a {
	display: block;
	width: 193px;
	height: 32px;
}

#tab_c_btn a.sel {
	background-image: url(../img/detail_c_btn_sel.gif);
	background-repeat: no-repeat;
}

#product {
	height: auto;
	width: 731px;
	float: left;
}

#product_top {
	background-image: url(../img/product_top_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 69px;
	width: 731px;
}

#product_title {
	height: 26px;
	width: 299px;
	float: left;
}

#product_nv {
	height: 20px;
	width: 246px;
	float: right;
	padding-top: 22px;
	padding-right: 17px;
}

.product_nv_list {
	float: left;
	height: 20px;
	width: 73px;
	padding: 3px;
}

#product_bottom {
	background-image: url(../img/product_bottom_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 31px;
	width: 674px;
	padding-bottom: 20px;
	padding-right: 29px;
	padding-left: 28px;
}

#product_lineup {
	background-image: url(../img/product_lineup_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height: auto;
	width: 731px;
}

#product_lineup_s {
	height: auto;
	width: 674px;
	padding-right: 28px;
	padding-left: 29px;
	padding-bottom: 20px;
}

#product_lineup_p {
	height: auto;
	width: 674px;
	padding-right: 28px;
	padding-left: 29px;
	padding-bottom: 20px;
}

#product_lineup_l {
	height: auto;
	width: 674px;
	padding-right: 28px;
	padding-left: 29px;
	padding-bottom: 20px;
}

.to_top {
	height: 11px;
	width: 674px;
	padding-bottom: 10px;
}

.product_lineup_title {
	padding-bottom: 10px;
}

.product_lineup_left {
	height: auto;
	width: 317px;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-right: 20px;
	float: left;
	background-image: url(../img/line_height.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

.product_lineup_right {
	height: auto;
	width: 317px;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	float: left;
}

.width_line {
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	height: 0px;
	float: left;
}

.product_lineup_img {
	height: auto;
	width: 115px;
	float: left;
}

.product_lineup_info {
	height: auto;
	width: 182px;
	float: right;
	padding-left: 20px;
}

.product_lineup_info_name {
	height: 60px;
	width: 182px;
}

.product_lineup_info_txt {
	height: auto;
	width: 182px;
	padding-top: 20px;
}
.product_lineup_info_link {
	width: 182px;
	padding-top: 20px;
	padding-bottom: 10px;
	height: 19px;
}

.product_lineup_info_link p {
	display: inline;
	height: 19px;
	width: auto;
	float: right;
}

.product_lineup_info_link_blank {
	padding-left: 8px;
}


.product_lineup_info_txt ul {
	list-style-type: square;
	list-style-position: inside;
}

.product_lineup_info h4 {
	padding-top: 8px;
}

.product_special_01 {
	width: 317px;
	height: 56px;
	background-image: url(../img/s640_special_bg.gif);
	padding-top: 5px;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.product_special_01 p {
	float: right;
	height: 38px;
	width: 141px;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
}

.product_special_02 {
	background-image: url(../img/s70_special_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 102px;
	width: 317px;
	padding-top: 5px;
}

.product_special_02 p {
	float: right;
	height: 38px;
	width: 141px;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
}

.product_blank_01 {
	width: 317px;
	height: 56px;
	padding-top: 5px;
}

#special_site {
	height: auto;
	width: 196px;
	float: right;
	padding-right: 15px;
	padding-bottom: 15px;
}

#special_site_bnr {
	height: auto;
	width: 196px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.special_site_bnr_bg {
	background-image: url(../img/sp_bnr_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	height: auto;
	width: 196px;
}
.special_site_bnr_title {
	height: auto;
	width: 170px;
	padding-top: 5px;
	padding-right: 13px;
	padding-bottom: 3px;
	padding-left: 13px;
	line-height: normal;
}
.special_site_bnr_txt {
	height: auto;
	width: 170px;
	padding-top: 3px;
	padding-right: 13px;
	padding-bottom: 5px;
	padding-left: 13px;
	font-size: 10px;
}

.special_site_bnr_bottom {
	background-image: url(../img/sp_bnr_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 24px;
	width: 186px;
	padding-top: 3px;
	padding-right: 10px;
}

/*  Digital SLR ---------------*/

#product_lineup_d {
	height: auto;
	width: 674px;
	padding-right: 28px;
	padding-left: 29px;
	padding-bottom: 20px;
}

.product_lineup_info_name_d {
	height: 64px;
	width: 182px;
}


/* Ad Gallery ---------------*/

#ad_coolpix {
	height: auto;
	width: 475px;
	float: left;
}

#ad_slr {
	height: auto;
	width: 475px;
	float: right;
}

.ad_top {
	background-image: url(../img/ad_top_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 131px;
	width: 475px;
}

.ad_title_img {
	height: 52px;
	width: 475px;
}

.ad_title {
	height: 26px;
	width: 281px;
	float: left;
}

.ad_c_img {
	height: 34px;
	width: 142px;
	float: right;
	padding-top: 18px;
	padding-right: 19px;
	padding-left: 8px;
}

.ad_d_img {
	height: 34px;
	width: 151px;
	float: right;
	padding-right: 19px;
	padding-left: 8px;
	padding-top: 4px;
}

.ad_txt {
	padding-top: 10px;
	height: auto;
	width: 435px;
	padding-bottom: 10px;
	padding-left: 40px;
}

.ad_nv {
	height: 20px;
	width: 328px;
	float: right;
	padding-right: 17px;
}

.ad_center {
	background-image: url(../img/ad_center_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height: auto;
	width: 475px;
}

.ad_center_tv {
	height: auto;
	width: 414px;
	padding-right: 31px;
	padding-left: 30px;
}

.ad_center_gr {
	height: auto;
	width: 414px;
	padding-right: 31px;
	padding-left: 30px;
}

.ad_center_dl {
	height: auto;
	width: 414px;
	padding-right: 31px;
	padding-left: 30px;
}

.ad_bottom {
	background-image: url(../img/ad_bottom_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 31px;
	width: 414px;
	padding-bottom: 15px;
	padding-right: 31px;
	padding-left: 30px;
}

.ad_to_top {
	height: 11px;
	width: 414px;
	padding-bottom: 10px;
}

.ad_lineup {
	height: auto;
	width: 395px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 9px;
	padding-bottom: 25px;
	background-image: url(../img/line_width_02.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.ad_lineup_bottom {
	height: auto;
	width: 395px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 9px;
	padding-bottom: 25px;
}

.ad_lineup_name {
	width: 395px;
	height: 19px;
}

.ad_lineup_main {
	width: 395px;
	padding-top: 10px;
}

.ad_lineup_info {
	float: right;
	width: 213px;
	padding-top: 5px;
	padding-left: 15px;
}

.ad_linup_info_link {
	height: 34px;
	width: 213px;
	padding-top: 10px;
}

.ad_lineup_link_info_btn {
	float: left;
	padding-top: 15px;
	padding-left: 8px;
}

.ad_lineup_btn {
	padding-top: 15px;
}

.dl_lineup_main {
	width: 395px;
}

.dl_lineup_info {
	float: right;
	width: 118px;
	padding-top: 5px;
	padding-left: 15px;
}

.dl_linup_info_link {
	height: 21px;
	width: 118px;
	padding-top: 10px;
}

.ad_lineup_blank_01 {
	height: 317px;
	width: auto;
}

.ad_lineup_blank_02 {
	height: 50px;
	width: auto;
}

#ad_dl {
	float: left;
	height: auto;
	width: 960px;
}

.ad_dl_top {
	background-image: url(../img/ad_dl_top_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 58px;
	width: 960px;
}

.ad_dl_center {
	background-image: url(../img/ad_dl_center_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height: auto;
	width: 880px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 41px;
	padding-left: 39px;
}

.ad_dl_center_wallpaper {
	float: left;
	height: 128px;
	width: 282px;
	padding-left: 17px;
	padding-right: 17px;
}


.ad_dl_bottom {
	background-image: url(../img/ad_dl_bottom_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 31px;
	width: 899px;
	padding-bottom: 20px;
	padding-right: 31px;
	padding-left: 30px;
}

.ad_dl_to_top {
	height: 11px;
	width: 899px;
	padding-bottom: 10px;
}


/* Download ---------------*/

.download_center {
	background-image: url(../img/ad_dl_center_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height: auto;
	width: 880px;
	padding-bottom: 20px;
	padding-right: 41px;
	padding-left: 39px;
}

#tab_wallpaper_img_bg {
	height: 448px;
	width: 450px;
	background-image: url(../img/wallpaper_img_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 30px;
	padding-left: 20px;
	padding-top: 65px;
	float: left;
}

#tab_wallpaper_btn {
	height: 45px;
	width: 437px;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 13px;
}

.tab_wallpaper_btn_list {
	float: left;
	padding-right: 12px;
}

#tab_wallpaper_text {
	padding-left: 13px;
}

.tab_wallpaper_text_size {
	text-align: right;
	width: 133px;
	padding-right: 12px;
	float: left;
}

#tab_wallpaper_thumbnail {
	float: right;
	height: auto;
	width: 368px;
	padding-top: 20px;
}

.tab_wallpaper_thum_list {
	float: left;
	height: 71px;
	width: 88px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}


.tab_wallpaper_thum_list a {
	display: block;
	width: 88px;
	height: 71px;
}

.tab_wallpaper_thum_list a.sel {
	background-image: url(../ad/download/img/sel.gif);
	background-repeat: no-repeat;
}

#download_nv {
	height: 20px;
	width: 415px;
	float: right;
	padding-top: 22px;
	padding-right: 17px;
}

.download_nv_list {
	float: left;
	height: 20px;
	width: auto;
	padding: 3px;
}

#screensaver_top {
	width: 812px;
	height: auto;
	padding-right: 34px;
	padding-left: 34px;
	background-image: url(../img/screensaver_line.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 20px;
}
#screensaver_top_right {
	float: right;
	background-image: url(../img/screensaver_line_02.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 540px;
}
#screensaver_top_left {
	float: left;
	width: 270px;
}


#screensaver_bottom {
	width: 812px;
	height: auto;
	padding-right: 34px;
	padding-left: 34px;
	padding-bottom: 20px;
	padding-top: 35px;
}

.screensaver_title {
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.screensaver_new {
	font-size: 14px;
	padding-bottom: 5px;
	padding-left: 20px;
	width: 250px;
	float: none;
}

.screensaver_swf {
	width: 230px;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	padding-bottom: 20px;
}

.screensaver_swf_02 {
	width: 230px;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	padding-bottom: 20px;
	padding-top: 27px;
}

.screensaver_swf_bg {
	height: 165px;
	width: 220px;
	padding: 5px;
	background-color: #DBDBDB;
	background-repeat: repeat;
}

.screensaver_btn {
	height: 45px;
	width: 220px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.screensaver_text {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#calendar_img_bg {
	height: 504px;
	width: 450px;
	background-image: url(../img/calendar_img_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 30px;
	padding-left: 20px;
	padding-top: 53px;
	float: left;
	margin-top: 14px;
}

.calendar_btn {
	height: 45px;
	width: 450px;
	padding-bottom: 5px;
}

.calendar_btn_list {
	float: left;
	padding-right: 10px;
}

#calendar_right {
	float: right;
	height: auto;
	width: 363px;
}

#calendar_background_thumbnail {
	float: right;
	height: auto;
	width: 363px;
	padding-top: 32px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #7c7c7c;
	padding-bottom: 20px;
}

.calendar_sub_title {
	padding-bottom: 12px;
}

.calendar_sub_title03 {
	padding-bottom: 10px;
	padding-top: 25px;
}

.calendar_background_list {
	float: left;
	height: 88px;
	width: 109px;
	padding: 6px;
}

.calendar_background_list a.sel{
	display: block;
	height: 88px;
	width: 109px;
	background-image: url(../ad/download/img/calendar_bg_thum_sel.jpg);
	background-repeat: no-repeat;
}

#calendar_design_thumbnail {
	float: right;
	height: auto;
	width: 363px;
	padding-top: 25px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #7c7c7c;
	padding-bottom: 20px;
}

.calendar_design_list {
	float: left;
	height: 88px;
	width: 168px;
	padding: 6px;
}

.calendar_design_list a.sel{
	display: block;
	height: 88px;
	width: 168px;
	background-image: url(../ad/download/img/calendar_design_thum_sel.jpg);
	background-repeat: no-repeat;
}

#calendar_send {
	float: right;
	height: auto;
	width: 363px;
	padding-top: 25px;
	padding-bottom: 5px;
}

.calendar_text {
	padding-top: 10px;
	padding-bottom: 10px;
}
.calendar_send_text {
	padding-top: 5px;
	padding-bottom: 20px;
	font-size: 10px;
	float: right;
	padding-right: 5px;
}








/* sitemap ---------------*/

#sitemap {
	height: auto;
	width: 960px;
}

#sitemap_top {
	background-image: url(../img/sitemap_top_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 92px;
	width: 960px;
}

#sitemap_menu {
	height: 34px;
	width: 724px;
	padding-right: 118px;
	padding-left: 118px;
	padding-top: 5px;
	background-image: url(../img/sitemap_menu_line.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.sitemap_menu_list {
	float: left;
	padding-left: 20px;
	display: inline;
}

#sitemap_center {
	background-image: url(../img/ad_dl_center_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height: auto;
	width: 960px;
}

#sitemap_coolpix {
	height: auto;
	width: 724px;
	padding-right: 118px;
	padding-left: 118px;
	background-image: url(../img/sitemap_menu_line.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 30px;
}

#sitemap_d-slr {
	height: auto;
	width: 724px;
	padding-right: 118px;
	padding-left: 118px;
	background-image: url(../img/sitemap_menu_line.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 30px;
}

#sitemap_etc {
	height: auto;
	width: 724px;
	padding-right: 118px;
	padding-left: 118px;
	padding-top: 30px;
}

#sitemap_ad {
	height: auto;
	width: 724px;
	padding-right: 118px;
	padding-left: 118px;
	background-image: url(../img/sitemap_menu_line.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 30px;
}

.sitemap_title {
	padding-left: 20px;
}

.sitemap_title_sub {
	padding-left: 20px;
	font-size: 13px;
	padding-bottom: 20px;
	padding-top: 10px;
}

.sitemap_title_c {
	padding-left: 20px;
	padding-bottom: 20px;
	font-size: 14px;
	color: #d02121;
	text-decoration: underline;
	padding-top: 20px;
}

.sitemap_title_d {
	padding-left: 20px;
	padding-bottom: 20px;
	font-size: 14px;
	color: #113c83;
	text-decoration: underline;
	padding-top: 20px;
}

.sitemap_title_a {
	padding-left: 20px;
	padding-bottom: 20px;
	font-size: 14px;
	color: #127012;
	text-decoration: underline;
	padding-top: 20px;
}

.sitemap_title_e {
	padding-left: 20px;
	padding-bottom: 20px;
	font-size: 14px;
	color: #4A4A4A;
	text-decoration: underline;
	padding-top: 20px;
}

.sitemap_txt {
	height: auto;
	width: 664px;
	padding-right: 30px;
	padding-left: 30px;
	line-height: 1.5;
}

.sitemap_txt_list {
	float: left;
	height: auto;
	width: 221px;
	padding-bottom: 20px;
}

.sitemap_width_line {
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	height: 0px;
	float: left;
}

.sitemap_to_top {
	height: 11px;
	width: 724px;
	padding-bottom: 10px;
	padding-top: 40px;
}




/* footer -----------------------------------------------------------*/

#footer {
	background-image: url(../img/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 37px;
	width: 100%;
}

#footer_area {
	height: 37px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}

#copy {
	float: left;
	height: 12px;
	width: 357px;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 18px;
}

#link_nc {
	float: right;
	height: 13px;
	width: 170px;
	padding-top: 18px;
	padding-right: 12px;
	padding-left: 12px;
}

#icp {
	height: 12px;
	width: 100px;
	float: right;
	padding-left: 20px;
}
