@charset "utf-8";

/* body
------------------------------------------------------------------------------------------------- */
body {
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#fff;
	}

/* text
---------------------------------------------------------------------- */
.large {
	font-size:131.25%;
	}


/* link
---------------------------------------------------------------------- */
a {
	color:#554B37;
	text-decoration:none;
	}

a:hover {
	color:#E4621B;
	text-decoration:underline;
	}

/* color
---------------------------------------------------------------------- */
.green {
	color:#6BA446;
	}

.red {
	color:#E80000;
	}

.blue {
	color:#06c;
	}

/* img
---------------------------------------------------------------------- */
img {
	border:none;
	}

/* form
---------------------------------------------------------------------- */
form {
	margin:0px;
	padding:0px;
	}


/* clearfix
---------------------------------------------------------------------- */
/* for 最新ブラウザ */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

/* for MAC-IE */
.clearfix {
	display: inline-table;
	}

/* Hides from IE-mac */
*html .clearfix {
	height: 1%;
	}

.clearfix {
	display: block;
	}
/* End hide from IE-mac */

/* container
------------------------------------------------------------------------------------------------- */
#container {
	width:100%;
	margin:0px auto;
	padding:0px;
	}

/* headerblock
------------------------------------------------------------------------------------------------- */
#headerblock {
	display:none;
	}

/* mainblock
------------------------------------------------------------------------------------------------- */
#mainblock {
	}

/* mainimage
-------------------------------------------------------------------- */
#mainblock #mainimage p {
	display:none;
	}

/* centerblock
---------------------------------------------------------------------- */
#mainblock #centerblock {
	text-align:left;
	}


/* contentsblock
------------------------------------------------------------------------------------------------- */
#mainblock #contentsblock {
	margin:0px auto;
	width:545px;
	}

/* breadcrumbs
---------------------------------------------------------------------- */
#contentsblock p#breadcrumbs {
	margin:5px 0px 15px 0px;
	padding-left:10px;
	background:transparent url(../../img/union/icon01.gif) center left no-repeat;
	font:normal 62.5% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	}

#contentsblock p#breadcrumbs a {
	color:#4A7CBB;
	text-decoration:none;
	}

#contentsblock p#breadcrumbs a:hover {
	color:#E4621B;
	text-decoration:underline;;
	}

/* pageskipblock
---------------------------------------------------------------------- */
#centerblock #pageskipblock {
	display:none;
	}

/* print
---------------------------------------------------------------------- */
#contentsblock p#print {
	display:none;
	}

/* sideblock
------------------------------------------------------------------------------------------------- */
#mainblock #sideblock {
	display:none;
	}

/* footer
------------------------------------------------------------------------------------------------- */
#footerblock {
	display:none;
	}

