﻿/**************************************************************************
Background colour, fonts, margins, all are done here
**************************************************************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
}

/**************************************************************************
All the goodness of links
**************************************************************************/	
a:link, a:visited, a:active {
	color: #999;
	text-decoration: none;
}

/**************************************************************************
Need I comment?
**************************************************************************/
a:hover {
	text-decoration: underline;
	color: #FF9900;
}


/**************************************************************************
This is the giant white box that holds everything together
**************************************************************************/
#thebox {
	width: 68em;
	background-color: white;
	color: #666;
	border: 1px #cccccc solid;
	margin: 50px auto 0px auto;
	padding: 0px 20px 0 20px
}

/**************************************************************************
This was the best way I thought they orange square logo thingy could be 
displayed. The logo coding looks really messy and rather horrible. I'm sure 
there are better ways of doing this. Please drop me a line if you know how.
**************************************************************************/
#logo { 
	text-align: center;
	width: 113px;
	margin: 0px 5px 30px -10px;
	padding: 50px 10px 5px 10px;
	background-color: #FF9900;
	color: #FFFFFF;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 5px;
	text-transform: uppercase;
}

/**************************************************************************
Navigation bar, lists, and links - Uses Gill Sans for the good ol' Mac. 
I'm using different linking styles for the navigation bar. Also, <li> tags 
are used.
**************************************************************************/
#nav {
	width: 680px;
	margin: -65px 0px 50px 100px;
	padding: 0px 0px 0px 0px;
	color: #999;
	font-family: 'Gill Sans', Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}

#nav li {
	list-style: none;
	display: inline;
	margin-right: 20px;
}

#nav a {
	font-size: 10px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}

#nav a:hover {
	color: #FF9900;
	text-decoration: underline;
}

/**************************************************************************
The content - full of goodness and textaulity, hehe.
**************************************************************************/
#content {
	color: #666;
	font-family: 'Gill Sans', Verdana, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 10px 10px;
}

/**************************************************************************
Header #1 - This header displays the topic name of text
**************************************************************************/
#content h1 {

font-size: 12px;

}

#content h1 a:link, a:visited, a:active {
	color: #FF9900;
	font-family: 'Gill Sans', Verdana, Helvetica, sans-serif;
	
	font-weight: normal;
}

#content h1 a:hover {
	text-decoration: underline;
	font-family: 'Gill Sans', Verdana, Helvetica, sans-serif;
	color: #FF9900;
}

/**************************************************************************
Header #2 - This header displays the date
**************************************************************************/

#content h2 { 
font-size: 10px;
letter-spacing: 3px;
text-transform: uppercase;
}

#foot {

text-align: center;
color: #696969;
}

/* Albumy */

.album	{
border:1px solid #aaa;
text-align:center;
margin:0 auto;
}

.album	td {
width:48%;
}

.album  * img	{
border:0;
text-decoration:none;
}

.album i	{
font-size:10px;
}



/* tuikaphoto */

.thumb_bset {
	float: left;
	width: 80px;
	height: 73px;
	margin-right: 25px;
	font-size: 8px;
	line-height: 140%;
	margin-bottom: 15px;

}
.thumb_bbox {
	width: 83px;
	height: 76px;
	border: 1px solid #cccccc;
}


.thumb_aset {
	float: left;
	width: 50px;
	height: 55px;
	margin-right: 25px;
	font-size: 8px;
	line-height: 140%;
	margin-bottom: 15px;

}
.thumb_abox {
	width: 50px;
	height: 55px;
	border: 1px solid #cccccc;
}


.photo_set {
	float: right;
	width: 260px;
	height: 155px;
	font-size: 10px;
	line-height: normal;
	clear: left;
	margin-right: 50px;
}

.photo_box {
	width: 260px;
	height: 146px;
	border: 1px solid #cccccc;
	padding: 5px;
	clear: none;
	float: right;
}	

.font_gyo1 {
	line-height: 230%;
	font-size: 11px;
        *font-size: 10px;
}	

.font_gyo2 {
	line-height: 180%;
	font-size: 11px;
	*font-size: 10px;
}

.font_gyo3 {
	line-height: 300%;
	font-size: 11px;
	*font-size: 10px;
}

.sp_1 {
    height: 16px;
}

.sp_2 {
    width: 16px;
    height: 16px;
}

#translation-link
{
	position            : absolute;
	top                 : 40px;
	left                : 2%;
        font color          :#666666;
}
