@charset "utf-8";


/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
}

html {
	overflow-y: scroll;
}

body  {
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 12px;
	color: #666;
	line-height: 1.6;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 1.0em;
	font-weight: normal;
}

p {
	margin: 0;
}

table {
	border-collapse: collapse;
}

img {
	border: none;
	vertical-align: bottom;
}

li {
	list-style-type: none;
}


/*----------------------------------------------------
	png透過用
----------------------------------------------------*/
img {
	behavior: expression(IEPNGFIX.fix(this));
}


/*----------------------------------------------------
	リンク設定
----------------------------------------------------*/
a {
	color: #666666;
}

a:link {
	color: #666666;
}

a:visited {
}

a:hover {
	color: #999999;
}

a:active {
}


/*----------------------------------------------------
	clearfix
----------------------------------------------------*/
.clearfix:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

/* End hide from IE-mac */
.clearfix {
	display: block;
}

/* clear */
.clear {
	clear: both;
}


/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.left {
	text-align: left!important;
}

.center {
	text-align: center!important;
}

.right {
	text-align: right!important;
}

.floatLeft{
	float: left!important;
}

.floatRight{
	float: right!important;
}

.MB10 {
	margin-bottom: 10px;
}

.MB15 {
	margin-bottom: 15px;
}

.MB20 {
	margin-bottom: 15px;
}

.colorRed {
	color: #660000;
}


/*----------------------------------------------------
	メールフォームのエラーメッセージ
----------------------------------------------------*/
.ERR {
	font-weight: bold;
	color: #CC0000;
}


/* ------------------------------
imgfloat
------------------------------ */
.imgR {
	float: right;
	margin: 0 0 10px 10px;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
}


/* ------------------------------
table style
------------------------------ */
.tbl01 {
}
.tbl01 th {
	font-weight: normal;
	padding: 10px;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
}
.tbl01 td {
	padding: 10px;
	border: 1px solid #cccccc;
}

/* ------------------------------
list style
------------------------------ */

.dl01 {
}

.dl01 dt {
	color: #660000;
	font-weight: bold;
	font-size: 14px;
	margin: 15px 0 3px;
	padding-left: 22px;
	background: url(../images/common/icon_01.gif) no-repeat left center;
}

.dl01 dt .sub {
	color: #333333;
	font-size: 12px;
}

.dl02 {
}

.dl02 dt {
	color: #660000;
	font-weight: bold;
	font-size: 14px;
	margin: 15px 0 3px;
	padding-left: 22px;
	background: url(../images/common/icon_02.gif) no-repeat left center;
}

.dl02 dt .sub {
	color: #333333;
	font-size: 12px;
}


