/* read.cgi 用　スタイルシート　*/
/* respop.js　対応してるﾊｽﾞ */

/*　更新履歴
06/12/04 Flaさんの指摘によりfont-sizeをおおかた％指定、respop.js対応に。
06/12/08 ポップアップの枠線はもうちょっと濃いほうが by fla
06/12/09 read.cgiの<h3><p>表記を<dt><dd>表記に変更（Ajax化の影響）により多少いじいじ
12/11/06 ボタンのCSSバグをフィックス（あら）
*/

body {
	font-family:"MS PGothic",Arial,sans-serif,"Osaka";
}
#header{
	width:100%;
	border-bottom: solid 1px #888;
}

#readcgi_writeform #readcgi_writeform_from {
	border:1px solid #AAAAAA;
	border-radius:3px;
	width:350px;
	padding:3px;
	margin:3px;
}

#readcgi_writeform #readcgi_writeform_mail {
	border:1px solid #AAAAAA;
	border-radius:3px;
	width:200px;
	padding:3px;
	margin:3px;
}

#readcgi_writeform #readcgi_writeform_message {
	border:1px solid #AAAAAA;
	border-radius:3px;
	padding:5px;
	width:980px;
}

#readcgi_writeform #readcgi_writeform_submit {
	clear:both;
	background-color:#1da1f2;
	border:none;
	padding:3px 10px;
	margin:3px;
	margin-left:0px;
	color:#FFFFFF;
	/*background-image:url('parts/bg-btn.gif');
	background-repeat:repeat-x; */
	border-radius: 3px;
	font-size:14px;
	width:180px;
	font-weight:bold;

}

/* Fusuma Image Thumb*/
.fusuma_img {
	border:1px solid #AAAAAA;
	border-radius:3px;
	margin:15px 0px;
}

a:link{
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

a:visited{
	text-decoration:none;
}

img{
	border:none;
	display:inline;
}

h1{
	font-size:120%;
	font-weight:normal;
	color:red;
}

dt {
	/* color: #433; */
	font-weight: normal;
	font-size: 100%;
	/*margin: 2px 0 0 3px;*/
}
dd {
	/*margin: 2px 0 18px 3em;*/
	margin-bottom:18px;
	margin-top:5px;
	line-height:110%;
}

span.name{
	color: green;
}
span.info{
	/* color: #433; */
	font-size: 90%;
}
span.headlist{
	font-size:80%;
}

.notice {
	display:block;
	margin:10px 0px;
	padding:10px;
	background-color:#fef7ce;
	color:#443333;
	border:1px solid #888;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.alert {
	position:fixed;
	margin:10px;
	padding:15px;
	padding-right:50px;
	height:20px;
	background-color:#fef7ce;
	color:#443333;
	border:1px solid #888;
	border-radius: 5px;
	  -moz-border-radius: 5px;
	  -webkit-border-radius: 5px;
	opacity:0.80;
	  filter: alpha(opacity=80);
	  -moz-opacity:0.80;
	right:0px;
	bottom:0px;
	background-image:url('parts/alert.gif');
	background-repeat:no-repeat;
	background-position:right bottom;



}

.warm {
	margin:10px 0px;
	padding:10px;
	background-color:#ccc;
	color:#443333;
	border:1px solid #888;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.button{
	display: inline-block;

	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
	padding:5px 15px;
	margin:3px;
	color:#443333;
	background-image:url('parts/bg-btn.gif');
	background-repeat:repeat-x;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size:14px;

	line-height:125%;
}



.button:hover {
	border:1px solid #999999;
	text-decoration:none;
}

.button:link{
	color : #443333;
}

.button:visited{
	color : #443333;
}

.button a:visited {
	color : #443333;
}


.button_disable {
	color:#CCCCCC;
}




/* ここからrespop.js 用 */
body{
	/* filter: expression(''); */
	color: #231414;
	background-color: #EFEFEF;
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-position: right bottom;
	/* background-image:url('./dora.gif'); */
	word-break: break-all;
}
#popup {
	position: absolute;
	width: 100%;
	left: 0;
	top: expression(body.scrollTop);

}
#popup dl{
	position: fixed;
	position:absolute\9; /* for IE */
	background-color: #FFC;
	padding: 4px 2px 5px 4px;
	border: solid 1px #999;
	font-size: 90%;
	overflow: auto;
	overflow-x: visible;
	filter: Alpha(opacity=93); /* 透明度 */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#popup dl dt,#popup dl dd {
	padding-right: 2em;
}
#popup dl dd {
	margin-left: 1em;
}

#secure_box {
	color:#555555;text-shadow: 0 1px 0 white;font-size:13px;margin-left:3px;
	background-image:url('https://secure.vip2ch.com/src/img/keylock.gif');
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:20px;
	height:18px;line-height:18px;
}
