@charset "utf-8";

/*グローバルCSS [utf-8]*/

/* +++++++++++++++++ HTMLtag +++++++++++++++++ */

body {
	font:small/130% 'ＭＳ Ｐゴシック', Osaka, 'ヒラギノ角ゴ Pro W3', 'trebuchet ms', verdana, helvetica, arial, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-color:#ccc;
	}


	
div,ul {
	line-height: 130%;
	text-align:left;
	
	}


	
hr {
	display:none;
	}

ul {
	list-style-type:none;
	}
a, a:link {
	color: #2789b6;
	text-decoration: none;
	}
a:visited {
	color: #2789b6;
	text-decoration: none;
	}
a:hover {
	color: #ff6600;
	text-decoration: none;
	}
a:active {
	color: #2789b6;
	text-decoration: none;
	}
	
img {
	border:0px;
	}

/* +++++++++++++++++ custom class +++++++++++++++++ */

.clear {
	height:1px;
	font-size:1px;
	clear:both;
	}
.text-hidden {
	text-indent:-9999px;
	}
.text-center {
	text-align:center;
	}	
.text-right {
	text-align:right;
	}

.red {
	color:#FF0000;
	}
	
