@charset "utf-8";

/*----------  ----------*/

*{
	margin: 0px;
	padding: 0px;
}
strong, b {
	font-weight:bold;
}
p,dl,dt,dd,ul,li {
	margin: 0px;
	padding: 0px;
}
p {
	margin-bottom: 1em;
}
body {
	font-family:"ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	;
	font-size: 14px;
	color:#333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	line-height:1.2em;
	background-image: url(../img/body_back.gif);
	background-repeat: repeat;
	background-position: left top;
}
h1,h2,h3,h4,h5,h6,address {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}
img {
	vertical-align: text-bottom;
}
.clear {
	margin: 0px;
	padding: 0px;
	float: none;
	clear: both;
}

/*---------- 画像 ----------*/

.image_l {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
.image_r {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}

/*---------- リンク ----------*/

a:link {
	color:#000099;
}
a:visited {
	color: #003399;
}
a:active {
	color: #FF0000;
}
a:hover {
	color: #CC3300;
	background: #EEEEEE;
}
.link_btn1:link, .link_btn1:visited, .link_btn1:active {
	text-decoration: none;
	display: block;
	width: 200px;
	padding: 3px 3px 3px 25px;
	color: #333333;
	margin: 5px;
	text-align: left;
	/*background-color: #FFEEEE;*/
	background: url(../../common/img/link_mark14.gif) no-repeat left center;
}
.link_btn1:hover {
	background: url(../../common/img/link_mark14.gif) no-repeat left center;
	/*background-color: #FFD9D9;*/
}
/*---------- 表組み ----------*/

.table1 {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
.table1 th, .table1 td {
	margin: 5px 0px 5px 10px;
	border-bottom:dotted 1px #CCCCCC;
	border-right:dotted 1px #CCCCCC;
	text-align: left;
	padding: 3px 5px;
	font-weight:bold;
}

.table2  {
	MARGIN-TOP: 10px;
	MARGIN-BOTTOM: 10px;
	background-color: #CCCCCC;
}
.table2 th  {
	FONT-WEIGHT: bold;
	MARGIN: 2px;
	TEXT-ALIGN: left;
	padding: 5px 10px 5px 5px;
	background-color: #E7E7E7;
	border: 1px solid #FFFFFF;
}
.table2 td  {
	MARGIN: 0px;
	padding: 5px;
	background-color: #F2F2F2;
	border: 1px solid #FFFFFF;
}
.table3 {
	background-color: #CCCCCC;
}
.table3 th, .table3 td {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #FFFFFF;
}
#color_blue1 {
	background-color: #2D7CBD;
	color: #FFFFFF;
}
#color_blue2 {
	background-color: #C5DDEE;
}
#color_orange1 {
	background-color: #F39B15;
	color: #FFFFFF;
}
#color_orange2 {
	background-color: #FCE4C2;
}
#color_green1 {
	background-color: #7CC221;
	color: #FFFFFF;
}
#color_green2 {
	background-color: #DDF3AB;
}
#color_moji_blue1 {
	color: #26699F;
	background-color: #C5DDEE;
}
#color_moji_orange1 {
	color: #E48D0C;
	background-color: #FCE4C2;
}
#color_moji_green1 {
	color: #70AC1E;
	background-color: #DDF3AB;
}
#moji_blue1 {
	color: #26699F;
}
#moji_orange1 {
	color: #E48D0C;
}
#moji_green1 {
	color: #70AC1E;
}

/*---------- リスト ----------*/

.content ul, .content ol {
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.content li {
	margin-left: 40px;
	list-style-position:outside;
}
.content dl {
	margin-top: 10px;
	margin-bottom: 10px;
}
.dl_1 {
	margin-left: 20px;
	border-bottom: 1px solid #DDDDDD;
}
.dl_1 dt {
	background: #EEEEEE;
	padding: 2px;
	margin-top: 5px;
	border-top: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
}
.dl_1 dd {
	padding: 2px 2px 2px 10px;
	border-top: 1px dotted #EEEEEE;
}
.list1 li {
	border-left-width: 3px;
	padding-left: 5px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
	margin-left:20px;
	list-style-type: none;
}
/*---------- SEO ----------*/

.description {
}
.description h1 {
	width: 936px;
	vertical-align: middle;
	margin: 0px auto;
	font-size: 75%;
	padding: 2px;
	color: #666666;
	background:#FFFFFF;
	border-right:1px solid #EEEEEE;
	border-left:1px solid #EEEEEE;
}

/*---------- 外枠 ----------*/

.container {
	background:#FFFFFF url(../img/header_back_img.jpg) repeat-x top;
	width: 940px;
	vertical-align: middle;
	margin: 0px auto;
	border-right:1px solid #EEEEEE;
	border-left:1px solid #EEEEEE;
}

/*---------- ヘッダー ----------*/

.header {
	width:940px;
	line-height:1em;
}
.logo {
	float: left;
	width: 295px;
}
.logo2 {
	display:none;
}
.logo a:hover {
	background:transparent;
}
/*ヘッダーメニュー*/
.header_menu {
	float: right;
	width: 640px;
	text-align: right;
	font-size: 11px;
	padding-top: 4px solid #FFFFFF;
}
.header_menu ul {
	float:right;
	margin:4px;
	padding:0px;
	border-right: 1px solid #333333;
}

.header_menu li {
	list-style-type: none;
	display: inline;
	float:right;
	padding:0px 8px;
	border-left: 1px solid #333333;
}
.hf_menu:link,.hf_menu:visited,.hf_menu:active {
	color: #333333;
	text-decoration: none;
 }
.hf_menu:hover {
	color: #CC3300;
	background:transparent;
	text-decoration: none;
}
/*はじめてご利用の方*/
.first_step {
	border: 1px solid #FF9551;
	display: block;
	float: right;
	font-size: 11px;
	text-align: center;
	margin-right: 10px;
}
.first_step a:link, .first_step a:visited, .first_step a:active {
	border: 1px solid #ffffff;
	display: block;
	width: 10.5em;
	padding:4px;
	background:#FFFFFF url(../img/first_step_btn_back.gif) repeat-x center center;
	text-decoration:none;
	color:#FFFFFF;
}
.first_step a:hover {
	color:#FFFFFF;
	background:#FF9551;
	border: 1px solid #FFFF66;
}
/*検索*/
.search_box {
	line-height: 1em;
	font-size: 11px;
	float: right;
	text-align: right;
	margin-right: 4px;
	margin-top: 2px;
}
.search_box input {
	margin-left: 5px;
}
.search_btn {
	background: #E1E1E1;
}
.search_btn:hover {
	background: #FFFFFF;
}
/* フォントサイズ 切替 */
.size_control {
	margin-top: 2px;
	float: right;
	width: 140px;
	padding:2px;
	text-align: right;
	background:#FFFFFF;
}
.size_control span {
	float: right;
	display:block;
	font-size:11px;
	color:#333333;
	width:6em;
	padding:0px 0.5em 0px 0px;
	margin-top:3px;
}
.size_control p {
	float: right;
	margin:0px 2px 0px 0px;
	padding:0px;
}
.size_control a {
	display:block;
	padding:1px;
	line-height:1em;
	width:1em;
	text-decoration: none;
	vertical-align:middle;
}
.size_control img {
	float:right;
}
.font_m a:link,.font_m a:visited,.font_m a:active {
	border: 1px solid #A5C025;
	color:#FFFFFF;
	background-color:#A5C025;
	margin-bottom:1px;
}
.font_l a:link,.font_l a:visited,.font_l a:active,.font_s a:link,.font_s a:visited,.font_s a:active,.font_m a:hover {
	border: 1px solid #CCCCCC;
	color:#FFFFFF;
	background-color:#CCCCCC;
	margin-bottom:1px;
}
.font_l a:hover,.font_s a:hover {
	border: 1px solid #A5C025;
	color:#FFFFFF;
	background-color:#A5C025;
	margin-bottom:1px;
}
.font_s {
	font-size: 11px;
}
.font_m {
	font-size: 15px;
}
.font_l {
	font-size: 18px;
}
.font_s a {
	margin-top:2px;
}
.font_m a {
	margin-top:1px;
}

/*---------- グローバルメニュー ----------*/

.gmenu {
	clear:both;
	width:940px;
	margin: 0px;
	padding:0px;
	background-image: url(../img/gmenu_back.gif);
	background-repeat: repeat-x;
	line-height:1em;
}
.gmenu ul {
	height: 30px;
	width: 940px;
	margin:0px;
	padding:0px;
}
.gmenu li {
	float:left;
	list-style-type: none;
	display: inline;
}
.gmenu_link {
	float:left;
	height: 30px;
}
.gmenu_link:hover {
}
#gmenu_news:link,
#gmenu_news:visited,
#gmenu_news:active {
	width:65px;
	background-image: url(../img/gmenu_news.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#gmenu_news:hover,
#gmenu_news_on:link,
#gmenu_news_on:visited,
#gmenu_news_on:active,
#gmenu_news_on:hover {
	width:65px;
	background-image: url(../img/gmenu_news_f2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#gmenu_tour:link,
#gmenu_tour:visited,
#gmenu_tour:active {
	width:77px;
	background-image: url(../img/gmenu_tour.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#gmenu_tour:hover,
#gmenu_tour_on:link,
#gmenu_tour_on:visited,
#gmenu_tour_on:active,
#gmenu_tour_on:hover {
	width:77px;
	background-image: url(../img/gmenu_tour_f2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#gmenu_blog:link,
#gmenu_blog:visited,
#gmenu_blog:active {
	width:57px;
	background-image: url(../img/gmenu_blog.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#gmenu_blog:hover,
#gmenu_blog_on:link,
#gmenu_blog_on:visited,
#gmenu_blog_on:active,
#gmenu_blog_on:hover {
	width:57px;
	background-image: url(../img/gmenu_blog_f2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#gmenu_sns:link,
#gmenu_sns:visited,
#gmenu_sns:active {
	width:84px;
	background-image: url(../img/gmenu_sns.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#gmenu_sns:hover,
#gmenu_sns_on:link,
#gmenu_sns_on:visited,
#gmenu_sns_on:active,
#gmenu_sns_on:hover {
	width:84px;
	background-image: url(../img/gmenu_sns_f2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#gmenu_lesson:link,
#gmenu_lesson:visited,
#gmenu_lesson:active {
	width:86px;
	background-image: url(../img/gmenu_lesson.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#gmenu_lesson:hover,
#gmenu_lesson_on:link,
#gmenu_lesson_on:visited,
#gmenu_lesson_on:active,
#gmenu_lesson_on:hover {
	width:86px;
	background-image: url(../img/gmenu_lesson_f2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#gmenu_search:link,
#gmenu_search:visited,
#gmenu_search:active {
	width:68px;
	background-image: url(../img/gmenu_search.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#gmenu_search:hover,
#gmenu_search_on:link,
#gmenu_search_on:visited,
#gmenu_search_on:active,
#gmenu_search_on:hover {
	width:68px;
	background-image: url(../img/gmenu_search_f2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#gmenu_lesson2:link,
#gmenu_lesson2:visited,
#gmenu_lesson2:active {
	width:61px;
	background-image: url(../img/gmenu_lesson2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#gmenu_lesson2:hover,
#gmenu_lesson2_on:link,
#gmenu_lesson2_on:visited,
#gmenu_lesson2_on:active,
#gmenu_lesson2_on:hover {
	width:61px;
	background-image: url(../img/gmenu_lesson2_f2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#gmenu_expert:link,
#gmenu_expert:visited,
#gmenu_expert:active {
	width:90px;
	background-image: url(../img/gmenu_expert.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#gmenu_expert:hover,
#gmenu_expert_on:link,
#gmenu_expert_on:visited,
#gmenu_expert_on:active,
#gmenu_expert_on:hover {
	width:90px;
	background-image: url(../img/gmenu_expert_f2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#gmenu_event:link,
#gmenu_event:visited,
#gmenu_event:active {
	width:62px;
	background-image: url(../img/gmenu_event.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#gmenu_event:hover,
#gmenu_event_on:link,
#gmenu_event_on:visited,
#gmenu_event_on:active,
#gmenu_event_on:hover {
	width:62px;
	background-image: url(../img/gmenu_event_f2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#gmenu_abroad:link,
#gmenu_abroad:visited,
#gmenu_abroad:active {
	width:79px;
	background-image: url(../img/gmenu_abroad.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#gmenu_abroad:hover,
#gmenu_abroad_on:link,
#gmenu_abroad_on:visited,
#gmenu_abroad_on:active,
#gmenu_abroad_on:hover {
	width:79px;
	background-image: url(../img/gmenu_abroad_f2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#gmenu_gear:link,
#gmenu_gear:visited,
#gmenu_gear:active {
	width:78px;
	background-image: url(../img/gmenu_gear.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#gmenu_gear:hover,
#gmenu_gear_on:link,
#gmenu_gear_on:visited,
#gmenu_gear_on:active,
#gmenu_gear_on:hover {
	width:78px;
	background-image: url(../img/gmenu_gear_f2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#gmenu_shop:link,
#gmenu_shop:visited,
#gmenu_shop:active {
	width:89px;
	background-image: url(../img/gmenu_shop.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#gmenu_shop:hover,
#gmenu_shop_on:link,
#gmenu_shop_on:visited,
#gmenu_shop_on:active,
#gmenu_shop_on:hover {
	width:89px;
	background-image: url(../img/gmenu_shop_f2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#gmenu_beginner:link,
#gmenu_beginner:visited,
#gmenu_beginner:active {
	width:99px;
	background-image: url(../img/gmenu_beginner.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#gmenu_beginner:hover,
#gmenu_beginner_on:link,
#gmenu_beginner_on:visited,
#gmenu_beginner_on:active,
#gmenu_beginner_on:hover {
	width:99px;
	background-image: url(../img/gmenu_beginner_f2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.gmenu2 {
	clear:both;
	width:940px;
	margin: 0px;
	padding:0px;
	background-image: url(../img/gmenu2_back.jpg);
	background-repeat: repeat-x;
	line-height:1em;
	border-bottom: 3px solid #999999;
	font-size:0.9em;
}
.gmenu2 ul {
	height: 35px;
	width: 940px;
	margin:0px;
	padding:0px;
}
.gmenu2 li {
	float:left;
	list-style-type: none;
	display: inline;
}
.gmenu2 a {
	display:block;
	float:left;
}
.gmenu2_on {
	height:30px;
	overflow: visible;
	position: relative;
	top: 8px;
	margin-left:1px;
}
.gmenu2_on img {
	float:left;
}

.gmenu2_on a {
	height:26px;
	padding:4px 2px 0px 2px;
}

.gmenu2_on a:link, .gmenu2_on a:visited, .gmenu2_on a:active {
	/*background: url(../img/gmenu2_on_back.gif) repeat-x left top;*/
	text-decoration:none;
	color:#333333;
}
.gmenu2_on a:hover {
	/*background: url(../img/gmenu2_on_back.gif) repeat-x left top;*/
	text-decoration:underline;
	background:transparent;
	color:#333333;
}
.gmenu2_off {
	height:27px;
	overflow: visible;
	position: relative;
	top: 8px;
	margin-left:1px;
}
.gmenu2_off img {
	float:left;
}

.gmenu2_off a {
	height:26px;
	padding:4px 2px 0px 2px;
}
.gmenu2_off a:link, .gmenu2_off a:visited, .gmenu2_off a:active {
	/*background: url(../img/gmenu2_back.gif) repeat-x left top;*/
	text-decoration:underline;
	color:#FFFFFF;
}
.gmenu2_off a:hover {
	/*background: url(../img/gmenu2_back.gif) repeat-x left top;*/
	text-decoration:none;
	background-color:none;
	color:#FFFFFF;
}







.gmenu_link {
	float:left;
	height: 30px;
}
.gmenu_link:hover {
}

/*---------- トピックパス ----------*/

/* トピックパス */
.topic_pathlink {
	float:left;
	margin-top: 2px;
	margin-bottom: 2px;
}
.topic_pathlink a {
	font-size: 80%;
	margin-left: 0px;
	background: url(../img/link_mark1.gif) no-repeat left center;
	padding-bottom: 2px;
	padding-left: 15px;
	margin-right: 5px;
	text-decoration: underline;
 }
.topic_pathlink span {
	font-size: 80%;
	margin-left: 0px;
	background: url(../img/link_mark1.gif) no-repeat left center;
	margin-bottom: 2px;
	padding-left: 15px;
	margin-right: 5px;
 }
.topic_pathlink a:link,.topic_pathlink a:visited,.topic_pathlink a:active {
	text-decoration: underline;
	background: url(../img/link_mark1.gif) no-repeat left center;
 }
.topic_pathlink a:hover {
	text-decoration: none;
	background: url(../img/link_mark1.gif) no-repeat left center;
 }

/*---------- 本文 ----------*/
.main {
	clear:both;
	margin: 0px;
	padding: 0px;
	background: url(../img/main_back.jpg) repeat-y left top;
}
/*コンテンツ枠*/

.content_waku {
	width: 745px;
	float: left;
	margin: 0px;
	padding: 0px;
}

/*---------- プリンス・レベル・ハリア ----------*/
.content_waku_prince {
	width: 900px;
	float: left;
	margin: 0px;
	padding: 0px;
}

.content {
	padding :0px;
	background: #FFFFFF;
	line-height: 1.5em;
	background: transparent;
	margin-bottom:10px;
	width: 550px;
	float: right;
}
.content2 {
	padding :0px;
	background: #FFFFFF;
	background: transparent;
	margin-bottom:10px;
	width: 735px;
	border-right:solid 10px #FFFFFF;
	float: right;
}
.category_content {
	padding :0px;
	background: #FFFFFF;
	background: transparent;
	margin-bottom:10px;
	width: 550px;
	float: right;
}
/*サブメニュー枠*/
.smenu_waku {
	width: 170px;
	float:left;
	margin:0px 20px 10px 0px;
	padding:0px;
	background: transparent;
	border-left:5px solid #FFFFFF;
}
.smenu {
	width: 170px;
	padding:0px;
	margin: 0px;
	background: transparent;
}
/*右メニュー枠*/
.right_waku {
	float:right;
	width:170px;
	border-right:5px solid #FFFFFF;
}
/*---------- 本文 ----------*/

/*カテゴリタイトル*/
h2.category_title {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	/*background: url(../img/category_title_back.gif) no-repeat left top;*/
	padding: 13px 5px 24px 24px;
}
/*ページタイトル*/
.page_title {
	/*background: url(../img/page_title_back.gif) repeat-x left bottom;*/
}
.page_title h3 {
	padding: 0px 5px 0px 13px;
	margin-top:8px;
	font-size:1.5em;
	font-weight:bold;	
	line-height:1.1em;
}
.page_title span {
	font-size:13px;
	padding:2px 5px 7px 13px;
	/*background: url(../img/entry_blog_date_back.gif) no-repeat right bottom;*/
	color:#999999;
	display:block;
	text-align:right;
}
/*[hg*/
div.lead {
	margin: 0px;
	padding: 0px;
	background: url(../img/lead_back_img.gif) repeat-y left top;
}
h4.lead {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
}
/*大見出し*/
.block_title {
	clear:both;
	font-weight: bold;
	font-size: 1.1em;
	/*background: url(../img/block_title_back.jpg) repeat-x left bottom;*/
	padding: 5px 5px 5px 10px;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	border-top: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	/*border-left: 5px solid #FF9900;*/
}

/*中見出し*/
.sub_title {
	clear:both;
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	padding: 2px 5px 2px 18px;
	/*background: url(../img/sub_title_mark.gif) no-repeat left top;*/
}
.sub_title2 {
	clear:both;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0.5em;
	border-bottom: 1px dashed #DEDEDE;
	padding-left: 15px;
	/*background: url(../img/sub_title2_mark.gif) no-repeat left top;*/
}

/*---------- トラックバックURL ----------*/

.blog_cont_trackback {
	clear:both;
	text-align:right;
	font-size:0.8em;
}
.blog_cont_trackback a {
	padding:0px 0.5em;
}





/*---------- 関連キーワード ----------*/

.keyword_waku1 {
	clear:both;
	border: 1px solid #E2E6D2;
	padding:1px;
	margin-bottom:15px;
}
.keyword_waku1 h3 {
	background:#EAEAD2;
	padding:2px 0px 2px 4px;
}
.keyword_waku1 h3 span {
	border-left:solid 4px #FFCC00;
	padding-left:4px;
	font-weight:bold;
	color:#77921D;
	line-height:1em;
}
.keyword_waku1cont {
	padding:5px;
}
.keyword_waku1cont div {
	background: transparent url(../img/line_1.gif) repeat-x scroll left bottom;
	padding-bottom:2px;
}
.keyword_waku1cont span {
	clear:both;
	display:block;
	color:#999999;
	font-size:0.9em;
	text-align:right;
}

/*---------- コメント入力欄 ----------*/

.comments-open-moderated {
	font-size:0.9em;
}
.cont_waku1cont label {
	color:#77921D;
	font-size:0.9em;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}
.comment_form_btn {
	margin:2px auto;
	text-align:center;
}
.comment_form_btn small {
	color:#999999;
	font-size:0.8em;
	padding-top:5px;	
}




/*---------- エントリーのコメント枠 ----------*/

.entry_comment_waku {
	border:dotted 1px #DDDDDD;
	padding: 5px 5px 0px 5px;
}


/*---------- キーワード ----------*/

.keyword_waku {
	font-size:0.85em;
	margin: 0px 0px 10px 0px;
}
.keyword_title {
	font-weight:bold;
	padding: 2px;
	background: #F1F1F1;
}
.keyword_waku ul {
	display:block;
	margin:0px;
	padding:0px 5px;
}
.keyword_waku li {
	list-style: url(../img/dot_line1.gif) outside;
	margin-left:10px;
	padding:0px;
}
.keyword_waku_cont {
	padding:2px;
}
.comment_cont {
	padding:2px;
	background: url(../img/line_1.gif) repeat-x left bottom;
}
.comment_cont span {
	display:block;
}
.comment_footer {
	text-align:right;
}
/*---------- トップページに戻るリンク ----------*/

.toplink a {
	font-size: 80%;
	text-decoration: none;
	display: block;
	border: 1px solid #CCCCCC;
	float: right;
	padding: 0px 2px 0px 15px;
	margin-left: 5px;
	color: #465E77;
	margin-top: 10px;
	margin-bottom: 0px;
}
.pagetop_link:link, .pagetop_link:visited, .pagetop_link:active {
	background: url(../img/link_mark1.gif) no-repeat left center;
	color:#465E77;
}
.pagetop_link:hover {
	background: url(../img/link_mark1.gif) no-repeat left center;
	color:#CC3300;
}
.top_link:link, .top_link:visited, .top_link:active {
	background: url(../img/link_mark1.gif) no-repeat left center;
	color:#465E77;
}
.top_link:hover {
	background: url(../img/link_mark1.gif) no-repeat left center;
	color:#CC3300;
}

/*---------- gbNobN ----------*/

.trackback_title {
	border-bottom : 1px dotted #CCCCCC;
	font-weight:bold;
}
.trackback_url {
	margin-top: 10px;
	padding: 5px;
	background: #F1F1F1;
}
.trackback_url p {
	font-weight: bold;	
	color:#999999;
}
.trackback_list div {
	margin-top: 10px;
	border-top : 1px dotted #CCCCCC;
}
.trackback_list span {
	font-size:80%;
	color:#999999;
	margin-left:10px;
}
.trackback_list p {
	display:block;
	margin-left: 20px;
}

/*---------- サブメニュー ----------*/
.gmenu_title {
	border-bottom:5px solid #FFFFFF;
}
.sub_menu1 {
	margin-bottom: 10px;
	background: transparent;
	font-size:0.85em;
	line-height:1.1em;
}
.sub_menu1_title {
	background:#E1E1E1 url(../img/sub_menu1_title_back.gif) no-repeat left top;
	color:#666666;
	text-align: center;
	padding:4px 2px;
	font-weight:bold;
}
.sub_menu1_title2 {
	/*background:#E1E1E1 url(../img/sub_menu2_title_back.gif) no-repeat left top;*/
	/*color:#FFFFFF;*/
	text-align: center;
	padding:4px 2px;
	font-weight:bold;
}
.sub_menu1 ul, .sub_menu1 li {
	list-style-type: none;
}
.sub_menu1 ul {
	padding-top:4px;
	background: url(../img/sub_menu1_ul_back.gif) repeat-x left top;
	border-right:1px solid #EEEEEE;
	border-left:1px solid #EEEEEE;
	border-bottom:1px solid #EEEEEE;
}
.sub_menu1 small {
	color:#999999;
	padding-left:2px;
}
.sub_menu1 span {
	display:block;	
	border-bottom: 1px dotted #DDDDDD;
	background: url(../img/link_mark13.gif) no-repeat left top;
	padding:0px 0px 2px 9px;
	margin:3px 5px;
}
.sub_menu1 ul li ul {
	padding-top:0px;
	background: none;
	border:none;
}
.sub_menu1 ul li {
	background: url(../img/sub_menu1_li_back.jpg) repeat-x left top;
	border-top: 1px solid #EEEEEE;
}
.sub_menu1 ul li a {
	display:block;
	padding:4px 2px 5px 11px;
	background: url(../img/link_mark10.gif) no-repeat left top;
}
.sub_menu1 ul li a:link, .sub_menu1 ul li a:visited, .ssub_menu1 ul li a:active {
	text-decoration:none;
}
.sub_menu1 ul li a:hover {
	text-decoration:underline;
	background: url(../img/link_mark10.gif) no-repeat left top;
}
.sub_menu1 ul li ul li {
	border-top: none;
	background: none;
}
.sub_menu1 ul li ul li a  {
	margin-left:10px;
	padding:3px 2px 5px 11px;
}
.sub_menu1 ul li ul li ul li a  {
	margin-left:20px;
	padding:3px 2px 5px 11px;
	border-top: solid 1px #EEEEEE;
}
.sub_menu1 ul li ul li a:link, .sub_menu1 ul li ul li a:visited, .sub_menu1 ul li ul li a:active  {
}
.sub_menu1 ul li ul li a:hover {
}
.smenu_on {
	background: url(../img/link_mark11.gif) no-repeat left top !important;
}
.smenu_on:hover {
}

.sub_menu2, .cafe_login_waku {
	margin-bottom: 10px;
	font-size:0.85em;
	line-height:1.2em;
}
.sub_menu2 {
	background: url(../img/sub_menu2_back.gif) repeat-y center bottom;
}
.sub_menu2 h3 {
	padding:0px 5px 2px 5px;
}
･sub_menu2_bottom {
	clear:both;
	padding:0px;
	margin:0px;
	height:2px;
}

.cafe_login_waku {
	background: url(../img/cafe_login_back.gif) no-repeat center bottom;
}
･cafe_login_bottom {
	clear:both;
	padding:0px;
	margin:0px;
	height:17px;
}

.sub_menu_a {
	background: url(../img/sub_menu_a_back1.gif) no-repeat left top;
	font-size:0.85em;
	margin-bottom:10px;
}
.sub_menu_a div {
	background:#F5F5F5 url(../img/sub_menu_a_back2.gif) no-repeat left bottom;
	padding:2px;
	font-size:0.85em;
}
.sub_menu_a_title {
	display:block;
	border-bottom:dotted 1px #DDDDDD;
	padding:4px 2px;
	text-align:center;
	margin-bottom:2px;
}
.sub_menu_a_title strong {
	padding-left:5px;
}
.sub_menu_a img {
	border:solid 1px #EEEEEE;
	float:left;
	padding:2px;
	margint:0px 2px 0px 0px;
}
/* -------- バナー -----------*/
.banner1, .banner3 {
	text-align:center;
	margin-bottom:10px;
}
.banner1 a, banner3 a {
	border:none;
	line-height:1em;
	text-decoration:none;
}
.banner1 a:hover, banner3 a:hover {
	background:none;
	text-decoration:none;
}
.banner2 {
	border:solid 1px #EEEEEE;
	font-size:0.85em;
	padding:2px;
	margin-bottom:10px;
}
.banner2 a {
	display:block;
}

.block_waku {
	border: 1px solid #FF9047;	
	margin-bottom:10px;
	background: url(../img/waku_title_back.gif) no-repeat left top;
}
.block_waku_title {
	color:#F76300;
	height:20px;
	font-size:110%;
	font-weight:bold;
	padding:4px 0px 0px 22px;
}
.block_waku dl {
	padding:5px;
	margin:0px;
	border-right: 5px solid #FFE57F;
	border-bottom: 5px solid #FFE57F;
	border-left: 5px solid #FFE57F;
	background:#FFFFFF;
}
.waku2 {
	border-right: 5px solid #FFF1DD;
	border-bottom: 5px solid #FFF1DD;
	border-left: 5px solid #FFF1DD;
	margin-bottom:10px;
}
.waku2_title {
	color:#669933;
	background:#FFF1DD;
	height:20px;
	font-size:110%;
	font-weight:bold;
	padding:4px 2px;
}
.waku2 ul {
	padding:2px;
}
.login {
	border: 1px solid #FFCC00;	
	margin-bottom:10px;
	background: url(../img/login_title_back.gif) no-repeat left top;
}
.login_title {
	color:#669933;
	height:20px;
	font-size:110%;
	font-weight:bold;
	padding:4px 0px 0px 22px;
}


.login dl {
	padding:5px;
	margin:0px;
	border-right: 5px solid #FFF1DD;
	border-bottom: 5px solid #FFF1DD;
	border-left: 5px solid #FFF1DD;
	background:#FFFFFF;
}
.login label {
	padding-left:2px;
}
.login input {
	padding-left:2px;
}
.login dd {
	display:block;
	margin-bottom:5px;
}
.login_btn input {
	width:6em;
	background:#FF9900;
	color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
}
/*Tuj[igbvNj*/
.sub_menu_top {
	padding: 10px 2px ;
}
.sub_menu_top a:link, .sub_menu_top a:visited, .sub_menu_top a:active {
	background:transparent url(../img/link_mark8.gif) no-repeat left top;
	display:block;
	padding: 4px 4px 4px 15px;
	color:#465E77;
}
.sub_menu_top a:hover {
	background:transparent url(../img/link_mark8.gif) no-repeat left top;
	display:block;
	padding: 4px 4px 4px 15px;
	color:#CC3300;
}
/*お問い合わせ*/
.sub_menu_cont {
	padding-bottom:10px;
}
.sub_menu_cont a:link, .sub_menu_cont a:visited, .sub_menu_cont a:active, .sub_menu_cont a:hover  {
	margin:0px auto;
	text-decoration:none;
	line-height:1em;
}

.sub_menu_mt {
	padding: 5px;
	border:1px solid #EEEEEE;
	display:block;
	margin:0px auto 10px auto;
}
.sub_menu_mt span {
	padding: 5px 0px 0px 0px;
	display: block;
	font-size: 0.85em;
	line-height:1.2em;
}

/*RSSリーダーで読む*/
.feed {
	text-align: center;
	border:solid 2px #EEEEEE;
  font-size: 0.85em;
  line-height: 1em;
}
.feed a {
	display:block;
	margin:1px;
	border:solid 1px #EEEEEE;
	padding:2px;
}
/*---------- tb^[ ----------*/
.footer {
	clear:both;
	width:940px;
	font-size:12px;
}
.footer_link {
	padding: 3px;
	font-size:95%;
	background:#AAAAAA;
}
.footer_link a:link,.footer_link a:visited,.footer_link a:active {
	color: #FFFFFF;
	padding: 2px 5px;
	border-right: 1px solid #FFFFFF;
	text-decoration: none;
}
.footer_link a:hover {
	color: #FFFFFF;
	padding: 2px 5px;
	border-right: 1px solid #FFFFFF;
	text-decoration: underline;
	background:transparent;
}
.copyright {
	clear:both;
	font-size: 80%;

	margin-top:5px;
	margin-bottom:5px;
	text-align: center;
}


/*---------- カテゴリーページ ----------*/

/*新着記事*/
.subsite_top_new_title {
	font-weight: bold;
	/*color:#990000;*/
	/*background:#D0D0D0 url(../img/subsite_new_title.gif) repeat-x left top;*/
	padding:2px 4px 0px 4px;
	margin:10px 0px 0px 0px;
}
.category_top_new_title {
	font-weight:bold;
	padding:2px 2px 2px 12px;
	/*color:#990000;*/
	/*background: url(../img/sub_title2_mark.gif) no-repeat left top;*/
}
.subsite_top_new {
	padding:5px;
	/*background:#FFDDDD;*/
}
.category_top_new {
	padding:5px;
	background:#F2F2F2;
}
.category_top_new1 {
	padding:5px 5px 0px 5px;
	margin-bottom:5px;
	background:#FFFFFF url(../img/category_top_list_back1.jpg) repeat-x left top;
}
.category_top_new .category_top_new1 {
	border: 1px solid #CCCCCC;
}
.category_top_new1 h3 {
	float:left;
	font-weight:bold;
	width:413px;
	font-size:1.2em;	
	padding:4px 4px 4px 0px;
}
.category_top_new1 h3 a {
	text-decoration:none;
	display:block;
	background: url(../img/category_top_new1.gif) no-repeat left top;
	padding:2px 0px 5px 26px;
}
.category_top_new1 h3 a:hover {
	background:none;
	text-decoration:underline;
	background: url(../img/category_top_new1.gif) no-repeat left top;
	padding:2px 0px 5px 26px;
}
.category_top_new1 small {
	float:right;
	width:95px;
	padding-left:10px;
	color:#666666;
	font-size:0.9em;
	text-align:right;
}
.category_top_new1 h4.lead {
	padding:6px ;
	margin:0px;
	background: url(../img/line_1.gif) repeat-x left top;
}
.category_top_new1 h4.lead img {
	padding:2px;
	border:solid 1px #EEEEEE;
}
.category_top_new2 {
	margin-top:10px;
	background: url(../img/line_1.gif) repeat-x left bottom;
}
.category_top_new2 dt {
	font-weight:bold;
	padding:2px 2px 5px 12px;
	/*color:#990000;*/
	/*background: url(../img/sub_title2_mark.gif) no-repeat left top;*/
}
.category_top_new2 dd {
	padding:2px 0px 2px 0.5em;
	background: url(../img/line_1.gif) repeat-x left top;
}
.category_top_new2 dd a {
	padding:2px 0px 2px 1em;
	display:block;
	/*background: url(../img/link_mark_a.gif) no-repeat left top;*/
	text-decoration:none;
}
.category_top_new2 dd a:hover {
	text-decoration:underline;
	/*background:#FFFFFF url(../img/link_mark_a.gif) no-repeat left top;*/
}

.category_top_new2 small {
	padding-left:5px;
	color:#666666 !important;
	font-size:0.9em !important;
}


/*詳細ページボタン*/
.dtl_link1 {
	display:block;
	float:left;
	width:8em;
	font-size:0.85em;
	background: url(../img/dtl_link_mark.gif) no-repeat left center;
	padding: 3px 2px 3px 18px;
}
.dtl_link1 a {
}
.dtl_link1 a:hover {
}
/*詳細ページボタン２*/
.dtl_link2 {
	display:block;
	background:transparent url(../img/dtl_link_mark.gif) no-repeat left center;
	width:6.7em;
	text-align:right;
	padding: 3px 5px 0px 18px;
	float:right;
}
.dtl_link2:hover {
	background:transparent url(../img/dtl_link_mark.gif) no-repeat left center;
}
/*カフェログイン詳細ページボタン*/
.cafe_login_dtl_link {
	display:block;
	background:transparent url(../img/dtl_link_mark.gif) no-repeat left center;
	width:7.1em;
	text-align:right;
	padding: 3px 18px 0px 18px;
	float:right;
}
.cafe_login_dtl_link:hover {
	background:transparent url(../img/dtl_link_mark.gif) no-repeat left center;
}


/*
.more_link {
	clear:both;
	margin-bottom:5px;
}
.more_link a {
	display: block;
	float: right;
	padding: 0px 2px 0px 15px;
	margin-left: 5px;
}
.more_link a:link, .more_link a:visited, .more_link a:active {
	background: url(../img/link_mark1.gif) no-repeat left center;;
	text-decoration:underline;
}
.more_link a:hover {
	background: url(../img/link_mark1.gif) no-repeat left center;;
	text-decoration:none;
}
*/
/*---------- tH[ ----------*/

input, textarea, select {
}
input:hover, textarea:hover, select:hover {
	background: #F0F0F0;
}
input:focus, textarea:focus, select:focus {
	background: #EEEEEE;
}

/*---------- ?? ----------*/

.Q {
	clear:both;
	padding: 2px 10px 2px 5px;
	border-bottom: 1px solid #CCCCCC;
	margin: 10px 0px 0px 0px;
}
.Q a:link, .Q a:visited, .Q a:active {
	text-decoration:none;
}
.q_mark {
	font-weight: bold;
	font-size: 110%;
	color:#003399;
}
.a_mark {
	font-weight: bold;
	font-size: 110%;
	color:#990000;
	display:block;
}
.A {
	padding: 5px;
	margin: 0px 0px 20px 0px;
	background-image: url(../img/faq_back.jpg);
	background-repeat: repeat-x;
}
.A a {
	font-size: 80%;
	text-decoration: none;
	display: block;
	border: 1px solid #CCCCCC;
	float: right;
	padding: 0px 2px 0px 15px;
	background: #FFFFFF;
}

.A a:link, .A a:visited, .A a:active  {
	background: #FFFFFF url(../img/link_mark4.gif) no-repeat left center;
	text-decoration:none;
}
.A a:hover {
	background: #FFFFFF url(../img/link_mark4.gif) no-repeat left center;
	color:#CC3300;
}

.pagetop a {
	font-size: 80%;
	text-decoration: none;
	display: block;
	border: 1px solid #CCCCCC;
	float: right;
	padding: 0px 2px 0px 15px;
	background: #FFFFFF;
	margin-top: 5px;
}
.pagetop a:link, .pagetop a:visited, .pagetop a:active  {
	background: #FFFFFF url(../img/link_mark4.gif) no-repeat left center;
	text-decoration:none;
}
.pagetop a:hover {
	background: #FFFFFF url(../img/link_mark4.gif) no-repeat left center;
	color:#CC3300;
}

/*---------- ?? ----------*/

.contact_form1 {
	margin-left: 20px;
}
.contact_form1 dt {
	display:block;
	font-weight: bold;
	color:#6382A3;
	padding:0px;
	padding-top: 5px;
	margin-bottom: 2px;

}
.contact_form1 dd {
	display:block;
	padding-left: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #A9BACC;
}
.contact_form1 input {
	padding:2px;
	font-size: 110%;
}
.form_btn {
	border: 2px solid #00499E;
	padding: 2px;
	margin: 10px;
}
.form_btn:hover {
	color:#CC3300;
}
.error_msg {
	display:block;
	font-weight: bold;
	color: #990000;
	padding: 10px;
	border: 1px solid #990000;
}
.contact_table th{
	border: none;
}
.contact_table td {
	border: none;
}

/*---------- ?AN ----------*/

.link {
	margin: 5px 20px 0px 20px;
}
.link dt {
	padding-left:15px;
	padding-top:5px;
	padding-bottom:2px;
	background: url(../img/link_mark3.gif) no-repeat left top;
	border-bottom: 1px dotted #CCCCCC;
}
.link dd {
	padding-left: 20px;
}
.link a {
	text-decoration:none;
}

/*---------- TCg}bv ----------*/

.sitemap ul {
	margin:0px;
	padding:0px;
}
.sitemap li {
	list-style-type: none;
	display:block;
	padding:2px 0px 10px 10px;
	margin: 0px 0px 0px 10px;
	background-image: url(../img/li_mark.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	border-left:1px solid #CCCCCC;
}
.sitemap ul li {
	font-weight:bold;
	background:#EFEFEF  url(../img/li_mark.gif) no-repeat left top;
}
.sitemap ul li ul li {
	font-weight:bold;
	padding-bottom:5px;
	background:#FFFFFF  url(../img/li_mark.gif) no-repeat left top;
}
.sitemap ul li ul li ul li {
	font-weight:normal;
	padding-bottom:2px;
	background:#FFFFFF  url(../img/li_mark.gif) no-repeat left top;
}

/*---------- R ----------*/
.column_waku {
	line-height:1.2em;
}

.column_category {
	clear:both;

	display:block;
	padding:5px;
	margin: 0px;
	background:#F2F2F2;
	border-left: solid 6px #6382A3;
	background-color:#EEEEEE;
}
.column_category a {
	font-size:110%;
	display: block;
	text-decoration:none;
	font-weight:bold;
	text-decoration: none;
}
.column_category a:hover {
	display: block;
	background:transparent;
}
.column_subtitle {
	clear:both;
	padding: 20px 0px 10px 0px;
}
.column_subtitle a {
	display:block;
	font-weight: bold;
	font-size: 110%;
	background: url(../img/block_title_mark.gif) no-repeat left top;
	padding: 5px 0px 5px 25px;
	text-decoration:none;
	color: #333333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #446487;
}
.column_subtitle a:hover {
	background: url(../img/block_title_mark.gif) no-repeat left top;
	padding: 5px 0px 5px 25px;
	color: #CC3300;
}

.column_title {
	border-top:#47679C solid 3px;
	border-left:#CCCCCC solid 1px;
	border-bottom:#CCCCCC solid 1px;
	border-right:#CCCCCC solid 1px;
	display: block;
	padding : 3px;
	margin-bottom : 20px;
	font-weight: bold;
	text-decoration: none;
}
.column_title span {
	font-weight: normal;
	background:transparent url(../img/link_mark1.gif) no-repeat left top;
	padding-left: 15px;
	margin-left : 5px;
}
.column_waku ul {
	margin: 0px;
	padding: 0px;
}
.column_waku ul li {
	margin: 5px 0px 0px 0px;
	font-weight:bold;
	background: #EEEEEE;
	border: #CCCCCC;
	list-style-type: none;
	padding: 5px;
	font-weight:bold;

}
.column_waku ul li ul li {
	margin: 0px !important;
	font-weight:normal !important;
	border-left: none !important;
	border-top: none !important;
	border-right: none !important;
	border-bottom: 1px dotted #DDDDDD;
	background: #FFFFFF !important;
}
.column_waku li a {
	display:block;
	background:transparent url(../img/link_mark1.gif) no-repeat left top;
	padding-left: 15px;
}
.column_waku li a:hover {
	background:transparent url(../img/link_mark1.gif) no-repeat left top;
}
.column_date {
	font-size:80%;
	color:#999999;
}

/*----------  ----------*/

.search_area {
	margin: 10px 0px 20px 0px;
	padding: 5px;
	background: #EEEEEE;
}
.small {
	font-size:90%;
}
.blue1 {
	color:#00499E;	
}
.red1 {
	color:#990000;	
}
blockquote {
	clear:both;
	margin-bottom:10px;
	padding: 10px;
	border: 1px dotted #CCCCCC;
}
/*uO{^*/
.blog_btn1 {
	width: 495px;
	height: 76px;
	margin:0px;
	padding:0px;
}
.blog_btn1 li {
	float:left;
	list-style-type:none;
	padding:0px 8px 0px 0px;
	margin:0px;

}
.blog_btn1 li a {
	display: block;
	float: left;
	border-bottom: solid 3px #FFFFFF;
}
.blog_btn1 li a:hover {
	border-bottom: solid 3px #CC3300;
}

/*------- ブログ -----*/

.blognew_waku {
	margin-bottom:10px;
	font-size:0.9em;
	border-bottom:solid 1px #EEEEEE;
	border-left:solid 1px #EEEEEE;
	border-right:solid 1px #EEEEEE;
}

.blognew_title {
	padding:2px 15px 0px 5px;
	background: url(../img/title_back_orange1.gif) no-repeat left top;
	border-bottom:solid 2px #FF9900;
}
.blognew_title span {
	color:#FFFFFF;
}
.blog_whatsnew_table {
	margin-top:2px;
	padding:2px;
	border-bottom:solid 1px #EEEEEE;
	background: url(../img/blog_whatsnew_table_back1.jpg) repeat-x left bottom;
}

.blog_whatsnew_table img {
}
.blog_whatsnew_table th {
	width:6em;
	text-align:left;
	color:#999999;
	padding:2px;
}
.blog_whatsnew_photo {
	width:32px;
}
.blog_whatsnew_photo a:link,
.blog_whatsnew_photo a:visited,
.blog_whatsnew_photo a:active {
	border:solid 1px #EEEEEE;
	display:block;
	width:30px;
	height:40px;
}
.blog_whatsnew_photo a:hover {
	border:solid 1px #FF9900;
	display:block;
	width:30px;
	height:40px;
}
.blog_whatsnew_blogtitle {
}
.blog_whatsnew_blogtitle strong {
	margin-right:5px;
}
.blog_whatsnew_blogtitle:link,
.blog_whatsnew_blogtitle:visited,
.blog_whatsnew_blogtitle:active {
	text-decoration:none;
	padding:5px 0px 5px 20px;
	background: url(../img/link_mark5.gif) no-repeat left top;
}
.blog_whatsnew_blogtitle:hover {
	border-bottom:none;
	text-decoration:underline;
	padding:5px 0px 5px 20px;
	background: url(../img/link_mark5.gif) no-repeat left top;
}
.blog_whatsnew_blogcont {
	padding-left:2em;
	color:#666666;
	font-size:0.9em;
	line-height:1.2em;
}
.submenu_blog_category {
	margin:10px auto 2px auto;
	text-align:center;
	padding:2px;
	font-size:11px;
	font-weight:bold;
	background-color:#F3F3F3;
}
.submenu_blog_banner a {
	display:block;
	width:170px;
	margin: 0px 0px 2px 0px;
	text-align: center;
}


/* Tag cloud */
ul li.tag {
    margin-right: 5px;
    display: inline;
    list-style: none;
    }

li.tag a.level1 {
    font-size: 145%;
    }

li.tag a.level2 {
    font-size: 130%;
    }

li.tag a.level3 {
    font-size: 125%;
    }

li.tag a.level4 {
    font-size: 115%;
    }

li.tag a.level5 {
    font-size: 105%;
    }

li.tag a.level6 {
    font-size: 100%;
    }

/* Amazon drk7.jp */
/* 枠の色を定義します */
.AmazonSearchTB1 table {
    border: 1px solid #000000; 
    background-color : #ff6600;
    color: #000000;
    margin: 0px; padding: 0px; font-size: 11px;
}

/* Ads by drk7.jp の font 色を定義します */
.AmazonSearchTB2 a,
.AmazonSearchTB2 a:link,
.AmazonSearchTB2 a:link:hover,
.AmazonSearchTB2 a:link:active {
    color: #ffffff; text-decoration: underline ; background: none;
}
.AmazonSearchTB2 table{ border: none; margin: 0px; padding: 1px; }

/* 広告部分の背景色を定義します */
.AmazonSearchTB3 table{
    background-color : #ffffff;
    border: none; margin: 0px; padding: 3px;
}

/* 商品名のfont定義 */
.AmaS_title a,
.AmaS_title a:link,
.AmaS_title a:link:hover,
.AmaS_title a:link:active {
    color: #004499;
    text-decoration: underline ; background: none;
    font-weight: bold;
}

/* 値段のfont定義 */
.AmaS_price { color: #006600; font-weight: bold; }

/* 説明文のfont定義 */
.AmaS_com { color: #000000; }

/* 画像のボーダー定義 */
.AmaS_img img{ border: 1px solid #aaaaaa; }

/* 施設検索枠 */

.smenu_search_waku1 {
	margin-bottom:10px;
	font-size:0.85em;
	line-height:1em;
}
.smenu_search_waku2 {
	line-height:1.1em;
	background-image: url(../img/smenu_search_back1.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom:5px;
}
.smenu_search_btn_waku {
	line-height:1.1em;
	background-image: url(../img/smenu_search_back2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.smenu_search_waku2 strong {
	color:#CC0000;
}
.smenu_search_select {
	margin-bottom:10px;
}
.smenu_search_dl2 dt {
	clear:both;
	font-weight:bold;
	display:block;
	margin-bottom:5px;
	color:#41751E;
	background-color: #EAFBC8;
	padding:1px;
}
.smenu_search_dl2 dd {
	clear:both;
	margin-bottom:2px;
	margin-left:5px;
}

.smenu_search_dl2_dd label input {
  margin: 0px 3px 2px 0px;
  display: block;
  float: left;
  height: 16px;
  width: 14px;
  }

.smenu_search_campaign_waku {
	margin-bottom:10px;
	line-height:1em;
	border: 2px solid #CC0066;
}
.smenu_search_campaign_waku h4 {
	font-weight: bold;
	font-size:13px;
	color: #FFFFFF;
	background-image: url(../img/smenu_search_campaign_title_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 8px;	
	padding-bottom: 8px;
	padding-left:20px;
}
.smenu_search_campaign_waku dl {
	padding-top: 5px;
	font-size:0.85em;
}
.smenu_search_campaign_waku dt {
	padding: 0px 5px 0px 5px;
	font-weight:bold;
}
.smenu_search_campaign_waku dt a {
	padding: 4px 0px 0px 11px;
	display:block;
	background-image: url(../img/link_mark10.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.smenu_search_campaign_waku dt a:link,
.smenu_search_campaign_waku dt a:visited,
.smenu_search_campaign_waku dt a:active {
	color:#990033;
}
.smenu_search_campaign_waku dd {
	padding: 2px 5px 5px 16px;
	color:#666666;
}


.smenu_search_job_waku {
	margin-bottom:10px;
	line-height:1em;
	border: 2px solid #005BCC;
}
.smenu_search_job_waku h4 {
	font-weight: bold;
	font-size:13px;
	color: #FFFFFF;
	background-image: url(../img/smenu_search_job_title_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 8px;	
	padding-bottom: 8px;
	padding-left:20px;
}
.smenu_search_job_waku dl {
	padding-top: 5px;
	font-size:0.85em;
}
.smenu_search_job_waku dt {
	padding: 0px 5px 0px 5px;
	font-weight:bold;
}
.smenu_search_job_waku dt a {
	padding: 4px 0px 0px 11px;
	display:block;
	background-image: url(../img/link_mark10.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.smenu_search_job_waku dt a:link,
.smenu_search_job_waku dt a:visited,
.smenu_search_job_waku dt a:active {
	color:#0053BA;
}
.smenu_search_job_waku dd {
	padding: 2px 5px 5px 16px;
	color:#666666;
}
