a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}
#myform input radio{
    background-color: transparent;
}
#myform input checkbox{
    background-color: transparent;
}


/* form style */
#myform {
	font-family:"メイリオ","Lucida Grande","bitstream vera sans","trebuchet ms",sans-serif,verdana;
	line-height:1.5em;
	background-color:transparent;
	padding:15px 20px; 
	color:#666666;
	width:840px;
	margin:0 auto;
	margin-top: 4px;
	position:relative;
	border-radius: 5px; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
} 
/* nested fieldset */
#myform fieldset {
	border:0;
	margin:0;
	padding:0;
	background-color:transparent;
	font-size:13px;
}

/* typography */
#myform h3 	{ color:#666666; margin-top:0px; }
#myform h4 	{ color:#666666; margin-top:0px; font-size:16px; }
#myform p 	{ font-size:11px; }

#myform p#terms span#select	{ font-size:13px; }


/* input field */
#myform input,textarea,select {
	border:1px solid #333333;
	background-color:#ffffff;
	padding:5px;
	color:#000000;
	font-size:12px;
	
	/* CSS3 spicing */
/*	text-shadow:1px 1px 1px #dfdfdf; */
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;	
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
}
#myform input.radio {
	width:1em;
	border:0px solid #ffffff;
	background-color:transparent;
}

#myform input:focus 	{ color:#000000; background-color:#ffff75; }
#myform input:active 	{ background-color:#ffff00; }

/* 鬆・岼・呈ｮｵ邨・*/
#myform .box1 {
	width:50%;
	float:left;
}
#myform .box2 {
	width:45%;
	float:left;
}
#myform .box0 {
	clear: both;
	width:100%;
	float:none;
}
/* 蜀・桁繝悶Ο繝・け繝輔Ο繝ｼ繝・*/
#myform .f_left p{
	float:left;
}
#myform .f_clear p{
	clear: both;
	float:none;
}

/* 遒ｺ隱榊・螳ｹ陦ｨ遉ｺ谿ｵ */
#myform p {
display:block;
float:left;
font-size:12px;
line-height:2em;
padding:0;
margin:0;
}
/* 鬆・岼繧ｿ繧､繝医ΝBOX */
#myform p span.title {
display:block;
float:left;
width:90px;
height:20px;
line-height:20px;
height:2em;
font-size:10px;
text-align:center;
background-color:#666666;
color:#ffffff;
padding:0;
margin:0 20px 0 0;
}

/* 蜿ｳ荳翫・繝ｪ繝ｳ繧ｯ驟咲ｽｮ */
#myform .up_right {
	clear: both;
	float: none;
	position: absolute;
	top: 20px;
	right:20px;
	width: 800px;
	text-align: right;
	color: #dfdfdf;
	font-size: 12px;
}
#myform .up_right a {
	text-decoration: none;
	color: #dfdfdf;
}
/* button */
#myform button {
	outline:0;
	border:1px solid #666666;	
}

/* 繝ｬ繧ｳ繝ｼ繝画棧 */
#myform .record {
	padding:15px; 
	width:810px;
	margin:0 auto;
	position:relative;
    border: solid 1px #ffffff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
} 

/* 繧ｰ繝ｫ繝ｼ繝励Μ繧ｹ繝医・陦ｨ遉ｺ鬆伜沺 */
#myform .record span#glist {
    display: block;
	font-size: 12px;
	width:705px;
	height: 100px;
	overflow: auto;	
	background-color:#004D99;	
}
#myform .record span#glist input{
	color: #333333;
	background-color:#004D99;	
	font-size: 10px;
	border:1px solid #0064C8;
}

/* 蜿ｳ荳翫・繝ｪ繝ｳ繧ｯ驟咲ｽｮ */
#myform .up_right {
	clear: both;
	float: none;
	position: absolute;
	top: 20px;
	right:20px;
	width: 180px;
	text-align: right;
	color: #dfdfdf;
	font-size: 14px;
}
#myform .up_right a {
	text-decoration: none;
	color: #dfdfdf;
    background-color: transparent;
}
#myform .up_right input {
	text-decoration: none;
	color: #000000;
    background-color: transparent;
}
#myform .up_right input:hover {
	text-decoration: none;
	color: #000000;
    background-color: transparent;
}




/* error message */
.error {
	height:15px;
	background-color:#ffb7e2;
	font-size:11px;
	border:1px solid #ff59bd;
	padding:4px 10px;
	color:#ff0060;
	display:none;	
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px; 
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-topleft:0;	
	-webkit-border-bottom-left-radius:0; 
	-webkit-border-top-left-radius:0;
	
	-moz-box-shadow:0 0 6px #dddddd;
	-webkit-box-shadow:0 0 6px #dddddd;	
}

.error p {
	margin:0;		
}
/* pure CSS arrow */
.error em {
	display:block;
	width:0;
	height:0;
	border:10px solid;
	border-color:#ffb7e2 transparent transparent;

	/* positioning */
	position:absolute;
	bottom:-19px;
	left:10px;
}

/* field label */
label {
	clear:both; 
	display:block;
	font-size:11px;
	color:#cccccc;
}

#terms label {
	float:left;
}

#terms input {
	margin:0 5px;
}

/* list */
table#mylist textarea{
	margin:0;
	padding:0;
}

