/*==============================================*/
/*	基本タグ																		*/
/*==============================================*/
html	{
	overflow-y:scroll;
}

body	{
	background-color: #cccccc;
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS Gothic", sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

a	{
	color: #0066CC;
	text-decoration: underline;
}

a:hover	{
	color: #009933;
	text-decoration: none;
}

table	{
	font-size: 12px;
	border-collapse:collapse;
}

img	{
	border:0px;
}

form,sub,pre	{margin:0px;}

ul,ol {
	margin: 0px;
	list-style:none;
	padding: 0px;
}

li	{
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
}

/*==============================================*/
/*	共通CSS																			*/
/*==============================================*/

.size10	{font-size:10px;	line-height:11px;}
.size11	{font-size:11px;	line-height:13px;}
.size12	{font-size:12px;	line-height:15px;}
.size14	{font-size:14px;	line-height:18px;}
.size16	{font-size:16px;	line-height:22px;}
.size18	{font-size:18px;	line-height:24px;}

.blk	{color: #000000;}
.sir	{color: #ffffff;}
.blu	{color: #0033CC;}
.gy3	{color: #333333;}
.gy6	{color: #666666;}
.gy9	{color: #999999;}
.ora	{color: #ff6600;}
.kon	{color: #000066;}
.pin	{color: #FF6666;}
.red	{color: #990000;}
.brw	{color: #660000;}

.c	{text-align: center;}
.l	{text-align: left;}
.r	{text-align: right;}

.top	{vertical-align: top;}
.btm	{vertical-align: bottom;}
.mid	{vertical-align:middle;}

.no_br	{white-space: nowrap;}
.clear	{clear:both;}

.img_l	{float: left;margin-right: 10px;}
.img_r	{float: right;margin-left: 10px;}

.mb5px	{margin-bottom: 5px;}
.mb10px	{margin-bottom: 10px;}
.mb20px	{margin-bottom: 20px;}
.mb30px	{margin-bottom: 30px;}
.mb40px	{margin-bottom: 40px;}
.mb50px	{margin-bottom: 50px;}

.mt5px	{margin-top: 5px;}
.mt8px	{margin-top: 8px;}
.mt10px	{margin-top: 10px;}
.mt20px	{margin-top: 20px;}
.mt30px	{margin-top: 30px;}
.mt40px	{margin-top: 40px;}
.mt50px	{margin-top: 50px;}

.ml5px	{margin-left: 5px;}
.ml10px	{margin-left: 10px;}
.ml20px	{margin-left: 20px;}
.ml30px	{margin-left: 30px;}
.ml40px	{margin-left: 40px;}
.ml50px	{margin-left: 50px;}

.mr5px	{margin-right: 5px;}
.mr10px	{margin-right: 10px;}
.mr20px	{margin-right: 20px;}
.mr30px	{margin-right: 30px;}
.mr40px	{margin-right: 40px;}
.mr50px	{margin-right: 50px;}

/*文字と文字の間に1文字分のスペースが入ったように見える*/
.hirome	{letter-spacing: 12px;}
/*文字と文字の間に1文字分のスペースが入ったように見える*/
.hirome2	{letter-spacing: 26px;}
/*文字と文字の間に0.5文字分のスペースが入ったように見える*/
.hiromehan	{letter-spacing: 6px;}

/*行間指定範囲で必要以上の空きガでない為の段落の1行分の区切り*/
p.1gyo	{
	margin-bottom: 12px;
	margin-top: 12px;
}
/*行間指定範囲で必要以上の空きガでない為の段落の半行分の区切り*/
p.hangyo	{
	margin-bottom: 5px;
	margin-top: 5px;
}

