/* CSS Document */

html{
	height:100%;
}

body {
	height:100%;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height:140%;
	color:#000;
	background:#ffffff;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	min-width:1024px;
	-webkit-text-size-adjust: 100%;
}

img {
	border: none;/* img do not want a border */
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}
img {
 -ms-interpolation-mode:bicubic;
}
li { list-style: none; }/* link do not want a dot */

h1, h2, h3, h4, h5, h6, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
}

h2#cot_tittle{
	font-weight: bold;
	font-size: 120%;
	letter-spacing: 1px;
}

textarea { font-size: 100%; }

.clear {
	clear:both;
}

.left{
	float:left;
}
.right{
	float:right;
}

a:link {
	color:#000000;
	text-decoration: none;
}
a:visited {
	color:#000000;
	text-decoration: none;
}
a:hover {
	color:#005922;
	text-decoration: underline;
}

.atn_s{
	font-weight: normal;
	font-size:90%;
}

b.kome{
	font-weight: normal;
	color:#cc0000;
	padding-left:3px;
}

input.def {
	background-color: #ffffff;
	border: 1px solid #dcdddd;
	padding:5px;
	font-size:12px;
}
input.def2 {
	background-color: #ffffff;
	border-top: none;
	border-right: 1px solid #dcdddd;
	border-bottom: 1px solid #dcdddd;
	border-left: 1px solid #dcdddd;
	padding:5px;
	font-size:12px;
}
textarea.def {
	background-color: #ffffff;
	border: 1px solid #dcdddd;
	/*overflow:hidden;*/
	padding:5px;
	font-size:12px;
}
select.def {
	background-color: #ffffff;
	border: 1px solid #dcdddd;
	font-size:12px;
	/*padding: 0.2em 0 0.2em 1em;*/
}

input.button{  
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #042815;
	padding-top: 2px;
	font-weight: bold;
	cursor: pointer;
	color: #ffffff;
	background-color: #042815;
	font-size:12px;
}
input.button:active {
	padding: 6px 20px 4px;
}

