@charset "Shift_JIS";

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

* {margin:0;padding:0;}


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

/* * {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: #f2edde;
	background-image: url(images/body_back.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

div#Container {
	height:100%;
	min-height: 100%;
	margin-top: 0pt;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	width: 780px;
}

/*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: "MS P コシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka;
	color: #333333;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 150%;
}

h1, h2, h3, h4, h5, h6	{
	text-shadow: 0px 2px 2px #ccc; /* Safari Only */}

p {}

img {border: none;}

hr {}

a:link {
	color: #339900;
}
a:visited {
	text-decoration: none;
	color: #336600;
}
a:hover {
	text-decoration: underline;
	color: #00CC00;
}
a:active {
	color: #FF6600;
}

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

/* */
.hiden {display: none;}
.Out {position: absolute;	left: -9999px;	top: -9999px;}


/* ============================================= */

.S {font-size: 10px;}
.L {font-size: 14px;	text-shadow: 0px 1px 2px #ccc;}
.LL {font-size: 15px;	text-shadow: 0px 1px 2px #ccc;}
.Bd {font-weight: bold;}
.Red {color: #FF0000;}
.Or {color: #FF6600;}


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

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

.clearfix {	display:	inline-block;} /* IE7 */

/* Hides from IE-mac ¥*/
* html .clearfix {	height: 1%;}
.clearfix {	display:	block;}
/* End hide from IE-mac */
