@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	background-color: #CCC;
}

#wrapper {
	width: 500px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

h1 {
	text-align: center;
	margin-bottom: 20px;
}

#wrapper .header { overflow: hidden; }
*html #wrapper .header { zoom: 1; } /* IE6 */

h2 {
	text-align: center;
	margin-bottom: 20px;
}

.text1,
.text2,
.text3{
	text-align: center;
	font-size: 93%;
	margin-bottom: 10px;
}
*html .text1 { font-size: 12px; }
*html .text2 { font-size: 12px; }
*html .text3 { font-size: 12px; }

.link-close {
	text-align: center;
	margin-bottom: 10px;
}





/* 投稿ページ */
.link-check {
	text-align: center;
	margin-bottom: 10px;
}

form { 
	width: 430px;
	margin-left: auto;
	margin-right: auto;
}

form table {
	width: 430px;
	margin-bottom: 20px;
}

form table th {
	font-size: 93%;
	text-align: right;
	font-weight: normal;
	width: 25%;
	padding-right: 10px;
	vertical-align: top;
}
*html form table th { font-size: 12px; } /* IE6 */

form table td {
	font-size: 93%;
	width: 75%;
	padding-bottom: 10px;
	vertical-align: top;
}
*html form table td { font-size: 12px; } /* IE6 */

form table .form-sex span { margin-right: 5px; }

.form-error {
	text-align: center;
	margin-bottom: 10px;
	font-size: 93%;
}
*html .form-error { font-size: 12px; } /* IE6 */

.btn-set { text-align: center; }

.btn-set input { margin-right: 10px; }






/* 閲覧ページ */

.contents .entry {
	text-align: center;
	margin-bottom: 10px;
	margin-left:auto;
	margin-right:auto;
	width:430px;
	margin-bottom: 20px;
}

.contents .entry .entry-head { overflow: hidden; }
*html .contents .entry .entry-head { zoom: 1; } /* IE6 */

.contents .entry .entry-head .entry-info { font-size: 85%; }
*html .contents .entry .entry-head p { font-size: 11px; } /* IE6 */

.contents .entry .entry-head .entry-info span { margin-right: 5px; }

.contents .entry .entry-subject { font-size: 108%; }
*html .contents .entry .entry-subject { font-size: 14px; } /* IE6 */

.contents .entry .entry-message p {
	margin-bottom: 1em;
	font-size: 93%;
}
*html .contents .entry .entry-message p { font-size: 12px; } /* IE6 */





/* フッター */
.footer { padding-top: 20px; }

.footer .link-group {
	overflow: hidden;
	margin-bottom: 20px;
	width: 430px;
	margin-right: auto;
	margin-left: auto;
}
*html .footer .link-group { zoom:1; } /* IE6 */

.footer .link-group .link-back { float: left; }
.footer .link-group .link-next { float: right; }
.text1 {
	text-align: left;
}
