@charset "Shift-JIS";

html {
	font-family:"ＭＳ ゴシック", "Osaka−等幅"; font-size: 13px;
}

body {
	margin: 0; padding: 0; border: 0;
}

/* テキストリンクの色 */
a {
	cursor:pointer;
}
a:link {
	color: #69c7b8; text-decoration: underline;
}
a:visited {
	color: #69c7b8; text-decoration: underline;
}
a:hover {
	color: #ff9900; text-decoration: underline;
}
a:active {
	color: #69c7b8; text-decoration: underline;
}

/* 白色テキストリンク */
a.white:link {
	color: #fff; text-decoration: underline;
}
a.white:visited {
	color: #fff; text-decoration: underline;
}
a.white:hover {
	color: #ff9900; text-decoration: underline;
}
a.white:active {
	color: #fff; text-decoration: underline;
}

/* オレンジ色テキストリンク */
a.orange:link {
	color: #f6921d; text-decoration: underline;
}
a.orange:visited {
	color: #f6921d; text-decoration: underline;
}
a.orange:hover {
	color: #f6921d; text-decoration: underline;
}
a.orange:active {
	color: #f6921d; text-decoration: underline;
}

/* グレーテキストリンク */
a.gray:link {
	color: #757778; text-decoration: underline;
}
a.gray:visited {
	color: #757778; text-decoration: underline;
}
a.gray:hover {
	color: #757778; text-decoration: underline;
}
a.gray:active {
	color: #757778; text-decoration: underline;
}

/* 初期化 */
div,table,td,th,ul,ol,li,dl,dt,dd,h1,h2,h3,h5 {
	margin: 0; padding: 0; border: 0;
}
p,h4,h5 {
	line-height: 1.5em;
}
input {
	margin: 0px 10px;
}
form td,form th {
	padding: 20px;
}

/* リンク画像 */
a:hover img {
	filter: alpha(opacity=75); -moz-opacity:0.75; opacity:0.75;
} 


/* テキスト初期設定 */
h1 {
	font-size: 35px;
}
h2 {
	color: #fff; font-size: 19px;
}
h3 {
	color: #37b4a0; font-size: 15px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 14px;
}

/* フォントサイズ */
.fs10 {
	font-size: 10px;
}
.fs11 {
	font-size: 11px;
}
.fs12 {
	font-size: 12px;
}
.fs13 {
	font-size: 13px;
}
.fs14 {
	font-size: 14px;
}
.fs15 {
	font-size: 15px;
}
.fs16 {
	font-size: 16px;
}
.fs18 {
	font-size: 18px;
}
.fs19 {
	font-size: 19px;
}
.fs20 {
	font-size: 20px;
}


/* フォントの色 */
.red {
	color: #f00;
}
.white {
	color: #fff;
}
/* .g01 { color: #808183;}*/
.g01 {
	color: #58595B;
}
.g02 {
	color: #403F41;
}
.g03 {
	color: #808183;
}
.g04 {
	color: #6c6e70;
}
.green {
	color: #37b4a0;
}
.blk {
	color: #000000;
}
.orange {
	color: #F16421;
}
.yellow {
	color: #FFF100;
}
.p01 {
	color: #ee848c;
}
.p02 {
	color: #f6c1c5;
}
.bl01 {
	color: #18b7cd;
}
.bl02 {
	color: #458fc8;
}

/* フォントの太さ */
.bld {
	font-weight: bold;
}

/* フォントのラインハイト*/
.lh14 {
	line-height: 1.4em;
}
.lh15 {
	line-height: 1.5em;
}
.lh17 {
	line-height: 1.7em;
}
.lh20 {
	line-height: 2.0em;
}

/* フォントの文字間 */
.ls01 {
	letter-spacing: -0.1em;
}
.ls02 {
	letter-spacing : -0.15em;
}
.ls03 {
	letter-spacing: -0.3em;
}

/* テキスト位置 */
.right {
	text-align: right !important;
}

/* テキスト中央揃え */
.m-line {
	vertical-align: middle;
}

.img_center {
	text-align: center; margin: 0 auto;
}

/* サイドメニューのテーブルセル */
.sidemenucell td {
	padding: 10px 0px; border-bottom: solid 1px #d0d2d3; font-size: 12px;
}
.sidemenucell td.last {
	padding: 10px 0px; border-bottom: none;
}
.sidemenucell td a:link {
	color: #000; text-decoration: none;
}
.sidemenucell td a:visited {
	color: #000; text-decoration: none;
}
.sidemenucell td a:hover {
	color: #ff9900; text-decoration: none;
}
.sidemenucell td a:active {
	color: #000; text-decoration: none;
}

/* マージン */
.mg10 {
	margin: 10px;
}

.mg4_top {
	margin-top: 4px;
}

.mg4_left {
	margin-left: 4px;
}

.pd2_top {
	padding-top: 2px;
}

.pd5 {
	padding: 0 5px;
}

.pd5_left {
	padding-left: 5px;
}

.pd6 {
	padding: 6px;
}

.pd10_left {
	padding-left: 10px;
}

.pd20_left {
	padding-left: 20px;
}


/* アンダーライン */

.ul_red {
	line-height:150%;
 	border-bottom:solid 1px #ff0000;
}
	
/* 画像拡大　カーソル */
.img_cursor {
	cursor: pointer;
}	
.minchou{
  font-family : "ＭＳ 明朝";
}
