/*====================================
		ページの長さ
=====================================*/

div#all{
height:700px;
}

/*==============================
	subcon（サブコン）の集まり
==============================*/

div.subcon_l{
clear:both;
width:600px;
height:auto;
margin-top:10px;
margin-left:auto;
margin-right:auto;
margin-bottom:20px;
}


/*=========================================
	コンテンツ
==========================================*/

p#about{
width:590px;
padding:5px;
border-style:solid;
border-width:5px;
border-color:#ffcccc;
margin-left:auto;
margin-right:auto;
margin-top:20px;
margin-bottom:20px;
text-align:center;
}

span.red{
color:#ffcccc;
}

span.title{
font-weight:bold;
margin-right:10px;
margin-left:5px;
color:#006699;
}

span.suki_kirai{
font-weight:bold;
margin-bottom:10px;
}

div.subcon_mini{
margin-left:35px;
margin-top:10px;
}

ul{
margin-left:50px;
margin-top:10px;
}

ul li{
list-style-type:disc;
}

div.kome{
margin-top:10px;
margin-left:20px;
}

span.title_mini{
color:#006699;
font-weight:bold;
}

ul.flow{
margin-left:50px;
margin-top:10px;
}

ul.flow li{
list-style-type:decimal;
}

a#new_entry img{
width:200px;
height:60px;
margin-left:200px;
margin-top:30px;
border:none;
}

span.stlong{
font-weight:bold;
}

/*=========================================
					フォーム
==========================================*/

form{
width:400px;
margin-left:auto;
margin-right:auto;
}

form input.button{
width:120px;
height:40px;
margin-left:130px;
}