/* CSS Document */

body {
margin: 0;
font-size: small;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
   overflow-y:scroll;	/* スクロールズレ */
}

*html body {  　　　　　/*IE6だけに適用*/
   overflow-y:auto;
}

*+html body {　　　　　/*IE7だけに適用*/
   overflow-y:auto;
}

object,embed {
	vertical-align:top;
}

@media print {

body {
	overflow: visible !important;
}

}

/* ------ h style ------*/

ul,li,h1,h2,h3,p {
margin: 0;
padding: 0;
}

h2#h2_ttl {
background: url(../../img/bg_news.gif);
background-repeat: repeat-x;
font-size: medium;
line-height: 2;
padding-left: 10px;
width: 547px;
}

h2#h2_ttl2 {
	background: url(../../img/bg_news2.jpg) repeat-x;
	font-size: medium;
	line-height: 1.5;
	padding-left: 10px;
	width: 547px;
	height: 55px;
	padding-top: 5px;
}

h3 {
font-size: small;
}

h3.h3_ttl {
	border-left: 6px solid #B3D7FB;
	padding-left: 3px;
	line-height: 1.8;
	margin-bottom: 1em;
	background: #f5f5f5;
}

h3.link {
	margin-top: 16px;
	background: url(../img/bg_menu.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding-left:20px;
	line-height: 2;
	width: 230px;
	height: auto !important;
	min-height: 26px;
}

h3.link2 {
	margin-top: 16px;
	background: url(../img/bg_menu3.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
	padding-left:20px;
	/*padding-right:20px;*/
	line-height: 2;
	width: 190px;
}

h3.link3 {
	height: 100%;
	padding: 0.25em 0.5em 0.25em 7px;
	margin: 16px 0 0 0;
	border: #CCCCCC 1px solid;
	background: url(../img/bg_menubg.gif) repeat-x 0 100%;
	line-height: 1.5em;
}
h3.link3 a {
	background: url(../img/icn_blue2.gif) no-repeat 0 8%;
	margin-left: 0px;
	padding-left: 12px;
}
h3.link3 span {
	background: url(../img/icn_blue2.gif) no-repeat 0 8%;
	margin-left: 0px;
	padding-left: 12px;
}

h4 {
	font-size: small;
	background-image:url(../img/bg_menu2.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	/*padding-top: 6px;
	padding-bottom: 6px;*/
	line-height: 2;
	width: 537px;
}

h4.link {
	font-size: small;
	background-image:url(../img/bg_menu2.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	/*padding-top: 6px;
	padding-bottom: 6px;*/
	line-height: 2;
	width: 537px;
	margin-bottom: 0px;
}

form {
display: inline;
}

.form_p {
 font-size:90%;
 padding-right: 15px;
 padding-bottom: 2px;
 line-height: 1.2em;
}

.adm_p {
padding-top:5px;
}

.p-1 {
 font-size:87%;
 line-height:2.5em;
 }

a:link {
 text-decoration:none;
}

a:visited {
 text-decoration:none;
}

.new_win {
padding-right: 0.4em;
}

.new_win span {
padding:0.4em 1em 0 0;
background: url(../img/icn_external.gif) no-repeat right center;
}

/*マークが途中で改行されない場合*/
.new_win {
background-image: url(../img/icn_external.gif);
background-repeat: no-repeat;
background-position: 100% 0;
padding-right: 15px;
}

/*マークが途中で改行される場合*/
.new_win2 {
padding-right: 0.4em;
}

.new_win2 span {
padding:0.3em 0.9em 0 0;
background: url(../img/icn_external.gif) no-repeat right center;
}

.main_d {
	margin-bottom: -30px;
	margin-left: 15px;
	margin-top: -10px;
} 

/* ------list style------ */

.list_d {
	margin-bottom: 0px;
	margin-left: 5px;
	margin-top: 10px;
}
.list_d ul {
	list-style-position: outside;
	list-style-type: none;
}
.list_d li {
	list-style-type: none;
	padding-left: 15px;
	list-style-position: outside;
	margin-bottom: -20px;
	padding-bottom: 20px;
}

.list_tri {
	margin: 0.4em 1em 0.8em;
	padding: 0;
	list-style-type: none;
}
.list_tri li {
	background-image: url(../img/icn_blue.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 1em;
	line-height: 140%;
}

#main_list {
padding: 0px 25px 0px 10px;
line-height: 1.2;
}

.list_none {
	list-style-type: none;
}

.list_none li{
	margin-left: 1em;
	text-indent: -1.2em;
	line-height:1.2em;
	margin-bottom: 0.7em;
}

/*    */


/*トップページのスタイル*/
#top_news_ttl {
background-image: url(../../img/ttl_news.gif);
height: 29px;
}

#top_news img {
border: 0;
}

#top_news .img {
display: block;
height: 80px;
width: 80px;
overflow: hidden;
float: left;
margin-right: 0.5em;
}

#top_news ul {
list-style-type: none;
}

#top_news li {
padding: 0.5em;
border-bottom: 1px dotted #999999;
}

#top_news td {
border-bottom: 1px dotted #999999;
vertical-align: top;
}

#top_news .date {
	background: url(../img/icn_blue.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 10px;
}

#top_info {
background: url(../../img/bg_info.gif);
background-repeat: no-repeat;
background-position: 0 100%;
border: 1px #CCCCCC solid;
padding: 8px;
height: 216px;
}

#top_info_ttl {
margin-bottom: 10px;
}

#top_info ul {
list-style-type: none;
line-height: 1.1;
}

#top_info li {
list-style-type: none;
background: url(../img/icn_grey.gif);
background-repeat: no-repeat;
background-position: 0 3px;
padding-left: 8px;
padding-bottom: 4px;
}

@media print {

#top_news .date {
	display: list-item;
	list-style-image: url(../img/icn_blue.gif);
	padding-left: 0;
}

#top_info li {
	display: list-item;
	list-style-image: url(../img/icn_grey.gif);
	padding-left: 0;
}
}


.table_q {
	padding: 3px 3px 3px 10px;
}

/* ------ photo ------ */

.imgR {
	float: right;
	margin: 0 0 10px 10px;
}
.imgL {
	float: left;
	margin: 0 10px 10px 0;
}

.photobox {
float: left;
padding: 16px;
margin-right: 8px;
background: #eeeeee;
}
.photobox img {
padding-bottom: 0.5em;
}

.photobox_r {
float: right;
padding: 16px;
margin-left: 8px;
background: #eeeeee;
}
.photobox_r img {
padding-bottom: 0.5em;
}

.photoshadow12090 {
	width: 123px;
	height: 93px;
	background:url(../img/photo_shadow12090.jpg) no-repeat;
	margin:5px;
}
.photoshadow12090_r {
	width: 123px;
	height: 93px;
	float: right;
	margin: 0 0 10px 10px;
	background:url(../img/photo_shadow12090.jpg) no-repeat;
}


/* ------font style------ */

.font-medium {
font-size: medium;
}

.time {
	color: #0066FF;
	font-size: 100%;
	font-weight: bold;
}




@media print {

* html #main_link li {
	display: list-item;
	list-style-image: url(../img/icn_blue.gif);
	padding-left: 0;
}

}

/* ------ footer ------ */

#page_top {
padding: 10px;
text-align: right;
}

#copyright {
border-top: 1px solid #999999;
text-align: center;
padding: 0.5em;
line-height: 1.3;
}
.list_kakko {
	list-style-type: none;
	padding-left: 1em;
	text-indent: -1.5em;
}



/* ------ table ------ */
.table01 {
padding:10px;
border: 1px #000000 solid;
border-collapse:collapse;
background-color: #FFFFFF;
}
.table01 th {
background-color: #E7F2F4;
padding: 3px;
border: 1px #000000 solid;
border-collapse:collapse;
}
.table01 td {
padding: 3px;
border: 1px #666666 solid;
border-collapse:collapse;
}


.aed {
	padding: 10px;
	margin-bottom: 1em;
	min-height: 150px;
}

