﻿@charset "UTF-8";

/* common style
------------------------------------------------------------------------------ */

html{
	width: 100%;
	height: 100%;
}

body {
	/* ブラウザごとに文字サイズを揃える */
	font-size: 12px; /* 基本文字サイズ */
	color: #333;
	width: 100%;
	height: 100%;
	position: relative;
}

* {
	/* スタイルの初期化 */
	margin: 0;
	padding: 0;
	line-height: 1.4;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.ie6 * {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/* Hタグフォントサイズ
----------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

/* リンク装飾
----------------------------------------------------*/
a:link { 
	color: #2330ad;
}

a:visited { 
	color: #2330ad;
}

a:hover {
	color: #2330ad;
	text-decoration: none;
	text-align: center;
}

a img {
	border: 0;
}

a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	background: #fff;
}

/* インラインフレーム
----------------------------------------------------*/
iframe {
	border: 0;
	margin: 0;
	padding: 0;
}

/*　共通スタイル
----------------------------------------------------*/

/* タグのスタイル
----------------------------------------------------*/
abbr {
	border-bottom: none;
}

ul li {
	list-style: none;
}

ol li {
	margin-left: 2em;
}

/* テーブル
----------------------------------------------------*/
table,
table tr,
table tr th,
table tr td {
	border-collapse: collapse;
	text-align: left;
	vertical-align: top;
}

table .t_top {	vertical-align: top;}
table .t_middle {	vertical-align: middle;}
table .t_bottom {	vertical-align: bottom;}

/* レイアウト
----------------------------------------------------*/
.f_left {
	float: left;
}

.f_right {
	float: right;
}

.t_left {
	text-align:left;
}

.t_center {
	text-align: center;
}

.t_right {
	text-align: right;
}

.d_inline {
	display: inline;
}

.d_block {
	display: block;
}

.clear {
	clear: both;
}

.mt_0 {
	margin-top: 0 !important;
}

.mt_5 {
	margin-top: 10px;
}

.mt_10 {
	margin-top: 10px;
}

.mt_15 {
	margin-top: 20px;
}

.mt_20 {
	margin-top: 20px;
}

.mr_0 {
	margin-right: 0 !important;
}

.mr_5 {
	margin-right: 5px;
}

.mr_10 {
	margin-right: 10px;
}

.mr_15 {
	margin-right: 15px;
}

.mr_20 {
	margin-right: 20px !important;
}

.mb_0 {
	margin-bottom: 0;
}

.mb_5 {
	margin-bottom: 5px;
}

.mb_10 {
	margin-bottom: 10px;
}

.mb_15 {
	margin-bottom: 15px;
}

.mb_20 {
	margin-bottom: 20px;
}

.ml_0 {
	margin-left: 0 !important;
}

.ml_5 {
	margin-left: 5px;
}

.ml_10 {
	margin-left: 10px;
}

.ml_15 {
	margin-left: 15px;
}

.ml_20 {
	margin-left: 20px;
}

.mt_0 {
	margin-top: 0 !important;
}

.mt_5 {
	margin-top: 10px;
}

.mt_10 {
	margin-top: 10px;
}

.mt_15 {
	margin-top: 20px;
}

.mt_20 {
	margin-top: 20px;
}

.mr_0 {
	margin-right: 0 !important;
}

.mr_5 {
	margin-right: 5px;
}

.mr_10 {
	margin-right: 10px;
}

.mr_15 {
	margin-right: 15px;
}

.mr_20 {
	margin-right: 20px !important;
}

.mb_0 {
	margin-bottom: 0;
}

.mb_5 {
	margin-bottom: 5px;
}

.mb_10 {
	margin-bottom: 10px;
}

.mb_15 {
	margin-bottom: 15px;
}

.mb_20 {
	margin-bottom: 20px;
}

.ml_0 {
	margin-left: 0 !important;
}

.ml_5 {
	margin-left: 5px;
}

.ml_10 {
	margin-left: 10px;
}

.ml_15 {
	margin-left: 15px;
}

.ml_20 {
	margin-left: 20px;
}

.pt_0 {
	padding-top: 0 !important;
}

.pt_5 {
	padding-top: 10px;
}

.pt_10 {
	padding-top: 10px;
}

.pt_15 {
	padding-top: 20px;
}

.pt_20 {
	padding-top: 20px;
}

.pr_0 {
	padding-right: 0 !important;
}

.pr_5 {
	padding-right: 5px;
}

.pr_10 {
	padding-right: 10px;
}

.pr_15 {
	padding-right: 15px;
}

.pr_20 {
	padding-right: 20px !important;
}

.pb_0 {
	padding-bottom: 0;
}

.pb_5 {
	padding-bottom: 5px;
}

.pb_10 {
	padding-bottom: 10px;
}

.pb_15 {
	padding-bottom: 15px;
}

.pb_20 {
	padding-bottom: 20px;
}

.pl_0 {
	padding-left: 0 !important;
}

.pl_5 {
	padding-left: 5px;
}

.pl_10 {
	padding-left: 10px;
}

.pl_15 {
	padding-left: 15px;
}

.pl_20 {
	padding-left: 20px;
}

hr.clear { /* float解除用に使用。hrのラインは非表示 */
	clear: both;
	width: 100px;
	height: 1px;
	visibility: hidden;
}

.clearFix:after { /* Clear Fix */
	content: url(pixel.gif);
	display: block;
	clear: both;
	height: 0;
}

.clearFix {
	display: inline-block;
}

.clearFix {
	display: block;
}

/* フォント
----------------------------------------------------*/
.t_200w {
	font-size: 200%;
	color: #FFFFFF;
}

.t_200 {
	font-size: 200%;
}

.t_150 {
	font-size: 150%;
}

.t_140 {
	font-size: 140%;
}

.t_130 {
	font-size: 130%;
}

.t_120 {
	font-size: 120%;
}

.t_110 {
	font-size: 110%;
}

.t_100 {
	font-size: 100%;
}

.t_90 {
	font-size: 90%;
}

.t_80 {
	font-size: 80%;
}


.t_bold {
	font-weight: bold;
}

.t_cancel {/* 打ち消し線 */
	text-decoration: line-through;
}

/* テキストの色
----------------------------------------------------*/
.t_black {
	color: #000;
}

.t_glay01 {
	color: #333;
}

.t_glay02 {
	color: #666;
}

.t_glay03 {
	color: #999;
}

.t_red {
	color: #814340;
}

.t_orange {
	color: #f60;
}

.t_blue {
	color: #00f;
}

.t_green {
	color: #0f0;
}

/* ボーダー装飾
----------------------------------------------------*/
.b_gray {
	border: #ccc solid 1px;
}

.b_black {
	border: #000 solid 1px;
}

.b_glay01 {
	border: #333 solid 1px;
}

.b_glay02 {
	border: #666 solid 1px;
}

.b_glay03 {
	border: #999 solid 1px;
}

.b_red {
	border: #f00 solid 1px;
}

.b_orange {
	border: #f60 solid 1px;
}

.b_blue {
	border: #00f solid 1px;
}

.b_green {
	border: #0f0 solid 1px;
}

.b_none {
	border: none !important;
}

.ds_cc_bt {/* dash ccc */
	border-bottom: #ccc dashed 1px;
	padding: 0 0 5px 0;
}

/* リストマーカー
----------------------------------------------------*/
ul li{
	list-style: none;
}

ol li {}


/* 横幅
----------------------------------------------------*/
.w_50 {
	width: 50%;}

.w_90 {
	width: 90%;
}

.w_100 {
	width: 100%;
}

/* フォーム要素
----------------------------------------------------*/
input {
	margin: 3px 3px 0 0;
	padding: 2px;
}
