@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: 90%;
	color: #323232;
	line-height: 1.6;
	background: url(../images/bg.jpg);
}
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 {
}
a:visited {
}
a:hover {
	text-decoration: none;
}
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;
}
.textS1 {
	font-size: 11px!important;
}
.textS2 {
}
.left {
	text-align: left!important;
}
.center {
	text-align: center!important;
}
.right {
	text-align: right!important;
}
.floatLeft {
	float: left!important;
}
.floatRight {
	float: right!important;
}
/* メールフォームのエラーメッセージ
----------------------------------------------------*/
.ERR {
	font-weight: bold;
	color: #CC0000;
}
/* 共通レイアウト
----------------------------------------------------*/
.col2 {
}
.col2 .boxL {
	float: left;
}
.col2 .boxR {
	float: right;
}
.col3 .boxL {
}
.col3 .boxL {
	float: left;
}
.col3 .boxC {
	float: left;
}
.col3 .boxR {
	float: right;
}
/*  imgfloat
------------------------------ */
.imgR {
	float: right;
	margin: 0 0 10px 10px;
}
.imgL {
	float: left;
	margin: 0 10px 10px 0;
}
.marker {
	padding-left: 20px;
	background: url(../images/mark01.png) no-repeat left top;
}
/*  table style
------------------------------ */
.tableBase {
	width: 100%;
	border: 1px solid #999999;
}
.tableBase th {
	width:1%;
	white-space:nowrap;
	padding: 3px 10px 3px 5px;
	border: 1px solid #999999;
	background: #E0E0E0;
}
.tableBase td {
	padding: 3px 5px;
	border: 1px solid #999999;
	background: #FFFFFF;
}
.tableBase .bgStyle1 {
	background: #FFFFFF;
}
.tableLine {
	width: 100%;
}
.tableLine th {
	width:1%;
	white-space:nowrap;
	padding: 3px 10px 3px 5px;
	border-bottom: 1px solid #999999;
}
.tableLine td {
	padding: 3px 5px;
	border-bottom: 1px solid #999999;
}
.tableLine .bgStyle1 {
	background: #FFFFFF;
}
