@charset "UTF-8";

body{
	color: #333333;
	background-color: #ffffff;
	font-size: 100%;
	padding: 8px;
	margin: 0px;
}

hr{display: none;}
img{border: 0;}

/* ---------------------------------------------------------------------- */

a:link{
	color: #333399;
	text-decoration: underline;
}

a:visited{
	color: #9999ff;
	text-decoration: underline;
}

a:hover{
	color: #ff3366;
	background-color: #ffe7f0;
	text-decoration: underline;
}

a:active{
	color: #ff0099;
	background: transparent;
}

/* ---------------------------------------------------------------------- */

h1{
	color: #0066ff;
	font-size: 150%;
	font-weight: bold;
}

h2{
	color: #000099;
	font-size: 120%;
	font-weight: bold;
}

h3{
	color: #006600;
	font-size: 100%;
	font-weight: bold;
}

h4{
	color: #0066ff;
	font-size: 100%;
	font-weight: bold;
}

h5{
	color: #666666;
	font-size: 88.8%;
	font-weight: bold;
}

h6{
	color: #999999;
	font-size: 75%;
	font-weight: bold;
}

/* ---------------------------------------------------------------------- */

strong{
	color: #ff6600;
	font-weight: bold;
}

em{
	color: #ff6600;
	font-style: normal;
}

/* ---------------------------------------------------------------------- */

p, blockquote, ul, fieldset, form, ol, dl{
	margin: 16px 8px;
}

ol, ul{
	margin-left: 48px;
	padding-left: 0px;
	margin-bottom: 24px;
}

ul ul, ol ol{
	margin-top: 0px;
	margin-bottom: 0px;
}

li, dt, dd{
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

/* ---------------------------------------------------------------------- */

.navigation{
	color: #666666;
	background-color: #fffff0;
	
	border: 1px solid #999933;
	border-left: none;
	border-right: none;
	
	font-size: 88.8%;
	
	padding: 3px;
	margin: -4px;
	clear: both;
}

.navigation em{
	color: #9900cc;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.navigation ul{margin: 0px;}
.navigation li{
	display: inline;
	padding-left: 12px;
	background: url('./navi-arrow.gif') center left no-repeat;
}

/* ---------------------------------------------------------------------- */

.section{
	background-color: #ffffff;
	border: 1px solid #cccccc;
	margin: 16px 16px 24px 16px;
	padding: 0px;
}

.section h2{
	color: #3399ff;
	background-color: #d7ffff;
	border-bottom: 3px double #ffffff;
	
	font-size: 100%;
	font-weight: bold;
	
	line-height: 16px;
	padding: 5px 8px 3px 8px;
	margin: 0px;
}

.section .section{
	border: none;
	background: transparent;
	margin: 24px 24px 32px 24px;
	padding: 0px 16px 0px 0px;
}

.section .section h3{
	color: #ff7799;
	background: transparent;
	
	border: #ffaacc solid;
	border-width: 0px 0px 1px 3px;
	
	font-size: 100%;
	font-weight: bold;
	
	padding: 4px;
	margin: 0px;
}

.section p{
	margin-left: 24px;
	margin-right: 16px;
	margin-bottom: 16px;
}

.section h2 a, .section h3 a{text-decoration: none;}

/* ---------------------------------------------------------------------- */

.inline{
	margin: 12px;
}
.inline li{
	display: inline;
	line-height: 150%;
	padding: 4px;
}

/* ---------------------------------------------------------------------- */

.making{
	color: #666666;
}

.caption{
	color: #666666;
	font-size: 88.8%;
}

.date{
	color: #666666;
	font-size: 88.8%;
}

.new{
	color: #ff0000;
	font-size: 88.8%;
	font-weight: bold;
}

.modified{
	color: #666666;
	font-size: 75%;
	font-style: normal;
	text-align: right;
	margin: 8px 2px;
}

.nowrap{
	white-space: nowrap;
}

/* ---------------------------------------------------------------------- */

table{margin: 12px 16px;}

caption{
	color: #ff6699;
	font-size: 100%;
	font-weight: bold;
	white-space: nowrap;
	margin: 0px;
	padding: 4px 8px;
}

th{
	font-size: 100%;
	white-space: nowrap;
	line-height: 110%;
	padding: 4px;
}

td{
	font-size: 100%;
	line-height: 110%;
	padding: 4px;
}

table.list{
	background-color: #777777;
	border: 1px solid #777777;
	margin: 16px 24px;
}
table.list th{
	color: #fff;
	background-color: #999;
	border: none;
	font-size: 100%;
	font-weight: normal;
	text-align: center;
}
table.list td{
	border: none;
	background-color: #fff;
	font-size: 100%;
}

/* ---------------------------------------------------------------------- */
/* 投稿内容 */

dl.messages{clear: both;}

dl.messages dt{
	border-top: 1px solid #999999;
	padding: 6px 4px 2px 4px;
	margin: 0px;
}
dl.messages dt#no1{border: none;}

dl.messages dd{
	line-height: 125%;
	padding: 8px 24px;
	margin: 0px;
}

.name{color: forestgreen;}
.deleted{color: #666666;}
.caution{color: #ff0000;}

.filesize{
	color: #ff0000;
	font-family: Arial;
	font-weight: bold;
}

.tomato{
	color: #ff6347;
	font-family: Arial;
	font-weight: bold;
}

#pop_icon_area{
	display: none;
	position: absolute;
	top: 0px; left: 0px;
	background: #fff;
	border: 1px solid #999;
	padding: 0px;
	margin: 4px;
}
#pop_icon_area p{
	padding: 0px;
	margin: 0px;
}

#pop_res_area{
	display: none;
	position: absolute;
	top: 0px; left: 0px;
	font-size: 88.8%;
	background: #efefef;
	border: 1px solid #999;
	padding: 0px;
	margin: 4px;
}
#pop_icon_area p{
	padding: 0px;
	margin: 0px;
}

/* ---------------------------------------------------------------------- */

.vote_header{
	line-height: 120%;
	padding: 0px;
	margin: 4px 8px;
}

.vote_header .vote_maker{
	color: #666;
	font-size: 88.8%;
}

.vote_top td, .vote_top .graph{
	color: #ff6600 !important;
	background-color: #ffffdd !important;
	font-weight: bold;
}

.graph{
	color: #666;
	font-size: 75%;
}

.none{
	color: #999;
}

.vote_log{
	background-color: #fff;
	border: 1px solid #999;
	padding: 0px 0px 16px;
	margin: 16px 12px;
}

.vote_log h2{
	color: #fff;
	background-color: #999;
	padding: 4px 6px;
	margin: 0px;
}

.vote_log dl{
	margin: -16px 4px 16px;
}

.vote_log dt{
	color: #ff7799;
	font-weight: bold;
	border-top: 1px solid #999999;
	margin: 24px 4px 2px;
	padding: 8px 2px;
}
.vote_log dt#vote_log_1{border: none;}

.vote_log dd{
	line-height: 125%;
	margin: 4px 24px;
	padding: 0px;
}

/* ---------------------------------------------------------------------- */

table.profile th{text-align: right;}
table.profile td.data{white-space: nowrap;}

/* ---------------------------------------------------------------------- */

address{
	color: #666666;
	font-size: 88.8%;
	font-style: normal;
	text-align: right;
	margin: 12px 4px;
}

