@charset "shift_jis";
/* -----------------------------------------------------------------------------
**
** %%内田経営管理事務所%% CSS
**
----------------------------------------------------------------------------- */

/* -----------------------------------------------------------------------------
** 共通
----------------------------------------------------------------------------- */
body {
	text-align: center;
	font-size: 12px; /* for Firefox, Safari, Opera*/
	font-family: "ヒラギノ角ゴ Pro W3", Osaka , "ＭＳ Ｐゴシック" sans-serif;
	color: #333333;
}

.arrow_blue {
	background: url(../img/arrow_blue.jpg) left center no-repeat;
	padding: 0 0 0 15px;
}

a.arrow_blue:link,
a.arrow_blue:visited {
	color: #333333;
	text-decoration: underline;
}

a.news:link, a.news:visited {
	color: #333333;
	text-decoration: underline;
}

.line {
	clear: both;
}

.fLeft {
	float: left;
}

#bread {
	width: 780px;
	margin: 0 auto;
	font-size: 90%;
	padding: 2px 0 5px 0;
	text-align: left;
	clear: both;
	color: #333333;
}

#bread a:link, #bread a:visited {
	color: #073FFE;
	text-decoration: none;
}

#bread a:hover {
	color: #666666;
	text-decoration: underline;
}

p {
	margin: 0;
	padding: 0;
	clear: both;
}
	
p.top {
	margin: 0 0 10px 0;
	padding: 0;
	clear: both;
	line-height: 150%;
	font-size: 14px;
}

p.top_right {
	margin: 0 0 10px 0;
	padding: 0;
	clear: both;
	line-height: 150%;
	font-size: 14px;
	text-align:right;
}


h1{
	font-weight: normal;
	font-size: 10px;
	padding: 2px 0px 2px 0px;
	margin: 0;
}

/*
h2 {
	font-weight: normal;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
*/

h2.finding1 { background: url(/img/finding1.jpg) no-repeat;
			  width: 550px; height: 30px; padding-top: 5px; margin: 0 auto;
			  font-size: 17px; font-weight: bold; text-indent: 10px; color: #333333;}
			  
h3.finding1 { background: url(/img/finding1.jpg) no-repeat;
			  width: 550px; height: 30px; padding-top: 5px; margin: 0 auto;
			  font-size: 17px; font-weight: bold; text-indent: 10px; color: #333333;}
				 
img {
	border: none;
}

/* -----------------------------------------------------------------------------
** header
----------------------------------------------------------------------------- */
h1.header_text {
	width: 780px;
	margin: 0 auto;
	padding: 0 0 2px 10px;
	text-align: left;
}

#header_line {
	margin: 0;
	background-image: url(../img/header_top.jpg);
	background-repeat: repeat-x;
	text-align: left;
	height: 8px;
}
	
#header_main {
	width: 780px;
	margin: 0;
	padding: 0 0 0 0;
	font-size: 12px;
	text-align: left;
	height: 105px;
	margin: 0 auto;
}

#header_logo {
	width: 426px;
	height: 98px;
	margin: 0 auto;
	padding: 7px 0 0 0;
	float: left;	
}

#header_logo_under1 {
	width: 426px;
	height: 60px;
	margin: 0;
	padding: 0;
}

#header_logo_under2 {
	background: url(../img/under_logo.jpg) no-repeat;
	width: 426px;
	height: 38px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	overflow:hidden;
}

#header_phone {
	width: 354px;
	height: 72px;
	margin: 0 auto;
	padding: 33px 0 0 0;
	float: left;
}

#header_phone_under1 {
	background: url(../img/phone.jpg) right no-repeat;
	width: 354px;
	height: 50px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	overflow:hidden;
}

#header_phone_under2 {
	background: url(../img/phone_time.jpg) no-repeat;
	width: 354px;
	height: 22px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	overflow:hidden;
}

#header_bar {
	margin: 0 auto;
	background-image: url(/img/menu_bar.jpg);
	background-repeat: repeat-x;
	height: 47px;
	clear: both;
}

#globalNavi
{
	width   :780px;
	height  :47px;
	margin: auto;
	padding: 0;
	list-style-type: none;
}

#globalNavi ul { margin:0; padding:0;}
#globalNavi ul li { display: inline; }
#globalNavi ul li a
{
	display: block;
	float:   left;
	height:  40px;
	background-image: url(/img/gNavi_off.jpg);
	font-size: 17px;
	font-weight: bold;
	padding-top: 8px;
}
#globalNavi ul li a.home      { width: 156px; background-position:    0px 0px; color:#ffffff; text-decoration: none; }
#globalNavi ul li a.service   { width: 156px; background-position: -156px 0px; color:#ffffff; text-decoration: none; }
#globalNavi ul li a.contract  { width: 156px; background-position: -312px 0px; color:#ffffff; text-decoration: none; }
#globalNavi ul li a.office    { width: 156px; background-position: -468px 0px; color:#ffffff; text-decoration: none; }
#globalNavi ul li a.contact   { width: 156px; background-position: -624px 0px; color:#ffffff; text-decoration: none; }

#globalNavi ul li a.home:hover,      #globalNavi ul li a.home:focus       { background-image: url(/img/gNavi_on.jpg); color:#073FFE; text-decoration: none; }
#globalNavi ul li a.service:hover,   #globalNavi ul li a.service:focus    { background-image: url(/img/gNavi_on.jpg); color:#073FFE; text-decoration: none; }
#globalNavi ul li a.contract:hover,  #globalNavi ul li a.contract:focus   { background-image: url(/img/gNavi_on.jpg); color:#073FFE; text-decoration: none; }
#globalNavi ul li a.office:hover,    #globalNavi ul li a.office:focus     { background-image: url(/img/gNavi_on.jpg); color:#073FFE; text-decoration: none; }
#globalNavi ul li a.contact:hover,   #globalNavi ul li a.contact:focus    { background-image: url(/img/gNavi_on.jpg); color:#073FFE; text-decoration: none; }

#globalNavi ul li a.home_c      { width: 156px; background-position:    0px 0px; background-image: url(/img/gNavi_on.jpg); color:#073FFE; text-decoration: none; }
#globalNavi ul li a.service_c   { width: 156px; background-position: -156px 0px; background-image: url(/img/gNavi_on.jpg); color:#073FFE; text-decoration: none; }
#globalNavi ul li a.contract_c  { width: 156px; background-position: -312px 0px; background-image: url(/img/gNavi_on.jpg); color:#073FFE; text-decoration: none; }
#globalNavi ul li a.office_c    { width: 156px; background-position: -468px 0px; background-image: url(/img/gNavi_on.jpg); color:#073FFE; text-decoration: none; }
#globalNavi ul li a.contact_c   { width: 156px; background-position: -624px 0px; background-image: url(/img/gNavi_on.jpg); color:#073FFE; text-decoration: none; }

/* -----------------------------------------------------------------------------
** footer
----------------------------------------------------------------------------- */
#footer {
	width: 780px;
	margin: 20px auto;
	height: 100px;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	clear: both;
}

#footerMenu {
	width: 500px;
	height: 20px;
	margin: 0 auto;
	padding: 5px 0 0 10px;
	float: left;
	text-align: left;
	color: #ffffff;
}

#footerMenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footerMenu li {
	float: left;
	margin-right: 10px;
	padding: 0;
}

.footer_arrow {
	background: url(../img/arrow.jpg) left center no-repeat;
	padding: 0 0 0 13px;
}

a.footer_arrow:link,
a.footer_arrow:visited {
	color: #ffffff;
	text-decoration: none;
}

a.footer_arrow:hover {
	text-decoration: underline;
}

#footer_pagetop {
	width: 75px;
	height: 20px;
	margin: 0 auto;
	padding-top: 5px;
	float: right;
}

#footer_link {
	width: auto;
	text-align: left;
	padding: 5px 5px 0 10px;
	font-size: 10px;
	line-height: 17px;
	color: #999999;
	clear: both;
}

#footer_link a:link,a:visited {
	color: #999999;
}

#footer_copy {
	width: 750px;
	/*color: #ffffff;*/
	margin: 5px 0 0 0;
	padding-right: 10px;
	font-size: 90%;
	text-align: right;
}

/* -----------------------------------------------------------------------------
** top_main
----------------------------------------------------------------------------- */
#top_picture {
	width: 860px;
	height: 346px;
	background: url(../img/top_main.jpg) no-repeat;
	margin: 0 auto;
	padding: 0 0 0 0;
	clear: both;
}

#top_picture_main {
	width: 860px;
	height: 305px;
	margin: 0 auto;
}

#top_picture_center1 {
	width: 625px;
	height: 160px;
	padding-top: 40px;
	margin: 0 auto;
}

#top_picture_btn1 {
	margin:0 auto;
	padding: 0 15px 0 15px;
	float: left;
}

/*年度更新用*/
#top_picture_btn2 {
	margin:0 auto;
	padding: 0 30px 0 30px;
	float: left;
}


#top_picture_center2 {
	background: url(../img/top_main_service.jpg) no-repeat right;
	width: 625px;
	height: 55px;
	margin: 0 auto;
	text-indent: 330px;
	padding-top: 20px;
}

#top_picture_leftbtn {
	width: 270px;
	height: 274px;
	margin: 0 auto;
	padding: 5px 0 0 15px;
	float: left;
}

#top_picture_sharoshi {
	background: url(../img/top_sharoshi.jpg) no-repeat right;
	width: 300px;
	height: 268px;
	margin: 10px 30px 0 0;
	padding: 15px 0 0 0;
	float: right;
}

.partner    { font-size: 14px; font-weight: bold; text-indent: 35px; color: #ffffff; text-align: left; margin-bottom: 3px;}
h2.sharoshi { font-size: 18px; font-weight: bold; text-indent: 10px; color: #ffffff;}
h3.sharoshi { font-size: 16px; font-weight: bold; text-indent: 10px; color: #003333; margin: 10px 0 0 0;}
#top_picture_sharoshi ul {
	text-align:left;
	font-size: 14px;
	margin: 6px 0 0 0;
	padding-left: 30px;
	line-height: 135%;
}
h4.sharoshi { font-size: 14px; font-weight: bold; text-indent: 8px; color: #003333; margin: 8px 0 8px 0; padding:0;}

#top_picture_nendokosin {
	background: url(../img/top_nendo.jpg) no-repeat right;
	width: 230px;
	height: 282px;
	margin: 0 30px 0 0;
	padding: 15px 0 0 0;
	float: right;
}

#contact_link {
	width: 184px;
	height: 44px;
	padding-top: 210px;
	padding-left: 25px;
}

#top_picture_bottom {
	width: 780px;
	height: 31px;
	margin: 0 auto;
	padding: 0 0 0 0;
	clear: both;
	background: url(/img/top_finding.png) no-repeat; 
	color:#FFFFFF; 
	text-decoration :none; display: block; 
	text-align:center;
	font-size:23px;
	padding-top: 10px;
}

/*
#top_picture_1 {
	width: 40px;
	height: 306px;
	margin: 0 auto;
	padding: 0 0 0 0;
	float: left;
}

#top_picture_2 {
	width: 780px;
	height: 306px;
	margin: 0 auto;
	padding: 0 0 0 0;
	float: left;
}

#top_picture_2_1 {
	width: 287px;
	height: 306px;
	float: left;
}

#top_picture_2_2 {
	width: 275px;
	height: 306px;
	float: left;
}

#top_picture_2_3 {
	background: url(../img/main2_3.jpg) no-repeat;
	width: 218px;
	height: 306px;
	float: left;
}

#top_picture_3 {
	background: url(../img/main3.jpg) no-repeat;
	width: 40px;
	height: 306px;
	margin: 0 auto;
	padding: 0 0 0 0;
	float: left;
	text-indent: -9999px;
	overflow:hidden;
}

#top_picture_4 {
	width: 860px;
	height: 40px;
	clear: both;
}
*/

#top_bg {
	margin: 0 auto;
	background-image: url(../img/top_mainbg.jpg);
	background-repeat: repeat-x;
	clear: both;
}

#top_finding {
	background: url(../img/top_finding_bg.png) bottom no-repeat;
	width: 780px;
	height: 140px;
	margin: 0 auto;
	padding: 0 0 0 0;
}

#top_picture_bottom_123{
	width: 260px;
	margin:0 auto;
	padding: 0 0 0 0;
	float: left;
}

#top_finding_123{
	width: 240px;
	margin: 0 0 0 0;
	padding: 5px 5px 0 15px;
	text-align: left;
	float: left;
}

#top_contents {
	width: 780px;
	padding: 10px 0 2px 10px;
	text-align: left;
	margin: 0 auto;
	/*
	border-right: 1px solid #DBDBDB;
	border-left: 1px solid #DBDBDB;
	*/
	background-color:#FFFFFF;
	clear: both;
}

#top_left {
	width: 560px;
	float: left;
	margin: 0 auto;
}

#top_right {
	width: 210px;
	float: right;
	margin: 0 auto;
	text-align: center;
}

#side_srp { 
	background: url(/img/srp.jpg) no-repeat top; 
	color:#333333; 
	text-decoration :none; display: block; 
	width:210px; 
	height:240px; 
	text-align:center;
}

#side_srptxt { font-size:12px; padding-top:155px; line-height: 130%;}

#top_right_address1 {
	margin: 20px 15px 0 15px;
	font-size: 14px;
	border-bottom: 1px solid #073FFE;
}

#top_right_address2 {
	margin: 5px 0 0 15px;
	text-align: left;
}

#top_right_blog {
	border: 0;
	width: 190px;
	height: 85px;
	background: url(../img/blog.png) left top no-repeat;
	display:block;
    padding:0;
    text-indent:-9898px;
    font-size: 0px;
    line-height: 0px;
    cursor:pointer;
	margin: 15px 0 15px 15px;
}

#top_right_blog:hover {
    background-position:left -85px;
}

#top_right_c25 {
	width: 164px;
	height: 80px;
	margin: 0 auto;
	padding: 20px 0 80px 0;
}

#top_service {
	background: url(/img/top_service.jpg) no-repeat;
	width: 560px;
	height: 180px;
	margin: 10px 0 10px 0;
	padding: 60px 0 0 0;
}

#top_text {
	width: 390px;
	font-size: 14px;
	margin-left: 20px;
	margin-bottom: 5px;
}

/**
#top_service_link a        { text-decoration :none; display: block; width:549px; height:33px; padding-top:5px; text-align:left; text-indent:30px; font-size:16px; font-weight:bold;}
#top_service_link a        { background: url(/img/top_service.jpg)   no-repeat; color:#FFFFFF;}
#top_service_link a:hover  { background: url(/img/top_service_b.jpg) no-repeat; color:#FFFFFF;}
**/
#top_service ul, #top_news ul {
	padding: 0px;
	margin: 10px 5px 2px 10px;
	list-style-type: none;
}

#top_service li, #top_news li {
	padding: 2px;
	margin: 4px 0 2px 0;
}

#top_news {
	background: url(/img/top_news.jpg) no-repeat;
	width: 540px;
	height: 235px;
	margin: 10px 0 20px 0;
	padding: 45px 0 0 10px;
}
/**
div.top_news_date {
	width: 70px;
	height: 16px;
	margin: 0 10px 5px 0;
	float: left;
}

div.top_news_jyosei {
	background: url(/img/top_news_kaisei.jpg) no-repeat;
	width: 430px;
	height: 16px;
	float: left;
}

div.top_news_text {
	width: 500px;
	height:16px;
	clear: both;
}
**/
.top_news { 
	width:535px;margin:0px 0px 10px 0px;padding:0px;
	border: none;
}
.top_news th {
	width:75px;
	height: 18px;
	padding:6px 2px 2px 4px;
	text-align:left;vertical-align: middle;
	border: none;
}
.top_news td {
	padding:6px 2px 2px 4px;
	vertical-align: top;
	border: none;
}

img.top_news_icon {
	padding: 0 5px 0 0;
	float: left;	
}

#top_news_link a        { text-decoration :none; display: block; width:549px; height:33px; padding-top:5px; text-align:left; text-indent:30px; font-size:16px; font-weight:bold;}
#top_news_link a        { background: url(/img/top_news.jpg)   no-repeat; color:#FFFFFF;}
#top_news_link a:hover  { background: url(/img/top_news_b.jpg) no-repeat; color:#FFFFFF;}

#top_area {
	background: url(/img/top_area.jpg) no-repeat;
	width: 560px;
	height: 250px;
	margin: 10px 0 10px 0;
	padding: 60px 0 0 0;
}

#top_area_finding { 
	background: url(/img/top_area.jpg) no-repeat; 
	color:#FFFFFF; 
	text-decoration :none; display: block; 
	width:549px; 
	height:33px; 
	padding-top:5px; 
	text-align:left; 
	text-indent:30px; 
	font-size:16px; 
	font-weight:bold;
}

#top_area_ken {
	width: 560px;
}

#top_area ul {
	padding: 3px 0 0 0;
	margin: 0;
	list-style-type: none;
}

#top_area li {
	padding: 0 0 0 10px;
	margin: 5px 0 2px 5px;
}

.ken_left {
	width: 50px;
	font-size: 14px;
}

.ken_right {
	width: 450px;
	border-left: 2px solid #073FFE;
	line-height: 110%;
}

#top_area img {
	padding: 0 0 0 5px;
}

/* -----------------------------------------------------------------------------
** main
----------------------------------------------------------------------------- */
#main {
	width: 780px;
	padding: 0;
	text-align: left;
	margin: 0 auto;
	background-color:#FFFFFF;
	clear: both;
}

#main_left {
	width: 210px;
	padding-right: 20px;
	margin: 0;
	float: left;
}

#sidemenu {
	width: 210px;
	background: url(../img/sidemenu_middle.jpg) repeat-y;
	margin:0 0 10px 0;
	font-size: 14px;
}

#sidemenu div {
	width:100%;
	background:url(../img/sidemenu_bottom.jpg) no-repeat left bottom;
	padding-bottom: 5px;
}

#right_side_text {
	margin: 0  auto;
	padding: 0;
	clear: both;
	line-height: 110%;
}

#sidemenu ul {
	width:190px;
	margin: 0;
	padding: 0 0 0 12px;
	list-style-type: none;
}
#sidemenu li {
	background:url(../img/sidemenu_border.jpg) no-repeat left bottom;
}
#sidemenu ul li a {
	background: url(../img/arrow_blue.jpg) 3px center no-repeat;
	display:block;
	padding:12px 0px 12px 18px;
}

#sidemenu li.last {
	background: none;
}

#sidemenu a:link,
#sidemenu a:visited {
	color: #333333;
	text-decoration: none;
}

#sidemenu a:hover {
	text-decoration: underline;
}

#sidemenu .active {
	background: url(../img/sidemenu_active.jpg) center center no-repeat;
}

#side_outsource {
	width: 210px;
	height: 170px;
	margin: 0 0 5px 0;
}

#side_sharoshi {
	width: 210px;
	height: 130px;
	margin: 0 0 5px 0;
}

#side_area {
	width: 210px;
	background: url(../img/side_area_middle.jpg) repeat-y;
	margin:0 0 10px 0;
}

#side_area div {
	width:100%;
	background:url(../img/side_area_bottom.jpg) no-repeat left bottom;
	padding-bottom: 5px;
}

#side_area strong {
	font-size: 14px;
}

#side_area ul {
	width:190px;
	margin: 0;
	padding: 0 0 0 12px;
	list-style-type: none;
}

#side_area ul li {
	background: url(../img/side_area_bar.jpg) left top no-repeat;
	display:block;
	padding:3px 8px 10px 8px;
}

/*トップページと同じタグに変更
#side_srp {
	width: 210px;
	margin:0 0 10px 0;
	text-align: center;
}
*/

#side_address {
	width: 210px;
	margin: 0 0 20px 0;
	padding-top: 5px;
	text-align: center;
}

#side_address_name {
	margin: 20px 15px 0 15px;
	font-size: 14px;
	border-bottom: 1px solid #073FFE;
}

#side_address_main {
	margin: 5px 0 0 15px;
	text-align: left;
}

#main_contents {
	width: 550px;
	padding: 0;
	margin: 0;
	float: right;
}

.title {
	padding-bottom: 10px;
	display: block;
}

.finding {
	padding-bottom: 5px;
	display: block;
}

.text {
	padding: 0 10px 5px 4px;
}

.contents_line {
	clear: both;
	padding-bottom: 20px;
}

#main_contact {
	width: 550px;
	height: 130px;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

#main_contact_top {
	background: url(../img/common_contact_top.jpg) no-repeat;
	width: 550px;
	height: 40px;
	text-indent: -9999px;
	overflow:hidden;
	display: block;
}

#main_contact_left {
	background: url(../img/common_contact_left.jpg) no-repeat;
	width: 270px;
	height: 90px;
	text-indent: -9999px;
	overflow:hidden;
	display: block;
	float: left;
}

#main_contact_right {
	background: url(../img/common_contact_form.jpg) no-repeat;
	width: 280px;
	height: 90px;
	text-indent: -9999px;
	overflow:hidden;
	display: block;
	float: right;
}

#main_contact_btn {
	border: 0;
	width: 184px;
	height: 43px;
	background: url(../img/common_contact_formbtn.jpg) left top no-repeat;
	display:block;
    padding:0;
    text-indent:-9898px;
    font-size: 0px;
    line-height: 0px;
    cursor:pointer;
	margin: 30px 0 0 40px;
}

#main_contact_btn:hover {
    background-position:left -43px;
}

/*
#main_contact_right1 {
	background: url(../img/common_contact_right1.jpg) no-repeat;
	width: 280px;
	height: 55px;
	text-indent: -9999px;
	overflow:hidden;
	display: block;
	float: right;
}

#main_contact_right2 {
	background: url(../img/common_contact_right2.jpg) no-repeat;
	width: 280px;
	height: 35px;
	float: right;
}

#main_contact_right2 a {
	background: url(../img/arrow_contact.jpg) left 6px no-repeat;
	width: 160px;
	display:block;
	margin: 0 auto;
	padding: 6px 0 0 18px;
}

#main_contact_right2 a:link,
#main_contact_right2 a:visited {
	color: #333333;
	text-decoration: none;
}

#main_contact_right2 a:hover {
	color: #333333;
	text-decoration: underline;
}
*/

/* -----------------------------------------------------------------------------
** お問合わせ
----------------------------------------------------------------------------- */
#contact {
	width: 550px;
	margin:0 auto;
	padding-bottom: 10px;
}

#contact_under {
	background: url(../img/contact_middle.jpg) repeat-y;
	margin: 0 auto;
	padding: 0 0 10px 60px;
}

#contact_under a.pdf {
	background: url(../img/contact_pdf.gif) left center no-repeat;
	display:block;
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	font-size: 14px;
}

#contact_under a.pdf:link, #contact_under a.pdf:visited {
	color: #333333;
	text-decoration: underline;
}

#contact_under a.pdf:hover {
	color: #333333;
	text-decoration: underline;
}

.text_red {
	padding: 0 10px 5px 4px;
	color: #FF0000;
	font-size: 10px;
}

.text_form {
	padding: 10px 10px 10px 4px;
	font-size: 14px;
	text-align: center;
}

/* -----------------------------------------------------------------------------
** プライバシーポリシー
----------------------------------------------------------------------------- */
#privacy_text {
	padding: 0 10px 5px 4px;
}

#privacy_text p {
	margin: 5px 5px 10px 5px;
	padding: 0;
}

h2.psln_title {
	background: url(/img/office_title.jpg) no-repeat;
	width: 550px; height: 75px; padding-top: 35px;
	font-size: 26px; font-weight: normal; text-indent: 10px; color: #ffffff;
}

/* -----------------------------------------------------------------------------
** サイトマップ
----------------------------------------------------------------------------- */
#sitemap {
	width: 530px;
	margin: 0 auto;
	padding: 10px 0 10px 10px;
}

#sitemap ul {
	padding: 0px;
	margin: 2px 70px 2px 10px;
	list-style-type: none;
}

#sitemap li {
	padding: 2px;
	margin: 2px 0 10px 0;
}

#sitemap .indent {
	padding-left: 20px;
}

#sitemap .sitemap_barrow {
	background: url(../img/arrow_sitemap.jpg) left center no-repeat;
	padding: 0 0 0 20px;
	font-size: 14px;
}

#sitemap .sitemap_sarrow {
	background: url(../img/arrow_blue.jpg) left center no-repeat;
	padding: 0 0 0 15px;
}

#sitemap a:link,
#sitemap a:visited {
	color: #333333;
	text-decoration: underline;
}

.clumn_clear {
	clear: both;
}

/* -----------------------------------------------------------------------------
** リンク
----------------------------------------------------------------------------- */
#link {
	width: 530px;
	margin: 0 auto;
	padding: 10px 0 10px 10px;
}

#link ul {
	padding: 0px;
	margin: 2px 70px 2px 10px;
	list-style-type: none;
}

#link li {
	padding: 2px;
	margin: 2px 0 10px 0;
}

#link .link_arrow {
	background: url(../img/arrow_sitemap.jpg) left center no-repeat;
	padding: 0 0 0 20px;
	font-size: 14px;
}

#link a:link,
#link a:visited {
	color: #333333;
	text-decoration: underline;
}

#link_msg {
	width: 530px;
	margin: 0 auto;
	padding: 10px 0 10px 10px;
	clear: both;
}

#link_msg table {
	font-size: 12px;
	border-left: 1px solid #A3B5E4;
	border-top: 1px solid #A3B5E4;
	margin-bottom: 15px;
	
}

#link_msg td {
	padding: 10px 5px 10px 5px;
	border-bottom: 1px solid #A3B5E4;
	border-right: 1px solid #A3B5E4;
}

/* -----------------------------------------------------------------------------
** ニュース
----------------------------------------------------------------------------- */
#news_list {
	padding: 0 10px 5px 4px;
}

#news_list .lcontents {
	width: 530px;
	padding: 5px 0 5px 5px;
}

#news_list a:link,
#news_list a:visited {
	color: #333333;
	text-decoration: underline;
}

#news_detail {
	padding: 0 10px 5px 4px;
}

#news_detail .dtitle {
	width: 530px;
	padding: 5px 0 0 5px;
	font-size: 14px;
}

#news_detail .dcontents {
	width: 500px;
	padding: 7px 0 10px 20px;
}

#news_detail .news_link {
	background: url(../img/arrow_blue.jpg) left center no-repeat;
	padding: 0 0 0 15px;
}

#news_detail a.news_link:link,
#news_detail a.news_link:visited{
	color: #333333;
	text-decoration: underline;
}

.news_line {
	padding: 5px 0 5px 5px;
}