/****************************************************************/
/*                                                              */
/*  Denasu System スタイルシート                                */
/*                                                              */
/*   Copyright (C) 1998-2011 Denasu System All rights reserved. */
/*                                                              */
/****************************************************************/

/* 基本的なデザインを指定 */

html
{
	background: #fbfaff url(image/back.png);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

body
{
	background: #fbfaff url(image/background.png) repeat-y;
	color: black;
	width: 900px;
	font-size: 11pt;
	font-weight: normal;
	min-height: 100%;
	margin: 0px auto auto auto;
	font-family: 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
}

p
{
	line-height: 1.5em;
	
}

p.noindent
{
	text-indent: 0em;
}

p.image
{
	margin: 20px;
	text-align: center;
}

a:link
{
	color: #0000ff;
	text-decoration: none;
}

a:visited
{
	color: #8000ff;
	text-decoration: none;
}

a:active, a:hover
{
	color: #ff0000;
	text-decoration: underline;
}

ul
{
	margin: 0px 0px 0px 20px;
}

ol, dl
{
}

hr
{
	padding: 0px 0px 0px 0px;
	border-color: #7575ff;
	border-style: solid;
}

ol li
{
}

ul li
{
	list-style-image: url(./image/list.png);
	list-style-position: outside;
	margin: 5px 0px 0px 0px;
}

ul.panel
{
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	margin: -10px 0px 0px 0px;
	text-indent: 0em;
}

ul.panel li
{
	padding: 20px 0px 30px 0px;
	border-bottom:1px solid #f0f0ff;
	list-style-image: none;
	margin: 0px 0px 0px 0px;
}

ul.panel li img
{
	float: left;
	margin: 0px 10px 0px 0px;
	border-style:none;
}

ul.panel li a
{
	text-decoration:none;
}

ul.panel li:hover
{
	background: #fcfcff;
}

dt
{
	background: #f5f5ff;
	color: #4f401c;
	margin: 30px 0px 0px 0px;
	padding: 5px;
	font-weight: bold;
	border-top-color: #f0f0ff;
	border-top-style: solid;
	border-top-width: 1px;
}

dd
{
	margin: 0px 0px 10px 0px;
	padding: 5px;
	border-bottom-color: #f0f0ff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

em
{
	color: red;
	font-weight: bold;
}

.box
{
	background: #ececff;
	padding: 5px 5px 5px 5px;
	border-color: #808080;
	border-style: dashed;
	border-width: 2px;
}

blockquote
{
	background: #ececff;
	margin: 2% 3% 2% 3%;
	padding: 5px 5px 5px 5px;
	border-color: #808080;
	border-style: dashed;
	border-width: 2px;
}

cite
{
	background: #ececff;
	margin: 2% 5% 2% 5%;
	padding: 5px 5px 5px 5px;
	border-color: #808080;
	border-style: dashed;
	border-width: 2px;
}

/* 表 */
table
{
	border-style: solid;
	border-width: 1px;
	border-color: #c0c0c0;
	text-align: left;
	font-size: 8pt;
	font-style: normal;
	border-spacing: 0;
}

thead
{
	color: white;
	font-weight: bold;
}

th
{
	background: #8080b0;
	border-style: solid;
	border-width: 0px 1px;
	border-color: #9090c0;
	min-width: 50px;
}

#ranking th:hover
{
	background: #b0b0f0;
	cursor: default;
}

tbody
{
	text-align: left;
}

td
{
	padding: 0px 5px;
}

#stripe tr:nth-child(even)
{
    background:#f0f0ff;
}

#stripe tr:nth-child(odd)
{
    background:#e5e5ff;
}

#ranking tr:nth-child(even)
{
    background:#f0f0ff;
}

#ranking tr:nth-child(odd)
{
    background:#e5e5ff;
}

#ranking tr:hover
{
	background: #fdfdff;
}

.old
{
    background: #C0C0C0 !important;
}

form
{
	margin: 0 20px 0 20px;
}

img
{
	max-width: 100%;
	height: auto;
}

/* フローティング */
#float
{
	display: none;
	position: absolute;
	background: #303030;
	border-radius: 5px;
}

#float #title
{
	background: #000050;
}

#float form
{
	margin: 5px;
}

/* 段組み */
#all
{
	margin: 0px 50px 0px 50px;
}


#sub
{
	float: right;
	width: 150px;
	padding: 0px 1px 0px 0px;
	font-size: 8pt;
}

#sub h2
{
	color: #ffffff;
	padding: 10px 5px 5px 5px;
	background: #8080ff;
	font-size: 8pt;
	font-weight: bold;
	margin: 0;
}

#sub ul
{
	padding: 0px;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	text-indent: 0em;
}

#sub li
{
	border-bottom:1px solid #808080;
	list-style-image: none;
	margin: 0;
	padding:5px;
	display:block;
}

#sub a
{
	color: #000000;
	text-decoration:none;
	display:block;
}

#sub div
{
	background: #ffffff;
	color: #808080;
	text-decoration:none;
	padding:5px;
}

#sub a:hover
{
	background: #fdfdff;
}

#sub li:hover
{
	background: #fdfdff;
}

#sub form
{
	margin: 0px;
	padding:5px;
}

#main
{
	float: left;
	margin: 20px auto 20px 30px;
	width: 590px;
}

#header
{
	z-index:100;
}

#footer
{
	clear: both;
	margin: 50px 180px 0px 30px;
	padding: 0px 0px 20px 0px;
}

.navigation
{
	background: #f0f0f0;
	color: #000000;
	margin: 0px 1px 0px 1px;
	padding: 2px 3px 2px 30px;
	font-style: normal;
	font-weight: normal;
	font-size: 8pt;
	border-top-color: #808080;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #808080;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

/* タイトル */

h1, h2, h3, h4, h5, h6
{
	font-weight: bold;
	line-height: 1.1;
}

h1
{
	background: url(image/header1.png) #fbfaff no-repeat;
	color: #ffffff;
	margin: 0px -50px 0px -50px;
	padding: 170px 100px 0px 75px;
	font-size: 28pt;
	font-style: italic;
	height: 80px;
}

#main h2
{
	color: #3532f0;
	margin: 40px 0px 20px 0px;
	padding: 4px 3px 2px 5px;
	font-size: 20pt;
	border-color: #e0e0e0;
	border-style: inset;
	border-width: 0px 0px 8px 0px;
}

#main h3
{
	color: #b532f0;
	margin: 20px 0px 20px 0px;
	padding: 1px 2px 0px 5px;
	font-size: 15pt;
	border-color: #c0c0c0;
	border-style: inset;
	border-width: 0px 0px 4px 0px;
}

#main h4
{
	color: #b532f0;
	margin: 20px 0px 20px 0px;
	padding: 1px 2px 0px 5px;
	font-size: 13pt;
}

/* その他 */

.update
{
	font-style: italic;
	color: #ff0000;
	border-color: #FF8080;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	padding: 0px 5px 0px 5px;
	font-size: 10pt;
	vertical-align: 2px;
}

.update A
{
	font-style: italic;
	color: #ff0000;
	font-size: 10pt;
}

.author
{
	border: 1px;
	font-style: italic;
	font-size: 8pt;
}

.copyright
{
	color: #808080;
	font-size: 8pt;
	font-style: italic;
	margin: 20px 0px 0px 0px;
	border-top-color: #7575ff;
	border-top-style: solid;
	border-top-width: 2px;
}

.counter
{
	color: #505050;
	margin: 0px 0px 0px 0px;
	text-align: right;
	font-size: 7pt;
}

.banner
{
	margin: 20px 0px 0px 0px;
}

.time
{
	color: #505050;
	font-size: 7pt;
}

.header
{
	background: #f8f8ff;
	color: #b532f0;
	margin: 20px 0px 20px 0px;
	padding: 4px 3px 2px 5px;
	font-size: 17pt;
	border-top-color: #7575ff;
	border-top-style: solid;
	border-top-width: 8px;
	border-bottom-color: #808080;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.keyword
{
	background: #f0f0f0;
	font-size: 8pt;
	margin: 0px 0px 0px 20px;
	color: #ffffff;
}

.comment
{
	color: #40a040;
	text-indent: 0em;
	font-style: normal;
	font-size: 8pt;
	margin: 2% 5% 2% 5%;
	padding: 2px 5px 2px 5px;
	border-color: #808080;
	border-style: dashed;
	border-width: 1px;
}

.button
{
	background: #f0f0f0;
	margin: 0% 0% 0% 0%;
	padding: 0px 10px 0px 10px;
	font-style: normal;
	font-weight: normal;
}

.button:hover
{
	background: #ffffff;
	margin: 0% 0% 0% 0%;
	padding: 0px 9px 0px 9px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	border: 1px outset
}

.postmetadata
{
	font-size: 8pt;
}

/* 掲示板用 */

.title
{
	color: #404040;
}

.number
{
	color: #404040;
}

.new
{
	background: white;
	color: #ff0000;
	font-style: normal;
	font-size: 7pt;
}

.res
{
	color: #505050;
	font-style: normal;
}

.info
{
	color: #505050;
	margin: 0% 3% 0% 5%;
}

.contents
{
	text-indent: 0em;
	background: #f0f0f0;
	margin: 0% 3% 0% 5%;
	padding: 3px 3px 3px 3px;
	border-color: #a0a0ff;
	border-style: solid;
	border-width: 2px;
}

.memo
{
	display:none;
}

/* ランキング用 */

.ranklink
{
	background: #f0f0f0;
	color: #000000;
	margin: 0px 0px 2px 0px;
	padding: 2px 3px 2px 2px;
	font-style: normal;
	font-weight: normal;
	font-size: 6pt;
	border-top-color: #808080;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #808080;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: center;
}

.newscore
{
    background: #fbceff !important;
}

/* 検索 */

#search
{
	float: left;
	margin: 20px auto 0px 27px;
	width: 595px;
}

#search table
{
	border: none;
}

#search td
{
	border-width: 1px;
	border-color: #f0f0f0;
}

/* Blog用 */

#blogsub
{
	float: right;
	width: 150px;
	padding: 0px 1px 0px 0px;
	font-size: 8pt;
}

#blogsub h2
{
	color: #ffffff;
	padding: 10px 5px 5px 5px;
	background: #8080ff;
	font-size: 8pt;
	font-weight: bold;
	margin: 0;
}

#blogsub ul
{
	padding: 0px;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	text-indent: 0em;
}

#blogsub li
{
	border-bottom:1px solid #808080;
	list-style-image: none;
	margin: 0;
}

#blogsub a
{
	color: #000000;
	text-decoration:none;
	display:block;
}

#blogsub div
{
	background: #ffffff;
	color: #808080;
	text-decoration:none;
	padding:5px;
}

#blogsub a:hover
{
	background: #fdfdff;
}

#blogsub form
{
	margin: 0px;
	padding:5px;
}

#blogsub li li
{
	padding:5px;
	display:block;
}

#blogsub li li a
{
	display:inline;
}

#blogsub li li a:hover
{
	background:none;
}

#blogsub li li:hover
{
	background: #fdfdff;
}

table#reply
{
	border: none;
}

#reply td
{
	border: none;
	vertical-align: top;
}

.commentlist img
{
	vertical-align: top;
}

.commentlist .comment
{
	background: #f2f2f2;
	color: black;
	text-indent: 0em;
	font-style: normal;
	font-size: 10pt;
	margin: 0;
	padding: 2px;
	border: #808080;
	border-style: dashed;
	border-width: 1px;
}

.commentlist .comment .comment
{
	border: none;
}

.commentlist cite
{
	background: none;
	margin: 0;
	padding: 0;
	border: none;
}

.commentlist ul
{
	margin: 0px 0px 0px -20px;
}

.file_table_clean tr:nth-child(even)
{
    background:white;
}

.file_table_clean tr:nth-child(odd)
{
    background:white;
}

#reply tr:nth-child(even)
{
    background:white;
}

#reply tr:nth-child(odd)
{
    background:white;
}

/* コード用 */

.syntaxhighlighter table
{
	border-style: solid !important;
	border-width: 1px !important;
	border-color: #f5f5f5 !important;
}
.syntaxhighlighter .line.alt2
{
    background-color: #f5f5f5 !important;
}

@media screen and (max-width: 600px)
{

html
{
	background: #fbfaff;
}

body
{
	background: #fbfaff;
	width: 100%;
}

h1
{
	background: url(image/header1m.png) #fbfaff no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 100px 0px 0px 10px;
	font-size: 20pt;
}

#main
{
	float: none;
	margin: 20px 10px 20px 10px;
	width: 95%;
}

#search
{
	float: none;
	margin: 20px 0px 0px 5px;
	width: 95%;
}

.navigation
{
	margin: 0px 0px 0px 0px;
	padding: 2px 3px 2px 10px;
}

#all
{
	margin: 0px 0px 0px 0px;
}

#sub
{
	float: none;
	width: 100%;
	padding: 0px 0px 20px 0px;
}

#sub h2
{
	color: #ffffff;
	background: #8080ff;
	font-size: 8pt;
	font-weight: bold;
	margin: 0;
}

#sub li
{
	padding:5px 10px 5px 10px;
}

#blogsub
{
	float: none;
	width: 100%;
	padding: 0px 0px 20px 0px;
}

#blogsub h2
{
	color: #ffffff;
	background: #8080ff;
	font-size: 8pt;
	font-weight: bold;
	margin: 0;
}

#blogsub li
{
	padding:5px 10px 5px 10px;
}

#footer
{
	clear: both;
	margin: 50px 10px 0px 10px;
	padding: 0px 0px 20px 0px;
}

}
