@charset "utf-8";


/* Reset
------------------------------------------------- */

* {
	margin : 0;
	padding : 0;
}




/* Hyper text
------------------------------------------------- */

a { 
	/*\*/
	overflow: hidden;
	text-decoration : none;
	/**/
}
a:link,
a:visited { color: #0065BF; }
a:hover,
a:focus,
a:active {
	text-decoration: underline;
	color: #0000FF;
}



/* Image
------------------------------------------------- */

img,a img { border : none; }



/* Base elements
------------------------------------------------- */

h1 { font-size : 160%; }
h2 { font-size : 125%; }
h3 { font-size : 125%; }
h4 { font-size : 110%; }
h5 { font-size : 94%; }
h6 { font-size : 80%; }
ul, ol, li, dl, dt, dd { list-style: none; }



/* Fc2 menu
------------------------------------------------------------ */

table#fc2menu {
	width: 100%;
	text-align: left;
	background-color: #FFFFFF;
}
table#fc2menu td#fc2logo {
	height: 61px;
	width: 144px;
}
table#fc2menu td#fc2logo a {
	display: block;
	height: 61px;
	width: 144px;
	text-indent: -9999px;
	background-image: url(image/menu-image/top1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
table#fc2menu td.blank {
	height: 38px;
	width: 100%;
}
table#fc2menu td#pay_service {
	background-color: #BF0000;
	height: 23px;
}
table#fc2menu td#pay_service ul {
	width: 756px;
	margin-top: 3px;
}
table#fc2menu td#pay_service li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	color: #FFFFFF;
	font-size: small;
}

table#fc2menu td#pay_service .liend {
	border: none;
}
table#fc2menu td#free_service {
	height: 26px;
	width: 100%;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-image: url(image/menu-image/space2.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
table#fc2menu td#free_service ul {
	width: 900px;
}
table#fc2menu td#free_service li {
	font-size: x-small;
	display: inline;
	color: #000000;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

table#fc2menu td#free_service .liend {
	border: none;
}
table#fc2menu td#pay_service a,
table#fc2menu td#pay_service a:link,
table#fc2menu td#pay_service a:visited {
	color: #FFFFFF;
	font-weight: bold;
}
table#fc2menu td#pay_service a:focus,
table#fc2menu td#pay_service a:hover,
table#fc2menu td#pay_service a:active {
	text-decoration: underline;
}
table#fc2menu td#free_service a,
table#fc2menu td#free_service a:link,
table#fc2menu td#free_service a:visited {
	color: #0000FF;
	font-weight: bold;
}
table#fc2menu td#free_service a:focus,
table#fc2menu td#free_service a:hover,
table#fc2menu td#free_service a:active {
	text-decoration: underline;
}



/* for MacIE-------------------------------------------- */

textarea, select, input {
	font-family : "Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", "ＭＳ Ｐゴシック", sans-serif;
}
