a {
	color: #3CB3FF;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
}

body {
	background-color: #00008D;
	background-image: url(../img/back.jpg);
	background-position: center;
	background-repeat: repeat-y;
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

hr {
	border-color: #002EAF;
	height: 1px;
}

.backbody {
	background-color: #00008D;
	background-image: url(../img/body_back.gif);
	background-position: center;
	background-repeat: repeat-y;
}

.backyellow {
	background-color: #FFCC33;
}

.bluemedium {
	background-color: #002EAF;
}

.commentfield {
	width : 200px;
	background-color: #00008D;
	border : none;
	color : white;
	font-family : arial, verdana;
	font-size: 11px;
	border : 1px solid #002EAF;
}

.commenttable {
	border : 1px solid #002EAF;
}

.blue {
	background-color: #00008D;
}

.button {
	background-color: #00008D;
	border: 1px solid #002EAF;
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 1px;
}

.field {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.fieldnews {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 150px;
}
	
.footer a {
	color : #72504D;
}

.footer td {
	color : #654745;
	font-size : 10px;	
}

.frontback {
	background-image: url(../img/front_back_lett.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.spaceleft {
	padding-left: 20px;
	padding-right: 20px;
}

.spacepic {
	padding-left: 20px;
	padding-right: 5px;
}

.spacepic2 {
	padding-left: 5px;
	padding-right: 20px;
}

.spacetop {
	padding-bottom: 20px;
	padding-top: 20px;
}

.subtitle {
	color: #FFCC33;
	font-weight: bold;
}

.textblack {
	color: #000000;
}

.textwhite {
	color: #FFFFFF;
}

.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
}

#yellowbox {
}

#yellowbox a {
	color: #00008D;
}

#yellowbox a:hover {
	color: #FFFFFF;
}

.linetop {
	border-top: 1px solid #002EAF;
}

#hinnakiri td {
	border-top: 3px solid #00008D;
	background-color: #002EAF;
}


#hinnakiri td.blue {
	background-color: #00008D;
}

#tablebottomline td {
	border-bottom: 1px solid #002EAF;
}
div.pictures {
	background: #002eaf;
	width: 91%;
	text-align: left;
	margin-top: 5px;
	padding: 10px 0;
}
div.pictures ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div.pictures ul li {
	background: url(../img/ico1.jpg) 10px 7px no-repeat;
	padding-left: 20px;
}
.white {
	color: #fff;
}
ul.commercials {
	margin: 10px 0 0 24px;
	padding: 0;
	list-style: none;
}
ul.commercials li {
	float: left;
	text-align: center;
	width: 204px;
	margin: 0 45px 31px 0;
}
ul.commercials li.last {
	margin-right: 0;
}
ul.commercials li div.clip {
	width: 204px;
	height: 154px;
	/*background: #000 url(../img/clip1.jpg) center center no-repeat;*/
	margin-bottom: 10px;
}
ul.commercials li div.clip img {
	border: 0;
}
ul.commercials li a {
	font-size: 12px;
}
ul.logos {
	margin: 10px 0 0 24px;
	padding: 0;
	list-style: none;
}
ul.logos li {
	float: left;
	width: 204px;
	margin: 0 45px 31px 0;
	color: #3CB3FF;
	font-size: 12px;
	height: 197px;
	position: relative;
}
ul.logos li.last {
	margin-right: 0;
}
ul.logos li img {
	border: 0;
}
ul.logos li div.clip a {
	display:block;
}
ul.logos li div.photo-item {
	float:left;
	height: 154px;
	width: 204px;
	display:table;
	#position: relative;
	background: url(../img/mask2.jpg) 0 0 no-repeat;
	margin: 0;
	padding: 0;
}
ul.logos li div.trick {
	#position: absolute;
	#top: 50%;
	display: table-cell;
	width:100%;
	vertical-align: middle;
	text-align:center;
}
ul.logos li div.trick img{
	#position: relative;
	#top: -50%;
}
ul.logos li a {
	font-size: 12px;
}
ul.logos li table {
	text-align: left;
	margin-left: 17px;
	margin-top: 10px;
}
ul.logos li table td {
	padding: 0 7px;
}
div.separator {
	font-size: 1px;
	height: 3px;
	background:url(../img/separator.jpg) 11px 0 no-repeat;
	margin: 5px 0;
}
div.nomargin {
	margin-top: 0;
}
/* =clear
-------------------------------------------------- */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	line-height: 0;
	visibility: hidden;
}
.clear {
	display: inline-block;
}
html[xmlns] .clear {
	display: block;
}
* html .clear {
	height: 1px;
}