@charset "utf-8";
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　00. file import　　！！！インポートファイルは一番初めに記述のこと！！！
　01. 共通

******************************************************************************* */

/* ==

　00. file import

=============================================================================== */


/* ==

　01. 共通パーツ

=============================================================================== */
html,body {
	overflow : hidden;
}
body{ background:#fff;  }
h1{ margin-top:5px; }
.container{ width:778px; }
.main{
	background:#fff;
	font-size:115%;
	line-height:1.5;
	padding:0;
	margin:15px;
	min-height:1%;
	clear:both;
}
* html .main{
	height:1%;
}
.main:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	line-height:0; 
	visibility:hidden;
}
.main p.img{ float:left; width:350px; }
.main .txt{ float:right; width:375px; }
.main .txt p{ margin:15px 0; }
.main .txt p.link{ text-align:right; }
.main .txt p.link a{ background:url(/common/images/renew2009/arrow_02.gif) no-repeat left 6px; padding-left:10px; }