/* CSS Document */
html{
	height:100%;
}

body {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height:130%;
	color:#000;
	background:#ffffff;
	height:100%;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	min-width:1024px;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
}

img {
	border: none;/* img do not want a border */
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}
img {
	-ms-interpolation-mode:bicubic;
}

.btnover:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
	/*-ms-filter: "alpha(opacity=70)";*/
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	background:#ffffff;
}

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;
}

h1#ptittle{
	padding:10px 0 10px 5px;
}

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:#2630b6;
	text-decoration: underline;
}

.kome{
	font-weight: normal;
	color:#cc0000;
	display:inline;
}

input.def {
	background-color: #ffffff;
	border: 1px solid #dcdddd;
	padding:4px;
	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;*/
	padding:5px;
}

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;
}
