@charset "shift-jis";

/* default link*/
a:link {color: #333399; text-decoration: underline;}
a:visited {color: #333399; text-decoration: underline;}
a:active {color: #FF3300; text-decoration: underline}
a:hover {color: #FF3300; text-decoration: underline}

/* non text decoration Link */
a#noline:link{ color: #333399; text-decoration: none}
a#noline:visited { color: #333399; text-decoration: none}
a#noline:active { color: #FF3300; text-decoration: none}
a#noline:hover{ color: #FF3300; text-decoration: none}

/* text color */
.txt-red	{
	color: #FF0000;
}
.txt-blue	{
	color: #006699;
}
.txt-green	{
	color: #009900;
}
.txt-orange	{
	color: #FF9900;
}
.txt-grey	{
	color: #999999;
}
.txt-black	{
	color: #000000;
}
.txt-white	{
	color: #FFFFFF;
}

.imgtxt {
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
	text-indent: 0px;
}


h1#imgtxt {
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
	text-indent: 0px;
}
h2#imgtxt {
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
	text-indent: 0px;
}
h3#imgtxt {
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
	text-indent: 0px;
}
h4#imgtxt {
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
	text-indent: 0px;
}
h5#imgtxt {
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
	text-indent: 0px;
}
h6#imgtxt {
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
	text-indent: 0px;
}


td {
font-size:83%;
line-height:125%;
}

tr{
font-size::83%;
line-height:125%;
}


.main {
	width: 100%;
	padding:10px;
	text-align: center;
}

.content{
	width:100%;
	text-align: center;
}

.sub_title {
	color: #0000FF;
	font-weight: bold;
	font-size: 150%;
	line-height:110%;
	}
	
.sub_title2 {
	text-decoration:underline;
	color:#333333;
	font-weight:bold;
	font-size: 90%;
	line-height:180%;
	}
	
.name1 {
	color: #FF6600;
	font-size: 230%;
	font-weight: bold;
}

.name1a {
	color: #fdd102;
	font-size: 230%;
	font-weight: bold;
}

.name2 {
	color: #8080ff;
	font-size: 230%;
	font-weight: bold;
}

.name3 {
	color: #82f4ca;
	font-size: 230%;
	line-height:90%;
	font-weight: bold;
}

.name4 {
	font-size: 120%;
	font-weight: bold;
}

.mini_title {color: #003399;
font-weight:bold;
}

.point1 {
	color: #333333;
	font-weight: bold;
	font-size:85%;
}


.B_Title1 {
	font-size: 150%;
	color:#FFFFFF;
	font-weight: bold;
	padding:10px;
}

.B_Title2 {
	font-size: 140%;
		line-height:110%;
	font-weight: bold;
}
.B_Tile3 {
	font-size: 110%;
	line-height:130%;
	font-weight: bold;
}



.menu {
 width:800px;
 text-align:left;
}
 
ul {
	margin: 0;
	padding: 0;
	list-style:none;
	width: 800px;
}

li {
	font-size: 85%;
	float:left;
	border-left:1px solid #999999;
	margin: 0 0 5px 0;
	padding: 0 10px 0 5px;
	list-style:none;
	
}

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.top {
text-align:center;

}
