@charset "Shift_JIS";

/*--------------------------------------------------------------------

/- file   : base.css
/- admin  : moag, Inc.
/- update : 20120215
/- desc   : css for modern browser

/--------------------------------------------------------------------*/

@media screen, print { /* MacIE除外用 */

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	text-align: center;
	background: url(../images/bg_main.jpg) repeat-x center top #fbfcfe;
	color: #444444;
	font-size: 80%;
	line-height: 1.6;
}

th, td {
	font-size: 100%;
	line-height: 1.3;
}

input {
	font-size: 1em;
	line-height: 1.3;
}

img {
	border: none;
}

li {
	list-style-type: none;
}

a:link {
	color: #3366CC;
	text-decoration: underline;
}

a:visited {
	color: #844AC4;
	text-decoration: underline;
}

a:hover {
	color: #115FFF;
	text-decoration: underline;
}


/************* ClearFix Styles *************/

/* For modern browsers */
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}

.clearfix:after {
	clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom:1;
}


} /* MacIE除外用 */



.breadcrumbNav,
.siteFooter {
  text-align: left;
}