@charset "utf-8";


/*---------------------------------------
*	
*	00.GROBAL TAGS
*	01.STRUCTURE
*		01-01.HEADER
*		01-02.MAIN
*		01-03.NAV
*		01-04.CONTENTS
*		01-05.FOOTER
*	02.PARTS
*		02-01.BOX
*		02-02.TEXT
*		02-03.HEADING
*		02-04.TABLE
*		02-05.FORM
*		02-06.LIST
*	03.LAYOUT
*		03-01.VERISIGN
*
*	MODULES
*		MO_01.CLEARFIX
*		MO_02.TEXT
*		MO_03.LIST
*
*--------------------------------------*/



/**--------------------------------------
	00.GROBAL TAGS
---------------------------------------**/

html {
  overflow-y:scroll;
  height:100%;
}

body {
	font-family:"Shin Maru Go Regular","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	background-color:#FFF;
	color: #333333;
	text-align: center;
	height:100%;
	margin: 0 auto;
}

a{
	color:#006DD9;
	text-decoration:none;
	
}

a:hover{
	color:#265CFF;
	text-decoration:underline;
}


/* hover透過 */
a.alpha:hover img, #contents a:hover img,#sidebar a:hover img{
/*モダンブラウザ用*/
opacity:0.65;
/*IE7以下用*/
filter:alpha(opacity=65);
/*IE8用*/
-ms-filter:"alpha(opacity=65)";
}

/**--------------------------------------
	01.BASIC_STRUCTURE
---------------------------------------**/

h2, h3, h4, h5, p, table {
	margin-bottom:1em;
	clear:both;
}

h2 {
	font-size:152%;
	padding:0.7em 0.5em;
	border-radius:0.3em;
	font-weight:normal;
}

h3{
	background: url(../images/bg_h3.png) no-repeat left;
	padding-left: 20px;
	height: 40px;
	line-height: 40px;
	color: #666666;
	border-bottom: 1px solid #CCC;
}

h4{
	font-size:124%;
	font-weight:normal;
	padding-left:15px;
}

h5 {
	font-size:107%;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:0.3em;
}

h6{
	padding:0.5em 0.7em;
	font-size:107%;
}

/*----- 01-01.HEADER -----**/

header{
	height:81px;
}

header section{
	width:960px;
	margin:0 auto;
	height:100%;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}

header h1{
	padding:0;
}

/*----- 01-02.MAIN -----**/

main{
	margin-bottom:0;

}

div.promo{
	padding:0;
	height:370px;
	width: 960px;
	margin: 0 auto;
}
div.promo img{
	padding-bottom:0;
}

span.strong{
	color: #ff0000;
}

main div.main{
	width: 100%;
	margin:0 auto;
}

main article#nav{
	float:left;
/*	width: 25%;
	min-width: 240px;*/
	margin-bottom:-10px;
}

main article#contents{
	width: 70%;
/*	min-width: 660px; */
	float:left;
	background-color:#FFF;
	text-align:left;
	margin-left:30px;
	margin-top:30px;
	margin-bottom:-10px;
}


/*----- 01-03.NAV -----**/

nav{
}

nav ul {
	margin-top:30px;
	margin-bottom:30px;
}

nav ul li {
  width: 240px;
  height: 45px;
  margin: 0;  
  padding: 0;  
  display: block;
  white-space: nowrap;
}

nav ul li a {  
  display: block;
  width: 220px;
  height: 45px;
	line-height: 45px;
  font-size:124%;
  color:#666666;
  text-decoration:none;
  text-align:left;
  background:url(../images/bg_nav.png) no-repeat;
	background-position: middle;
	background-color: #FFF;
padding-left: 20px;
}  


nav ul li a:hover {
  background:url(../images/bg_nav.png) no-repeat;
	background-color: #8F8F8F;
	color: #FFF;
	text-decoration: none;
}



/*----- 01-02.CONTENTS -----**/
main article#contents section{
	margin-bottom:2em;
}

main article div.contents{
}

main article div.contents section{
	margin-bottom:2.5em;
}

/*--totopボタン--*/
#pageTop {

  position: fixed;
  bottom: 20px;
  right: 20px;
}

 

#pageTop a {
  display: block;
  z-index: 999;
  padding: 1px 0 0 1px;
  border-radius: 6px;
  width: 35px;
  height: 35px;
  background-color: #D2D5E1;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

 

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}/*--totopボタン--*/

/*----- 01-03.SIDEBAR -----**/


	

/*----- 01-04.FOOTER -----**/
footer{
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	width: 960px;
	margin: 1em auto 0;
}
footer p#copyright {
	color:#20202F;
	padding:0.5em 0;
	margin-bottom:0;
	text-align:center;
}


/**--------------------------------------
	02.PAGES
---------------------------------------**/

/*----- 02-01.TOP -----**/


table#news{
	width:100%;
	padding:0 5px;
	margin-bottom:2em;
}

table#news tr,
table#news td{
	padding:0.5em;
	line-height:1.5em;
	/*background: url(../images/news_bg.png) bottom repeat-x;*/
}
table#news td.date{
	width:8em;
	vertical-align:top
}

div#contact{
	width:920px;
	margin:1em auto;
	padding:20px;
	background-color:#a3a3ff;
}


div#contact dl.info{
	text-align:left;
	margin-left:30px;
}

div#contact dl.info dt {
	padding-bottom:0.3em;
	margin-bottom:0.5em;
	color:#6633ff;
	font-size:122%;
}

div#contact dl.info dd {
	color:#FFF;	
	margin-bottom:1em;
	line-height:1.5em;
}
div#contact dl.info dd a{
	color:#FFF;	
}
div#contact dl.info dd a:hover{
	color:#FFF;
}

#bnr{
	width: 960px;
	margin: 0 auto;
}
#bnr ul{
	margin: 0 30px;
}
#bnr ul li{
	list-style: none;
	width: 225px;
	float: left;
	text-align: center;
}


/*  

#topinfo{
	width:650px;
	background-color:#00A8E3;
	padding:15px;
	display:table;
	margin-bottom:2em;

}
#topinfo div.topinfo-left{
	width:430px;
	color:#FFF;
	font-size:107%;
	font-weight:bold;
	display:table-cell;
}
#topinfo div.topinfo-right{
	display:table-cell;
	vertical-align:bottom;
	text-align:center;
}
#topinfo div.topinfo-right span,div#member-site p{
	border:1px solid #CCC;
	text-align:center;
	display:block;
	width:200px;
	background-color:#FFF;
	margin-left:10px;
}

#topinfo div.topinfo-right span a,div#member-site p a{
	text-align:center;
	display:block;
	width:180px;
	padding:10px;
	color:#00A8E3;
}
#topinfo div.topinfo-right span a:hover,div#member-site p a:hover{
	text-decoration:none;
	color:#FFF;
	background-color:#11439F;
}

#top-img {
	border:1px solid #CCCCCC;
	padding:1px;
	margin-bottom:1em;
}

table#news{
	width:100%;
	padding:0 5px;
	margin-bottom:2em;
}

table#news tr,
table#news td{
	padding:0.5em;
	line-height:1.5em;
	background:url(../images/news_bg.gif) bottom repeat-x;
}
table#news td.date{
	width:10em;
	vertical-align:top
}

#main p#news-log{
	text-align:right;
	margin:0.5em 0 3em;
}
**/


/*----- 02-01.OUTLINE -----**/


/*----- 02-02.GREETING -----**/

div#greeting_sign{
	width:100%;
	margin-bottom:2em;
}
div#greeting_sign .chair,
div#greeting_sign .sign{
	float:left;
	width:50%;
}
div#greeting_sign .chair{
	text-align:center;
}
div#greeting_sign .sign{
	margin-top:80px;
}

/*----- 02-03.ORDER -----**/


/**--------------------------------------
	03.PARTS
---------------------------------------**/

/*----- 03-00.LAYOUT -----**/
#entry{
	margin:1em 1.5em;
	border:1px solid #FF6600;
	padding:1em;
	text-align:center;
	}


/*----- 03-01.LIST -----**/
dl.simple{
	margin:1em;
}

dl.simple dt{
  font-weight:bold;
	font-size:107%;
	margin-bottom:0.5em;
	background: url(../images/bg_h3.png) no-repeat left;
	padding-left: 20px;
	height: 40px;
	line-height: 40px;
	color: #666666;
	border-bottom: 1px solid #CCC;
}

dl.simple dd{
	padding-left:1em;
	line-height:1.5em;
	margin-bottom:2.5em;
}

ul.decimal {
}

ul.decimal li {
	list-style-position: outside;
	list-style-type: decimal;
	display: list-item;
	line-height: 1.5em;
	margin-left: 20px;
}

ul.circle {
}

ul.circle li {
	list-style-position: outside;
	list-style-type: circle;
	display: list-item;
	line-height: 1.5em;
	margin-left: 20px;
}

ul.disc {
}

ul.disc li {
	list-style-position: outside;
	list-style-type: disc;
	display: list-item;
	line-height: 1.5em;
	margin-left: 20px;
}

dl {
	margin-top: 15px;
	margin-bottom: 15px;
}

.pdf dt {
	background-image: url(file:///C|/Users/aoki_y/Documents/WEB/CNF-AHVS/root/common/images/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 10px;
	padding-left: 45px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	font-weight: normal;
	margin-bottom: 5px;
}

.ppt dt {
	background-image: url(file:///C|/Users/aoki_y/Documents/WEB/CNF-AHVS/root/common/images/icon_ppt.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 10px;
	padding-left: 45px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	font-weight: normal;
	margin-bottom: 5px;
}

.word dt {
	background-image: url(file:///C|/Users/aoki_y/Documents/WEB/CNF-AHVS/root/common/images/icon_doc.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 10px;
	padding-left: 45px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	font-weight: normal;
	margin-bottom: 5px;
}

.excel dt {
	background-image: url(file:///C|/Users/aoki_y/Documents/WEB/CNF-AHVS/root/common/images/icon_xls.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 10px;
	padding-left: 45px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	font-weight: normal;
	margin-bottom: 5px;
}

.link dt {
	background-image: url(file:///C|/Users/aoki_y/Documents/WEB/CNF-AHVS/root/common/images/icon_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 10px;
	padding-left: 45px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	font-weight: normal;
	margin-bottom: 5px;
}

.pdf dd,.link_arrow dd {
	padding-left: 55px;
	font-size: 85%;
	line-height: 1.5em;
	margin-bottom: 15px;
}

ul.pdfList {
	padding: 0 0 5px 5px;
	border-bottom: 1px dashed #666666;
}

ul.pdfList {zoom:1;}

ul.pdfList:after{
    content: ""; 
    display: block; 
    clear: both;
}

ul.pdfList li {
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 45px;
	width: 160px;
	background: url(file:///C|/Users/aoki_y/Documents/WEB/CNF-AHVS/root/common/css/img/pdf2.gif) no-repeat 5px 0;
}

ul.pdfList li a {
	margin-bottom: 5px;
}

ul.pdfList li span {
	display: block;
	font-size: 85%;
	line-height: 1.5em;
}

/*----- 03-02.TABLE -----**/

table.simple {
	width: 100%;
}
table.simple td, .table.simple th {
	padding: 5px;
	line-height: 1.5em;
}
table.simple th{
	white-space:nowrap;
	vertical-align:top
}

table.base {
	border-top: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
}

table.base th,
table.base td {
	padding: 4px 8px;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
}

table.date{
}

table.date th,
table.date td {
	vertical-align:top;
	padding: 4px 8px;
}

table.namelist{
}

table.namelist th,
table.namelist td {
	vertical-align:top;
	padding: 2px 5px;
}


table.t-gray th {
	background-color: #666666;
	font-weight: bold;
	color: #FFFFFF;
}

table.t-lgray th {
	background-color: #CCCCCC;
	font-weight: bold;
	color: #333333;
}

table.t-blue th {
	background-color: #006699;
	font-weight: bold;
	color: #FFFFFF;
}

table.t-lblue th {
	background-color: #BEE7E6;
	font-weight: bold;
	color: #297C7C;
}

table.t-green th {
	background-color: #336633;
	font-weight: bold;
	color: #FFFFFF;
}

table.t-lgreen th {
	background-color: #DFFF99;
	font-weight: bold;
	color: #006600;
}

/*----- 03-03.TEXT -----**/

.small {
	font-size:85%;
}

.big {
	font-size:122%;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.red {
	color: #FF0000;
}

.blue {
	color: #0080C0;	
}

.orange {
	color: #DD6A24;
}

.green {
	color: #006600;
}

.purple {
	color: #A0A0C0;
}

.bold {
	font-weight: bold;
}
.indent{
	margin-left:1em;
}
.paragraph{
	text-indent:1em;
}

/*----- 03-04.IMAGES -----**/

.img-right {
	float: right;
	margin: 0 0 10px 10px;
}

.img-left {
	float: left;
	margin: 0 10px 10px 0;
}
/*----- 03-05.BUTTON -----**/
p.btn {
}

	p.btn a {
	display: block;
	margin: 0 auto;
	padding: 7px 0;
	border-radius: 4px;
	width: 300px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	border: 2px solid #385D8A;
	background-color: #61CEF8;
	color: #FFFFFF;
	}

	p.btn a:hover {
	border: 2px solid #00A8E3;
	background-color: #EBFCEF;
	color: #00A8E3;
	}

p.btn_s {
}

	p.btn_s a {
	display: block;
	margin: 0 auto;
	padding: 7px 0;
	border: 2px solid #385D8A;
	border-radius: 4px;
	width: 200px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	background-color: #408CB3;
	}

	p.btn_s a:hover {
		background-color: #61CEF8;
		color: #FFFFFF;
	}
	
div.thanks{ /*---topのお礼----*/
	background: #FFF;
	border: 2px solid #336699;
	padding: 10px;
	margin: 0 auto 1.5em;
	line-height: 30px;
}

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

	MODULES
	
---------------------------------------**/

/*----- MO_01.CLEARFIX -----**/

.clearfix {zoom:1;}
.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;}
