/*
Theme Name: Canned Tuna
Theme URI: http://kankokutsunagari.jp/
Description: Kankoku Tsunagari
Version: 1.0.0
Author: Yuji Saito / Seiji Hayakawa
Author URI: http://www.try-sky.com/
Tags: 
Text Domain: 
*/
@charset "utf-8";

/*かんこくつながり*/

/***********************************************************
	リセット
***********************************************************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, input, textarea, legend, p, blockquote, th, td {
	margin:	0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
}
* html table { font-size: 100%; }/*IE6（IE7、IE8も必要かも）*/

img, fieldset {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: "";
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
pre, code, kbd, samp {
	font-family: monospace;
}

* html * {/*IE6(hasLayout=true)*/
	zoom: 1.0;
}



/***********************************************************
	汎用設定
***********************************************************/

/*■floatのクリア等に使用■*/
.clear { clear: both; }
.hide { visibility: hidden; }
.none { display: none; }

/**/
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}	
* html .clearfix { height: 1%; }/*IE6*/
*:first-child+html .clearfix { display: inline-block; }/*IE7*/



/***********************************************************
	一般設定
***********************************************************/

/*■body■*/
body {
	padding: 0 0 20px 0;
	background: url(img/bg01.png);
	color: #333333;
	font-family: Verdana, sans-serif;
	/*font-family: "ＭＳ Ｐゴシック", sans-serif;*/
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;*/
	/*font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;*/
	font-size: 14px;
	line-height: 1.6;
}

/*■一般的なリンク■*/
a:link,
a:visited { color: #6666cc; text-decoration: underline; }
a:hover,
a:focus,
a:active  { color: #6666cc; text-decoration: none; }

/*■wrapper■*/
#wrapper {
	width: 980px;
	margin: 0 auto 0 auto;
	background: url(img/wrapper_bg01.png) repeat-y;
}

/*■header■*/
#header {
	margin: 0 20px 30px 20px;
	line-height: 1.2;
}
#header_title a {
	display: block;
	min-height: 121px;
	background: url(img/header_maintitle.png) no-repeat;
}
	* html #header_title a {/*IE6*/
		height: 121px;
	}
#header_title a span {
	display: none;
}

#header_navi {
	padding: 2px 0 2px 0;
	border: solid 1px #ed667c;
	background: #f08b9c url(img/header_navi_bg01.png) left bottom repeat-x;
	text-align: center;
}
	* html #header_navi {
		padding-bottom: 0;
	}
	*:first-child + html #header_navi {
		padding-bottom: 0;
	}
#header_navi li {
	display: inline;
	font-weight: bold;
}
#header_navi li.first{
	display: inline-block;
	background: url(img/header_navi_line01.png) left top repeat-y;
}
#header_navi li a {
	display: inline-block;
	padding: 5px 1.8em 4px 1.4em;
	background: url(img/header_navi_line01.png) right top repeat-y;
}
#header_navi li a:link,
#header_navi li a:visited { color: #ffffff; text-decoration: none; }
#header_navi li a:hover,
#header_navi li a:focus,
#header_navi li a:active  { color: #ffffff; text-decoration: underline; }

/*■container■*/
#container {
	margin: 0 20px 20px 20px;
	padding: 0 20px 0 20px;
	background: url(img/container_bg01.png) 590px 0 repeat-y;
}

/*■content■*/
#content {
	float: left;
	width: 540px;
}
#content .entry {
	margin: 0 0 48px 0;
}

#content .entry_title {
	margin: 0 0 30px 0;
	background: url(img/content_entry_title_bg01.png) center bottom no-repeat; 
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
}
#content .entry_title span {
	display: block;
	padding: 12px 14px 9px 14px;
	background: url(img/content_entry_title_bg02.png) center top no-repeat;
}
#content .entry_list {}
#content .entry_list .entry_list_item {
	margin: 0 0 26px 0;
}
#content .entry_list .entry_list_title {
	display: block;
	margin: 0 0 14px 0;
	font-size: 16px;
	font-weight: bold;
	background: url(img/content_entry_title_bg01.png) center bottom no-repeat; 
}
#content .entry_list .entry_list_title span{
	display: block;
	padding: 12px 14px 9px 14px;
	background: url(img/content_entry_title_bg02.png) center top no-repeat;
}
#content .entry_list .entry_list_content {
	margin: 0 0 10px 0;
}
#content .entry_list .entry_list_info {
	padding: 6px 0 0 0;
	border-top: dotted 1px #cccccc;
	font-size: 12px;
	text-align: right;
}

/**/
#content .entry_content p {
	margin: 0 0 14px 0;
}
#content .entry_content ul {
	margin: 0 0 14px 14px;
}
#content .entry_content li {
	margin: 0 0 4px 0;
	padding: 0 0 4px 14px;
	border-bottom: dotted 1px #cccccc;
	background: url(img/mark_arrow01.png) 0 0.35em no-repeat;
}
#content .entry_content strong {
	font-weight: bold;
}

#content p{
	margin-bottom:5px;
	text-indent:1.5em;
	line-height:170%;
}

#content strong{
	font-weight:bold;
}

span.wpcf7-list-item{
    display:block;
}

/*■sidebar■*/
#sidebar {
	float: right;
	width: 290px;
	padding: 10px 20px 0 20px;
	line-height: 1.2;
}
#sidebar .widget {
	margin: 0 0 24px 0;
}
#sidebar .widgettitle {
	min-height: 26px;
	margin: 0 0 4px -8px;
	padding: 4px 0 0 24px;
	background: url(img/mark_flower01.png) 0 0 no-repeat;
	font-weight: bold;
}
	* html #sidebar .widgettitle {/*IE6*/
		position: relative;/*ネガティブマージン用*/
		height: 26px;
	}

/**/
#sidebar .widget_recent_entries {}
#sidebar .widget_recent_entries ul {
	margin: 0 -8px 0 -8px;
	line-height: 1.4;
}
	* html #sidebar .widget_recent_entries ul {/*IE6*/
		position: relative;/*ネガティブマージン用*/
	}
#sidebar .widget_recent_entries li {
	margin: 0 0 12px 0;
	padding: 0 13px 14px 13px;
	border-bottom: dotted 1px #cccccc;
}

/**/
#sidebar .widget_categories {}
#sidebar .widget_categories ul {
	margin: 0 5px 0 5px;
}
#sidebar .widget_categories li {
	margin: 0 0 6px 0;
}

/**/
#sidebar #sidebar_navigator {}
#sidebar #sidebar_navigator dl {
	min-height: 124px;
	margin: 0 5px 6px 5px;
	background: #ffffff url(img/sidebar_navigator_bg01.png) center bottom no-repeat;
}
	* html #sidebar #sidebar_navigator dl {/*IE6*/
		height: 124px;
	}
#sidebar #sidebar_navigator dt {
	position: relative;
	margin: 0 0 10px 0;
	padding: 12px 12px 0 126px;
	background: url(img/sidebar_navigator_bg02.png) no-repeat;
	color: #ec7049;
	font-weight: bold;
}
#sidebar #sidebar_navigator dt img {
	position: absolute;
	left: 12px;
	top: 12px;
	z-index: 10;
	border: solid 1px #f4f4f4;
}
#sidebar #sidebar_navigator dd {
	padding: 0 12px 8px 126px;
	font-size: 12px;
	line-height: 1.4;
}

/**/
#sidebar #sidebar_rss {
	padding: 10px 10px 9px 10px;
	border: solid 1px #e6d8ca;
	background: #ffffff;
}
#sidebar #sidebar_rss ul {}
#sidebar #sidebar_rss li {}
#sidebar #sidebar_rss a {
	display: block;
	min-height: 14px;
	padding: 0 0 0 20px;
	background: url(img/icon_rss01.png) 0 0.1em no-repeat;
}
	* html #sidebar #sidebar_rss a {/*IE6*/
		height: 14px;
	}

#sidebar .banner .each_banner{
	margin-bottom:10px;
	font-size:90%;
	text-align:center;
}

#sidebar .banner img{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

/*■page_top■*/
#page_top {
	clear: both;
}
#page_top p {
	width: 540px;
	padding: 0 0 4px 0;
	text-align: right;
	line-height: 1.2;
}
#page_top p a {
	padding: 0 0 0 14px;
	background: url(img/mark_arrow02.png) 0 0.35em no-repeat;
}

/*■footer■*/
#footer {
	background: url(img/footer_bg01.png);
	line-height: 1.2;
}
#footmenu{
	margin:10px 20px;
	background-color:#EA778A;
	text-align:center;
}
#footmenu a{
	display:inline;
	color:#ffffff;
	border-left:solid 1px #fff;
	padding:3px 20px;
}
#footmenu a.last{
	border-right:solid 1px #fff;
}
#footer p {
	padding: 14px 16px 12px 16px;
	background: url(img/footer_bg02.png) center top no-repeat;
	font-size: 12px;
	text-align: center;
}

