﻿.fontsize_SS {
	font-size: small;
	font-family: メイリオ;
}
.fontsize_S {
	font-size: medium;
	font-family: メイリオ;
}
.fontsize_M {
	font-size: large;
	font-family: メイリオ;
}
.fontsize_L {
	font-family: メイリオ;
	font-size: x-large;
}
.font_Headline {
	font-size: large;
	font-family: メイリオ;
	color: #000080;
}
.font_PhotoTitle {
	font-size: large;
	font-family: メイリオ;
	text-decoration: underline;
}
.font_New {
	font-size: small;
	font-family: メイリオ;
	color: #FF0000;
}
.font_Copyright {
	text-align: center;
	font-size: medium;
	font-family: Calibri;
}
.tabel_Travel {
	text-align: center;
	border: 2px solid #99FFFF;
	background-color: #CCFFFF;
	width:170px;
}
.table_Dog {
	text-align: center;
	border: 2px solid #FF9999;
	background-color: #FFCCCC;
	width:170px;
}
.align_Left {
	text-align: left;
}
.align_Right {
	text-align: right;
}
.align_Center {
	text-align: center;
}
.frame_Ordinary {
	border-color: #000000;
	border-width: 0;
background-image: url('frame_ordinary.png');
}
.frame_Landscape {
	border-color: #000000;
	border-width: 0;
background-image: url('frame_landscape.png');
}
.frame_Travel {
	border-color: #000000;
	border-width: 0;
	background-image: url('frame_travel.png');
}
.img_no_border {
	border-width: 0px;
}
.bgcolor_Landscape {
	background-color: #CCFFCC;
}
a {
	color: #8000FF;
}
a:visited {
	color: #FF0080;
}
a:active {
	color: #0000FF;
}
a:hover {
	color: #0080FF;
}
