@charset "utf-8";
/* ===================================================================
CSS information

 file name       : common.css
 created         : 2009‒12‒13
 last Modified   : 
 editor(s)       : name
 last Editor     : 
 style info      : リセットおよび共通スタイル
=================================================================== */

/* 基本設定、リンクカラーなど
----------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
}
html {
	overflow-y: scroll;
}
body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.0em;
	font-weight: normal;
}
p {
}
table {
	border-collapse: collapse;
}
img {
	border: none;
	vertical-align: bottom;
}
li {
	list-style-type: none;
}
sup {
	color: #990000;
}
/* png透過用
----------------------------------------------------*/
.png {
 behavior: expression(IEPNGFIX.fix(this));
}
/* リンク設定
----------------------------------------------------*/
a:link {
	color: #5679ad;
}
a:visited {
}
a:hover {
	color: #9bb5db;
}
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;
}

/* 調整スタイル !important
------------------------------ */
.MT5 {
	margin-top: 5px!important;
}
.MT10 {
	margin-top: 10px!important;
}
.MT15 {
	margin-top: 15px!important;
}
.MT20 {
	margin-top: 20px!important;
}
.MT30 {
	margin-top: 30px!important;
}
.MB5 {
	margin-bottom: 5px!important;
}
.MB10 {
	margin-bottom: 10px!important;
}
.MB15 {
	margin-bottom: 15px!important;
}
.MB20 {
	margin-bottom: 20px!important;
}
.MB30 {
	margin-bottom: 30px!important;
}
.ML10 {
	margin-left: 10px!important;
}
.ML20 {
	margin-left: 20px!important;
}
.MR10 {
	margin-right: 10px!important;
}
.MR20 {
	margin-right: 20px!important;
}
.bold {
	font-weight: bold!important;
}
/* 汎用class
----------------------------------------------------*/

.textC1 {
	color: #CC0000!important;
}
.textC2 {
	color: #666666!important;
}
.textC3 {
	color: #f1783b!important;
}
.textC4 {
	color: #5b9727!important;
}
.textC5 {
	color: #7bb4e9!important;
}

.textS1 {
	font-size: 11px!important;
}
.textS2 {
	font-weight:700!important;
}
.textS3 {
	font-size: 12px!important;
}
.left {
	text-align: left!important;
}
.center {
	text-align: center!important;
}
.right {
	text-align: right!important;
}
.floatLeft {
	float: left!important;
}
.floatRight {
	float: right!important;
}


/*お客様更新用テキストカラー変更*/
.moji-aka {
	color:#C00!important;
	}

.moji-ao {
	color:#009!important;
	}

.moji-ore{
	color:#F60!important;
	}
