/***************************************
 * Common
 ***************************************/

/* default */
* {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
}

body {
	color: #333333;
}

a img {
	border: none;
}

li {
	list-style-type: none;
}

h2 {
	font-size: 85%;
	font-weight: bold;
}

/* font */
.normal {
	font-size: 80%;
	line-height: 130%;
}

.bold {
	font-size: 80%;
	font-weight: bold;
}

.under {
	text-decoration: underline;
}

.gray {
	color: #666666;
}

.brown {
	color: #844829;
}

.blue {
	color: #445597;
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
}

