* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	width: 742px;
	color: #333333;
	line-height: 120%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background: #EEEEEE;
	border: 1px solid #999999;
	padding: 3px;
}
/* タイトル */
h1 {
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	font-size: 150%;
	line-height: 30px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
}
	h1 a:link,
	h1 a:visited,
	h1 a:hover,
	h1 a:active {
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: none;	
	}
/* サブタイトル */
h2 {
	font-weight: bold;
	font-size: 90%;
	padding: 80px 5px 0px 0px;
	margin: 0px;
	color: #000000;
	text-align: right;
}
/* ヘッダー */
#header {
	border-bottom: 1px solid #CCCCCC;
	height: 180px;
	background: #FFFFFF;
	padding: 0px;
}
/* ウェブサイトタイトル */
#title {
	background: #AABA23;
	height: 130px;
	width: 180px;
	float: left;
	margin-bottom: 2px;
	padding-top: 50px;
	text-align: center;
}
/* サブタイトル */
#sub_title {
	/* hand.jpgを好きな画像に変更するとサイトイメージが変わります */
	background: url(images/hand.jpg) no-repeat;
	height: 180px;
	float: right;
	width: 560px;
	margin-bottom: 2px;
}
/* ウェブサイトナビゲーション */
#header_navi {
	color: #FFFFFF;
	background: #333333;
	text-align: right;
	padding: 2px 10px 2px 2px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	font-size: 80%;
}
	#header_navi a:link,
	#header_navi a:visited {
		color: #FFFFFF;
		text-decoration: none;	
	}
	#header_navi a:hover,
	#header_navi a:active {
		color: #FFFFFF;
		text-decoration: underline;	
	}
/* 左ブロック */
#left_block {
	background: url(images/menu_back.jpg) repeat-x fixed;
	float: left;
	width: 180px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 80%;
	padding-bottom: 10px;
}
/* 右ブロック */
#right_block {
	float: right;
	width: 550px;
	background: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
	font-size: 80%;
	padding-bottom: 10px;
}
/* メインカテゴリメニュー */
.main_menu {
	background: url(images/main_menu.gif) no-repeat;
	height: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 2px;
	font-weight: bold;
}
	.main_menu a:link,
	.main_menu a:visited {
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: none;	
	}
	.main_menu a:hover,
	.main_menu a:active {
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: underline;	
	}
/* サブカテゴリメニュー */
.sub_menu {
	height: 20px;
	padding-left: 15px;
}
/* トピックタイトル */
.topics {
	background: url(images/pen.gif) no-repeat;
	height: 16px;
	padding-top: 4px;
	padding-left: 25px;
	border-bottom: 1px dashed #999900;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* ピックアップ３箇所 */
.pickup_l {
	float: left;
	width: 174px;
	background: #EAF2CB;
	margin-right: 2px;
	padding: 3px;
}
.pickup_c {
	float: left;
	width: 174px;
	background: #F7E9CE;
	margin-right: 2px;
	padding: 3px;
}
.pickup_r {
	float: left;
	width: 174px;
	background: #D4EAE8;
	padding: 3px;
}
/* フッター */
#footer {
	font-size: 75%;
	background: #7D9096;
	text-align: center;
	color: #FFFFFF;
}
	#footer a:link,
	#footer a:visited {
		color: #FFFFFF;
		text-decoration: none;	
	}
	#footer a:hover,
	#footer a:active {
		color: #FFFFFF;
		text-decoration: underline;	
	}
