.line {
	color:white;
	border:0px;
	height:20px;
	width:600px;
	margin-top:10px;
	margin-left:30px;
	margin-bottom:10px;
	background-color:gray;
	text-align:center;
}
.gray_back {
	color:white;
	background-color:#333333;
	padding:3px,3px,3px,3px;
	padding-left:3px;
}
.silver_back {
	color:black;
	background-color:silver;
	padding:3px,3px,3px,3px;
	padding-left:3px;
}
.div_footer {
	clear:both;
}
.div_footer hr {
	display:none;
}

/* text setting
--------------------------------------------------- */
.small_text {
	font-size:70%;
}
.middle_text {
	font-size:80%;
}
.large_text {
	font-size:100%;
}
.b_small_text {
	font-size:70%;
	font-weight:bold;
}
.b_middle_text {
	font-size:80%;
	font-weight:bold;
}
.b_large_text {
	font-size:100%;
	font-weight:bold;
}
.b_large_text2 {
	font-size:110%;
	font-weight:bold;
}
.silver_text {
	vertical-align: middle;
	font-size:80%;
	font-weight:bold;
	color:silver;
}

/* form setting
--------------------------------------------------- */
.input_form {
	text-align:left;
	width:600px;
	margin-left:30px;
}
.articles_form {
	width:600px;
	margin-left:30px;
}
.del_form {
	text-align:right;
}
.article_title {
	width:600px;
	border-style : solid;
	border-color : #1f3134;
	border-width : 2px;
	border-collapse: collapse;
	border-spacing:0px;
	text-align:left;
}
.article {
	width:580px;
	border: solid 0px;
	border-collapse: collapse;
	border-spacing:0px;
	margin-top:5px;
	margin-left:20px;
	vertical-align: top;
	text-align:left;
}
.article p {
	margin:0px,0px,0px,0px;
	padding:0px,0px,0px,0px;
}
.likeness {
	float:left;
	height:108px;
	width:90px;
	border: solid 0px;
	border-collapse: collapse;
	border-spacing:0px;
}
.link_button_form {
	float:center;
	height:28px;
	width:670px;
	text-align:center;
	border-color : #1f3134;
}


/* input setting
--------------------------------------------------- */
.link_button {
	height:14px;
	width:50px;
	border: solid 0px;
	border-collapse: collapse;
	border-spacing:0px;
	margin-left:10px;
	margin-right:10px;
}
.input_menu {
	float:left;
	width:100px;
}
.input_data {
	float:left;
	width:300px;
	font-family:"Tahoma","MS UI Gothic","Osaka","Helvetica";
}
.password {
	font-size:10px;
	max-height:20px;
	width:110px;
}
.textbox {
	width:200px;
	max-height:20px;
}
.combobox {
	width:110px;
	max-height:20px;
}
.comment {
	height:120px;
	width:450px;
	overflow:scroll;
	font-size:12px;
}
.input_name {
	float:left;
	width:600px;
}
.input_e_mail {
	float:left;
	width:600px;
}
.input_title {
	float:left;
	width:600px;
}
.input_comment {
	float:left;
	width:600px;
}
.input_area {
	float:left;
	width:600px;
}
.input_pass {
	float:left;
	width:600px;
}
.input_submit {
	float:left;
	width:600px;
}
.p_center {
	text-align:center;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
}