@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

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



body {
	font-size: 12px;
	color: #333333;
	line-height: 1.5em;
	text-align : center;/*I/E用センタリング*/
}


table,th,td{
	font-size: 100%;
}

#wrap {
	margin-right: auto;
	margin-left: auto;
	text-align : center; /*I/E用センタリング→date*/
	width: 1004px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	margin-top: 15px;
	margin-bottom: 10px;
}

#contents {
	width: 1000px;
	border: none;
}

img { border:none;
}

/* ヘッダ */

#header {
	background-image: url(images/head_bg.gif);
	height: 100px;
	margin-top: 10px;
} 

#header ul {
	float:right;
	list-style-type:none;
	margin-right: 50px;
	}

#header li {
	background-image:url(images/arrow.gif);
	background-repeat:no-repeat;
	background-position:0px 8px;
	text-align:left;
	float:left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-right: 10px;
	}

#header li a {
	display:block;
	text-decoration:none;
	color:#38588a;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	}

#header li a:hover {
	color:#ffffff;
	background-color:#38588a;
	}

#header_logo{
	background-image: url(images/hd_logo.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 80px;
	width: 170px;
	margin-top: 10px;
	margin-left: 15px;
}

#date {
	width: 985px;
	padding-top: 5px;
	background-color: #38588a;
	padding-right: 15px;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: right;
	margin-bottom: 10px;
}


/* パン屑リスト */

#breadcrumbs {
	margin-bottom: 5px;
	margin-left: 20px;
	text-align: left;
}

#breadcrumbs a{
	text-decoration:none;
}

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

/* トップサーチ */

#main .serch_l {
	/*background-image: url(images/search_l.gif);*/
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 40px;
	padding-left: 6px;
	width: 340px;
	margin-left: 15px;
/*	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999999;*/
}
#main .serch_l .serch_r {
	/*background-image: url(images/search_r.gif);*/
	background-repeat: no-repeat;
	background-position: 100% 0px;
	height: 40px;
	padding-right: 6px;
}
#main .serch_l .serch_r .serch {
	background-image: url(images/search_bg01.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
/*	background-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;*/
	height: 30px;
	width: 500px;
	padding-top: 8px;
	padding-left: 10px;
	padding-bottom: 10px;
}

#search_box {
	background-image: url(images/search_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 54px;
	width: 685px;
}


/* コンテンツ */

#main {
	width: 685px;
	float: none; 
	margin-right: 17px;
	margin-left: 295px;
	margin-bottom: 20px;
	text-align : left;/*I/E用左詰め*/
}

#main img {
	vertical-align: top;/*I/E用MAP画像の隙間対策*/
}

#main li {
	margin-left: 20px;
	margin-bottom: 10px;
}

#main ol li {
	margin-left: 20px;
	margin-bottom: 10px;
	list-style-position: outside;
	margin-top: 10px;
}

h1 {
	margin-bottom: 20px;
	font-size: 14px;
	padding-left: 20px;
	background-image: url(images/h1_bg.gif);
	background-repeat: no-repeat;
	height: 60px;
	padding-top: 20px;
	color: #38588a;
	font-weight: bold;
}

.red {
	color: #ff0000
}

/* リンク関連 */

.link a {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	display: block;
	vertical-align: middle;
}

/* カレンダー */

#main_cal {
	width: 687px;
	float: none; 
	margin-right: 15px;
	margin-left: 295px;
	margin-bottom: 20px;
	text-align : left;/*I/E用左詰め*/
}

#main_cal img {
	vertical-align: top;/*I/E用MAP画像の隙間対策*/
}

#cal_tt {
	border-collapse:collapse;
	background-image: url(images/cal_ttbg.gif);
	background-repeat: no-repeat;
	height: 77px;
	text-align : left;
}

#cal_year {
	border-collapse:collapse;
	float: left;
	margin-top: 10px;
}

#cal_month {
	border-collapse:collapse;
	float: right;
	margin-top: 55px;
	margin-right: 10px;
}


#cal_bg {
	background-color: #d0e2f1;
	width: 685px;
}

table.calbox {
	width: 675px;
	border-collapse:collapse;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-right: 4px;
	margin-left: 4px;
}
table.calbox th {
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}
table.calbox th, table.calbox td {
	padding: 6px;
	border: 1px solid #CCCCCC;
	vertical-align: top;
	background-color: #FFF;
}

table.calbox td{
	height: 138px;
	font-size: 10px;
	width: 89px;
}

table.calbox td img {
	margin-bottom: 6px;
	margin-top: 5px;
}

/*
#calendar td.today {
	background-image: url(images/cal_today_top.gif),url(images/cal_today_bottom.gif);
	background-repeat: no-repeat, repeat-x;
	background-position: 3px 3px, 3px 8px;
}
*/
/*
.today {
	background-image: url(images/cal_today_bottom01.gif);
	background-repeat: repeat-y;
	background-position: 3px 3px;
}*/
/*.today {
	background-image: url(images/cal_today.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
}*/

#calendar td.today {
	background-color: #fbeed1;
	width: 89px;
}

.holiday {
	color: #F00;
	float: right;
	margin-top: 6px;
	font-size: 8px;
	-webkit-text-size-adjust: none;
}

/* ++++++旧cssより抜粋++++++ */

#calendar th.sunday {
		color:#ff0000;
}

#calendar th.saturday {
		color:#0000ff;
}

#calendar td.sunday {
		color:#ff0000;
}

#calendar td.theday {
		background-color:#ffffff;
}

#calendar td.theday_sun {
		color:#ff0000;
		background-color:#ffffff;
}

#calendar td.theday_sat {
		color:#0000ff;
		background-color:#ffffff;
}

#calendar td.otherday {
		background-color:#eeeeee;
}

/* ごみ種別表示用 */
#cal_kind {
		font-size:12px;
		line-height:1.2em;
		padding-bottom:2px;
		color:#000000;
}
	
#cal_kind a{
		text-decoration:none;
		color:#000000;
}

/* テーブル */

table.type1 {
	width: 100%;
	border-collapse:collapse;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
table.type1 th {
	background-color: #eeeeee;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
table.type1 th, table.type1 td {
	padding: 6px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
table.type1 .rightcell {
	border-right-style: none;
}
table.type1 th.st {
	background-color: #F1EDDE;
}

/* サイドメニュー */

#side {
	list-style-type: none;
	width: 240px;
	float: left;
	margin-right: 35px;
	margin-left: 20px;
	margin-bottom: 10px;
	text-align : left;/*I/E用左詰め*/
}

.side_box {
	/*width: 210px;*/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7f7f7f;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #7f7f7f;
	padding-right: 14px;
	padding-left: 14px;
	padding-bottom: 10px;
	padding-top: 14px;
}

.side_box ul {
}
.side_news  .side_box li {
	display: block;
	margin-bottom: 8px;
	list-style-position: outside;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #38588a;
	padding-bottom: 6px;
}
.side_city .side_box li {
	list-style-type: none;
}

#side_menu img {
	margin-bottom: 10px;
}

#side .side_city h3 {
	background-image: url(images/side_kind_t.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 37px;
	width: 240px;
	color: #FFFFFF;
	font-size: 14px;
	vertical-align: middle;
	line-height: 37px;
	text-indent: 15px;
}
#side .side_news h3 {
	margin: 0px;
	padding: 0px;
}
#side .side_city,#side .side_news {
	background-image: url(images/side_u.gif);
	background-position: 0px 100%;
	background-repeat: no-repeat;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

#side_fb {
	background-image: url(images/bn_fb_bkgr.png);
	background-repeat: no-repeat;
	height: 36px;
	padding-top: 8px;
	/*padding-left: 130px;*/
	padding-left: 113px;
}

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

#pagetop {
	text-align: right;
	background-image: url(images/arrow_top.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 80%;
	padding-right: 15px;
	width: 945px;
	margin-bottom: 15px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}


#footer {
	text-align:right;
	margin-top: 10px;
	clear: both;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	height: 30px;
	}

#footer ul {
	float:left;
	padding:0px;
	list-style-type:none;
	width: 400px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20;
	}

#footer li {
	background-image:url(images/arrow.gif);
	background-repeat:no-repeat;
	background-position:0px 8px;
	text-align:left;
	color:#36b559;
	font-family:Verdana,Helvetica,sans-serif;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
	margin-right: 10px;
	}

#footer li a {
	display:block;
	text-decoration:none;
	color:#38588a;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	}

#footer li a:hover {
	color:#ffffff;
	background-color:#38588a;
	}


#copyright {
	float:right;
	display: block;
	padding-top: 8px;
	font-size: 10px;
	}



/*フロート対策*/
#contents {
    overflow: hidden;
}

#contents:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #contents {
    height: 1em;
    overflow: visible;
}
/**/

#monthlist {
	width: 685px;
	float: none; 
	margin-right: 17px;
	margin-left: 295px;
	margin-bottom: 20px;
	text-align : left;/*I/E用左詰め*/
}

#monthlist a {
        color:#666666;
        text-decoration:none;
       }

#monthlist h2 {
        margin:20px 0 0 0;
        padding-bottom:5px;
        border-bottom:solid 3px #38588a;
        font-size:1.2em;
       }

#monthlist h2 a {
        text-decoration:none;
        color:#38588a;
       }

#monthlist h2 a:hover {
        background-color:#38588a;
        color:#ffffff;
       }

#monthlist h2 span {
        color:#38588a;
        font-size:smaller;
        font-family:Verdana,Helvetica,sans-serif;
       }


#monthlist p {
        margin-top:10px;
        font-size:1em;
        line-height:140%;
       }

#monthlist ul {
        text-align:left;
        background-color:#ffffff;
        margin:0;
        padding:0px 0px 0px 30px;
        font-size:1em;
}

#monthlist ol {
        text-align:left;
        background-color:#ffffff;
        margin:0;
        padding:0px 0px 0px 30px;
        font-size:0.75em;
}

#monthlist li {
        padding:5px 20px 5px 5px;
        color:#000000;
        font-family:Verdana,Helvetica,sans-serif;
}

/* ++++++ ヘルプページ ++++++ */
#help {
        font-size:1em;
		margin-left: 295px;
		padding:0px 0px 0px 0px;
		border: none; 
		text-align : left;/*I/E用左詰め*/
}

#help p {
		margin:15px 0 15px 0px;
		padding:0px 0px 0px 15px;
		border: none; 
}

#help a {
		color:#38588a;
		text-decoration:none;
}

#help ul {
		margin:0px 0px 0px 20px;
		padding:0px 0px;
		border: none; 
		font-size:1em;
		list-style-type:none
}

#help li {
		padding:0px 0px 3px 0px;
		border: none; 
		color:#000000;
		font-family:Verdana,Helvetica,sans-serif;
}

#help li a {
		color:#38588a;
		text-decoration:none;
		list-style-type:none
}

#help li a:hover {
		color:#38588a;
		text-decoration:underline;
		list-style-type:none
}
#help hr {
		border-width: 1px 0px 0px 0px;
		border-style: solid;
		border-color: #999999;
		height: 1px;
		width: 685px;
}

#help h2 {
		color:#38588a;
		text-decoration:none;
		font-size:1.4em;
}

a.menu {
		text-decoration: none;
		padding:0px 0px 5px 0px;
}

.q_mark {
		float:left;
		padding:0px 0px 10px 0px;
		width:20px;
		color:#3399ff;
		font-weight:bold;
		font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
.q_txt {
		padding:0px 0px 10px 0px;
		color:#333333;
		font-size:1.25em;
		font-weight:bold;
}

.a_mark {
		float:left;
		padding:0px 0px 0px 10px;
		width:20px;
		color:#ff0033;
		font-weight:bold;
		font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
.a_txt {
		color:#000000;
		font-size:1.0em;
		font-weight:normal;
		margin:0px 0px 0px 30px;
		line-height:1.2em;
}

.help_txt {
		color:#000000;
		font-size:12px;
		font-weight:normal;
		margin:20px 20px 20px 0px;
		line-height:14px; /*行間*/
		border: none; 
}

.help_li {
		color:#000000;
		margin:5px 0px 5px 45px;
		list-style-type:decimal;
		border: none; 
}

.tab {
		color:#38588a;
		text-decoration:none;
		list-style-type:none
		padding:0px 0px 0px 0px;
		border: none; 
}

.tab :hover {
		color:#38588a;
		text-decoration:underline;
		list-style-type:none
}


/* ++++++ 対応エリア一覧 ++++++ */

#area_sv {
		width: 685px;
        font-size:1.2em;
		margin-left: 295px;
		padding:0px 0px 0px 0px;
		text-align : left;/*I/E用左詰め*/
}

#area_sv h2 {
        margin:30px 0 0px;
        padding-bottom:5px;
        border-bottom:solid 3px #38588a;
        font-size:1.2em;
       }

#area_sv h3 {
		margin-top: 15px;
        font-size:1em;
       }

#area_sv ul {
        text-align:left;
        background-color:#ffffff;
        margin-top: 20px;
        padding:0px 0px 0px 30px;
        font-size:0.85em;
}

#area_sv hr {
		border-width: 0px 0px 1px 0px; /* 太さ */
		border-style: solid; /* 線種 */
		border-color: #999999; /* 線色 */
		height: 1px; /* 高さ */
}

a.areasv {
        padding:1px 1px 1px 1px;
        color:#38588a;
        font-family:Verdana,Helvetica,sans-serif;
        text-decoration:none;
}

a.areasv:hover {
        color:#ffffff;
        background-color:#38588a;
       }
       
td.areasv {
		width:120px;
		height:25px;
		text-align:left;
		vertical-align:middle;
		padding:2px 2px 2px 2px;
        font-size:1.0em;
}

ul.areasv_list {
        text-align:left;
        background-color:#ffffff;
        margin-top: 0px;
        padding:0px 0px 0px 0px;
        font-size:0.85em;
}

li.areasv_list {
		line-height: 1.0em;
		padding:2px 2px 2px 2px;
}

table.areasv_list {
		padding-left:10px;
}

td.areasv_list {
		line-height: 1.0em;
		padding:10px 10px 10px 10px;
        font-size:0.85em;
}

.pagetop_01 {
	text-align: right;
	background-image: url(images/arrow_top.gif);
	background-repeat: no-repeat;
	background-position: right 25px;
	font-size: 0.7em;
	padding-right: 15px;
	padding-top: 20px;
}

/* ++++++ エリア選択画面 ++++++ */

#area_list {
		width: 685px;
		float: none; 
		margin-right: 17px;
		margin-left: 295px;
		margin-bottom: 20px;
		font-size:1.0em;
		text-align : left;/*I/E用左詰め*/
}
/*
#area_list ul {
		margin:5px 0px 5px 10px;
		padding:0px;
		list-style-type:none;
}

#area_list li a {
		margin-left: 25px;
		color: #38588a;
		text-decoration: none;
		list-style-type: none；
		line-height: 1.0em;
		padding: 1px 1px 1px 1px;
}

#area_list a:hover {
		color:#ffffff;
		background-color:#38588a;
}
*/
/*------エリア一覧------*/

#area_list ul {
		margin:0px 0px 0px 20px;
		padding:0px 0px;
		border: none; 
		list-style-type:disc
}

#area_list li {
		margin-left: 20px;
		padding:0px 0px 2px 0px;
		border: none; 
		color:#38588a;
		font-family:Verdana,Helvetica,sans-serif;
}

#area_list li a {
		color:#38588a;
		text-decoration:none;
}

#area_list li a:hover {
		color:#ffffff;
		background-color:#38588a;
}
/*-------カレンダーページ用ポップアップ-------*/

#header_bubble {
	background-image: url(images/bubble_160.png);
	background-repeat: no-repeat;
/*	display: block;*/
	float: right;
	height: 50px;
	width: 160px;
/*	margin-top: -48px;*/
	margin-top: -58px;
	margin-right: 62px;
	font-size:0.8em;
	/*text-align: right;*/
	text-decoration: none;

}

#header_bubble a {
		text-decoration: none;
		line-height:1.5em;
		text-align: left;

}

.bubble_txt {
		vertical-align: middle;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 15px;
		text-align: left;
		line-height: 1.5em;
		color:#000000;	
}

.clear {
		clear:both;
		margin:0;
}

/* ++++++ 新規登録時メッセージ ++++++ */

#result_message {
        padding:5px 0px 0px 0px;
        font-weight:bold;
        color:#FF0000;
       }

#result_email {
        font-weight:bold;
        color:#FF0000;
}

#result_password {
        font-weight:bold;
        color:#FF0000;
}

#result_kouku_id {
        font-weight:bold;
        color:#FF0000;
}

#result_gomi_shurui {
        font-weight:bold;
        color:#FF0000;
}

/* ++++++ 収集エリア選択 のデザイン ++++++ */

#kouku_select_hd {
/*		width: 985px;
		padding-top: 5px;
		padding-right: 15px;
		padding-bottom: 5px;
		font-size: 14px;
		text-align: right;
		margin-bottom: 10px;*/
		padding:5px 0 5px 0;
		background-color: #38588a;
		color: #FFF;
		font-size: 14px;
		font-weight: bold;
		line-height:20px;
}

#kouku_select {
		margin:30px 40px 30px 40px;
		text-align : left;/*I/E用左詰め*/
}


/* ++++++ ユーザ情報編集 のデザイン ++++++ */
/*
#userinfo_left {
		float:left;
		width:530px;
		margin:0;
		padding:5px 0px;
		background-color:#ffffff;
		text-align:center;
}

#userinfo_left table {
		margin:0;
		width:530;
		text-align:center;
		border:none;
		font-family:Verdana,Helvetica,sans-serif;
		color:#36b559;
}
*/
/*
#userinfo_left td {
		text-align:left;
		padding:5px;
		font-size:0.75em;
		font-family:Verdana,Helvetica,sans-serif;
		color:#000000;
}
*/
#userinfo_left td.item {
		width:170px;
		background-color:#eeeeee;
		color:#000000;
}

#userinfo_left td.error{
		font-weight:bold;
		color:#FF0000;
}
/*
#userinfo_left p{
        margin:0;
        text-align:center;
        font-size:0.8em;
        font-family:Verdana,Helvetica,sans-serif;
        color:#000000;
       }
*/
#userinfo_left p.error{
        font-weight:bold;
        color:#FF0000;
       }

#userinfo_left span.must{
		font-weight:bold;
		color:#FF0000;
}

/*
#userinfo_left p.link {
        text-align:center;
        font-size:0.75em;
        font-weight:bold;
        font-family:Verdana,Helvetica,sans-serif;
        color:#000000;
       }

#userinfo_left ul{
        margin:0;
        text-align:center;
        font-size:0.75em;
        font-family:Verdana,Helvetica,sans-serif;
        color:#000000;
       }
*/
#userinfo_right {
        float:right;
        width:210;
        margin:0;
        padding:5px 5px 0px 5px;
        background-color:#ffffff;
        text-align:left;
       }

#userinfo_right table {
        margin:0;
        text-align:center;
        border:none;
        font-family:Verdana,Helvetica,sans-serif;
        color:#36b559;
       }

#userinfo_right td {
        text-align:left;
        padding:0px 5px 5px 5px;
        font-size:0.75em;
        font-family:Verdana,Helvetica,sans-serif;
        color:#000000;
       }

#userinfo_right p{
        margin:0;
        text-align:left;
        font-size:0.8em;
        font-family:Verdana,Helvetica,sans-serif;
        color:#000000;
       }

#userinfo_right ul {
        text-align:left;
        background-color:#ffffff;
        margin:0;
        padding:0px 5px;
        list-style-type:none;
        font-size:0.75em;
       }

#userinfo_right li {
        text-align:left;
        padding:5px 5px 5px 5px;
        color:#36b559;
        font-family:Verdana,Helvetica,sans-serif;
       }

#userinfo_right li a {
        text-decoration:none;
        color:#36b559;
       }

#userinfo_right li a:hover {
        color:#ffffff;
        background-color:#36b559;
       }

/* ++++++ 紹介ページ ++++++ */

#intro_style {
		margin-left: 0;
}

#intro_style li {
		padding: 2px;
		line-height: 1.0em;
}

#intro_style th {
		background-color: #eeeeee;
		font-weight: normal;
		padding: 8px;
}

#intro_style td {
		padding: 8px;
}

/* ++++++ ASP民間企業 ++++++ */

#asp {
		margin:0 10px;
}

#asp table.pricelist {
		border:1px solid #000000;
		border-collapse:collapse;
}

#asp table.pricelist caption {
		text-align:right;
}

#asp table.pricelist td {
		border:1px solid #000000;
		padding:0 2px 0 2px;
}

#asp table.pricelist td.price {
		text-align:right;
}
/* ツールチップ
------------------------------------------------------------------------*/
.jToolTip_q {
	display : inline;
}
.jToolTip_a {
	display : none;
}
div#jToolTip {
	border : #ccc solid 1px;
  	/* For WebKit (Safari, Google Chrome etc) */
 	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #fff, #ccc);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF0000FF, endColorstr=#FFFFFFFF);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF0000FF, endColorstr=#FFFFFFFF)";
	background-color : #F8F8FF;
	color : #000;
	margin : 0;
	padding : 10px;
	opacity : 0.8;
	filter:alpha( opacity=80 );
	text-align : left;
	width : 240px;
	/*角丸表現*/
	border-radius : 10px;
	-moz-border-radius : 10px;
	-webkit-border-radius : 10px;
	box-shadow : 1px 1px 3px #ccc;
	-moz-box-shadow : 1px 1px 3px #ccc;
	-webkit-box-shadow : 1px 1px 3px #ccc;
	position : absolute;
	z-index : 100;
}

/* ニュース*/

.newslist li {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 12px;
	display: block;
	margin-bottom: 16px;
	list-style-position: outside;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 16px;
}


.newstt {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #38588a;
	font-weight: bold;
	padding-bottom: 10px;
}

.link_right a {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	vertical-align: middle;
	padding-right: 15px;
	text-align: right;
}

.pdf a {
	background-image: url(images/pdficon_s.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
	display: block;
	vertical-align: middle;
	height: 30px;
	padding-top: 10px;
}
