@charset "SHIFT_JIS";

/* link */
A:link{
		color:#0066ff;
		text-decoration:underline;
		}
A:visited{
		color:#002266;
		text-decoration:underline;
		}
A:active{
		color:#ff0000;
		text-decoration:underline;
		}
A:hover{
		color:#002266;
		text-decoration:underline;
		background-color: #ccccff;
		}

A.news:link{
		color:#333333;
		text-decoration:none;
		}
A.news:visited{
		color:#333333;
		text-decoration:none;
		}
A.news:active{
		color:#333333;
		text-decoration:underline;
		}
A.news:hover{
		color:#333333;
		text-decoration:underline;
		background-color: transparent;
		}

/* text */
.text1{
		font-family:'ヒラギノ明朝 Pro W3', 'Osaka', 'ＭＳ ゴシック';
		font-size:12px;
		line-height:14px;
		}

.text1s{
		font-family:'ヒラギノ明朝 Pro W3', 'Osaka', 'ＭＳ ゴシック';
		font-size:10px;
		line-height:12px;
		}

.text2{
		font-family:'ヒラギノ明朝 Pro W3', 'Osaka', 'ＭＳ ゴシック';
		font-size:12px;
		line-height:22px;
		}
/* 長文 */
.text3{
		font-family:'ヒラギノ明朝 Pro W3', 'Osaka', 'ＭＳ ゴシック';
		font-size:12px;
		line-height:18px;
		}
	
/* caption */
.caps1{
		font-family:'ヒラギノ角ゴ Pro W4', 'Osaka', 'ＭＳ ゴシック';
		font-size:18px;
		line-height:20px;
		text-shadow:#999999 2px 2px 4px;
		}
		
.caps2{
		font-family:'ヒラギノ丸ゴ Pro W3', 'Osaka', 'ＭＳ ゴシック';
		font-size:18px;
		line-height:20px;
		text-shadow:#999999 2px 2px 4px;
		}

.caps1s{
		font-family:'ヒラギノ角ゴ Pro W4', 'Osaka', 'ＭＳ ゴシック';
		font-size:14px;
		line-height:20px;
		text-shadow:#999999 2px 2px 2px;
		}

.caps2s{
		font-family:'ヒラギノ丸ゴ Pro W3', 'Osaka', 'ＭＳ ゴシック';
		font-size:14px;
		line-height:20px;
		text-shadow:#999999 2px 2px 2px;
		}

/* ul */		
ul.arrow1{
		list-style-image: url(../src/li-arrow1.gif);
		margin-top: 2px;
		margin-bottom: 2px;
		margin-left: 25px;
		padding: 0px;
		padding-left: 1px;
		line-height: 140%;
		list-style-position: outside;
		}

ul.circle {
		list-style: circle;
		margin-top: 2px;
		margin-bottom: 2px;
		margin-left: 25px;
		padding: 0px;
		line-height: 120%;
		}

ul.disk {
		list-style: disk;
		margin-top: 2px;
		margin-bottom: 2px;
		margin-left: 25px;
		padding: 0px;
		line-height: 120%;
		}