@charset "utf-8";
/*
Theme Name: ふぼれん
Theme URI: http://www.fuboren.ner/
Description: このテーマは2010年版のWordpressデフォルトテーマ「Twenty Ten」をベースに制作されています。
Author: BLOG WORKS
Version:
License: GNU General Public License
License URI: license.txt

*/


/* =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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
img {
	vertical-align:bottom;
}
body {
	line-height: 1.4;
}
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
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	padding-bottom:10px;
	width:945px;
	overflow:auto;
}
#content {
	width:675px;
	float:right;
}
#primary {
	float: left;
	width: 250px;
}
#secondary {
	width:675px;
	padding-bottom:13px;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 945px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url ,
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
pre,
code,
input[type=submit] {
	font-family: Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","ＭＳ Ｐゴシック",sans-serif;
}


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

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#wrapper {
	margin: 0 auto;
	width: 100%;
}
#main {
	width:945px;
	margin:0 auto;
}
/* Structure the footer area *//*------------------------------------------------------------------------------------------------*/

#site-info {
}
#site-generator {
}


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

/* Main global 'theme' and typographic styles */
body {
	background:url(./images/back.jpg) no-repeat center top;;
}
body,
input,
textarea {
	color: #333;
	font-size: 12px;
	line-height:1.4;
}
hr {
	background-color: #cccccc;
	border:0;
	clear:both;
	height:1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
/*
ul {
	list-style: square;
	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;
}
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 {
	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;
	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;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	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: 2px;
}
a:link {
	color: #333333;
	text-decoration:none;
}
a:visited {
	color: #0042b5;
	text-decoration:none;
}
a:active,
a:hover {
	text-decoration:underline;
	color:#0042b5;
}

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


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

#header {
	width:100%;
	min-height:147px;
	background:url(./images/header.gif) repeat-x left top;
}
#branding {
	width:945px;
	height:147px;
	margin:0 auto;
}
#header #logo {
	float:left;
	width:353px;
}
#header #desc {
	float:right;
	width:346px;
}
#header #desc p {
	margin:0;
}
.headline {
	color:#ffffff;
	line-height:27px;
	height:27px;
	font-size:12px;
}
#site-title {
	float:left;
	font-size:12px;
}
#site-title a {
	color:#ffffff;
	text-decoration:none;
}
#site-description {
	/*height:169px;*/
}
.headline p {
	float:right;
	text-align:right;
	margin:0;
}
/* =Menu
-------------------------------------------------------------- */

#access {
	background:url(./images/menu_back.gif) repeat-x left top;
	width:100%;
	height:71px;
}

#access .menu {
	width:945px;
	margin:0 auto;
	height:71px;
	background:url(./images/nav_back.gif) no-repeat left top;
}
#access .menu ul {
	margin:0;
	padding:0;
	height:71px;
}
#access .menu li {
	width:135px;
	height:71px;
	font-size:14px;
	float:left;
	margin:0;
	text-align:center;
	list-style:none;
	position:relative;
}
#access .menu a {
	display:table-cell;
	vertical-align:middle;
	width:136px;
	height:71px;
	color:#000000;
	text-decoration:none;
}
#access .menu #menu-item-9 a {
	width:70px;
	padding:0 33px;
}
#access .menu #menu-item-10 a {
	width:100px;
	padding:0 18px;
}


#access .menu li:hover a {
	background:url(./images/nav_over.png) no-repeat left top;
}
#access .menu li:hover li a {
	background:#ffffff;
}

#access .menu li ul {
	position:absolute;
	height:auto;
	top:71px;
	left:0;
	display:none;
}
#access .menu li:hover ul {
	display:block;
	z-index:1;
}
#access .menu li ul li {
	width:134px;
	height:47px;
	float:none;
	padding:0;
	border:solid 1px #a9a9a9;
	border-top:none;
}
#access .menu li ul li:hover {
	padding-bottom:0;
}
#access .menu li ul li a {
	width:133px;
	height:47px;
	line-height:35px;
	border-left:solid 1px #ffffff;
}
#access .menu li#menu-item-5 ul li a:hover {
	background:#afa6fe;
}
#access .menu li#menu-item-6 ul li a:hover {
	background:#8e68ae;
}
#access .menu li#menu-item-7 ul li a:hover {
	background:#f6b160;
}
#access .menu li#menu-item-8 ul li a:hover {
	background:#93d599;
}
#access .menu li#menu-item-9 ul li a:hover {
	background:#98aec9;
}
#access .menu li#menu-item-10 ul li a:hover {
	background:#4c5cbc;
}
#access .menu li#menu-item-11 ul li a:hover {
	background:#ff73d6;
}
#access .menu li ul ul {
	left:200px;
	top:0;
}
/*-------------------------*/
#side_menu {
	margin-bottom:20px;
}
#side_menu li a {
	width:248px;
	height:72px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	font-size:18px;
	color:#000000;
	border:solid 1px #8f8f8f;
	background:url(./images/sub_nav.png) no-repeat left top;
}
#side_menu li a:hover {
	background:url(./images/sub_nav_.png) no-repeat left top;
}
#side_banner li {
	margin-bottom:14px;
}
/*-------------------------*/
#report_head {
	color:#ffffff;
	text-align:center;
	padding:5px 0;
	background:#000c4a;
	font-size:16px;
	font-weight:bold;
}
#report_menu {
	background:#ffffff;
	border:solid 1px #000c4a;
	margin-bottom:20px;
	padding:5px 10px;
}
#report_menu li {
	margin-left:20px;
	list-style-type:disc;
	padding:5px 0;
}

/* =Content
-------------------------------------------------------------- */
#main {
	padding-top:13px;
	clear:both;
}
#content {
	width:675px;
	overflow:auto;
}
div.page,
div.post {
	width:675px;
	overflow:auto;
}
.entry-body {
	width:675px;
	overflow:auto;
	padding-bottom:20px;
}

.entry-inner {
	width:675px;
	overflow:auto;
}
.entry-head {
	width:675px;
	padding-top:18px;
	background:url(./images/entry_head.png) no-repeat left top;
}

.entry-title {
	padding-left:10px;
	font-size:20px;
	font-weight:bold;
	min-height:30px;
	line-height:30px;
	background:#6b8af1;
	border-left:solid 1px #6b8af1;
	border-right:solid 1px #6b8af1;
	padding-bottom:5px;
	background:url(./images/entry_head_bottom.gif) repeat-x left bottom;
}
.entry-title a {
	color:#ffffff;
}
.entry-title a;hover {
	text-decoration:underline;
}
.entry-content {
	width:653px;
	overflow:auto;
	padding:10px;
	background:#ffffff;
	border:solid 1px #6b8af1;
	border-top:none;
	font-size:14px;
	line-height:1.6;
}
.entry-content object,
.entry-content iframe,
.entry-content img {
	max-width:570px;
}
.entry-content a img {
	border:solid 1px #001e5f;
}
.entry-content a:hover img {
	border:solid 1px #6b8af1;
}

.entry-meta {
	text-align:right;
	padding-right:10px;
	height:17px;
	line-height:17px;
	font-size:10px;
	padding-top:4px;
}
.entry-meta a {
	color:#001e5f;
	text-decoration:none;
}
.entry-utility {
	width:590px;
	/*padding-top:15px;*/
	overflow:auto;
}
.share {
	height:26px;
}
.share li {
	float:left;
}


/*------------top_page-------------------*/
#top_left {
	width:410px;
	float:left;
}

#top_right {
	width:520px;
	float:right;
}
/*------------------*/
#rss_blog {
	margin-bottom:15px;
}
#rss_feed {
	width:518px;
	height:215px;
	overflow:auto;
	background:#ffffff;
	border:solid 1px #f16b9a;
	border-top:none;
}
#rss_feed ul {
	width:518px;
}
#rss_feed li {
	font-size:14px;
	margin:0;
	padding:12px 0;
	width:518px;
	overflow:auto;
}

#rss_feed h4 {
	clear:both;
	float:right;
	width:368px;
}
.rssRow div {
	float:left;
	width:130px;
	padding-left:20px;
}
#rss_feed .odd {
	background:#fff2fb;
}
#rss_feed a:hover{
	color:#a3385e;
}
#rss_feed a:visited {
	color:#a3385e;
}
.now_loading,
.rssError {
	text-align:center;
	line-height:190px;
	font-size:18px;
	font-weight:bold;
	color:#a3385e;
}
/*------------------*/
#link_area {
	font-size:14px;
	margin-bottom:15px;
}
#link_area div {
	width:518px;
	height:180px;
	overflow:auto;
	background:#ffffff;
	border:solid 1px #76b571;
	border-top:none;
}
#link_area ul {
	padding-left:10px;
}
#link_area li {
	float:left;
	width:45%;
	padding:15px 0 0 0;
	margin-left:5%;
	list-style-type:disc;
}
#link_area li a {
	font-weight:bold;
	text-decoration:underline;
}
#link_area li a:hover {
	color:#6193e9;
}
#link_area li img {
	vertical-align:top;
	margin-left:5px;
}
/*------------------*/
#banner_area {
	width:535px;
	margin-left:-15px;
}
#banner_area li {
	float:left;
	padding-left:15px;
	padding-bottom:15px;
}

/*-------prev&next btn----------*/
#nav-below {
	clear:both;
	width:610px;
	overflow:auto;
	margin:0 auto;
	padding-bottom:25px;
}
.nav-next {
	float:left;
	width:300px;
	text-align:left;
}
.nav-previous {
	float:right;
	text-align:right;
	width:300px;
}
/*----------archive-------------*/
.page-title {
	width:945px;
	height:51px;
	text-align:center;
	line-height:51px;
	font-size:24px;
	font-weight:bold;
	margin:10px 0 20px 0;
	background:url(./images/head_back.png) no-repeat left top;
}
.page-title a {
	color:#000000;
	text-decoration:underline;
}
.archive_date {
	background:#d9e2ff;
	border-left:solid 1px #6b8af1;
	border-right:solid 1px #6b8af1;
	padding:5px 10px;
	font-size:14px;
	color:#3d38a3;
}

/*----------uniques-------------*/
#content div#post-0 .entry-content {
	padding-bottom:10px;
}

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

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


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

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
/*
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%;
	height: auto;
}*/
div.page .post .alignleft,
div.post .post .alignleft,
div.page img.alignleft,
div.post img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
div.page .alignright,
div.post .alignright,
div.page img.alignright,
div.post img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
div.page .aligncenter,
div.post .aligncenter,
div.page img.aligncenter,
div.post img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
div.page img.alignleft,
div.post img.alignleft,
div.page img.alignright,
div.post img.alignright,
div.page img.aligncenter,
div.post img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	border:solid 1px #000;
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 580px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #000 !important;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear:both;
	background:#ffffff;
}
h3#comments-title {
	background:#3b3b3b;
	color:#b8b8b8;
	padding:4px 7px;
	font-size:14px;
	margin-bottom:15px;
}
.depth-1 {
	width:572px;
	padding:8px;
	margin:0 auto;
	overflow:auto;
	margin-bottom:10px;
	border:solid 1px #a9a9a9;
}
#comments em {
	font-style:normal;
}
.comment-author {
	width:66px;
	float:left;
	min-height:75px;
}
.avatar {
	padding:6px;
	border:solid 1px #c5c5c5;
}
.reply {
	width:52px;
	text-align:center;
}
#comments .children {
	clear:both;
	padding:6px;
	padding-right:0;
	padding-left:40px;
	border-top:solid 1px #c5c5c5;
}
.comment {
	clear:both;
}
.comment-right {
	float:left;
	max-width:512px;
}

.comment-awaiting-moderation {
	color:#CC0000;
}
.comment-body {
	padding:5px 10px 10px 10px;
}

.comment-meta {
	color:#f29200;
}
.comment-meta .fn,
.comment-meta .says {
	font-style:normal;
	color:#001e5f;
	font-weight:bold;
}


/*-------------form--------------------*/
#respond {
	width:590px;
	padding:15px 0 20px 0;
	margin:0 auto;
}
#reply-title {
	color:#666666;
	font-size;14px;
	line-height:39px;
	height:39px;
	padding-left:10px;
	font-weight:bold;
	border-bottom:solid 1px #a9a9a9;
	margin-bottom:5px;
	background:url(./images/comment_head.png) no-repeat left top;
}
.required {
	color:#990000;
	float:left;
}
#respond p.comment-notes .required {
	float:none;
}
#respond p {
	clear:both;
	width:532px;
	overflow:auto;
	margin:0 auto;
	padding-bottom:10px;
}
#respond p.comment-notes {
	width:572px;
	padding-bottom:20px;
}
#respond label {
	font-weight:bold;
	width:130px;
	float:left;
}
#respond p input {
	width:382px;
	float:right;
}
#respond p input#submit {
	width:120px;
	display:block;
	margin:0 auto;
	float:none;
}
#respond textarea#comment {
	width:382px;
	height:150px;
	float:right;
	overflow:auto;
}
.form-allowed-tags {
	clear:both;
}

/* =Widget Areas
-------------------------------------------------------------- */
/*----------------primary-----------------*/
#primary {

}
#primary #searchform {
	padding:10px;

}
.screen-reader-text {
	
}
#s {
	width:224px;
}
#primary #searchsubmit {
	width:80px;
	display:block;
	margin:5px auto;
	margin-bottom:0;
}
#primary .widget-container {
	width:250px;
	background:url(./images/opacity.png);
	margin-top:20px;
	margin-bottom:20px;
}
#primary .widget_sp_image {
	margin-top:0;
	margin-bottom:0;
}
#primary li:first-child {
	margin-top:0;
}

#primary .widget-title {
	width:200px;
	padding:2px 42px 2px 8px;
	font-size:14px;
	font-weight:bold;
}
#primary .widget-title a {
	text-decoration:underline;
}

#primary .widget-title img {
	vertical-align:middle;
}
#primary .widget-container select {
	margin:10px auto;
	display:block;
}
#primary .widget-container ul {
	padding:10px;
	padding-bottom:0;
}
#primary .widget_text ul {
	padding:0 10px 10px 10px;

}
#primary .widget-container li {
	background:url(./images/point.png) no-repeat left top;
	padding-left:28px;
	padding-bottom:10px;
}

#primary .widget-container li a {
	text-decoration:underline;
}

#primary .tagcloud {
	padding:10px;
	line-height:1;
}
#primary .widget-container li ul,
#primary .widget-container li li {
	padding:0;
	background:none;
	border:none;
}
#primary .widget-container li ul {
	padding:0;
	padding-top:5px;
	width:200px;
}

/* =Footer
-------------------------------------------------------------- */
#footer-widget-area {
	clear:both;
	width:945x;
	padding-top:10px;
	margin:0 auto;
}
#footer-widget-area #searchform {
	padding:10px;

}
#footer-widget-area #s {
	width:200px;
}
#footer-widget-area #searchsubmit {
	width:80px;
	display:block;
	margin:5px auto;
	margin-bottom:0;
}
#footer-widget-area .widget-title {
	width:175px;
	padding:2px 42px 2px 8px;
	font-size:14px;
	font-weight:bold;
	color:#f29200;
	/*margin-bottom:10px;*/
	background:#001e5f url(./images/footer_widget.png) no-repeat left top;
}

#footer-widget-area .widget-container {
	float:left;
	/*width:225px;*/
	/*margin-bottom:10px;*/
}
#footer-widget-area .widget-container li {
	background:url(./images/point.png) no-repeat left top;
	padding-left:28px;
	padding-bottom:10px;
}
#footer-widget-area .widget-container li img {
	max-width:225px;
}

#footer-widget-area .widget-container .tagcloud,
#footer-widget-area .widget-container ul {
	margin:0;
	padding:10px;
	width:205px;
	background:url(./images/opacity.png);
}
#footer-widget-area .widget-container .tagcloud {
	line-height:1;
}
#footer-widget-area .widget-container li ul,
#footer-widget-area .widget-container li li {
	padding:0;
	background:none;
	border:none;
}
#footer-widget-area .widget-container li ul {
	padding:0;
	padding-top:5px;
	padding-right:5px;
	width:180px;
}
#footer-widget-area .widget-container li li {
	padding:0;
}

#footer {
	clear:both;
	width:100%;
	background:#d8e4ff;
	padding-bottom:20px;
	border-top:solid 1px #000c4a;
}
#footer a {
	text-decoration: none;
}
#footer #colophon {
	width:945px;
	margin:0 auto;
}

#footer_desc {
	width:384px;
	float:left;
	padding-bottom:15px;
}
#footer_desc dt,
#footer_desc dd {
	float:left;
	margin:0;
	color:#000c4a;
	font-weight:bold;
}
#footer_desc dt {
	clear:both;
	margin-left:5px;
}
#page_top {
	cursor:pointer;
	width:159px;
	float:right;
	padding:13px;
}
#site-info {
	clear:both;
	background:#000c4a;
	height:23px;
	line-height:23px;
	width:100%;
	color:#ffffff;
	text-align:center;
}
#site-info a {
	color:#ffffff;
}
/* =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;
}
