/* T2-Project */
/* design by tomokazu takahashi */


/*text*/

.text9red {
	color: #ff0000;
	font-size: 9px;
	font-family: '£Í£Ó £Ð¥´¥·¥Ã¥¯,Arial,Osaka';
	line-height: 150%;
}

.text10 {
	color: #333333;
	font-size: 10px;
	font-family: '£Í£Ó £Ð¥´¥·¥Ã¥¯,Arial,Osaka';
	line-height: 150%;
}

.text12 {
	color: #333333;
	font-size: 12px;
	font-family: '£Í£Ó £Ð¥´¥·¥Ã¥¯,Arial,Osaka';
	line-height: 150%;
}

.text10b {
	color: #333333;
	font-size: 10px;
	font-family: '£Í£Ó £Ð¥´¥·¥Ã¥¯,Arial,Osaka';
	line-height: 150%;
	font-weight:bold;
}

.text12b {
	color: #333333;
	font-size: 12px;
	font-family: '£Í£Ó £Ð¥´¥·¥Ã¥¯,Arial,Osaka';
	line-height: 150%;
	font-weight:bold;
}

.copy {
	color: #666666;
	font-size: 10px;
	font-family: 'Arial,Osaka';
	line-height: 150%;
}

h1{
	color: #333333;
	font-size: 12px;
	font-family: '£Í£Ó £Ð¥´¥·¥Ã¥¯,Arial,Osaka';
	line-height: 100%;
	vertical-align:bottom;
	margin-top:0px;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0px;
}

h1.head{
	color: #000066;
	font-size: 12px;
	font-family: '£Í£Ó £Ð¥´¥·¥Ã¥¯,Arial,Osaka';
	line-height: 100%;
	vertical-align:bottom;
	margin-top:0px;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0px;
}

h2{
	color: #333333;
	font-size: 14px;
	font-family: '£Í£Ó £Ð¥´¥·¥Ã¥¯,Arial,Osaka';
	line-height: 100%;
	text-align: left;
	vertical-align:bottom;
	margin-top:6px;
	margin-bottom:6px;
	margin-left:6px;
	margin-right:6px;
}

h3{
	color: #333333;
	font-size: 12px;
	font-family: '£Í£Ó £Ð¥´¥·¥Ã¥¯,Arial,Osaka';
	line-height: 100%;
	vertical-align:bottom;
	margin-top:0px;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0px;
}

/*layout*/
.top_text {
	width:500px;
	margin:0px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:0px;
	padding-right:0px;
	color: #333333;
	font-size: 12px;
	font-family: '£Í£Ó £Ð¥´¥·¥Ã¥¯,Arial,Osaka';
	line-height: 120%;
}

.banner {
	width:240px;
	margin:0px;
	padding:0px;
	text-align:right;
}

.topics {
	width:500px;
	height:100px;
	margin:0px;
	padding-top:0px;
	padding-bottom:3px;
	padding-left:0px;
	padding-right:0px;
	color: #333333;
	font-size: 12px;
	font-family: '£Í£Ó £Ð¥´¥·¥Ã¥¯,Arial,Osaka';
	line-height: 120%;
	text-align: left;
}

.page_title{
	width:750px;
	background-color: #e4e4e4;
	text-align: center;
	padding:2px;
	margin-top:5px;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0px;
}

.page_text {
	width:530px;
	text-align: left;
	color: #333333;
	font-size: 12px;
	font-family: '£Í£Ó £Ð¥´¥·¥Ã¥¯,Arial,Osaka';
	line-height: 120%;
}

.page_side {
	width:190px;
	text-align: left;
	color: #333333;
	font-size: 12px;
	font-family: '£Í£Ó £Ð¥´¥·¥Ã¥¯,Arial,Osaka';
	line-height: 120%;
}

ul { line-height: 1.8; }

a:link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #0099ff;
	text-decoration: underline;
}
a:active color: #cc0000;
	text-decoration: underline;
}

a.linkcheck:visited {
  padding-right: 20px;
  background: url(../img/linkcheck.gif) no-repeat center right;
  }



ul.linklist {
  margin-left: 0;
  padding-left: 0;
  }

ul.linklist li {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  }


a.linkcheck2 {
  padding-left: 22px;
  background: url(../img/checkbox1.gif) no-repeat center left;
  }
a.linkcheck2:visited {
  background: url(../img/checkbox2.gif) no-repeat center left;
  }