/* ヘッダー画像 */
#header_c{
	background:url(../img/in_header.jpg);
}

/* 左カラムコンテンツメニュー */
.left_menu h2{
	background:url(../img/in_tag.gif) no-repeat;
}
.left_menu li{
	background:url(../img/in_leftmenu_arrow.gif) no-repeat 0 2px;
}
.left_menu a{
	color:#333;
	text-decoration:none;
}
.left_menu a:hover{
	color:#390;
}

/* コンテンツ本文 */
#mainbox_wrapper{
	background:url(../img/in_head_long.gif) no-repeat;
}
#mainbox{
	border:5px solid #390;
}
#mainbox h3{
	color:#390;
	background:url(../img/in_h_arrow.gif) no-repeat 4px 55% #eee;
}
