/*
Theme Name: 福賀飛行クラブHOME
Description: 福賀飛行クラブホーム用テーマ
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* 基本 */
body {
	font-size:0.875em;
	line-height:1.5em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a	{text-decoration: none;
	color: #0c8bcd;
}
a:hover {
	color:#FFCC00 !important;
}
.wrapper {
	width:1000px;
	text-align:center;
	margin:0 auto;
}
/* ヘッダー */
#header {
	width:100%;
	height:270px;
	text-align:center;
	margin:0 auto;
	background-image:url(img/bg_header.jpg);
	background-repeat:repeat-x;
	border-bottom:10px solid #036;
}
#header .wrapper {
	width:1000px;
	text-align:center;
	margin:0 auto;
	position:relative;
}

#imgslider {
	width:1000px;
	height:270px;
	z-index:0;
}
#slideshow {
	width:1000px;
	height:270px;
}
#header .wrapper h1 {
	width:561px;
	height:128px;
	position:absolute;
	left:219px;
	top:130px;
	z-index:5;
}

/* ナビゲーションバー */

/* #menu */
#menu {
	text-align:center;
	padding:10px 0 7px 0;
	margin-bottom:20px;
}
.home #menu {
	text-align:center;
	padding:10px 0 10px 0;
	margin-bottom:0px;
}
#menu ul{;}
#menu li{
	display:inline;
}
#menu a{
	color:#003366;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	padding:12px 7px 7px 7px;
}
#menu a:hover{
	color:#FFCC00;
	background-color:#003366;
	background-image:url(img/bg_menu.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
}
#menu .current-menu-item a{
	color:#FFFFFF;
	background-color:#003366;
	background-image:url(img/bg_menu.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
} 

div#jcarousel_container .jcarousel-skin-tango .jcarousel-container-horizontal {
	text-align:center;
	margin:0 auto;
}
/* #container */

#container {
	width:910px;
	text-align:left;
	margin:0 auto;
}
#contents {
	width:640px;
	float:left;
	text-align:left;
}
.home #contents {
	width:680px;
}
#updatelist {
	text-align:left;
	margin-bottom:30px;
}
#updatelist dl {
	padding:15px 0;
	border-bottom:1px dotted #999999;
}
#updatelist dt {
	width:8em;
	float:left;
}
#updatelist dd {
	margin-left:9em;
}
dd.posttitle{
	font-weight:bold;
	padding-bottom:0.5em;
}
.contentsbody {
	text-align:left;
	margin:30px 0px;
}
#container p.anchrtop {
	clear:both;
	text-align:left;
	padding:10px 0 10px 0;
	margin-bottom:20px;
	line-height:1;
	border-top:1px solid #CCC;
}
#container p.anchrtop a{
	text-decoration:none;
	text-align:left;
}
#container p.anchrtop a:hover{
	color:FFCC00;
}
#contents h2.titPage {
	background-image:url(img/bg_pgtit.gif);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#000000;
	color:#FFFFFF;
	font-size:1.25em;
	padding:7px 0 7px 40px;
	margin-bottom:30px;
}
#contents h2.titPage  a	{
	color: #FFFFFF;
}
.contentsbody h3 {
	color:#003366;
	font-size:1.25em;
	font-weight:bold;
	margin:1em 0;
	padding:0 0 0 25px;
	clear:both;
	background-image:url(img/bg_titmark-h3.gif);
	background-repeat:no-repeat;
	background-position:center left;
}
.contentsbody h4 {
	font-size:1.1em;
	font-weight:bold;
	margin:1.2em 0;
	padding:0 0 5px 0;
	border-bottom:2px solid #003366;
	color:#003366;
}
.contentsbody h5 {
	font-size:1.1em;
	font-weight:bold;
	margin:1em 0;
	padding:2px 0 2px 10px;
	border-left:3px solid #003366;
	color:#003366;
}
.contentsbody h6 {
	font-size:1.1em;
	font-weight:bold;
	margin:1em 0;
	padding:3px 0;
}
.contentsbody p {
	margin-bottom:1em;
}
.contentsbody table {
	width:640px;
}
.contentsbody th {
	padding:5px;
	text-align:left;
	vertical-align:top;
	border-bottom:1px solid #999;
	font-weight:bold;
}
.contentsbody td {
	padding:5px;
	text-align:left;
	vertical-align:top;
	border-bottom:1px solid #999;
}
.contentsbody ul {
	margin:1em 0 1em 2em;
	list-style-type:disc;
}
.contentsbody ol {
	margin:1em 0 1em 2em;
	list-style-type:decimal;
}
.contentsbody li {
	padding:0.25em 0;
}
.contentsbody a {
	color:#0c8bcd;
}
.contentsbody a:hover {
	color:#FFCC00;
}
.contentsbody a.outerlink {
	padding-right:20px;
	background-image:url(img/icon_url.gif);
	background-position:right;
	background-repeat:no-repeat;
}


/* コンテンツ */
p.pagenation {
	overflow: hidden;
	padding-top:20px;
	padding-bottom:15px;
}

span.oldpage	{float: left}

span.newpage	{float: right}

/* 記事内の画像 */
.aligncenter	{display: block;
	margin-left: auto;
	margin-right: auto}

.alignleft	{float: left;
	margin-right: 10px;
	margin-bottom: 10px}

.alignright	{float: right;
	margin-left: 10px;
	margin-bottom: 10px}

.wp-caption	{border: solid 1px #aaaaaa;
	text-align: center;
	padding-top: 5px}

/* サイドバー */
div#sidebar {
	width:250px;
	float:right;
	text-align:left;
}
.home #sidebar {
	width:200px;
}
div#sidebar ul	{
	margin: 0;
	padding: 0;
	list-style-type: none}

div#sidebar .widget	{
	margin-bottom: 10px;
}

div#sidebar h2	{
	color:#036;
	font-size:1.25em;
	font-weight:bold;
	padding: 5px 0px;
	margin: 0;
}

div#sidebar li select {
	margin:10px;
}
div#sidebar li ul {
	margin:0 0 0 10px;
}
div#sidebar li li {
	border-bottom:1px dotted #000;
	padding:5px 0;
}
div#sidebar li li a	{;}
div#sidebar li li a:hover {;
}
div#sidebar li.widget_archive {;
}

/* #footer */

#footer {
	width:100%;
	text-align:center;
	margin:0 auto;
	font-size:12px;
	background-image:url(img/bg_footer.gif);
	background-repeat:repeat-x;
	clear:both;
	color:#666666;
}
#footer h2 {
	text-align:left;
}
#footermenu {
	margin-top:10px;
}
#footermenu li {
	display:inline;
	padding:3px 10px;
	border-right:1px solid #999999;
}
#footermenu li:first-child {
	border-left:1px solid #999999;
}
#footermenu a {
	color:#666666;
	text-decoration:none;
}
#footermenu a:hover {;
}
address {
	margin-top:10px;
}
address a{
	color:#666666;
	text-decoration:none;
}
address a:hover {;
}

/* ギャラリー */
.gallery-item {width: 33%;
	float: left;
	margin-top: 0;
	text-align: center}

.gallery img {border: solid 1px #aaaaaa;
	padding: 5px}

.gallery a:hover img	{background-color: #c4f254}

.gallery dd	{margin: 0;
	font-size: 0.75em}

.gallery br+br	{display: none}


/* 関連記事 */
div.related	{border: solid 1px #aaaaaa;
	margin-top: 20px}

div.related p	{color: #ffffff;
	background-color: #a7d043;
	margin: 0;
	padding-left: 10px}

div.related ol	{font-size: 0.75em}


/* 記事の個別ページ */

#postmeta {
	padding-bottom:20px;
}

#postmeta li{
	display:inline;
	padding:2px 10px;
	border-left:1px solid #999;
}

#categorylist {
	padding:20px 0 0 0;
}


/* 画像の個別ページ */
.attachment div#content	{width: 100%;
	float: none}

.attachment p.photo	{text-align: center}


/* 続きを読む */
div.post p.more	{
	margin: 0;
}

div.post p.more a	{
	border: solid 1px #aaaaaa;
	color: #333333;
	padding:5px}

div.post p.more a:hover	{
	background: #FFCC00;
	color:#333 !important;
}


/* サムネイル画像 */
div.post div.thumb	{float: left;
	margin: 0 10px 10px 0}


/* タイトルの一覧 */

.post dl.article {
	padding:10px 0;
	border-bottom:1px dotted #999999;
}
.post .article dt {
	width:8em;
	float:left;
}
.post .article dd {
	margin-left:9em;
}


/* パンくずリスト */
#breadcrumb	{
	margin-bottom: 5px;
	text-align:left;
}
#breadcrumb div	{
	display: inline;
	font-size:12px;
}


/* ページ番号リンク */
p.pagenum	{
	text-align: center;
}

p.pagenum a, p.pagenum span{
	padding: 3px 6px;
	color: #ffffff;
}

p.pagenum a	{background-color: #003366;}

p.pagenum span	{background-color: #003366;}

.wp-pagenavi {
	text-align: center;
	margin-bottom: 30px;
}
/* ページコンテンツ */
.contentsbody .section {
	border-bottom:1px dotted #009900;
	padding-top:1em;
	padding-bottom:1em;
	clear:both;
	zoom:100%;
}
.contentsbody .section:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.contentsbody .sectionend {
	padding-top:1em;
	padding-bottom:1em;
	clear:both;
	zoom:100%;
}
.contentsbody .sectionend:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

.floatleft {
	float:left;
	padding-left:15px;
	padding-right:10px;
}
.floatright {
	float:right;
	padding-left:10px;
	padding-right:15px;
}
.aligncenter {
	text-align:center;
}

#contactinfo {
	padding-left:30px;
}
#contactinfo dt{
	width:4em;
	float:left;
	font-weight:bold;
	padding:0 0 10px 0;
}
#contactinfo dd{
	margin-left:5em;
	padding:0 0 10px 0;
}
#contactinfo strong {
	color:#090;
	font-size:1.60em;
	font-weight:bold;
}

dl.accessinfo {
	padding-left:10px;
	border-bottom:1px dotted #009900;
	clear:left;
}
.accessinfo dt{
	width:4em;
	float:left;
	font-weight:bold;
	color:#090;
	padding:10px 0;
}
.accessinfo dd{
	margin-left:5em;
	padding:10px 0;
}
.accessmap dt{
	font-weight:bold;
	color:#090;
	padding:10px 0 10px 10px;
}
.accessmap dd{
	padding:0 0 0 15px;
}

.linklist {
	padding:10px 30px 10px 0;
}
.linklist li{
	padding:10px 0 10px 20px;
	border-bottom:1px dotted #CC6699;
	background-image:url(img/arrow_right.gif);
	background-repeat:no-repeat;
	background-position: 0 14px;
}
