@charset "utf-8";
/*
Theme Name: 保険オンブズマン
Theme URI: http://www.hoken-ombs.or.jp/
Description: 保険オンブズマン用のテンプレートです。
Author: 保険オンブズマン
Version: 1.1
*/


/* =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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

blockquote {
	quotes: none;
}

blockquote:before, blockquote:after {
	content: '';
	content: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img {
	border: none;
}


/* =Layout
-------------------------------------------------------------- */


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#header .inner,
#footer .inner,
#mainImg {
	width: 1000px;
	margin: 0 auto;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	text-align: center;
}


body,
input,
textarea {
	color: #6a624c;
}


hr {
	clear: both;
	height: 1px;
	margin-bottom: 18px;
	border: 0;
	background-color: #e7e7e7;
}


/* Text elements */
p {
	margin-bottom: 18px;
}

ul {
	margin: 0 0 18px 1.5em;
	list-style: square;
}

ol {
	margin: 0 0 18px 1.5em;
	list-style: decimal;
}

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;
}

dl {
	margin: 0 0 24px 0;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 18px;
}

strong {
	font-weight: bold;
}

cite,
em,
i {
	font-style: italic;
}

big {
	font-size: 131.25%;
}

ins {
	text-decoration: none;
	background: #ffc;
}

blockquote {
	padding: 0 3em;
	font-style: italic;
}

blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}

pre {
	padding: 1.5em;
	margin-bottom: 18px;
	color: #222;
	line-height: 18px;
	background: #f7f7f7;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	position: relative;
	height: 0;
	line-height: 1;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

a:link {
	color: #70973d;
}

a:visited {
	color: #93909c;
}

a:active,
a:hover {
	color: #ffbe0e;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/* =Header
-------------------------------------------------------------- */

#header {
	background: transparent url("images/header_bg.jpg") repeat-x left top;
}

#header .inner {
	width: 1000px;
}

#siteTitle {
	margin-left: 50px;
	text-align: left;
}

/* =Menu
-------------------------------------------------------------- */
#gnavi,
#gnavi li {
	padding: 0;
	margin: 0;
	list-style: none;
}

#gnavi {
	width: 900px;
	padding-right: 2px;
	margin: 0 auto;
	overflow: hidden;
	background: transparent url("images/navi_bg_last.gif") no-repeat right top;
	zoom: 1;
}

#gnavi li {
	float: left;
}

#gnavi li a {
	height: 44px;
	width: 180px;
	font-weight: bold;
	color: #fff;
	line-height: 44px;
	text-decoration: none;
	display: block;
	text-align: center;
	background: transparent url("images/navi_bg.jpg") no-repeat left top;
}

#gnavi li a:hover,
#gnavi li#present a {
	background-image: url("images/navi_bg_on.jpg");
}

/* =Content
-------------------------------------------------------------- */
#mainContents {
	width: 900px;
	padding: 16px 50px 100px;
	margin: 0 auto;
	text-align: left;
	background: transparent url("images/bg_maincontents.gif") repeat-x left top;
}

#main {
	float: left;
	width: 640px;
}

#mainContents input,
#mainContents textarea {
	font-size: 16px;
	color: #333;
	line-height: 24px;
}

#mainContents p,
#mainContentsn ul,
#mainContents ol,
#mainContents dd,
#mainContents pre,
#mainContents hr {
	margin-bottom: 24px;
}

#mainContents ul ul,
#mainContents ol ol,
#mainContents ul ol,
#mainContents ol ul {
	margin-bottom: 0;
}

#mainContents pre,
#mainContents kbd,
#mainContents tt,
#mainContents var {
	font-size: 15px;
	line-height: 21px;
}

#mainContents code {
	font-size: 13px;
}

#mainContents dt,
#mainContents th {
	color: #6a624c;
}

#mainContents h1,
#mainContents h2,
#mainContents h3,
#mainContents h4,
#mainContents h5,
#mainContents h6 {
	font-size: 100%;
}

#main table {
	width: 100%;
	margin: 0 -1px 24px 0;
	border: 1px solid #e7e7e7;
	text-align: left;
}

#mainContents tr th,
#mainContents thead th {
	padding: 9px;
	font-size: 12px;
	font-weight: bold;
	color: #888;
	background-color: #F0F0E8;
	line-height: 1.5;
}

#mainContents tr td {
	padding: 6px 10px;
	border-top: 1px solid #e7e7e7;
	line-height: 1.5;
}

#mainContents tr.odd td {
	background: #f2f7fc;
}

.hentry {
	margin: 0 0 48px 0;
}

.home .sticky {
	padding: 18px 20px;
	margin-right: -20px;
	margin-left: -20px;
	border-top: 4px solid #6a624c;
	background: #f2f7fc;
}

.single .hentry {
	margin: 0 0 36px 0;
}

.page-title {

}

.page-title span {
	font-size: 16px;
	line-height: 1.3;
	font-size: 120%;
	font-weight: bold;
}

.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}

.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}

#content .entry-title {
}

.entry-title a:link,
.entry-title a:visited {
	color: #6a624c;
	text-decoration: none;
}

.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}

.entry-meta {
	text-align: right;
}

.entry-meta abbr,
.entry-utility abbr {
	border: none;
}

.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}

#mainContents .entry-category {
	margin: 0 0 0.8em;
	}

.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
	line-height: 1.5;
}

#content .entry-summary p:last-child {
	margin-bottom: 12px;
}

.entry-content fieldset {
	padding: 24px;
	margin: 0 0 24px 0;
	border: 1px solid #e7e7e7;
}

.entry-content fieldset legend {
	padding: 0 24px;
	font-weight: bold;
	color: #6a624c;
	background: #fff;
}

.entry-content input {
	margin: 0 0 24px 0;
}

.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}

.entry-content label {
	font-size: 12px;
	color: #888;
}

.entry-content select {
	margin: 0 0 24px 0;
}

.entry-content sup,
.entry-content sub {
	font-size: 10px;
}

.entry-content blockquote.left {
	float: left;
	width: 33%;
	margin-right: 24px;
	margin-left: 0;
	text-align: right;
}

.entry-content blockquote.right {
	float: right;
	width: 33%;
	margin-right: 0;
	margin-left: 24px;
	text-align: left;
}

.page-link {
	margin: 0 0 22px 0;
	font-weight: bold;
	color: #6a624c;
	word-spacing: 0.5em;
}

.page-link a:link,
.page-link a:visited {
	padding: 0.5em 0.75em;
	font-weight: normal;
	color: 70973d;
	text-decoration: none;
}

.home .sticky .page-link a {
	background: #70973d;
}

.page-link a:active,
.page-link a:hover {
	color: #93909c;
}

body.page .edit-link {
	clear: both;
	display: block;
}

#entry-author-info {
	clear: both;
	padding: 18px 20px;
	margin: 24px 0;
	overflow: hidden;
	border-top: 4px solid #6a624c;
	font-size: 14px;
	line-height: 20px;
	background: #f2f7fc;
}

#entry-author-info #author-avatar {
	float: left;
	height: 60px;
	padding: 11px;
	margin: 0 -104px 0 0;
	border: 1px solid #e7e7e7;
	background: #fff;
}

#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}

#entry-author-info h2 {
	margin-bottom: 0;
	font-size: 100%;
	font-weight: bold;
	color: #6a624c;
}

.entry-utility {
	clear: both;
	font-size: 12px;
	color: #888;
	line-height: 18px;
}

.entry-meta a,
.entry-utility a {
	color: #888;
}

.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}

#content .video-player {
	padding: 0;
}

/* titles */
.category #mainContents .page-title,
.category #mainContents .page-title span,
.category #mainContents .page-title a,
#mainContents .entry-title,
#mainContents .entry-title a,
#mainContents .section-title,
#mainContents .section-title a {
	color: #6A624C;
	font-weight: bold;
	line-height: 1.3;
	}

#mainContents .entry-title,
.category #mainContents .page-title  {
	margin: 0 0 30px;
	padding: 0 0 20px;
	background: transparent url("images/h_bg.gif") no-repeat left bottom;
	}

.category #mainContents .page-title span,
.category #mainContents .page-title a,
#mainContents .entry-title span,
#mainContents .entry-title a {
	display: block;
	padding: 3px 0 0 30px;
	font-size: 120%;
	background: transparent url("images/blt_entrytitle.gif") no-repeat left 0.3em;
	}

#mainContents .section-title,
#mainContents .category-news .entry-title {
	margin: 0 0 15px;
	padding: 0 0 8px;
	background: transparent url("images/h_bg2.gif") no-repeat left bottom;
	}

#mainContents .section-title span,
#mainContents .category-news .entry-title a,
#mainContents .category-news .entry-title span {
	display: block;
	padding: 3px 0 0 23px;
	background: transparent url("images/blt_sectiontitle.gif") no-repeat left 0.3em;
	}

/* links */
a.pdf {
	padding: 3px 26px 3px 0;
	background: transparent url("images/ico_pdf.gif") no-repeat right 0.2em;
}

a.outside {
	padding-right: 25px;
	background: transparent url("images/ico_outside.gif") no-repeat right 0.2em;
	}


/* news */
#mainContents .news dt {
	float: left;
	width: 8em;
	font-weight: normal;
	color:#6a624c;
	}

#mainContents .news dd {
	margin-left: 8em;
	margin-bottom: 10px;
	}

#mainContents .more {
	text-align: right;
	}

/* category-news */
.category-news #mainContents .news {
	margin-bottom: 3em;
	}

.category-news #mainContents .news dd {
	margin-bottom: 1em;
	}

.category-news .pagelink {
	text-align: center;
	}

/* membership */
#mainContents ul.membership,
#mainContents ul.membership li {
	margin: 0;
	padding: 0;
	}

#mainContents ul.membership li {
	list-style: none;
	margin-bottom: 10px;
	}

/* sitemap */
#mainContents dl.sitemap dt {
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 1em;
	}

#mainContents dl.sitemap dd {
	margin-bottom: 0.8em;
	margin-left: 2em;
	}

#mainContents dl.sitemap dt.start {
	margin-top: 0;
	}

/* =Asides
-------------------------------------------------------------- */
#aside {
	float: right;
	width: 234px;
}


#aside ul {
	padding: 0;
	margin: 0;
}

#aside li {
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
	}

/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	margin-bottom: 0;
	border: 10px solid #f1f1f1;
}

.category-gallery .gallery-thumb {
	float: left;
	margin-top: -4px;
	margin-right: 20px;
}

.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}



/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	margin-top: 24px;
	font-size: 140%;
}

.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}

.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}



/* =Images
-------------------------------------------------------------- */

#content img {
	height: auto;
	width: auto;
	margin: 0;
	max-width: 640px;
}

#content .attachment img {
	max-width: 900px;
}

#content .alignleft,
#content img.alignleft {
	float: left;
	margin-top: 4px;
	margin-right: 24px;
	display: inline;
}

#content .alignright,
#content img.alignright {
	float: right;
	margin-top: 4px;
	margin-left: 24px;
	display: inline;
}

#content .aligncenter,
#content img.aligncenter {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}

#content .wp-caption {
	padding: 4px;
	margin-bottom: 20px;
	line-height: 18px;
	text-align: center;
	background: #f1f1f1;
}

#content .wp-caption img {
	margin: 5px 5px 0;
}

#content .wp-caption p.wp-caption-text {
	margin: 5px;
	font-size: 12px;
	color: #888;
}

#content .wp-smiley {
	margin: 0;
}

#content .gallery {
	margin: 0 auto 18px;
}

#content .gallery .gallery-item {
	float: left;
	width: 33%;
	margin-top: 0;
	text-align: center;
}

#content .gallery img {
	border: 2px solid #cfcfcf;
}

#content .gallery .gallery-caption {
	margin: 0 0 12px;
	font-size: 12px;
	color: #888;
}

#content .gallery dl {
	margin: 0;
}

#content .gallery img {
	border: 10px solid #f1f1f1;
}

#content .gallery br+br {
	display: none;
}

#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}



/* =Navigation
-------------------------------------------------------------- */

.navigation {
	overflow: hidden;
	font-size: 12px;
	color: #888;
	line-height: 18px;
}

.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}

.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}

.nav-previous {
	float: left;
	width: 50%;
}

.nav-next {
	float: right;
	width: 50%;
	text-align: right;
}

#nav-above {
	margin: 0 0 18px 0;
}

#nav-above {
	display: none;
}

.paged #nav-above,
.single #nav-above {
	display: block;
}

#nav-below {
	margin: -18px 0 0 0;
}



/* =Footer
-------------------------------------------------------------- */
#footer {
	clear: both;
	background: #fefefe url("images/footer_bg.jpg") repeat-x left top;
	text-align: left;
	height: 63px;
	line-height: 63px;
}

#footer .inner {
	width: 900px;
	}

#siteInfo {
	width: 550px;
	float: left;
	}

#copyright {
	width: 300px;
	float: right;
	text-align: right;
	}

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}

code {
	-webkit-text-size-adjust: 160%;
}

#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}

#site-description {
	-webkit-text-size-adjust: none;
}


/* =Clearfix
-------------------------------------------------------------- */
#wrapper:after,
#mainContents:after,
#footer:after,
.clearfix:after {
	clear: both;
	height: 0;
	visibility: hidden;
	line-height: 0;
	display: block;
	content: ".";
}

#wrapper,
#mainContents,
#footer,
.clearfix {
	min-height: 1%;
	display: inline-table;
}

/* for macIE \*/
* html #wrapper,
* html #mainContents,
* html #footer,
*html .clearfix{
	height: 1%;
}

#wrapper,
#mainContents,
#footer,
.clearfix{
	display: block;
}
/* end of for macIE */

/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
	background: none !important;
}

	#wrapper {
	position: relative !important;
	float: none !important;
	clear: both !important;
	display: block !important;
}

	#header {
	padding-bottom: 18pt;
	border-bottom: 2pt solid #6a624c;
}

	#colophon {
	border-top: 2pt solid #6a624c;
}

	#site-title,
	#site-description {
	float: none;
	padding: 0;
	margin: 0;
	line-height: 1.4em;
}

	#site-title {
	font-size: 13pt;
}

	.entry-content {
	font-size: 14pt;
	line-height: 1.6em;
}

	.entry-title {
	font-size: 21pt;
}

	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
	display: none !important;
}

	#container,
	#header,
	#footer {
	width: 100%;
	margin: 0;
}

	#content,
	.one-column #content {
	width: 100%;
	margin: 24pt 0 0;
}

	.wp-caption p {
	font-size: 11pt;
}

	#site-info,
	#site-generator {
	float: none;
	width: auto;
}

	#colophon {
	width: auto;
}

	img#wpstats {
	display: none;
}

	#site-generator a {
	padding: 0;
	margin: 0;
}

	#entry-author-info {
	border: 1px solid #e7e7e7;
}

	#main {
	display: inline;
}

	.home .sticky {
	border: none;
}

}