@charset "utf-8";

/*-----------------------------------------------------
	a.design CSS Skin Settings
	FileName:   default.css
	Version:    2010.4.1
-----------------------------------------------------*/

h2 {
	margin-bottom: 1em;
	padding: 10px;
	border-top: 6px solid #FFCE00;
	border-bottom: 1px solid #FFCE00;
	background-color: #FFF799;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
h3 {
	margin: 15px 0 10px 0;
	font-size: 14px;
	border-bottom: 3px dotted #dadada;
	padding: 10px;
}
h4 {
	margin: 10px 0;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #666;
}

h5,h6,
p,ul,ol,dl,dt,dd,li,
table,th,td,
form,select,option,input,
address,pre,strong,em,iframe {
	margin: 0;
	padding: 0;
	font-size: small;
	/*\*/ /*/ font-size:x-small; /* MacIE */
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
th,td,dt,dd,li,
select,textarea,input {
	font-size: small;
	/*\*/ /*/ font-size:x-small; /* MacIE */
	line-height:150%;
}

*{
	font-family: verdana, sans-serif;
}

strong,em {
	font-weight: bold;
}

img {
　　vertical-align: bottom;
	border: none;
}


hr {
	display: none;
}

ul,ol {
	list-style-type: none;
}

.alt {
	display: block;
	overflow: hidden;
	height: 0px !important;
}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
}
a:link {
	color: #3E7FEB;
	text-decoration: underline;
}
a:visited {
	color: #3E7FEB;
	text-decoration: underline;
}
a:hover {
	color: #65B4FE;
	text-decoration: underline;
}
a:active {
	color: #65B4FE;
	text-decoration: underline;

}
