@charset "UTF-8";

/********************************************/
/*                                          */
/*  「page01_top.css」                      */
/*                                          */
/*  要約: homeページのページ詳細設定        */
/*                                          */
/*  作成: Sato Hiroyuki                     */
/*  date: 20110706                          */
/*                                          */
/*                                          */
/********************************************/



/*  左ページ内レイアウト
*******************************************/
#content_left h2 {
	margin-top: 10px;
	text-align: center;
	font-size: 1.8em;
}
#content_left p#sub {
	margin-top: 5px;
	text-align: center;
}
#content_left p#name {
	margin-top: 50px;
	text-align: center;
	margin-bottom: 50px;
}
#content_left h3.blog_rev {
	margin-top: 35px;
	text-align: center;
	font-size: 0.875em;
}
#content_left p.blog_rev {
	width: 225px;
	margin-left: 15px;
	text-align: center;
	font-size: 0.875em;
}
#content_left p.blog_link {
	margin-top: 15px;
	text-align: center; 
	font-size: 0.875em;
}

#content_left p.blog_link  a {
	color: #F00;
	text-decoration:none;
}
#content_left p.blog_link  a:hover {
	color: #F00;
	text-decoration:underline;
}



/*  右ページ内レイアウト
*******************************************/
#content_right h3 {
	margin-top: 20px;
	text-align: center;
}
#content_right .text_area {
	margin-top: 30px;
	font-size: 0.875em;
}
