﻿



/* ::::::::::::::::::::::::::::::ヘッダー*/
#flow_head{
	float:left;
	margin:0px;
	padding:0px;
	width: 568px;
	height:10px;
	background-image: url(../images/flow/flow_head.gif);
	background-repeat: no-repeat;
	background-position:bottom;

}

/* ::::::::::::::::::::::::::::::ボディー*/
#flow_body{
	float:left;
	margin:0px;
	padding:0px;
	width: 568px;
	height:100%;
	background-image: url(../images/flow/flow_body.gif);
	background-repeat: repeat-y;
	background-position:top;

}


/* ::::::::::::::::::::::::::::::フッター*/
#flow_bottom{
	float:left;
	margin:0px;
	padding:0px;
	margin-bottom:15px;
	width: 568px;
	height:10px;
	background-image: url(../images/flow/flow_bottom.gif);
	background-repeat: no-repeat;
	background-position:top;

}



/* ::::::::::::::::::::::::::::::タイトル*/
#flow_title1{
	float:left;
	width:102px;
	height:117px;



}






/* ::::::::::::::::::::::::::::::詳細*/
#details{
	float:right;
	marign:0px;
	padding:0px;
	padding-right:10px;
	width:420px;
	font-size:12px;
	line-height:20px;
	text-align:left;
	color:#4E4E4E;





}



/* ::::::::::::::::::::::::::::::見出し*/
.title{
	font-size:16px;
	font-weight:bold;
	color:#52874F;
	line-height:25px;
	





}


/* ::::::::::::::::::::::::::::::サムネイル*/
.thumb{
	margin-left:10px;
	





}

/* ::::::::::::::::::::::::::::::左挨拶リンク*/

a.to_message:link { 
	font-size:10px;
	color:#182F17;
	text-decoration: none;
}   
a.to_message:visited { /* 既に見たリンク */
	color:#182F17;
	text-decoration: none;
	font-size:10px;
}

a.to_message:active { /* クリック時のリンク */
	width:160px;
	color:#182F17;
	text-decoration: none;
	font-size:10px;
	background-color:#ddd;
}     

a.to_message:hover {/* カーソルが上にある時のリンク */
	color:#182F17;
	text-decoration: none;
	font-size:10px;
	background-color:#ddd;
}






