@charset "utf-8";
/* CSS Document */
/* ===================================================================
CSS information

 file name  :style.css
 author     :yourName (admin)
 style info :コンテンツエリア関係 他

このスタイルシートの構成
 基本設定、リンクカラー、レイアウト、横幅設定など
 汎用class
 #navSkip
 #page
  #contents
   #main
   #sub

=================================================================== */

/*----------------------------------------------------
	基本設定、リンクカラー、レイアウト、横幅設定など
----------------------------------------------------*/
body {
	color: #666;
	text-align: left;
	font-family:  sans-serif,"メイリオ","Hiragino Kaku Gothic ProN";
}

a:link {
	color: #666;
	text-decoration: none;
}

a:visited {
	color: #999;
	text-decoration: none;
}


a:hover {
	color: #933;
	text-decoration: underline;
}

a.current,
a:active {
	color: #c33;
	text-decoration: underline;
}

#top {
	clear: both;
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 95px;
	background: url(/images/share/header-bg.jpg) 0 0 repeat-x;
	text-align: center;
}

#header-body {
	width: 943px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#contents {
	overflow: hidden;
	margin-bottom: 30px;
	font-size: 1em;
}

#main {
	float: right;
	width: 743px;
	margin: 25px 0 30px;
	background: url(/images/share/main-bg.jpg) 0 0 repeat-y;
}

#sub {
	float: left;
	width: 180px;
}


td {
	padding: 10px;
}