/* リセット ===================== */

* {margin:0;padding:0;}


/*  PNG ================================ */

/* * {behavior: expression(IEPNGFIX.fix(this));}*/
* html .iepngfix { behavior: expression(IEPNGFIX.fix(this)); }

/* for modern browser ================================== */

/*div:after {
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;}*/


/* for MacIE5 ========================================== */

* html div {display:inline-table;}


/* height100% ============================ */

/*html{height:100%;}*/

body {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/*body > #Container {height: auto;}*/


/* Basic Setting ============================================ */

body, th, td {
	/*font-family: "メイリオ", Meiryo, "MS P コシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;*/
	/*font-family: "メイリオ", Meiryo, "MS P コシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka;*/
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #4A4A4A;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 145%;
}

h1, h2, h3, h4, h5, h6	{
}

p {
	margin-bottom: 0.8em;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}

hr {}

a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #663399;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #0066FF;
}
a:active {
	color: #FF6600;
}

/* */
.clear {
	clear: both;
	float: none;
	border: none;
}

/* */
.hiden {display: none;}
.Or {color: #FF6600;}


/* ////////////////////////// Hack */

.clearfix:after {
	content: ".";
	display: block;
	height:	0;
	clear:	both;
	visibility:	hidden;}

.clearfix {	display:	inline-block;} /* IE7 */
.imgRight {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}


/* Hides from IE-mac ¥*/
* html .clearfix {	height: 1%;}
.clearfix {	display:	block;}
div#ContainerInner {
	height:100%;
	min-height: 100%;
	padding: 0px;
	width: 740px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #FFFFFF;
}
