/*
	The CSS, XHTML and design is released under Creative Commons(BY):
 http://creativecommons.org/licenses/by/2.1/jp/

*/

/* Cross-browser settings */
* {
 margin: 0;
 padding: 0;
}

/* general styles */
body {
 height: 100%;
 background: #dfdfdf;
 font-size: 12px;
}

img {
 border:0;
}

a {
 color: #3056C7;
 text-decoration: none; 
}

a:visited {
 color: #8E3CA3;
}

a:hover {
 color: #aaaaaa;
}

#wrapper {
 width: 800px;
 margin: 0px auto;
 padding: 0px;
 border: 1px solid #dfdfdf;
 background: #ffffff;
 color: #333333;
 font: 1.2em/150% 'arial', sans-serif;
}

hr {
 border-width: 1px;
 border-color: #333333;
 border-style: dotted;
}




/* Header */
#header {
 float: left;
 width: 800px;
 height: 180px;
 margin: 0px;
 padding: 0px;
 border: 1px solid #999999;
 background: #B9CAE8 url(http://www.genkosha.com/camera/titleback.jpg) no-repeat;
}


#header #title {
 margin: 5px 0px 0px 30px;
 padding: 0px;
 color: #18114F;
 font: bold 2.0em 'arial black', sans-serif;
 text-align: left;
}

#header #title a {
 color: #18114F;
}

#header div#description {
 margin: 5px 0px 0px 30px;
 padding: 0px;
 color: #000000;
 font-size: 1.0em;
 text-align: left;
}


/* Main contents */
#contents {
 float: left;
 width: 400px;
 margin: 1px 0px 0px;
 padding: 0px;
 background: #ffffff;
 font-size: 0.9em;
 text-align: left;
}

#contents h2 {
 margin: 20px 10px 10px;
 padding: 10px 20px;
 background: #d0d9e8;
 color: #222222;
 font: bold 1.1em 'arial', sans-serif;
 text-align: left;
 letter-spacing: 1px;
}

#contents h2 a {
 color: #000000;
}

#contents .contents_body {
 margin: 10px 15px 15px;
 padding: 0px;
}


#contents h3 {
 margin: 20px 25px 10px 0px;
 padding: 3px 5px;
 font: bold 1.0em 'arial', sans-serif;
 text-align: left;
 border-left: solid 10px #d0d9e8;
}

#contents blockquote {
 padding: 10px;
 background: #efefef;
 border: #999999;
}

.posted{
 text-align: right;
 font-size: 0.9em;
}


/* Sidebar */
#firstSide { float: left;}
#secondSide { float: left;}

.sidebar {
 width: 185px;
 margin: 0px 0px 10px;
 padding: 0px 0px 0px 15px;
 background: #ffffff;
 font-size: 0.9em;
 text-align: left;
}

.sidebar h4 {
 margin: 20px 15px 5px 0px;
 padding: 10px;
 background: #D0D9E8;
 color: #000000;
 font: 1.0em 'arial', sans-serif;
 text-align: left;
}

#h4underbox {
 margin: 20px 15px 10px 0px;
}

.sidebar p {
 padding: 0px 15px 5px 10px;
}

#rightsidetxt {
 line-height: 1.3;
 font-size: 0.9em;
}

#photo {
 margin: 10px 30px 0px 20px;
 text-align: center;
}

#photocap{
 margin: 0px 0px 5px 0px;
 line-height: 1.3;
 font-size: 0.9em;
 text-align: center;
}

.sidebar a {
}


#abox {
font-size:1.0em;
text-align:center;
text-decoration:none;
border:2px solid #3056C7;
background-color:#ddddee;
padding:10px;
margin: 0px 20px 20px 5px;
display:block;
} 





.sidebar ul {
 list-style:none;
 width: 168px;
 border: none;
}

.sidebar li {
 list-style-type: none; 
}

#list1 {
 line-height: 0;
} 

#list2 {
 line-height: normal;
 margin-bottom: 5px;
} 

#list3{
 line-height: 0;
 margin-bottom: 10px;
} 

#list4{
 line-height: 1.3;
 list-style-type: circle; 
 margin: 5px 10px 10px 15px;
 font-size: 0.9em;
}

#list_a{
 margin: 0px 10px 10px 15px;
}

.sidebar li a {
 line-height: normal;
 list-style-type: none; 
 text-decoration: none; 
}

#a1{
margin-bottom: 50px;
}

#a2{
margin-bottom: 0px;
}


.sidebar form {
 margin: 0px 15px 10px 10px;
}

.sidebar table {
 margin: 0px 15px 1px 5px;
 width: 165px;
 border-top: 1px #85b9e9 solid; 
}


.sidebar tr {
 width: 24px; 
}

.sidebar th {
text-align: center;
}

.sidebar td {
text-align: center;
}

.sidebar caption {
 caption-side:top;
 text-align: center;
 vertical-align: bottom;
}



/* Footer */
#footer {
 clear:both;
 width: 100%;
 height: 35px;
 margin: 0px;
 padding: 20px 0px 0px;
 border: 1px solid #cfcfcf;
 background: #B9CAE8;
 color: #000000;
 font-size: 0.8em;
 text-align: center;
}
