@charset "utf-8";

/*
 Share Style [
----------------------------------------------------------- */
* {
	margin:0;
	padding:0;
}
body {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif ;
	font-size:80%;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	margin:0;
	padding:0;
}
p,li,dt,dl {
	line-height:160%;
}
p {
	margin:0 0 1em 0;
}
li {
	list-style-type:none;
}
img {
	border:0;
}
hr {
	display:none;
}
.clear {
	clear:both;
}
/*
 Link Color [
----------------------------------------------------------- */
a {
//	text-decoration:none;
}
a:link    { color: #026cd1; }
a:visited { color: #004a95; }
a:hover   { color: #76afe6; }
a:active  { color: #76afe6; }

a,
a img {

/* webkit系独自アニメーション */
	-webkit-transition-property: background-color, border-color;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-in-out;
}




/*
 watermark positioning container [
----------------------------------------------------------- */

.updnWatermark
{
	position: relative;	/* positioning container */
	width: 0;
	height: 1.25em;	 /*must specify height for consistent vertical alignment */
	vertical-align: middle;
	line-height: 1;
}
/* IE7/6 hasLayout hack */
.updnWatermark
{
	*zoom: 1;
}
/* watermark label styling */
.updnWatermark label
{
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
	color: #999;
	padding-left: 4px;
	height: 1.25em;	 /*must specify height for consistent vertical alignment */
	vertical-align: middle;
}





/*
 tiptip [
----------------------------------------------------------- */

#tiptip_content {
	text-shadow: none;
/*	text-shadow: 0 0 2px #000;*/
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(249, 87, 99);
	background-color: rgba(249, 87, 99, 0.92);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 1px #8f353d;
	-webkit-box-shadow: 0 0 1px #8f353d;
	-moz-box-shadow: 0 0 2px #8f353d;
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(249,87,99);
	border-top-color: rgba(249,87,99,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(249,87,99);
	border-bottom-color: rgba(249,87,99,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(249,87,99);
	border-right-color: rgba(249,87,99,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(249,87,99);
	border-left-color: rgba(249,87,99,0.92);
}



/*
 #contents.notfound #notfound
-------------------------------------- */

#contents.notfound #notfound {
	padding-bottom: 500px;
}

#contents.notfound #notfound p {
	margin-top: 50px;
	text-align: center;
}
