/*
Design based on Free CSS Templates
--
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* dlwin */
@import url(/css/dlwin.css);

@font-face {
	font-family: 'VLPGothic';
	src: url(http://vlgothic.dicey.org/files/VL-PGothic-Regular.woff) format("woff");
}

@font-face {
	font-family: 'VLGothic';
	src: url(http://vlgothic.dicey.org/files/VL-Gothic-Regular.woff) format("woff");
}


body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(/images/header.jpg) repeat-x left top;
	font-size: 13px;
	color: #222222;
	font-family: sans-serif;
}

#inner {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(/images/header.jpg) repeat-x left top;
	font-size: 13px;
	color: #222222;
	//font-family: 'VL Pゴシック', 'VL PGothic', Arial, Tahoma, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, sans-serif;
}

h1, h2, h3 {
	margin-top: 0;
	color: #333366;
	font-family: 'VL Pゴシック', 'VL PGothic', 'VLPGothic', Arial, Tahoma, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, sans-serif;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
	list-style-type: none;
}

a {
	text-decoration: none;
	border-bottom: 1px dashed #DDDDDD;
	color: #333366;
}

a:hover {
	border-bottom: none;
	border-bottom: 1px dashed #CCCCCC;
	text-shadow: 1px 1px 12px #8888AA;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Header */

#toplogo {
	width: 980px;
	height: 108px;
	margin: 0 auto;
	padding: 0 10px;
}

#toplogo #toplogo-title {
	float: left;
}

#toplogo h1, #toplogo p {
	//float: left;
	margin: 2px 0 0 -10px;
	color: #FFFFFF;
}

#toplogo h1 {
	//padding: 22px 0 0 0;
	padding: 32px 0 0 0;
	margin-left: -15px;
	line-height: 100%;
	text-transform: uppercase;
	font-family: 'VLPGothic', 'VL Pゴシック', 'VL PGothic', Arial, Tahoma, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', sans-serif;
	font-weight: normal;
	font-size: 2.2em;
	text-shadow: 1px 1px 8px #CCCCCC;
}

#toplogo h1 strong {
	font-weight: bold;
	font-size: 1.2em;
	text-shadow: 1px 1px 8px #CCCCCC;
}

#toplogo strong {
	padding: 22px 0 0 0;
	text-transform: uppercase;
	font-size: 1.1em;
	text-shadow: 1px 1px 8px #CCCCCC;
}

#toplogo p {
	text-transform: uppercase;
	font-family: 'VLPGothic', sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-shadow: 1px 1px 3px #CCCCCC;
	clear: both;
}

#toplogo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

#toplogo img {
	padding: 15px 0 0 0;
	float: left;
	margin: 0 20px 0 0;
}

#toplogo #ads {
	float: right;
	margin: 0 -5px 0 0;
	padding: 8px 0 0 0;
}

/* Menu */

#menu {
	width: 980px;
	height: 30px;
	margin: 0 auto;
	padding-top: 5px;
	padding-left: 15px;
	font-family: 'VLPGothic', sans-serif;
}

#menu ul#main {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

#menu ul#main li {
	//display: inline;
	float: left;
	position: relative;
}

#menu ul#main li a {
	display: block;
	margin: 0;
	padding: 10px 10px 10px 10px;
	border: none;
	background: url(/images/sep.gif) no-repeat left 50%;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	color: #444444;
}

#menu ul#main li:hover {
	margin: 0 0 0 0;
	//padding: 10px 10px 10px 10px;
	color: #000000;
	border-bottom: dashed 1px;
	font-weight: normal;
}

#menu ul#main a.left {
	background: none;
	margin: 0 3px 0 0;
	//padding: 10px 10px 10px 0px;
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	color: #444444;
}

#menu ul#main a.left:hover {
	margin: 0 3px 0 0;
	//padding: 10px 10px 10px 0px;
	color: #000000;
	border-bottom: dashed 1px;
	font-weight: normal;
}

#menu .current a {
	background: none;
	margin: 0 3px 0 0;
	//padding: 10px 10px 10px 0px;
	color: #000000;
	font-weight: bold;
}

#menu ul#main li ul {
	display: none;
	background: #eeeeee;
}


#menu ul#main li:hover ul {
	display: block;
	position: absolute;
	width: 200px;
	border-left: #333333 1px solid;
	border-right: #333333 1px solid;
	border-bottom: #333333 1px solid;
	text-transform: none;
	z-index: 100;
}

#menu ul#main li ul li {
	float: none;
	margin: 0;
}

#menu ul#main li ul li:hover {
	border-bottom: none;
}

#menu ul#main li ul li a {
	float: none;
	margin: 0;
	font-weight: bold;
	background: none;
	text-transform: none;
}

#menu ul#main li ul li a:hover {
	float: none;
	margin: 0;
	font-weight: bold;
	background: #ddddee;
	text-transform: none;
}

/* Wrapper */

#wrapper {
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	padding: 30px 10px;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px dashed #8D8D8D;
}

/* Content */

#content {
	float: left;
	width: 658px;
}

#content-wide {
	float: left;
	width: 738px;
}

#content-full {
	width: 100%;
}

.post {
	margin-bottom: 20px;
	padding-bottom: 15px;
	line-height: 200%;
}

#content-full h1, #content-wide h1, #content h1 {
	font-weight: bold;
	font-size: 28px;
	text-shadow: 1px 1px 4px #AAAAAA;
	border-bottom: dashed 1px #8D8D8D;
	margin-bottom: 20px;
}

#content-full h2, #content-wide h2, #content h2 {
	font-size: 24px;
	text-shadow: 1px 1px 3px #AAAAAA;
	border-bottom: dashed 1px #8D8D8D;
	margin-bottom: 15px;
}

#content-full h3, #content-wide h3, #content h3 {
	font-size: 18px;
	font-weight: normal;
	text-shadow: 1px 1px 3px #CCCCCC;
	border-bottom: dashed 1px #ADADAD;
	margin-bottom: 15px;
}

#content-full h4, #content-wide h4, #content h4 {
	font-size: 16px;
	font-weight: normal;
	text-shadow: 1px 1px 3px #DDDDDD;
	border-bottom: dashed 1px #CDCDCD;
	margin-bottom: 15px;
}

#content-full ul, #content-wide ul, #content ul {
	 //margin: 0;
	 margin-left: 30px;
	 padding: 0;
}

#content-full dl,ul, #content-wide dl ul, #content dl ul {
	 //margin: 0;
	 margin-left: 0px;
	 padding: 0;
}

#content-wide ul li:before, #content ul li:before {
	  content: "≫ ";
	  margin-left: -24px;
	  padding-left: 5px;
}


.title {
	margin: 0;
	padding-bottom: 6px;
	font-weight: normal;
}

.title a {
	border-bottom: none;
}

.title a:hover {
	border-bottom: 1px dashed #CCCCCC;
}

.byline {
	border-top: 1px dashed #8D8D8D;
	//margin: 0 0 20px 0;
	text-transform: uppercase;
}

.news table {
	margin-bottom: 20px;
	text-align: left;
	vertical-align: top;
}

.news table th {
	color: black;
        border-bottom: 1px dashed #BBBBBB;
	padding: 3px 10px 3px 5px;
}

.news table tr td {
        color: black;
        border-bottom: 1px dashed #BBBBBB;
	//border-left: 1px dashed #CCCCCC;
	padding: 3px 10px 3px 5px;
}

table.about {
	margin-bottom: 20px;
	text-align: left;
	vertical-align: top;
}

table.about th {
	color: black;
        border-bottom: 1px dashed #BBBBBB;
	//border-right: 1px dashed #CCCCCC;
	padding: 3px 10px 3px 5px;
}

table.about tr td {
        color: black;
        border-bottom: 1px dashed #BBBBBB;
	border-left: 1px dashed #CCCCCC;
	padding: 3px 10px 3px 5px;
}

dl.paypal dt {
	//border-bottom: 1px dashed #999999;
	text-decoration: underline;
	font-weight: bold;
}

.links {
	border-bottom: 1px dashed #8D8D8D;
	font-size: 11px;
}

.links a {
	display: block;
	border: none;
	color: #FFFFFF;
}

.links a:hover {
}

.links .more {
	float: left;
	padding-left: 25px;
	padding-right: 15px;
	background: #AAAADD url(/images/links.jpg) no-repeat left 50%;
	text-transform: uppercase;
}

.links .comments {
	float: left;
	padding-left: 20px;
	background: url(/images/links.jpg) no-repeat left top;
}
/* Sidebars */

.sidebar {
	float: left;
	width: 300px;
	padding: 0 0 0 21px;
}

.sidebar2 {
	float: left;
	width: 220px;
	padding: 0 0 0 21px;
}

.sidebar2 ul, .sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar2 li, .sidebar li {
	padding: 0 0 20px 0;
}

.sidebar2 li ul, .sidebar li ul {
}

.sidebar2 li li, .sidebar li li {
	padding: 5px 0px 0px 0px;
	font-size: 11px;
}

.sidebar li h2 {
	margin: 0 0 10px 0;
	padding: 5px 0;
	border-bottom: 1px dashed #8D8D8D;
	font-size: 16px;
	font-weight: normal;
	color: #333366;
}

.sidebar2 li h2 {
	margin: 0 0 10px 0;
	padding: 5px 0;
	border-bottom: 1px dashed #8D8D8D;
	font-size: 16px;
	font-weight: normal;
	color: #333366;
}

.sidebar li li {
	margin-left: 20px;
}

.sidebar2 li li {
	margin-left: 20px;
}

.sidebar ul li li:before, .sidebar2 ul li li:before {
	content: "≫ ";
	margin-left: -20px;
	padding-left: 5px;
}

.ads-sidebar, .paypal-sidebar {
	text-align: left;
	margin-left: 5px;
}

.ads-sidebar-linkunit {
	text-align: left;
        padding: 10px 0px 15px 0px;
        margin: 5px 0px 20px 5px;
        width: 160px;
        border-width: 1px 1px 1px 1px;
        border-color: #666699;
        border-style: solid;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

/* Search */

#searchform {
	margin: 0;
	padding: 0;
}

#searchform br {
	display: none;
}

#s {
	margin: 0;
	padding: 2px 2px;
	width: 120px;
	height: 18px;
	border: 1px solid #336699;
	background: #FFFFFF;
	font-size: 10px;
	color: #000000;
}

#x {
	margin: 0;
	padding: 2px 5px;
	height: 24px;
	border: none;
	background: #AAAADD;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	color: #000000;
}

/* Top News */
.top-news table {
	width: 658px;
	border: 0;
	margin-bottom: 20px;
}

.top-news table th:before {
	  content: "≫ ";
}

.top-news table th {
	width: 550px;
	height: 15px;
	fontsize: 11pt;
	font-weight: normal;
	text-align: left;
	padding-left: 10px;
	vertical-align: bottom;
}

.top-news table td {
	text-align: left;
	font-size: 8px;
	width: 50px;  
	height: 15px;  
	padding-left: 20px;
	margin: 0;
	vertical-align: top;
}

/* Adsense link-unit on bottom of content */
#ads-bottom-linkunit {
	text-align: left;
        padding: 10px 10px 10px 10px;
        margin: 5px 0px 0px 0px;
        width: 728px;
        border-width: 1px 1px 1px 1px;
        border-color: #666699;
        border-style: solid;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

/* Adsense link-unit on toppage */
#ads-top-linkunit {
	text-align: left;
        padding: 10px 16px 10px 16px;
        margin: 0px 0px 0px 15px;
        width: 500px;
        border-width: 1px 1px 1px 1px;
        border-color: #666699;
        border-style: solid;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.ads-middle-linkunit {
	text-align: left;
        padding: 10px 10px 10px 10px;
        margin: 0px 0px 10px 0px;
        width: 728px;
        border-width: 1px 1px 1px 1px;
        border-color: #666699;
        border-style: solid;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

/* Foot Adsense */
#ads-footer {
	text-align: center;
}

#ads-top {
	text-align: center;
	//background: #666666;
}

/* Foot Links */

#footlinks {
	text-align: center;
}

#footlinks img {
	vertical-align: middle;
}

#footlinks a {
	margin: 0;
	padding: 5px;
	border: none;
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
}


/* Footer */

#footer {
	background: #565656 url(/images/footer.jpg) repeat-x left top;
	height: 100px;
}

#footer p {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

#footmenu {
	margin: 0;
	padding-top: 30px;
	text-align: center;
	color: #FFFFFF;
}

#footmenu a {
	margin: 0;
	padding: 10px 15px 0px 15px;
	border: none;
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
}

#download {
	margin-bottom: 30px;
}

.getbutton {
        color: 666699;
        background-color: #BBBBDD;
        padding: 10px 10px 5px 10px;
        margin: 5px 15px 0px 15px;
        width: 230px;
        border-width: 1px 1px 1px 1px;
        border-color: #666699;
        border-style: solid;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	behavior: url(PIE.htc);
        font-size: 18px;
        font-weight: bold;
	float: left;
	text-shadow: 1px 1px 8px #EEEEFF;
}

.getbutton div.sub {
        font-size: 8px;
        color: #333366;
	text-shadow: 1px 1px 8px #EEEEFF;
}

blockquote {
        border-width: 0px 0px 0px 5px;
        border-color: #DDDDDF;
        border-style: solid;
	margin: 15px 30px 15px 30px;
	padding-left: 10px;
}

/* errata */
.errata li {
	margin-left: 40px;
}

.errata dl dt {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

.errata table {
	width: 100%;
}

.errata th {
	text-align: left;
	border-bottom: 1px dashed #888888;
}

.errata td {
	margin-left: 20px;
	font-size: 14px;
	border-bottom: 1px dashed #EFEFEF;
}

.errata td.title {
	text-align: left;
	width: 70%;
}

.errata td.date {
	text-align: right;
	width: 30%;
}

.news table {
	vertical-align: bottom;
}

.news table tr td.title {
	width: 80%;
	vertical-align: top;
}

.news table tr td.date {
	width: 20%;
	vertical-align: top;
}

.news dl dt {
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
}


table.erratalimit {
        width: 50%;
	border: 1px solid #DDDDDD;
}

table.erratalimit th {
	text-align: left;
	border-bottom: 1px dashed #888888;
}

table.erratalimit td {
	margin-left: 20px;
	font-size: 14px;
	border-bottom: 1px dashed #EFEFEF;
}

dl dt {
	font-weight: bold;
}

pre.screen {
	background-color: #444444;
	color: #F7F7F7;
	padding: 3px;
	padding-left: 10px;
	border-left: solid 10px #BBBBBB;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: pre-wrap;
	word-wrap: break-word;
}

