@charset 'UTF-8';
/* タグの初期化
------------------------------------------------- */
body, h1, h2, h3, h4, h5, p, dl, dt, dd, ul, ol, li, img, caption, fieldset, form, input, select, label {
	margin: 0;
	padding: 0;
}

html,body {height: 100%; _height: 100%; min-height: 100%;}

body {
	height: auto;
	_height: 100%;
	font-family:Arial, sans-serif,"ＭＳ Ｐゴシック", Osaka;
	font-size: 75%;
	color: #333333;
	text-align: center;
	line-height: 140%;
	background:url(/images/common/bg.jpg) left top repeat-x;
}

img {
	border: none;
	vertical-align: bottom;
}
ul{
	list-style-type: none;
}

a:link {color: #1380cc; text-decoration: none;}
a:active {color: #1380cc; text-decoration: underline;}
a:visited {color: #1380cc; text-decoration: none;}
a:hover {color: #1380cc; text-decoration: underline;}

a.orange:link {color: #e94609; text-decoration: none;}
a.orange:active {color: #e94609; text-decoration: underline;}
a.orange:visited {color: #e94609; text-decoration: none;}
a.orange:hover {color: #e94609; text-decoration: underline;}


a {
/*\*/
   overflow: hidden;
/**/
}

.text-none { display:none;}
.text-right { text-align:right; }

/* clearfixハック */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */