@charset "UTF-8";

 /*ページ全体の設定*/
body {
	background-color: #cccccc;	 /*ページ背景色*/
	background-image:  url(images/bg.png); /*背景画像（imagesフォルダに入っています）*/
	text-align:center;
}


 /*コメントエリア全体の設定*/
#all {
	width:350px; 					/*コメントエリアの幅*/
	background:#ffffff;  		/*背景色*/
	font-family: verdana, arial, sans-serif;	    /*フォント*/
	font-size:small; 	/*フォントサイズ*/
	margin-left:auto;  	
	margin-right:auto;  	
	margin-bottom:15px;  	
	margin-top:20px;  			
	border: 1px solid #6699cc;  /*枠線*/
	}
	
	
/*タイトルの設定*/
#title {
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W6", sans-serif;
	color: #dee9f2;
	font-size: x-small;		/*フォントサイズ*/
	letter-spacing: 0.2em; 
	font-weight:bold;
	background:#ffffff;
	background-image:  url(images/title_bar.jpg);	/*背景画像（imagesフォルダに入っています）*/
	padding:2px;
	text-align: center;
	text-shadow: 0.2em 0.1em 0.3em #ffffff;
	border-bottom: 1px solid #6699cc;		
}	


/*各コメントごとの設定*/
.box {
	width:300px;	/*幅の設定*/
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	margin-top:15px;
	border:1px dotted #6699cc;	 /*枠線*/
	text-align:left;
}

 /*名前*/
.name {
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W6", sans-serif;
	font-size: small;
	line-height: 120%;
	letter-spacing:		0.1em;
	color: #193452;
	background: #dee9f2;
 	font-weight: bold; 
	text-shadow: 0.2em 0.2em 0.3em #6788b6;
	padding-bottom: 2px;
}


 /*コメント*/
.mess {
	font-family:"Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ Pro W4", sans-serif;
	font-size: small;
	line-height: 140%;
	font-weight: normal;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}

 /*タイムスタンプ*/
.time {
	font-family:Futura,verdana, arial, sans-serif;
	font-size: xx-small;
	padding-left: 5px;
	padding-bottom: 3px;
}


 /*書き込みエリア全体*/
#postbox{
	background:#ffffff;
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", verdana, arial, sans-serif;
	font-size: small;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	margin-top:20px;
	padding-top:10px;
	border-top: 1px dotted #6699cc;
}


 /*書き込みエリア各項目*/		
.item {
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", verdana, arial, sans-serif;
	color:#6699cc;
	font-size: small;
	font-weight:bold;
	background:#ffffff;
	text-align: left;
	padding-top:7px;
}

input {
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", verdana, arial, sans-serif;
	font-size: small;
	line-height: 110%;
	}

textarea {
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", verdana, arial, sans-serif;
	font-size: small;
	line-height: 110%;
	}
	
