@charset "utf-8";

* {
    margin: 0;
    padding: 0;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	line-height: 200%;
}

table,img,p {
    border: 0;
}

body {
    color: #000;
    font-size: 12px;
    letter-spacing: 1px;
}

address {
	font-style:normal;
} 

ul,
ol {
	margin: 0px;
	padding: 0px;
}

li {
    list-style-type: none;
}

select {
    border: solid 1px #CCC;
}

#noScriptArea {
	width: 978px;
	margin: 0 auto 10px auto;
	padding: 10px 0;
	border: 1px solid #F00;
}

/* リンク基本指定
----------------------------------------------- */
a:link {
    color: #005AAB;
	outline: none;
	text-decoration: none;
}

a:visited {
    color: #04447E;
	outline: none;
	text-decoration: none;
}

a:hover {
    color: #348EDF;
	outline: none;
	text-decoration: underline;
}

/* フロート
----------------------------------------------- */
.left {
	float: left;
}

.right {
	float:right;
}

.clear {
    clear: both;
}

/* マージン
----------------------------------------------- */
.mt10 {
	margin-top: 10px;
}

.mrg15x0 {
	margin: 15px 0;
}

.mrg0x15 {
	margin: 0 14px;
}

.mrg0x0x10x0 {
	margin-bottom: 10px;
}

.mrg0x0x15x0 {
	margin-bottom: 15px;
}

.mrg0x0x30x0 {
	margin-bottom: 30px;
}

/* Display
----------------------------------------------- */
.dispInline {
	display: inline;
}

.dispBlock {
	display: block;
}

/* フォント
----------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 12px;
}

em {
    font-style: normal;
    color: #ff0000;
}

/* テーブル共通指定
----------------------------------------------- */
table {
	border-collapse: separate;
	border-spacing: 0px;
	border-collapse:collapse;
}

th {
	font-weight: normal;
}

/* テキスト装飾
------------------------------------------------ */
.icon01 {
	padding-left: 15px;
	background: url(../img/icon_01.gif) left top no-repeat;
}

.icon02 {
	padding: 6px 0 6px 30px;
	background: url(../img/icon_q.gif) left top no-repeat;
}

.icon02L {
	padding: 3px 0 3px 30px;
	background: url(../img/icon_q.gif) left top no-repeat;
}

.icon03 {
	padding: 0 0 3px 30px;
	background: url(../img/icon_a.gif) left top no-repeat;
}

.textLeft {
	text-align: left;
}

.textCenter {
	text-align: center;
}

.textRight {
	text-align: right;
}

.textSpe0 {
	letter-spacing: 0;
}

.hide {
	display: none;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.text10 {
	font-size: 10px;
}

.text12 {
	font-size: 12px;
}

.text13 {
	font-size: 13px;
}

.text14 {
	font-size: 14px;
}

.text16 {
	font-size: 16px;
}

.text18 {
	font-size: 18px;
}

.text20 {
	font-size: 20px;
}

.text25 {
	font-size: 25px;
}

.text30 {
	font-size: 30px;
}

.lh14p {
	line-height: 14px;
}

.lh16p {
	line-height: 16px;
}

.lh18p {
	line-height: 18px;
}

.lh20p {
	line-height: 20px;
}

.lh120 {
	line-height: 120%;
}

.lh140 {
	line-height: 140%;
}

.lh160 {
	line-height: 160%;
}

.lh180 {
	line-height: 180%;
}

.lh200 {
	line-height: 200%;
}

.lh400 {
	line-height: 400%;
}


.white {
	color: #FFF;
}

.red {
	color:#FF0000;
}

.darkRed {
	color: #CC0000;
}

.orange {
	color: #FC7F00;
}

.yellow {
	color: #FCEA3B;	
}

.blue {
	color: #1464A9;
}

.darkBlue {
	color: #004183;
}

.darkGray {
	color: #333;
}

/* 各種サイズ調整
----------------------------------------------- */
.box20 {
	width: 20px;
}

.box50 {
	width: 50px;
}

.box75 {
	width: 75px;
}

.box80 {
	width: 80px;
}

.box100 {
	width: 100px;
}

.box120 {
	width: 120px;
}

.box130 {
	width: 130px;
}

.box150 {
	width: 150px;
}

.box200 {
	width: 200px;
}

.box210 {
	width: 210px;
}

.box230 {
	width: 230px;
}

.box250 {
	width: 250px;
}

.box300 {
	width: 300px;
}

.box500 {
	width: 500px;
}

.box700 {
	width: 700px;
}

/* テキストフィールド
----------------------------------------------- */
input[type='text'] {
	padding: 3px;
    border: solid 1px #CCC;
}

/* ラジオ・チェックボックス
----------------------------------------------- */
input[type="checkbox"],
input[type="radio"] {
	margin-right: 3px;
	vertical-align: middle;
}

/* ボタン
----------------------------------------------- */
input[type='image'] {
    border: none;
}
