@charset "utf-8";
/*
---------------------------------------------------------
---------------------------------------------------------
basic.css
---------------------------------------------------------
---------------------------------------------------------
*/
/*
---------------------------------------------------------
body
---------------------------------------------------------
*/
body{
	padding-right: 20px;
	padding-left: 20px;
	min-width: 800px;
}
/*
---------------------------------------------------------
a
---------------------------------------------------------
*/
a{
	cursor:pointer;
	color: #00A0C6;
	text-decoration: underline;
}
a:visited{
	cursor:pointer;
	color: #336;
	text-decoration: underline;
}
a:hover,
a:active{
	color: #FF6600;
	text-decoration: underline;
}


/*
---------------------------------------------------------
form
---------------------------------------------------------
*/
fieldset {
	border:1px solid #ccc;
	margin-bottom:1em;
	padding:0 1em 1em 1em;
}
legend {
	background:#fff;
	padding:0.3em;
}
input, textarea {
/*	line-height:1.4;*/
	padding:0;
	vertical-align:middle;
}
input[type="checkbox"], input[type="radio"] { /*vertical-align:text-bottom;*/ }
input[type="submit"] { padding:0.1em; }
select { padding:0; }

/*
---------------------------------------------------------
headline
---------------------------------------------------------
*/
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	margin: 0;
}
/*
---------------------------------------------------------
list
---------------------------------------------------------
*/
ol, ul { margin:0em 0em 0em 1.7em;
/*text-align:justify;
text-justify:inter-ideograph;*/
}
dl { margin:1em; }
ol li { list-style:decimal outside; }
ul li { list-style:disc outside; }
ul li ul li{
	list-style:circle outside;
}
dl dd, ol li, ul li {
	margin-bottom:0.2em;
	margin-top: 0.2em;
}
/*
---------------------------------------------------------
table
---------------------------------------------------------
*/
table { margin-bottom:0em; }
td, th {
	border:1px solid #CCC;
	padding:0.5em;
}
th {
	font-weight:bold;
	text-align:center;
}
/*
---------------------------------------------------------
other
---------------------------------------------------------
*/
abbr, acronym {
	border-bottom:1px dotted;
	cursor:help;
}
blockquote { margin:10px 1em; }
caption {
	margin-bottom:0.5em;
	text-align:center;
}
em, strong { font-weight:bold; }
p { padding-bottom: 0.8em; }
.caution {
	color: #900;
}
.small {
	font-size: 94%;
}
.italic {
	font-style: italic;
}

.txtwhite {
	color: #FFF;
}

.txtyellow {
	color: #FC0;
}


/*
---------------------------------------------------------
clearfix
---------------------------------------------------------
*/
.clearfix:after {
	content:"";
	display:block;
	clear:both;
}
/* for IE6 */
* html .clearfix {
display:inline-block;
}

/* for IE7 */
*+html .clearfix {
display:inline-block;
}

/*
---------------------------------------------------------

---------------------------------------------------------
*/
