/* Dnavi lounge CSS */
/* version 1.00 */

/* Initialize */

* {
	margin: 0px;
	padding: 0px;
}

body {
	padding: 0px
	margin: 0px;
	text-align: center;
}

img {
	border: 0px;
}

a:link {
	color: #0000ff;
}

a:hover {
	background-color: #e3e3e3;
	text-decoration: underline;
}

#side_menu {
	width: 160px;
	margin: 0px;
}
/* Container */
#container {
	width: 760px;
	margin: 0 auto 0 auto;
	text-align: left;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	word-break:break-all;
}

/** Header Area **/
#header {
	width: 760px;
	height: 90px;
	clear: both;
}

/*** Header Area Left Space ***/

#header_left {
	width: 272px;
	float: left;
	text-align:left;
}

#header_left h1 {
	margin: 10px 0px 0px 0px;
	background-image:url(../img/h1back.jpg);
	background-repeat:no-repeat;
	font-size: 120%;
	color: #FFFFFF;
	height: 32px;
	padding: 5px;
	text-indent:2em;
	
}

#header_left h1 a {
	color: #0000FF;
	text-decoration: none;
}

#header_left h1 a:hover {
	color: #0000FF;
	text-decoration: underline;
}


#header_left p {
	padding: 5px 5px 5px 5px;
	font-size: 80%;
}
/*** Header Area Right Space ***/
/* Advertise size 468x70 */
#header_right {
	width: 488px;
	float: left;
	text-align:left;
}
/**** image padding all 10px ****/
#header_right p {
	margin: 10px;
}

/** Navigation Area **/
#navigation {
	width: 760px;
	height: 25px;
	float: left;
	background-image:url(../img/naviback.jpg);
	background-repeat: no-repeat;
	text-align:left;
}
/*** accessibility ***/
#navigation h2 {
	position: absolute;
	left: -9999px;
	width: 0px;
	overflow: hidden;
}

#navigation ul {
	list-style-type: none;
	text-align: right;
}

#navigation li {
	display: inline;
	font-size:85%;
	margin: 2px 5px 0px 2px;
	padding:3px 0px 3px 0px;
}
#navigation li a {
	color: #0000FF;
	text-decoration: none;
}

#navigation li a:hover {
	background-color: #E3E3E3;
	text-decoration: underline;
}

#navigation form {
	display: inline;
}


#navigation p {
	display: inline;
	margin: 0px;
	padding: 0px;
}

.btn_submit {
	color: #FFFFFF;
	background-color:#7591FF;
	text-align:center;
}

/** Pankuzu Area **/

#pankuzu {
	width: 760px;
	height: 17px;
	float:left;
	background-image:url(../img/pankuzuback.jpg);
	background-repeat:repeat-x;
	text-align:left;
}

.real_pankuzu {
	width: 500px;
	font-size: 75%;
	margin-left: 10px;
	padding: 2px;
	float:left;
}

.welcome_msg {
	width: 200px;
	font-size: 75%;
	text-align: right;
	padding: 2px;
	float:left;
}

#main_layer {
	width: 760px;
	float: left;
	text-align:left;
}



.thread_list {
	width: 760px;
	float: left;
	text-align:left;
}

.thread_list table {
	text-align:left;
	font-size: 85%;
}
.thread_list th {
	height: 20px;
	text-align: center;
	vertical-align: middle;
	color:#FFFFFF;
	/*color: #000000;*/
	padding: 2px;
	/*background-image:url(../img/titleback.jpg);*/
	/*background-repeat:repeat-x;*/
	background-color: #333333;
	font-weight: bold;
}
.thread_list td {
	padding: 2px;
	line-height: 150%;
}

.thread_navi {
	margin: 2px 0px 2px 0px;
	width: 760px;
	height: 17px;
	float:left;
	background-image:url(../img/pankuzuback.jpg);
	background-repeat:repeat-x;
	text-align:left;
}
.thread_navi p {
	font-size: 85%;
	text-align: right;
	padding: 2px;
}
/** post_form **/
.post_form {
	width: 560px;
	float: left;
	margin: 10px 10px 0px 10px;
	text-align:left;
}
.post_form h2 {
	margin: 10px 0px 0px 0px;
	background-image:url(../img/thread_title.jpg);
	background-repeat:no-repeat;
	font-size: 120%;
	color: #000000;
	height: 31px;
	padding-top: 5px;
	text-indent: 2em;
}
.post_form p {
	font-size: 85%;
	padding: 5px 0px 5px 40px;
}

.post_form ul {
	margin: 0px 0px 0px 60px;
}

.post_form li {
	font-size: 85%;
}
textarea {
	width: 500px;
	margin: 0px 0px 0px 0px;
	padding: 2px;
}
.post_form fieldset {
	border: 0px;
}

/** thread_show **/

.thread_show {
	width: 500px;
	float:left;
	margin: 10px 0px 10px 10px;
	text-align:left;
}
.thread_show h3 {
	margin: 10px 0px 0px 0px;
	background-image:url(../img/thread_title.jpg);
	background-repeat:no-repeat;
	font-size: 100%;
	color: #000000;
	height: 31px;
	padding: 5px;
	text-indent: 15px;
	font-weight: normal;
}
.thread_show img {
	vertical-align: middle;
}
.thread_show ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.thread_show li {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #666666;
}
.thread_show p {
	margin: 5px 0px 5px 0px;
	text-align: left;
	font-size: 85%;
	line-height: 140%;
	padding: 1px 2px 1px 2px;
	word-break:break-all;
}

/** thread_utility **/
.thread_utility {
	width: 220px;
	float:left;
	margin: 20px 5px 5px 8px;
	border: 1px solid #0000ff;
	text-align:left;
}

.thread_utility h3 {
	font-size: 85%;
	background-color: #E3E3E3;
	padding: 3px;
	text-align: center;
}
.thread_utility h4 {
	font-size: 85%;
}
.thread_utility ul {
	list-style-type: none;
	margin: 5px;
}
.thread_utility li {
	font-size: 85%;
	word-break:break-all;
}
.tb_size {
	width: 190px;
}
.excerpt {
	text-indent: 1em;
	line-height: 140%;
	font-size: 85%;
	text-align:left;
}
.go_right {
	text-align: right;
	font-size: 85%;
	font-weight: bold;

}
#footer {
	width: 760px;
	height: 75px;
	float: left;
	margin: 10px 0px 0px 0px;
	background-color: #E3F4F9;
	/*background-image:url(../img/footerback.jpg);*/
	/*background-repeat:no-repeat;*/
	text-align:left;
	
}

#footer address {
	font-size: 75%;
	color:#333333;
	padding: 2px;
	text-align: right;
	font-style: normal;
}

#footer p {
	font-size: 75%;
	color: #333333;
	padding: 2px;
	text-align: right;
}

/* for QRcode */
table.qr {
	margin: 5px 60px 5px 60px;
	text-align: center;
	border-collapse: collapse;
	
}

table.qr tr td.white {
	width: 3px;
	height: 3px;
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: #ffffff;
	color: #ffffff;
}

table.qr tr td.black {
	width: 3px;
	height: 3px;
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: #000000;
	color: #000000;
}

/* サイド広告 */
#side_advertise {
	text-align: center;
}

/* フォーム */
fieldset {
	border: 0px;
}
textarea {
	padding: 2px;
}

/* 引用 */
.quote {
	font-style: italic;
	color: #336600;
}