@charset "utf-8";

/*-----------------------------------------------------------
 Default Setting
-----------------------------------------------------------*/

/*------ Site Set (default) ------*/

* { 
	font-family: meiryo ,verdana ,MS PGothic ,osaka ,sans-serif;
	/* font-family: verdana ,MS PGothic,osaka ,sans-serif; */
	font-size: 14px;
	line-height: 1.2em;
	color: #454545;
	}

	/* Anchor */
	a:link ,
	a:visited {
		color: #3a9b5d;
		text-decoration: none;
		}
	a:hover ,
	a:active {
		color: #ff9c00;
		text-decoration: underline;
		}


	/* Clear */
	.clear { clear: both; }
	
	ul {
		margin: 0 0 1em;
		}
		ul li { list-style: none; }

	table {
		margin: 0 0 10px;
		border-collapse: collapse;
		}
		table th ,
		table td {
			vertical-align: top;
			}



/*-----------------------------------------------------------
 Library
-----------------------------------------------------------*/


/*---------- Text Color ----------*/

.cautionTxt { color: red; }


/*---------- Text Align ----------*/

.txtLeft   { text-align: left;   }
.txtCenter { text-align: center; }
.txtRight  { text-align: right;  }


/*---------- Form ----------*/

.required {
	margin: 0 0 0 5px;
	color: #ff0000;
	}



/*-----------------------------------------------------------
 Layout
-----------------------------------------------------------*/

/*---------- header ----------*/

#header p ,
#header h1 { marign: 0; }


/*---------- globalNav ----------*/

#globalNav {
	}
	#globalNav td { padding: 0 5px 0 0; }


/*---------- contents ----------*/

#contents h2 { margin: 15px 0; }
#contents h3 {
	margin: 15px 0;
	font-size: 16px;
	color: #506e5b;
	text-align: center;
	}
#contents h4 {
	}

#contents h6 {
	font-weight: normal;
	margin: 0 0 10px;
	}


#contents table {
	border: 1px solid #ccc;
	}
	#contents table th {
		width: 4.5em;
		padding: 3px 5px;
		background: #eee;
		border: 1px solid #ccc;
		}
	#contents table td {
		padding: 3px 5px;
		border: 1px solid #ccc;
		}
		#contents table td ul ,
		#contents table td ul li { padding: 0; }


#contents table.linkList {
	border: none;
	}
	#contents table.linkList td { padding: 0 5px 0 0; border: none; }

ul.icoSquare {
	margin-left: 0;
	}
	ul.icoSquare li {
		padding: 0 0 0 10px; margin: 0 0 3px;
		background: transparent url("/common/images/listSquare.gif") no-repeat left 7px;
		}

dl.icoSquare {
	margin-left: 0;
	}
	dl.icoSquare dd {
		padding: 0 0 0 10px; margin: 0 0 3px 1em;
		background: transparent url("/common/images/listSquare.gif") no-repeat left 7px;
		}

ul.icoAsterisk {
	margin-left: 0;
	}
	ul.icoAsterisk li {
		padding: 0 0 0 17px; margin: 0 0 3px;
		background: transparent url("/common/images/icoAsterisk.png") no-repeat left 0.3em;
		}

p.icoAsterisk {
	padding: 0 0 0 17px; margin: 0 0 3px;
	background: transparent url("/common/images/icoAsterisk.png") no-repeat left 0.3em;
	}


#contents #noticeSec {
	margin: 10px; padding: 5px;
	font-size: 12px;
	background: #f3f3f3;
	border: 1px dotted #ccc;
	}
	#contents #noticeSec ul ,
	#contents #noticeSec ul li { padding: 0; }
	#contents #noticeSec ul li {
		padding: 3 0 3px 17px;
		background: transparent url("/common/images/icoAsterisk.png") no-repeat left 0.4em;
		}


/*---------- footer ----------*/

#footer p { marign: 0; }



