@charset "Shift_JIS";

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

* {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: #E9E9F2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div#Container {
	height:100%;
	min-height: 100%;
	padding: 0px;
	width: 760px;
	background-image: url(../images/common/back.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*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: #4A4A4A;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 145%;
}

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

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;
	height: 20px;
}

/* */
.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;
}
div#Footer {
	background-image: url(../images/common/footer_back.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 70px;
	width: 740px;
	clear: both;
}
div#Footer a#ISO {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 50px;
	width: 136px;
}

div#Footer ul.footermenu {
	padding: 0px;
	width: 305px;
	margin: 7px 0px 0px;
	float: left;
}
div#Footer ul.footermenu li {
	margin: 0px;
	float: right;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 11px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	display: block;
}
div#Footer ul.footermenu li.footerTop {
	border-left-style: none;
}
a.link {
	background-image: url(../images/common/link_arrow.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	background-color: #FFF8D9;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF0AA;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFF0AA;
	list-style-type: none;
	display: block;
	width: 200px;
}
a.link:link {
	color: #FF6600;
	text-decoration: none;
}
a.link:hover {
	text-decoration: none;
	color: #FF0000;
	background-color: #FFFBE8;
}
