/* CSS Document */

body{
	margin:0;
	padding:0;
	background:url(img/bg.gif);
	background-repeat:repeat-y;
	font-size:small;
	line-height:150%;
	}
	
#main{
	margin-left:90px;
	width:602px;
	}
	
	
.gotop{
	width:602px;
	text-align:right;
	font-size:x-small;
	}
	
	
.small{
	font-size:x-small;
	line-height:150%;
	}

.normal{
	font-size:small;
	line-height:150%;
	}
		
.large{
	font-size:medium;
	line-height:150%;
	}
	
.box{
	width:450px;
	padding:20px;
	border:1px solid #CCCCCC;
	}

	
/*-----リンク設定（赤）-----*/
a:link {
	color: #FF0000;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #FF6633;
}	


#dantai a:link {
	color:#bba503;
}
#dantai a:visited {
	color:#bba503;
}
#dantai a:hover {
	color:#ff6633;
}

	
/*----------国語作文ページ-----------*/

#sakubunmain{
	margin-left:58px;
	width:662px;
}
.sakubuntitle{
	font-size:large;
	font-weight:bold;
	
}
.margink{
	margin-left:58px;
	}



/*----------作品詳細ページ----------*/

#sakuhin{
	margin:20px 0 0 20px;
	}

.largetitle{
	font-size:x-large;
	font-weight:bold;
	margin-bottom:-5px;
	line-height: 170%;
}

.eibun{
	line-height:150%;
	padding:0 10 0 10px;
}




/*追加*/
.head{
	font-size:small;
	line-heght: 150%;
	color:#bba503;
	font-weight: bold;
}

.title{
	font-size:medium;
	line-heght: 150%;
	color:red;
	font-weight: bold;	
}

.name{
	font-size:small;
	line-heght: 150%;
	font-weight: bold;
}

.ken{
	font-size:small;
	line-heght: 150%;
	color:black;
	font-weight: bold;
}


.p20{
	padding: 0 20 0 20;
}

.from{
	font-size:x-small;
	line-height:150%;
}





/* 募集要項のページ */

.oubo1{
	margin:10px;
	font-size:small;
	line-height:150%;
}

.oubo2{
	padding:5 5 15 5px;
	font-size:small;
	line-height:150%;
}

/* 応募のページ */
.line{
	border-width:1px;
	border-color:#999999;
	border-top-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
}

.line2{
	border-width:1px;
	border-color:#999999;
	border-top-style:solid;
	border-bottom-style:solid;
	border-left-style:solid;
}

.line3{
	border-width:1px;
	border-color:#999999;
	border-right-style:solid;
	border-bottom-style:solid;
}

.line4{
	border-width:1px;
	border:solid;
	border-top-style:noborder;
	border-bottom-style:noborder;
}

.line0{
	border-bottom:1px #999999 dashed;
	}
	
.redline{
	border:1px solid #FF0000;
	width:500px;
	padding: 25px;
	}

