/* テキスト関係 */

.size10 {
	font-size:10px;
	line-height:1.5em;
	color:#555555;
	}	
	
.size11 {
	font-size:11px;
	line-height:1.5em;
	color:#555555;
	}	
	
.size12 {
	font-size:12px;
	line-height:1.5em;
	color:#555555;
	}		


body {
	font-size: 12px;
	line-height: 18px;
	background-color: #EEEEE2;
	margin: 0px;
	padding: 0px;
}

#footer {
	font-size: 11px;
	color: #FFFFFF;
}
#main-contents {
	border: 1px solid #D2F193;
	margin: 0px;
	padding: 0px;
	background-image: url(images/img_main_shadow.jpg);
	background-repeat: repeat-x;
}
#visual-head {
	border: 1px solid #E4E4E4;
}



#footer a:link {
	color:#FFFFFF;
	text-decoration: none;
}

#footer a:visited {
	color:#FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}

#time {
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}

.border-green-left-top {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #D2F192;
	border-left-color: #D2F192;
}

.border-green-right-bottom {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D2F192;
	border-bottom-color: #D2F192;
}

.border-gray {
	border: 1px solid #E4E4E4;
}

.border-gray-left-top {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #E4E4E4;
	border-left-color: #E4E4E4;
}

.border-gray-right-bottom {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E4E4E4;
	border-bottom-color: #E4E4E4;
}

.border-yellow-left-top {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFCC00;
	border-left-color: #FFCC00;
}

.border-yellow-right-bottom {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
}

.update {
	color: #666666;
}
.news {
	font-size: 11px;
	line-height: 16px;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
}
strong {
	font-weight: bold;
	color: #009900;
}

a:link.dot {
	background-image: url(images/img_link_underline.gif);
	background-repeat: repeat-x;
	color: #006699;
	text-decoration: none;
	margin: 0px;
	padding-bottom: 3px;
	padding-top: 1px;
}

a:visited.dot {
	background-image: url(images/img_link_underline.gif);
	background-repeat: repeat-x;
	color: #006699;
	text-decoration: none;
	margin: 0px;
	padding-bottom: 3px;
	padding-top: 1px;
}

a:hover.dot {	
	background-image: url(images/img_link_underline_over.gif);
	background-repeat: repeat-x;
	color: #006699;
	text-decoration: none;
	margin: 0px;
	padding-top: 1px;
}

a:link.dotsmall {
	background-image: url(images/img_link_underline.gif);
	background-repeat: repeat-x;
	color: #006699;
	text-decoration: none;
	margin: 0px;
	padding-bottom: 3px;
	padding-top: 1px;
	background-position: 0px -3px;
}

a:visited.dotsmall {
	background-image: url(images/img_link_underline.gif);
	background-repeat: repeat-x;
	color: #006699;
	text-decoration: none;
	margin: 0px;
	padding-bottom: 3px;
	padding-top: 1px;
	background-position: 0px -3px;
}

a:hover.dotsmall {	
	background-image: url(images/img_link_underline_over.gif);
	background-repeat: repeat-x;
	color: #006699;
	text-decoration: none;
	margin: 0px;
	padding-top: 1px;
	background-position: 0px -3px;
}
