@charset "utf-8";

/*
Theme Name:		Hatarakuweb Original
Theme URI:		http://www.hatarakuweb.biz/
Description:	はたらくウェブオリジナルテーマ
Author:			Karahai Inc.
Author URI:		http://www.karahai.jp/
Version:		
License:		
License URI:	
Tags: 
*/

@import url("./css/reset.css");
/*
@import url("./css/common.css");
@import url("./css/contents.css");
@import url("./css/widget.css");
*/


/* 共通設定
-------------------------------------------------------------- */
body {
	font-family:"Arial","DIN-Regular","ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background: url("./images/common/bg.gif") repeat-x left top;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 150%;
	letter-spacing: 0.1em;
}

h1,h2,h3,h4,h5 {
	letter-spacing: 0;
}

hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 8px;
}

p {
	margin-bottom: 8px;
}
ul {
	/* list-style: square; */
	list-style: disc;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
ul li {
	margin: 3px 0px 2px 8px;
}
ol li {
	margin: 3px 0px 2px 8px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}


/* リンク指定
-------------------------------------------------------------- */
a:link ,
a:visited {
	color: #666;
	text-decoration: none;
}
a:active,
a:hover {
	color: #217bd6;
	text-decoration: underline;
}

a:hover img.over{
	-moz-opacity:0.58;
	opacity:0.58;
	filter: alpha(opacity=58);
}


/* フォーム
----------------------------------------------- */
input[type="text"],
input[type='password'] ,
textarea {
	background: #fff;
	border: 1px solid #d1d1d1;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 4px;
}

select {
	border: solid 1px #ccc;
}


/* フレーム
-------------------------------------------------------------- */
#wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#container {
	width: 1000px;
	margin: 37px auto 20px auto;
	padding: 0;
min-height: 400px;
}


/* ヘッダー
-------------------------------------------------------------- */
#header_wrap {
	width:100%;
}

#header {
	width: 1000px;
	height: 140px;
	margin: 0 auto;
	position: relative;
	/* background: url("./images/common/bg_header.gif") no-repeat left top; */
}

#header h1 {
	float: left;
	/* width: 168px; */
	/* height: 29px; */
	position: absolute;
	top: 10px;
	left: 0px;
}
#header h1 span {
	display: none;
}


ul#header_gnavi {
	clear: both;
	width: 100%;
	margin: 0;
	display: block;
	overflow:hidden;
	/* background: url("./images/common/bg_gnavi.gif") no-repeat left top; */
	list-style:none;
	position: absolute;
	top: 75px;
	left: 0px;
	/* border-left : 1px solid #d1d1d1; */
	/* border-right: 1px solid #fff; */
}
ul#header_gnavi li{
	float: left; 
	/* width : 100px; */
	height : 60px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/* border-left : 1px solid #fff; */
	/* border-right: 1px solid #d1d1d1; */
}
ul#header_gnavi li img {
	height : 50px;
}
ul#header_gnavi li#gnavi01 {
	width : 114px;
}
ul#header_gnavi li#gnavi02 {
	width : 123px;
}
ul#header_gnavi li#gnavi03 {
	width : 133px;
}
ul#header_gnavi li#gnavi04 {
	width : 159px;
}
ul#header_gnavi li#gnavi05 {
	width : 160px;
}
ul#header_gnavi li#gnavi06 {
	width : 142px;
}
ul#header_gnavi li#gnavi07 {
	width : 169px;
}

ul#header_snavi  {
	float: right;
	list-style:none;
	margin: 8px 0px 0px 0px;
	padding: 4px;
	font-size:11px;
	/* background: url("./images/common/bg_snavi.gif") repeat left top;*/
	position: absolute;
	top: 30px;
	left: 654px;
}
ul#header_snavi li {
	float: left;
	margin: 0px;
	padding: 4px 0px;
	display: block;
	background-color: #fff;
}
ul#header_snavi a {
	padding: 0px 8px;
	border-right: 1px solid #d1d1d1;
	color: #666666;
	text-decoration: none;
}
ul#header_snavi li:last-child a {
	border-right: none;
}
ul#header_snavi a:hover {
	color: #999999;
}

#header_search  {
	float: right;
	list-style:none;
	margin: 0px 0px 0px 0px;
	position: absolute;
	top: 28px;
	left: 765px;
}
#header_search input[type=text] {
	float: left;
	width: 205px;
	padding: 3px 25px 3px 3px;
	/* height: 26px; */
	/* padding: 0px 36px 3px 9px; */
	/* background: url("../img/common/bg_header_search.png") no-repeat left top; */
	/* border: 0px solid #ffffff; */
}
#header_search input[type=image] {
	/* float: right; */
	margin: 2px 0px 0px -20px;
}


/* パンくず
-------------------------------------------------------------- */
#breadcrumb ul {
	margin: 0;
	list-style:none;
	position: absolute;
	top: 145px;
	left: 0px;
	letter-spacing: 0;
	/* font-size: 14px; */
	/* font-weight: bold; */
	/* color: #969696; */
}
#breadcrumb li {
	float: left; 
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#breadcrumb li.sub {
	margin: 0px 0px 0px 6px;
	padding:0px 0px 0px 14px;
	background: url("./images/common/ico_arrow02.png") no-repeat 2px;
}
/*
#breadcrumb li a {
	color: #969696;
	text-decoration:none;
}
#breadcrumb li a:hover {
	color: #555;
}
*/


/* メイン
-------------------------------------------------------------- */
#one_maincolumn {
	width: 100%;
	margin: 0 0 15px 0;
	padding: 0;
	overflow: hidden;
/* background-color: #f1f1f1; */
}
#two_maincolumn {
	float: left; 
	width: 735px;
	margin: 0 0 15px 0;
	padding: 0;
	overflow: hidden;
/* background-color: #f1f1f1; */
}


/* サイド
-------------------------------------------------------------- */
#sidecolumn {
	float: right; 
	width: 235px;
	margin: -33px 0 0 0;
	padding: 95px 0 0 0;
	background: url("./images/common/bg_side.gif") repeat-x left top;
}

body.home #sidecolumn {
	margin: 0;
	padding: 0;
	background: none;
}


/* フッター
-------------------------------------------------------------- */
footer {
	width: 100%;
	height: 220px;
	margin: 50px 0 0 0;
	padding: 0;
	background: url("./images/common/bg_footer.gif") repeat-x left 20px;
}

#pagetop {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	text-align: right;
}

#footer {
	width: 1000px;
	margin: 0 auto;
	padding: 8px 0 0 0;
	position: relative;
}

#footer .footer_navi {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	overflow:hidden;
	border-left: 1px solid #ccc;
}

#footer .footer_navi ul {
	list-style:none;
	margin: 0px auto;
	padding:0px 0px 0px 0px;
}
#footer .footer_navi li {
	float: left;
	margin: 0px;
	padding: 0px 0px;
	display: block;
	border-right: 1px solid #ccc;
}
#footer .footer_navi a {
	padding: 0px 8.5px;
	color: #666666;
	text-decoration: none;
}
#footer .footer_navi li:first-child a {
	padding: 0px 12.5px;
}
#footer .footer_navi a:hover {
	color: #999999;
}


#footer .footer_info {
	clear: both;
	margin-left: -190px;
	padding: 40px 0px 0px 0px;
/*
	width: 722px;
	height: 92px;
	color: #fff;
*/
	letter-spacing: 0.03em;
	background: url("./images/common/bg_footer_info.gif") no-repeat 85px top;
	position: absolute;
	top: 55px;
	left: 50%;
	text-align: center;
	line-height: 130%;
}
#footer .footer_info p {
	margin-bottom: 0px;
}

#footer .footer_copy {
	margin-left: -175px;
	position: absolute;
	top: 170px;
	left: 50%;
	color: #ebebeb;
	font-size: 10px;
}


/* コンテンツ設定
-------------------------------------------------------------- */
.contents_header {
	clear: both;
	width: 992px;
	height: 52px;
	padding: 4px;
	margin: 0;
	background: url("./images/common/bg_contents_h2.gif") repeat left top;
}
.contents_header section {
	height: 52px;
	background: url("./images/common/bg.gif") repeat left top;
}
.contents_header h2 {
	float: left;
	margin: 17px 0 0 10px;
	font-size: 26px;
}

.entry_header {
	clear: both;
	margin: 0px 0 20px 0;
	padding: 0px;
	/* background: url("./images/common/bg_contents_h2.gif") repeat left top; */
}
.entry_header h2 {
	height: 40px;
	padding: 10px 0px 0px 12px;
	background: url("./images/common/bg_contents_h2.gif") no-repeat left top;
	color: #fff;
	font-size: 16px;
}

.entry_content {
	clear: both;
	margin: 0 0 50px 0;
	line-height: 175%;
}

.entry_content .published {
	width: 100%;
	margin: -20px 0 10px 0;
	text-align: right;
}

.entry_content h3 {
	height: 30px;
	margin: 25px 0 15px 0;
	padding: 5px 0 0 25px;
	font-size: 16px;
	background: url("./images/common/bg_contents_h3.gif") no-repeat left bottom;
}
.entry_content h4 {
	height: 20px;
	margin: 15px 0px 10px 0px;
	padding: 0px 0px 2px 10px;
	font-size: 14px;
	background: url("./images/common/bg_contents_h4.gif") repeat-y left top;
}
.entry_content p {
	text-indent: 13px;
}

.entry_content a[href^="http"]{
	padding: 2px 0px 2px 18px;
	background:url("./images/common/ico_file_external.gif") no-repeat 1px 50%;
}
.entry_content * html a.external{
	padding: 2px 0px 2px 18px;
	background:url("./images/common/ico_file_external.gif") no-repeat 1px 50%;
}
.entry_content a[href^="http://www.okinawaken-badminton.com"]{
	padding:inherit;
	padding: 0px 0px 0px 0px;
	background:transparent;
}
.entry_content a[href$=".pdf"] {
	padding: 2px 0px 2px 22px;
	background: url("./images/common/ico_file_pdf.gif") no-repeat 1px 50%;
}
.entry_content * html a.pdf{
	padding: 2px 0px 2px 22px;
	background: url("./images/common/ico_file_pdf.gif") no-repeat 1px 50%;
}
.entry_content a[href$=".doc"] {
	padding: 2px 0px 2px 22px;
	background: url("./images/common/ico_file_doc.gif") no-repeat 1px 50%;
}
.entry_content * html a.doc{
	padding: 2px 0px 2px 22px;
	background: url("./images/common/ico_file_doc.gif") no-repeat 1px 50%;
}
.entry_content a[href$=".docx"] {
	padding: 2px 0px 2px 22px;
	background: url("./images/common/ico_file_doc.gif") no-repeat 1px 50%;
}
.entry_content * html a.docx{
	padding: 2px 0px 2px 22px;
	background: url("./images/common/ico_file_doc.gif") no-repeat 1px 50%;
}
.entry_content a[href$=".xls"] {
	padding: 2px 0px 2px 22px;
	background: url("./images/common/ico_file_xls.gif") no-repeat 1px 50%;
}
.entry_content * html a.xls{
	padding: 2px 0px 2px 22px;
	background: url("./images/common/ico_file_xls.gif") no-repeat 1px 50%;
}
.entry_content a[href$=".xlsx"] {
	padding: 2px 0px 2px 22px;
	background: url("./images/common/ico_file_xls.gif") no-repeat 1px 50%;
}
.entry_content * html a.xlsx{
	padding: 2px 0px 2px 22px;
	background: url("./images/common/ico_file_xls.gif") no-repeat 1px 50%;
}
.entry_content a[href$=".ppt"] {
	padding: 2px 0px 2px 22px;
	background: url("./images/common/ico_file_ppt.gif") no-repeat 1px 50%;
}
.entry_content * html a.ppt{
	padding: 2px 0px 2px 22px;
	background: url("./images/common/ico_file_ppt.gif") no-repeat 1px 50%;
}
.entry_content * html a{
	behavior: expression(
	this.className += this.getAttribute("href").match(/^http.*/) && (!this.getAttribute("href").match("magic-happens.net")) ? " external" : "",
	this.className += this.getAttribute("href").match(/\.pdf$/) ? " pdf" : "",
	this.className += this.getAttribute("href").match(/\.doc$/) ? " doc" : "",
	this.className += this.getAttribute("href").match(/\.doc$/) ? " docx": "",
	this.className += this.getAttribute("href").match(/\.xls$/) ? " xls" : "",
	this.className += this.getAttribute("href").match(/\.xls$/) ? " xlsx": "",
	this.className += this.getAttribute("href").match(/\.ppt$/) ? " ppt" : "",
	this.style.behavior = "none"
	);
}

.entry_content .morelink {
	float:right;
	margin: 5px 0px 10px 0px;
    padding: 1px 0px 0px 7px;
    background: url("./images/common/ico_arrow03.png") no-repeat 2px;
}


/* お知らせ（一覧）
-------------------------------------------------------------- */
dl.news_list {
	clear: both;
	overflow:hidden;
}
dl.news_list dt {
	float: left;
	width: 180px;
	padding: 6px 0px;
	text-indent: 10px;
}
dl.news_list dt.all {
	background: url("./images/news/ico_all.gif") no-repeat 100px center;
}
dl.news_list dt.worksteam {
	background: url("./images/news/ico_worksteam.gif") no-repeat 100px center;
}
dl.news_list dt.educator {
	background: url("./images/news/ico_educator.gif") no-repeat 100px center;
}
dl.news_list dt.ladies {
	background: url("./images/news/ico_ladies.gif") no-repeat 100px center;
}
dl.news_list dt.university {
	background: url("./images/news/ico_university.gif") no-repeat 100px center;
}
dl.news_list dt.highschool {
	background: url("./images/news/ico_highschool.gif") no-repeat 100px center;
}
dl.news_list dt.middleschool {
	background: url("./images/news/ico_middleschool.gif") no-repeat 100px center;
}
dl.news_list dt.junior {
	background: url("./images/news/ico_junior.gif") no-repeat 100px center;
}
dl.news_list dd {
	padding: 6px 0px 6px 180px;
	border-bottom: dotted 1px #ccc;
}


/* お知らせ（詳細）
-------------------------------------------------------------- */
.entry_content .news_photo {
	clear: both;
	float:right;
	margin: 0px 0px 20px 20px;
}
.entry_content .news_files {
	margin: 20px 0px 0px 0px;
}
.entry_content .news_files p {
	margin: 0px 0px 3px 0px;
	text-indent: 0px;
}


/* 大会情報（一覧）
-------------------------------------------------------------- */
dl#games_list {
	clear: both;
	overflow:hidden;
}
dl#games_list dt {
	float: left;
	width: 180px;
	padding: 6px 0px;
	text-indent: 10px;
}
dl#games_list dt.worksteam {
	background: url("./images/news/ico_worksteam.gif") no-repeat 100px center;
}
dl#games_list dt.educator {
	background: url("./images/news/ico_educator.gif") no-repeat 100px center;
}
dl#games_list dt.ladies {
	background: url("./images/news/ico_ladies.gif") no-repeat 100px center;
}
dl#games_list dt.university {
	background: url("./images/news/ico_university.gif") no-repeat 100px center;
}
dl#games_list dt.highschool {
	background: url("./images/news/ico_highschool.gif") no-repeat 100px center;
}
dl#games_list dt.middleschool {
	background: url("./images/news/ico_middleschool.gif") no-repeat 100px center;
}
dl#games_list dt.junior {
	background: url("./images/news/ico_junior.gif") no-repeat 100px center;
}
dl#games_list dd {
	padding: 6px 0px 6px 180px;
	border-bottom: dotted 1px #ccc;
}


/* 大会情報（詳細）
-------------------------------------------------------------- */
dl.games_detail {
	clear: both;
	padding: 8px 0px;
	overflow:hidden;
	letter-spacing: 0;
	border-bottom: dotted 1px #ccc;
}
dl.games_detail:first-child {
	border-top: dotted 1px #ccc;
}
dl.games_detail dt {
	float: left;
	width: 80px;
	padding: 1px 0px;
	text-align: center;
	color: #fff;
	background-color: #008826;
}
dl.games_detail dd {
	float: right;
	width: 630px;
	padding: 1px 0px;
}
dl.games_detail dd p {
	margin: 0px 0px 0px 0px;
	text-indent: 0px;
}
dl.games_detail dd .games_files {
	margin: 10px 0px 0px 0px;
}
dl.games_detail dd .games_files p {
	margin: 0px 0px 0px 0px;
	text-indent: 0px;
}

ul.games_photo {
	clear: both;
	margin: 0px 0px 0px -10px;
	display: block;
	overflow:hidden;
	list-style:none;
}
ul.games_photo li{
	float: left; 
	margin: 0px 0px 5px 10px;
}
ul.games_photo li img {
	width : 135px;
	height: 135px;
	padding: 1px;
	border: solid 1px #ccc;
}


/* 検索結果（一覧）
-------------------------------------------------------------- */
dl.search_list {
	clear: both;
	overflow:hidden;
}
dl.search_list dt {
	float: left;
	width: 85px;
	height: 20px;
	padding: 6px 0px;
	text-indent: 10px;
	background: url("./images/search/ico_other.gif") no-repeat 10px center;
}
dl.search_list dt.news {
	background: url("./images/search/ico_news.gif") no-repeat 10px center;
}
dl.search_list dt.games {
	background: url("./images/search/ico_games.gif") no-repeat 10px center;
}
dl.search_list dt.records {
	background: url("./images/search/ico_records.gif") no-repeat 10px center;
}
dl.search_list dt.gymnasium {
	background: url("./images/search/ico_gymnasium.gif") no-repeat 10px center;
}
dl.search_list dt.abouts {
	background: url("./images/search/ico_abouts.gif") no-repeat 10px center;
}
dl.search_list dd {
	padding: 6px 0px 6px 85px;
	border-bottom: dotted 1px #ccc;
}


/* サイトマップ
-------------------------------------------------------------- */
#sitemap {
	margin: 0;
	padding: 0;
}

#sitemap ul {
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#sitemap ul li {
	margin: 0px 0px 0px 12px;
	padding:0px 0px 0px 16px;
	background: url("./images/common/ico_arrow02.png") no-repeat 2px;
}
#sitemap ul.children {
	list-style:none;
	margin: 0px 0px 0px 16px;
	padding:0px 0px 0px 0px;
}
#sitemap ul.children li {
	margin: 0px 0px 0px 12px;
	padding:0px 0px 0px 16px;
	background: url("./images/common/ico_arrow02.png") no-repeat 2px 9px;
}
#sitemap ul.children ul {
	list-style:none;
	margin: 0px 0px 0px -12px;
	padding:0px 0px 0px 0px;
}


/* お問い合わせ
-------------------------------------------------------------- */
.wpcf7 {
	width:100%;
	margin: 30px 0px 0px 0px;
}

.wpcf7 dl {
	clear: both;
	margin: 10px 0px 0px 0px;
	overflow:hidden;
	border-top: dotted 1px #ccc;
}
.wpcf7 dl dt {
	float: left;
	width: 188px;
	padding: 10px 0px;
	text-indent: 10px;
}
.wpcf7 dl dt.must {
    background: url("/wp-content/uploads/contact/ico_must.gif") no-repeat 140px center;
}
.wpcf7 dl dd {
	padding: 10px 0px 10px 188px;
	border-bottom: dotted 1px #ccc;
}
.wpcf7 dl dd label {
	margin: 0px 10px 0px 0px;
}
.wpcf7 dl dd input[type='text'] {
	width: 400px;
}
.wpcf7 dl dd input[type='checkbox'] {
	vertical-align: middle;
	margin: 0px 2px 0px 0px;
}
.wpcf7 dl dd textarea {
	position: static;
	width: 600px;
}

.wpcf7 .privacypolicy_chk {
	margin: 30px auto 0px auto;
	text-align : center;
}
.wpcf7 .privacypolicy_chk input[type='checkbox'] {
	vertical-align: middle;
	margin: 0px 4px 0px 0px;
}
.wpcf7 .privacypolicy_chk a {
	text-decoration: underline;
}


div.btn_area{
    clear: both;
    margin: 35px auto 0px auto;
    padding: 0px 0px 0px 0px;
    text-align: center;
    height: 58px;
    width: 300px;
}


/* メインイメージ
-------------------------------------------------------------- */
#header_flash {
	width: 100%;
	margin: 15px auto -20px auto;
	padding: 0;
}
ul#mainimage {
	width: 1000px;
	height: 300px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	display: block;
	overflow:hidden;
}
ul#mainimage li {
	margin: 0;
	padding: 0;
}
ul#mainimage li img {
	margin: 0;
	padding: 0;
}


/* サブメニュー
-------------------------------------------------------------- */
#side_pagenavi {
	width: 213px;
	margin: 0px 0px 15px 0px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #d1d1d1;
}
#side_pagenavi h2 {
	height: 33px;
	padding: 5px 0px 0px 18px;
	font-size: 16px;
	background: url("./images/common/bg_side_h2.gif") no-repeat left bottom;
}
#side_pagenavi ul {
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#side_pagenavi li {
	margin: 0px 0px 0px 3px;
	padding:8px 0px 8px 15px;
	background: url("./images/common/ico_arrow02.gif") no-repeat 2px;
	border-bottom: 1px dotted #ccc;
}
#side_pagenavi li:last-child {
	border-bottom: none;
}
#side_pagenavi li a {
	display: block;
	padding: 0;
	/* color: #78583e; */
	text-decoration: none;
}
/*
#side_pagenavi li a:hover {
	color: #e6a840;
}
*/

#side_pagenavi li.current_page_item {
	background: url("./images/common/ico_arrow02_on.gif") no-repeat 2px;
}
#side_pagenavi li.current_page_item a {
	color: #217bd6;
}
#side_pagenavi li.current_page_item a:hover {
	color: #666;
}


/* サイドバナー
-------------------------------------------------------------- */
#sidebanner_widget {
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 0;
}
#sidebanner_widget ul {
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#sidebanner_widget li {
	margin: 0px 0px 8px 0px;
	padding:0;
}
#sidebanner_widget li:last-child {
	margin: 20px 0px 0px 0px;
	padding:0;
}


/* 広告バナー（サイド）
-------------------------------------------------------------- */
#sideadsgold_widget {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	/* background: #f8f8f8 url("./images/common/bg_ads.gif") repeat left top; */
	overflow: hidden;
}
#sideadsgold_widget ul {
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#sideadsgold_widget li {
	width: 235px;
	margin: 0px 0px 5px 0px;
	padding:0;
}


/* 広告バナー（トップページ）
-------------------------------------------------------------- */
#topadsgold_widget {
	width: 100%;
	margin: 0px 0px 5px 0px;
	padding: 5px;
	background: url("./images/common/bg_ads.gif") repeat left top;
	overflow: hidden;
}
#topadsgold_widget ul {
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#topadsgold_widget li {
	float: left;
	width: 194px;
	height: 70px;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
    display: block;
	overflow: hidden;
	background-color: #fff;
}
#topadsgold_widget li:first-child {
	margin: 0px 0px 0px 0px;
}

#topadssilver_widget {
	width: 100%;
	margin: 30px 0px 0px 0px;
	padding: 0px;
	/* background: #f8f8f8 url("./images/common/bg_ads.gif") repeat left top; */
	overflow: hidden;
}
#topadssilver_widget ul {
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#topadssilver_widget li {
	float: left;
	width: 143px;
	height: 50px;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
    display: block;
	overflow: hidden;
	background-color: #fff;
}
#topadssilver_widget li:first-child {
	margin: 0px 0px 0px 0px;
}


/* お知らせ（トップページ）
-------------------------------------------------------------- */
#topnews_widget {
	width:100%;
	margin: 0px 0px 0px 0px;
}
#topgames_widget {
	width:100%;
	margin: 20px 0px 0px 0px;
}

#topnews_widget h2,
#topgames_widget h2 {
	height: 40px;
	margin: 0px 0px 5px 0px;
	padding: 10px 0px 0px 12px;
	background: url("./images/common/bg_contents_h2.gif") no-repeat left top;
	color: #fff;
	font-size: 16px;
}

#topnews_widget .morelink,
#topgames_widget .morelink {
	float:right;
	margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 17px;
    background: url("./images/common/ico_arrow03.png") no-repeat 2px;
}


/* コンテンツ内容　共通
-------------------------------------------------------------- */
div.map_area {
    margin: 20px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    width: 735px;
    clear: both;
}

div.pricebox {
    margin: 20px 0px 35px 0px;
    padding: 28px 25px 15px 25px;
    width: 948px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #fff;
}

.pricearea {
    clear: both;
    margin: 5px 0px 15px 0px;
    border-top: 1px dotted #dcdcdc;
    font-size: 16px;
    font-weight: bold;
}

.pricearea dl {
    padding: 12px 2px;
    border-bottom: 1px dotted #dcdcdc;
    overflow:hidden;
}

.pricearea dt {
    float: left;
    width: 230px;
    text-indent: 5px;
}

.pricearea dd {
    float: right;
    width: 670px;
}

.listarea {
    clear: both;
    margin: 15px 0px 5px 0px;
    font-size: 16px;
}

div.banerbox {
    margin: 20px 0px 35px 0px;
    padding: 13px 15px 5px 15px;
    width: 968px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #fff;
}

div.img_2col {
    width: 660px;
}

div.img_1col {
    width: 320px;
}



/* 第30回全九州小学生バドミントン選手権大会　TOPバナー
-------------------------------------------------------------- */
#header_bnr2013 {
	width: 1000px;
	height: 100px;
	margin: 30px auto -25px auto;
	padding: 0px 0px 0px 0px;
	display: block;
	overflow:hidden;
}


/* 第30回全九州小学生バドミントン選手権大会　大会情報（1カラム）
-------------------------------------------------------------- */
.entry_content2013 {
	clear: both;
	margin: 25px 0 50px 0;
	line-height: 175%;
}

dl.games2013_detail {
	clear: both;
	padding: 8px 0px;
	overflow:hidden;
	letter-spacing: 0;
	border-bottom: dotted 1px #ccc;
}
dl.games2013_detail:first-child {
	border-top: dotted 1px #ccc;
}
dl.games2013_detail dt {
	float: left;
	width: 80px;
	padding: 1px 0px;
	text-align: center;
	color: #fff;
	background-color: #008826;
}
dl.games2013_detail dd {
	float: right;
	width: 890px;
	padding: 1px 0px;
}
dl.games2013_detail dd p {
	margin: 0px 0px 0px 0px;
	text-indent: 0px;
}
dl.games2013_detail dd .games_files {
	margin: 10px 0px 0px 0px;
}
dl.games2013_detail dd .games_files p {
	margin: 0px 0px 0px 0px;
	text-indent: 0px;
}

ul.games2013_photo {
	clear: both;
	margin: 0px 0px 0px -10px;
	display: block;
	overflow:hidden;
	list-style:none;
}
ul.games2013_photo li{
	float: left; 
	margin: 0px 0px 5px 10px;
}
ul.games2013_photo li img {
	width : 135px;
	height: 135px;
	padding: 1px;
	border: solid 1px #ccc;
}

div.map_area2013 {
    margin: 20px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    width: 1000px;
    clear: both;
}












div.area1 {
    margin: 23px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    width: 745px;
    clear: both;
}

div.area1 h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
}

div.area1 h3 a { text-decoration: none; }
div.area1 h3 a:link    { color: #217bd6; }
div.area1 h3 a:visited { color: #217bd6; }
div.area1 h3 a:hover   { color: #979797; }

div.area1 h3.case {
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 2px 28px;
	color: #585858;
	font-size: 14px;
	background: url("./images/common/bg_contents_h3_case.gif") left top;
}

div.box1 {
    clear: both;
    width: 723px;
    list-style:none;
    margin: 0px 0px 25px 0px;
    padding: 8px 10px 0px 10px;
    border: 1px solid #d6d6d6;
    overflow:hidden;
}

div.box2 {
    clear: both;
    width: 741px;
    list-style:none;
    margin: 0px 0px 0px 0px;
    padding: 1px 1px 1px 1px;
    border: 1px solid #d6d6d6;
    overflow:hidden;
    background-color: #fffffb;
}

div.box2in {
    clear: both;
    list-style:none;
    margin: 0px 0px 0px 0px;
    padding: 5px 15px 10px 15px;
}

div.area2 {
    margin: 23px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    width: 745px;
    clear: both;
}

div.area2 h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
}

div.area2 h3 a { text-decoration: none; }
div.area2 h3 a:link    { color: #217bd6; }
div.area2 h3 a:visited { color: #217bd6; }
div.area2 h3 a:hover   { color: #979797; }

ul.area2col {
    list-style:none;
    margin: 0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    vertical-align: bottom;
    text-align:left;
    overflow:hidden;
}

ul.area2col li.left {
    clear: both;
    float: left;
    width: 340px;
    list-style:none;
    margin: 0px 0px 0px 0px;
    padding: 8px 10px 0px 10px;
    border: 1px solid #d6d6d6;
    overflow:hidden;
}

ul.area2col li.right {
    float: right;
    width: 340px;
    list-style:none;
    margin: 0px 0px 0px 0px;
    padding: 8px 10px 0px 10px;
    border: 1px solid #d6d6d6;
    overflow:hidden;
}

div.area3 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 745px;
    clear: both;
}

div.area3in {
    clear:both;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    width: 745px;
}

ul.area3col {
    list-style:none;
    margin: 0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    vertical-align: bottom;
    text-align:left;
    overflow:hidden;
}

ul.area3col li.left {
    clear: both;
    float: left;
    width: 230px;
    list-style:none;
    margin: 0px 0px 0px 0px;
    padding: 1px 1px 1px 1px;
    overflow:hidden;
    border: 1px solid #d6d6d6;
}

ul.area3col li.center {
    float: left;
    width: 230px;
    list-style:none;
    margin: 0px 0px 0px 22px;
    padding: 1px 1px 1px 1px;
    overflow:hidden;
    border: 1px solid #d6d6d6;
}

ul.area3col li.right {
    float: right;
    width: 230px;
    list-style:none;
    margin: 0px 0px 0px 0px;
    padding: 1px 1px 1px 1px;
    overflow:hidden;
    border: 1px solid #d6d6d6;
}

div.next {
    margin: 0px 0px 0px 2px;
    padding: 0px 0px 0px 11px;
    background: url("/wp-content/themes/hatarakuweb/images/common/ico_arrow02.png") 0 7px no-repeat;
}

div.next_r70 {
    margin: 0px 0px 12px 2px;
    padding: 0px 0px 0px 11px;
    background: url("/wp-content/themes/hatarakuweb/images/common/ico_arrow02.png") 0 7px no-repeat;
    float: right;
    width: 70px;
}

div.next_l12 {
    margin: 0px 0px 0px 12px;
    padding: 0px 0px 0px 11px;
    background: url("/wp-content/themes/hatarakuweb/images/common/ico_arrow02.png") 0 7px no-repeat;
}

div.next_l12 a { text-decoration: none; }
div.next_l12 a:link    { color: #217bd6; }
div.next_l12 a:visited { color: #217bd6; }
div.next_l12 a:hover   { color: #979797; }


div.img_s{
    float: right;
    width: 150px;
    margin: 5px 3px 0px 0px;
    padding: 0px 0px 10px 10px;
    text-align: center;
}

div.img_r{
    float: right;
    width: 250px;
    margin: 3px 1px 20px 20px;
    padding: 0px 0px 0px 0px;
    text-align: center;
}

div.copy1{
    font-size: 16px;
    font-weight: bold;
    line-height: 150%;
    margin: 15px 0px 7px 0px;
    padding: 0px 0px 0px 0px;
}

div.list2 {
    margin: 50px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    width: 745px;
    clear: both;
}

div.list2 h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
}

div.list2 h3 a { text-decoration: none; }
div.list2 h3 a:link    { color: #217bd6; }
div.list2 h3 a:visited { color: #217bd6; }
div.list2 h3 a:hover   { color: #979797; }

div.list2 h4 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 3px 12px;
}

div.list2 h4 a { text-decoration: none; }
div.list2 h4 a:link    { color: #217bd6; }
div.list2 h4 a:visited { color: #217bd6; }
div.list2 h4 a:hover   { color: #979797; }

div.other {
    margin: 22px 0px 35px 0px;
    padding: 0px 0px 0px 0px;
    clear: both;
}

div.other h4 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 3px 12px;
}

div.other h4 a { text-decoration: none; }
div.other h4 a:link    { color: #217bd6; }
div.other h4 a:visited { color: #217bd6; }
div.other h4 a:hover   { color: #979797; }

ul.list2col {
    list-style:none;
    margin: 0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    vertical-align: bottom;
    text-align:left;
    overflow:hidden;
}

ul.list2col li.left {
    clear: both;
    float: left;
    width: 325px;
    list-style:none;
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 20px 20px;
    overflow:hidden;
}

ul.list2col li.right {
    float: right;
    width: 325px;
    list-style:none;
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 20px 20px;
    overflow:hidden;
}

.entry_content h5 {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 13px;
	font-size: 12px;
	background: url("./images/common/bg_contents_h5.gif") left top no-repeat;
}

div.history {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 745px;
    clear: both;
}

div.history dl {
	clear:both;
	display:block;
	margin :0px 0px 8px 0px;
	padding:0px 0px 8px 0px;
	overflow:hidden;
	border-bottom: 1px dotted #c5c5c5;
}

div.history dl dt {
	float: left;
	width:145px;
	margin :0px 0px 0px 0px;
	padding:0px 0px 0px 5px;
}

div.history dl dd {
	float: right;
	width:590px;
	margin :0px 0px 0px 0px;
	padding:0px 3px 0px 0px;
}

div.committee {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 745px;
    clear: both;
}

div.committee_un {
    margin: 50px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 745px;
    clear: both;
}

ul.committee3col {
    list-style:none;
    margin: 3px 0px 0px 0px;
    padding:15px 0px 20px 0px;
    vertical-align: bottom;
    text-align:left;
    overflow:hidden;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}

ul.committee3col li.left {
    clear: both;
    float: left;
    width: 210px;
    list-style:none;
    margin: 0px 0px 0px 50px;
    padding: 0px 0px 0px 0px;
    overflow:hidden;
}

ul.committee3col li.center {
    float: left;
    width: 210px;
    list-style:none;
    margin: 0px 0px 0px 30px;
    padding: 0px 0px 0px 0px;
    overflow:hidden;
}

ul.committee3col li.right {
    float: right;
    width: 210px;
    list-style:none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    overflow:hidden;
}

div.committee h5 {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 13px;
	font-size: 12px;
	background: url("./images/common/bg_contents_h5.gif") left top no-repeat;
}

div.committee h5 a { text-decoration: none; }
div.committee h5 a:link    { color: #217bd6; }
div.committee h5 a:visited { color: #217bd6; }
div.committee h5 a:hover   { color: #979797; }