@charset "UTF-8";
/*------------------------------------------------------*/
/* Updated: 2012/04 */
/*------------------------------------------------------*/
/*------------------------------------------------------*/
/* 初期設定用CSS */
/*------------------------------------------------------*/

/* Default --------------------------------- */
* {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, div, p, address, ul, li, ol, dl, dt, dd, table, tr, th, td, form {
	zoom: 1;
}
h1,	h2,	h3,	h4,	h5,	h6 {
	font-size: 100%;
}
em {
	font-weight: bold;
	font-style: normal;
}
strong {
	color: #e64949;
}
sup {
	margin-right: 2px;
	margin-left: 2px;
}
img {
	border: none;
	vertical-align: bottom;
}
a:link,
a:visited {
	color: #007671;
	text-decoration: underline;
}
a:hover,
a:active {
	color: #00a8a1;
	text-decoration: none;
}
ul, ol {
	list-style-type: none;
}
li {
	zoom: normal;
}
table {
	font-size: 100%;
}
th {
	font-weight: normal;
	text-align: left;
}
input {
	font-size: 100%;
	outline: none;
}
select {
	font-size: 100%;
	outline: none;
}
textarea {
	overflow: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	border: solid 1px #a5acb2;
	background-color: #ffffff;
	font-size: 100%;
	vertical-align: bottom;
	outline: none;
}





/*------------------------------------------------------*/
/* End */
/*------------------------------------------------------*/
