@charset "UTF-8";

/*----------------------------------------------------------------------

リセット

-----------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-weight: normal;
	font-style: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border: 0;
}


/*----------------------------------------------------------------------

全体

-----------------------------------------------------------------------*/
body {
    font:13px Verdana,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",helvetica,arial,sans-serif;
    *font-size:small;
    *font:x-small;
	/*background: #e7e7e7 url(../images/top_bg.jpg) no-repeat center center;*/
	background: #f3f3f3;
}
table {
    font-size:inherit;
    font:100%;
}

a {
	color: #000;
	text-decoration: underline;
	outline: 0;
}
a:hover {
	text-decoration: none;
	color: #c60046;
}
a img {
	border: none;
}


#content {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 400px;
	height: 290px;
	margin: -145px 0 0 -200px;
}

#content h1 {
	position: absolute;
	left: 50%;
	top: 160px;
	width: 140px;
	height: 30px;
	margin: 0 0 0 -70px;
}
#logo {
	position: absolute;
	left: 50%;
	top: 0;
	width: 137px;
	height: 137px;
	margin: 0px 0 0 -68px;
}

#nav {
	position: absolute;
	left: 50%;
	top: 260px;
	width: 367px;
	margin: 0 0 0 -183px;
}
#nav li {
	float: left;
	padding: 0 15px;
}
#nav li a {
	display: block;
	background: no-repeat center -500px;
}
#nav li a:hover {
	border-color: #000;
	background-position: center center;
}
#nav li a img {
	visibility: visible;
}
#nav li a:hover img {
	visibility: hidden;
}
#nav li.tn01 a {
	background-image: url(../images/tn_01_on.png);
}
#nav li.tn02 a {
	background-image: url(../images/tn_02_on.png);
}
#nav li.tn03 a {
	background-image: url(../images/tn_03_on.png);
}
#nav li.tn05 a {
	background-image: url(../images/tn_05_on.png);
}
.bg {
	/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(radial, center center, 50, center center, 600, from(#fff), to(#d0d0d0));

	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-radial-gradient(center center, circle, #fff, #d0d0d0);
  
	/* For Internet Explorer 5.5 - 7 */
	filter: filter:alpha(opacity=100,finishopacity=0,style=2);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffd0d0d0, gradienttype=0)";
	/*background: #e1e1e1 url(../images/top_bg.jpg) no-repeat center center;*/
	width: 100%;
}
#credit {
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0 0 15px 0;
	font-family: Georgia, Century, serif;
	font-size: 77%;
	color: #888;
}

p.skipmes {
	background-Color: #c60046;
	color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 5px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-family: Georgia, Century, serif;
	font-size: 91%;
}