@charset "utf-8";
/* ===================================================================
CSS information

 file name  :style.css
 style info :コンテンツエリア関係 他
 
このスタイルシートの構成
 基本設定、リンクカラー、レイアウト、横幅設定など
 汎用class
 #navSkip
  #contents
   #article
   #aside
 
=================================================================== */


/*----------------------------------------------------
	#article
		メイン
----------------------------------------------------*/
#article {
	float:left;
	width:581px;
	margin:45px 0 10px 43px;
	display:inline;
}

#article h2
{
	margin:0 0 25px 0;
	padding:0;
}

#article h3
{
	width:100%;
	background:#8ba6a0;
	color:#ffffff;
	font-size:117%;
	text-indent:15px;
	line-height:30px;
	height:30px;
	margin-bottom:19px;
}

#article ul.contact
{
	margin-bottom:30px;
}
/* -----------------------------------------------------------
	#aside
		サイドバー、サブ
----------------------------------------------------------- */
#aside {
	float:right;
	width:259px;
	margin:93px 43px 0 0;
	display:inline;
	font-size:92%;
	padding:0;
	border:none;
}


#aside h3
{
	margin:0;
}


#aside ul#menu
{
	width:257px;
	border-bottom:#add8b2 1px solid;
	border-right:#add8b2 1px solid;
	border-left:#add8b2 1px solid;
}