/* andreas01 - an open source xhtml/css website layout by Andreas Viklund (http://andreasviklund.com). Made for OSWD.org, free to use as-is for any purpose as long as the proper credits are given for the original design work. For design assistance and support, contact me through my website or through http://oswd.org/email.phtml?user=Andreas

Version: 1.0
(July 25, 2005)

Screen layout: */

body {
margin: 10px 10px;
padding: 0;
font:NFモトヤアポロ1;
font-size:12px
background-color:#f4f4f4;
background-image:url(bg.gif);
background-position:center top;
background-repeat:repeat-y;
}

table.t1 {
width: 450px;
height:400px;
border:2px #a0a0a0 solid;
border-collapse: collapse; 
}

td.td1 {
width:40%;
text-align:center;
border:1px #a0a0a0 solid;
padding:1px;
font-weight:bold;
}

td.td2 {
width:20%;
text-align:center;
border:1px #a0a0a0 solid;
padding:1px;
font-weight:bold;
}

td.td3 {
width:40%;
text-align:center;
border:1px #a0a0a0 solid;
padding:1px;
}

td.td4 {
width:20%;
text-align:center;
border:1px #a0a0a0 solid;
padding:1px;
}



a:link{
text-decoration: none;
color: #286ea0;
}

a:visited{
text-decoration: none;
color: #286ea0;
}

a:hover {
text-decoration: underline;
color: #286ea0;
}

a img {
border: 0;
}


#wrap {
background: #ffffff;
color: #303030;
margin: 0 auto;
width: 760px;
}

#header {
clear: both;
margin: 10px 10px 0px 0px;
padding: 0;
height: 20px;
}

#header h1 {
width: 500px;
margin: 0px 0px 0px 0px;
float: center;
}

#header p {
width: 700px;
float: left;
text-align: left;
color: #a0a0a0;
margin: 0px 0px 0px 0px;
font-size: 10px;
line-height: 1.5em;
}

#frontphoto {
margin: 0px 0px 0px 0px;
border: 0;
}

#avmenu {
clear: left;
float: left;
width: 150px;
margin: 10px 0px 10px 0px;
padding: 0;
font-size: 12px;
}

#avmenu ul {	
list-style: none;
width: 150px;
margin: 0px 0px 20px 0px;
padding: 0;
font-size: 12px;
}	

#avmenu li {
margin-bottom: 4px;
}

#avmenu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #505050;
display: block;
padding: 6px 0px 0px 10px;
background: #f4f4f4;
border-left: 4px solid #cccccc;
}	
	
#avmenu li a:hover {
background: #eaeaea;
color: #286ea0;
border-left: 4px solid #286ea0;
}

.announce {
margin: 10px 0px 10px 0px;
padding: 10px;
width: 130px;
color: #505050;
background-color: #f4f4f4;
font-size:10px
line-height: 20px;
}

#extras {
float: right;
width: 100px;
margin: 10px 0px 10px 0px;
padding: 0;
font-size: 10px;
line-height: 20px;
}

#extras a:link{
text-decoration: none;
color: #808080;
}

#extras a:visited{
text-decoration: none;
color: #808080;
}

#extras a:hover {
text-decoration: underline;
color: #286ea0;
}

#extras p {
margin: 0px 0px 0px 0px;
}


#content {
margin: 10px 110px 20px 160px;
border-left: 3px solid #f0f0f0;
border-right: 3px solid #f0f0f0;
padding: 0px 10px 0px 10px;
font-size: 14px;
line-height: 20px;
text-align:left;
}

#content img {
padding: 1px;
display:inline;
background: #cccccc;
border: 1px solid #f0f0f0;
}

#content h2 {
font-size: 16px;
margin: 0px 0px 0px 0px;
line-height: 20px;
text-align:left;
}

#content h3 {
font-size: 10px;
margin: 0px 0px 0px 0px;
line-height: 20px;
text-align:left;
}

#footer {
clear: both;
margin: 0 auto;
padding: 10px 0px 20px 0px;
border-top: 4px solid #f0f0f0;
width: 760px;
text-align: center;
color: #808080;
font-size: 10px;
font:Century Gothic;
}

#footer a:link{
color: #808080;
text-decoration: none;
}

#footer a:visited{
text-decoration: none;
color: #286ea0;
}

#footer li a:hover {
text-decoration: underline;
color: #286ea0;
}

.left {
margin: 10px 10px 5px 0px;
float: left;
}

.right {
margin: 10px 0px 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}