/* 共通設定1　*/
* {
	font-size: 100%;
	line-height: 130%;
}

body{
	background-color: #FFFFFF;
        margin-top:0px;
	line-height: 130%;
	padding: 0px;
        color:#333333;
	font-size: 90%;
}


td{
		line-height: 130%;
}

img{border:none;}

img,a img{
	margin:0;
	padding:0;
	border:none;
}


/* トップページ　*/

.top{
		font-size: 12px;
		line-height: 110%;
}



/*　リンク　*/

a:link {
	font-size: 100%;
        color:#000099;
        text-decoration:underline;}

a:visited {
	font-size: 100%;
        color:#000099;
        text-decoration:underline;}

a:hover {
	font-size: 100%;
        color:#007fff;
        text-decoration:underline;}

a.link1:link {
	font-size: 100%;
        text-decoration:underline;
		color: #CC0000;}
		
a.link1:visited {
	font-size: 100%;
        text-decoration:underline;
		color: #CC0000;}	
		
a.link1:hover {
	font-size: 100%;
        text-decoration:underline;
		color: #CC0000;}		
	
	

/*　新着リンク　*/


a.news_link:link {
	font-size: 100%;
	line-height: 130%;
        text-decoration:none;
		color: #007fff;}

a.news_link:visited {
	font-size: 100%;
	line-height: 130%;
        text-decoration:none;
		color: #007fff;}

a.news_link:hover {
	font-size: 100%;
	line-height: 130%;
        text-decoration:underline;
		color:#000099;}
		
		
/*　コンテンツ　*/
		
.contents {
	text-align: left;
}

.linkbox {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	height: 35px;
}

.linkbox1 {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.data {
	text-align: left;
	font-size: 12px;
}

.smenu {
	text-align: left;
	font-size: 12px;
}

.ss {
	font-size: 80%;
}

h1 {
	font-size: 100%;
	line-height: 160%;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 100%;
	text-transform: uppercase;
	color: #000099;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 100%;
	text-transform: uppercase;
	color: #000099;
	margin: 0px;
	padding: 0px;
}

.tit {
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #000099;
	border-left-color: #000099;
}

.red {
	color: #CC0000;
}
.green {
	color: #009900;
}


/*　フォント　*/

.ft1016_333333 {
	font-size: 10px;
	line-height: 16px;
	color: #333333;
}

.ft1218_565656_bold {
	font-size: 12px;
	line-height: 18px;
	color: #565656;
	font-weight: bold;
	}
	
.size11px {
	font-size: 11px;
	}
	
	
	/*　線　*/
	
	.underbar {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AAAAAB;
}

.underbar2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	}
