/*
wandervit-design CSS
designed by sousi

last updated:2008/07/02
*/

/*フォント関係*/
body{
background-image:url(img/bg.gif);
background-repeat:repeat;
font-family:Verdana;
font-size:12px;
color:#666666;
margin:0;
padding:0;
}

div,
p{
font-family:Verdana;
font-size:12px;
margin:1.5em;
margin-right:0;
}

h1{
font-family:Verdana;
font-size:16px;
}

h2{
font-family:Verdana;
font-size:12px;
border-bottom:2px solid #FF9900;
margin:3em 0 0 1.4em;
padding:0 1em;
text-align:right;
letter-spacing:6px;
}

h3{
font-family:Verdana;
font-size:12px;
color:#FF9900;
}

h3#logs{
font-family:Verdana;
font-size:11px;
color:#FF6600;
text-align:right;
padding-right:4em;
}

ul{
list-style-type:square;
}

ul#menu{
font-family:Verdana;
font-size:14px;
color:#FF9900;
font-weight:bold;
letter-spacing:0.3em;
}

ul#contact,
ul#profile-tool,
ul#cool-design,
ul#design,
ul#illustration,
ul#font,
ul#etc{
margin:3em 2em 0 2em;
}

a:link{
color:#FF6600;
text-decoration:none;
border:0;
}

a:active,
a:hover{
color:#FF6699;
text-decoration:underline;
border:0;
}

a:visited{
color:#FFCC00;
text-decoration:none;
border:0;
}



/*画像関係*/

img{
border:0;
}



/*配置関係*/

div#header{
width:740px;
background-color:#FFFFFF;
}

div#main{
position:relative;
width:740px;
background-color:white;
text-align:left;
background-color:#FF9900;
background-image:url(img/navil.jpg);
background-position:right top;
background-repeat:no-repeat;
}

div#navi{
width:200px;
float:right;
background-color:#FFFFCC;
margin:30px 0 0 0;
padding:30px 0;
}

div#cont{
background-color:#FFFFFF;
width:520px;
margin:0;
padding:10px;
}