@charset "utf-8";

/*---------------------------------------------------
* elements initialization 
*--------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	text-align: center;
	margin: 0 auto;
	color: #333333;
	background: #ffffff;
	line-height: 1;
}
ul {
	list-style: none;
}
em {
	font-weight: bold;
	font-style: normal;
}
img {
	border: 0;
	vertical-align: top;
}
table {
	border-collapse: collapse;
}
input,
textarea {
	vertical-align: middle;
	border: 1px solid #aaaaaa;
	padding: 1px;
}

input.noborder {
	border:none;
}

/*----- font scheme -----*/
body {
	font-size: 13px;
	font-family: 'Verdana', 'ＭＳ Ｐゴシック', Osaka, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}
/* Win IE6 */
* html body {
	font-size: 81.3%;
}
/* Win IE7 */
*:first-child+html body {
	font-size: 81.3%;
}

/*----- links color scheme -----*/
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: underline;
}
a:link {	color: #0066cc;}
a:visited {	color: #003973;}
a:hover,
a:active {	color: #0099ff;}

/*----- clearfix scheme -----*/
div,
/*dl,*/
ul {
	display: inline-block;
}
div:after,
/*dl:after,*/
ul:after {
	height: 0;
	visibility: hidden;
	display: block;
	content: url("/common/img/img_spacer.gif");
	clear: both;
	line-height: 0;
}
/*MacIE \*/
* html div,
/** html dl,*/
* html ul {
	height: 1em;
}
div,
/*dl,*/
ul {
	display: block;
}
/* initialization for clearfix */


/*----- sidemenu -----*/

h2.content {
	margin-bottom:20px;
}

.special dl {
	font-size:115%;
}