/* AobaruNet */
/* TakeSato Stylesheet */
/* Created by Aobaru-kun */
/* Copyright 2010 */

body {
font-family:georgia;
font-size:11px;
color:#000000;
background:url('/takesato/bg.png') fixed left bottom no-repeat #fff;
}

p {
margin-left:10px;
}

#layout {
width:650px;
height:700px;
}

#banner {
width:650px;
height:410px;
background:url('/takesato/banner.png');
}

#container {
width:650px;
height:290px;
}

#nav {
width:120px;
height:290px;
/* background:url('/takesato/nav.png'); */
background:transparent;
float:left;
}

#nav a {
font:italic 18px georgia;
color:#000;
text-decoration:none;
display:block;
}

#nav a:hover {
font:18px georgia;
color:#99A0DF;
display:block;
}

#content {
width:520px;
height:290px;
background:transparent;
float:right;
padding-left:10px;
padding-bottom:10px;
}

#content a {
text-decoration:none;
font:12px arial;
color:#7C4F7F;
font-style:italic;
}

#content a:hover {
text-decoration:none;
font:12px arial;
color:#AA6DAF;
font-style:italic;
}

#content em {
color:#AF3820;
font-size:12px;
}

#content b {
color:#504F9F;
font-weight:bold;
text-decoration:none;
font-size:12px;
}

#content img {
border:0px;
}

#content h1 {
font:lighter italic 20px times new roman;
color:#272E7F;
letter-spacing:5px;
}

#content h2 {
font:15px times new roman;
text-transform:uppercase;
color:#2B36AF;
letter-spacing:5px;
padding-left:5px;
}

#content blockquote {
margin-left:15px;
padding:5px;
border:1px dotted #8187CF;
}
