@charset "utf-8";

/* =====================================================================
*
*    frestyle CSS
*    http://ykuu.blog98.fc2.com/
*    *Copyright (c) 2010, ku. All Rights Reserved.
*    
* =================================================================== */

/* カスタマイズ用
------------------------------------------------- */
body {
	 /* pattern1~3でお好みのものを設定 */
	background: #fff url(http://blog-imgs-44.fc2.com/y/k/u/ykuu/frestyle_background_pattern2.gif);
}

.entry_body {
	font-size: 12px; /* 記事のフォントサイズ */
	line-height: 1.7; /* 記事の行間 */
}

#header-text {
	padding-bottom: 150px; /* トップ画像の縦サイズ(横は640pxで固定) */
	background-image: url(http://blog-imgs-44.fc2.com/y/k/u/ykuu/frestyle_eyeCatch.png); /* トップ画像のアドレス */
}

/* ブログ説明文を消すなら有効に
#description {
	display: none;
}
*/

/* ブログ名を画像にする場合は有効に
#sitename a {
	display: block;
	height: 画像の縦幅px;
	width: 画像の横幅px;
	text-indent: -32768px;
	background: url(画像のアドレス) no-repeat;
}
*/

/* ページナビにHOMEをつける場合は削除 */
.page_navi .home {
	display: none;
}


/* リセット
------------------------------------------------- */
html, body, div, span, applet, object, embed, 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, 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: normal;
	font-weight: normal;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td, dt {
	font-weight: normal;
	text-align: left;
}

a img, iframe {
	border: none;
}

ul, ol, li, dl, dt, dd {
	list-style: none;
}

input, textarea, select, button {	
	font-family: inherit;
	font-size: 100%;
}

select {
	margin: inherit;
}

/* Fixes incorrect placement of numbers in ol's in IE6/7 */
ol {
	margin-left: 2em;
}

/* == clearfix == */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* 基本
------------------------------------------------- */
body {
	background-color: #fff;
	color: #000;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', Arial, sans-serif;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	margin-top: 50px;
}

/* ハイパーテキスト
------------------------------------------------- */
a {
	overflow: hidden; /* for Fx */
	text-decoration: underline;
}

a:link {
	color: #00a9ff;
}

a:visited {
	color: #00a9ff;
}

a:focus,
a:hover {
	background-color: #00a9ff;
	color: #ffffff;
	text-decoration: none;
}

a:active {
	background-color: #c2cfe8;
	color: #00a9ff;
}

/* イメージ
------------------------------------------------- */
img,
a img {
	border: none;
}

	
.emoji {
	vertical-align: middle;
}

/* 基本要素
------------------------------------------------- */
h1 {
	font-size: 180%;
}

	
h2 {
	font-size: 108%;
}

	
h3 {
	font-size: 100%;
}

	
h4,h5,h6 {
	font-size: 100%;
}

table {
	font-size: 12px;
}

/* フォームパーツ
------------------------------------------------- */
input, textarea, button {	
	border-color: #d2dee9 #ebf1f5 #ebf1f5 #d2dee9;
	border-width: 1px;
	border-style: solid;
}

button {
	cursor: pointer;
}

input:hover, textarea:hover, button:hover,
input:focus, textarea:focus, button:focus {
	border-color: #000;
}

input[type="submit"],
button[type="submit"] {
	background-color: #00a9ff;
	border: 1px solid #00a9ff;
	color: #ffffff;
	cursor: pointer;
	padding: 1px 10px;
	width: 64px;
}

input[type="submit"]:hover,
button[type="submit"]:hover {
	background-color: #000;
	border-color: #000;
}


/* レイアウト
------------------------------------------------------------ */
#wrapper {
	margin: 0 auto 50px;
	width: 914px;
	text-align: left;
	overflow: hidden;
}

#main-column {
	float: left;
	width: 654px;
	overflow: hidden;
}

#header {
	padding-left: 7px;
	padding-right: 7px;
	overflow: hidden;
}

#main {
	padding-left: 7px;
	padding-right: 7px;
	overflow: hidden;
}

#sidemenu {
	float: right;
	overflow: hidden;
	width: 254px;
}

#footer {
	clear: both;
	font-size: 10px;
}

/* ヘッダー
------------------------------------------------------------ */

#wrapper {
	background: url(http://blog-imgs-44.fc2.com/y/k/u/ykuu/frestyle_wrapper_main-header.png) no-repeat 0 0;
}

#header {
	background: url(http://blog-imgs-44.fc2.com/y/k/u/ykuu/frestyle_wrapper_main-body.png) repeat-y;
	margin-top: 30px;
	padding-top: 10px;
	padding-bottom: 30px;
}

#header-text {
	padding-left: 20px;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: 0 100%;
}

#sitename {
	margin-bottom: 30px;
}

#sitename a {
	color: #333;
	font-size: 25px;
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-decoration: none;
}

#sitename a:hover { color: #00a9ff; background-color: transparent }

#description {
	color: #aaa;
	font-size: 10px;
	line-height: 1.5;
	margin-top: -20px;
	margin-bottom: 20px;
}

/* メインカラム
------------------------------------------------------------ */
#main-column {
	padding-bottom: 30px;
	background: url(http://blog-imgs-44.fc2.com/y/k/u/ykuu/frestyle_wrapper_main-footer.png) no-repeat 0 100%;
}

/* ページナビ
------------------------------------------------------------ */
.page_navi {
	margin-bottom: 30px;
	height: 30px;
	display: block;
	position: relative;
}

.page_navi .prev {
	position: absolute;
	top: 0;
	left: 0;
}

.page_navi .prev a {
	display: block;
	background: transparent url(http://blog-imgs-44.fc2.com/y/k/u/ykuu/frestyle_pagenavi.png) no-repeat 0 0;
	height: 30px;
	width: 60px;
	text-indent: -32768px;
}

.page_navi .prev a:hover {
	background-position: 0 -30px;
}

.page_navi .next {
	position: absolute;
	top: 0;
	left: 580px;
}

.page_navi .next a {
	display: block;
	background: transparent url(http://blog-imgs-44.fc2.com/y/k/u/ykuu/frestyle_pagenavi.png) no-repeat -60px 0;
	height: 30px;
	width: 60px;
	text-indent: -32768px;
}

.page_navi .next a:hover {
	background-position: -60px -30px;
}

.page_navi .home {
	position: absolute;
	top: 0;
	left: 280px;
}

.page_navi .home a {
	display: block;
	background: transparent url(http://blog-imgs-44.fc2.com/y/k/u/ykuu/frestyle_pagenavi_home.png) no-repeat 0 0;
	height: 30px;
	width: 80px;
	text-indent: -32768px;
}

.page_navi .home a:hover {
	background-position: 0 -30px;
}

/* メインコンテンツ
------------------------------------------------------------ */
#main {
	background: url(http://blog-imgs-44.fc2.com/y/k/u/ykuu/frestyle_wrapper_main-body.png) repeat-y;
}

.entry {
	margin: 0 0 30px;
}

.entry_title {
	margin: 0 10px;
	background: url(http://blog-imgs-44.fc2.com/y/k/u/ykuu/frestyle_mini_entry-title.png) no-repeat 0 50%;
	color: #5a5a5a;
	font-size: 25px;
	padding-left: 40px;
	line-height: 31px;
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.entry_title a {
	color: #5a5a5a;
	text-decoration: none;
}

.entry_title a:hover {
	color: #000;
	background-color: transparent;
}

.entry_info {
	margin: 3px 10px 10px 50px;
}

.entry_info li {
	display: inline;
	font-size: 10px;
	color: #999;
}

.entry_info a {
	color: #999;
}

.entry_info a:hover {
	color: #00a9ff;
}

.entry_category .dv {
	margin: 0 5px;
	color: #ccc;
}

.entry_category a {
	text-decoration: none;
	background: url(http://blog-imgs-44.fc2.com/y/k/u/ykuu/frestyle_mini_folder.png) no-repeat 0 50%;
	padding: 19px;
}

.entry_body {
	border-top: 1px solid #ddd;
	margin: 0 20px 20px;
	padding-top: 10px;
	overflow: hidden;
}

.entry_body .entry_more {
	margin: 20px 20px 10px 0;
}

.entry_more a {
	background: #ff005a url(http://blog-imgs-44.fc2.com/y/k/u/ykuu/frestyle_mini_continue.gif) no-repeat 95% 50%;
	color: #fff!important;
	font-size: 10px;
	font-weight: bold;
	padding: 3px 22px 3px 8px;
	text-decoration: none;
}

.entry_more a:hover {
	background-color: #000!important;
	text-decoration: none!important;
}

.entry_body .entry_tag {
	border: 1px solid #ddd;
	margin: 20px 0 0;
	padding: 5px 10px;
	font-size: 11px;
}

.entry_body .entry_tag li {
	display: inline;
	list-style: none;
	background: url("http://blog-imgs-44.fc2.com/y/k/u/ykuu/frestyle_mini_tag_red.png") no-repeat 0 50%;
	padding: 5px 20px;
	margin: 0;
}

.entry_body .entry_tag li a {
	color: #999;
}

.entry_body .entry_tag li a:hover {
	color: #000;
}

.entry_body .theme {
	font-size: 10px;
	margin: 10px 0 0;
}

.entry_body .theme li {
	font-weight: bold;
	list-style-type: square;
}

/* == clearfix == */
.entry_footer:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.entry_footer {
	display: inline-block;
}

* html .entry_footer {
	height: 1%;
}

.entry_footer {
	display: block;
}

.entry_footer {
	color: #000;
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 16px;
	padding-left: 394px;
	background: url(http://blog-imgs-44.fc2.com/y/k/u/ykuu/frestyle_dashed.gif) repeat-x 0 100%;
}

.entry_footer li {
	list-style-type: none;
}

.entry_footer .comment {
	float: left;
	padding-right: 10px;
}

.entry_footer .notb {
	float: right;
}

.entry_footer a {
	display: block;
	width: 108px;
	height: 33px;
	text-indent: -32768px;
	background: url(http://blog-imgs-44.fc2.com/y/k/u/ykuu/frestyle_reaction.png) no-repeat 0 0;
}

.entry_footer .comment a {
	background-position: 0 0;
}

.entry_footer .comment a:hover {
	background-position: 0 -33px;
}

.entry_footer .tb a {
	background-position: -108px 0;
}

.entry_footer .tb a:hover {
	background-position: -108px -33px;
}

/* clap + bookmark */
.fc2_footer {
	margin: 10px 0 0;
}

/* エントリー
------------------------------------------------------------ */
.entry_body a {
	color: #57a2ff;
	text-decoration: none;
}

.entry_body a:hover {
	background-color: transparent;
	text-decoration: underline;
}

.entry_body h2,
.entry_body h3,
.entry_body h4,
.entry_body h5,
.entry_body h6 {
	font-weight: bold;
	margin: 1em 0;
}

.entry_body h2 {
	font-size: 17px;
}

.entry_body h3 {
	border-bottom: 3px double #000;
	font-size: 15px;
}

.entry_body h4 {
	padding-left: 18px;
	font-size: 13px;
	background: url(http://blog-imgs-44.fc2.com/y/k/u/ykuu/h4bg.gif) no-repeat 0 4px;
}

.entry_body h5 {
	font-size: 12px;
}

.entry_body h6 {
	font-size: 11px;
}

.entry_body p {
	margin: 0.3em 1em;
}

.entry_body ul,
.entry_body ol {
	margin: 0.5em 0 1em;
}

.entry_body ol {
	border-left: 4px solid #ddd;
}

.entry_body ul li {
	list-style: disc outside;
	margin-left: 15px;
}

.entry_body ol li {
	list-style: decimal outside;
	margin-left: 30px;
}

.entry_body dl {
	border: 1px solid #999999;
	margin: 1em 1.5em;
	padding: 1em 1em 0;
}

.entry_body dt {
	border-bottom: 1px dotted #999999;
	font-weight: bold;
	margin-bottom: 0.5em;
	padding-bottom: 2px;
}

.entry_body dd {
	margin: 0 1em 1em;
}

.entry_body blockquote {
	background-color: #fff;
	border: 3px solid #ddd;
	margin: 5px;
	padding: 5px;
}

.entry_body fieldset {
	border: 1px solid #999999;
	margin-bottom: 20px;
	padding: 0 10px 10px 10px;
}

.entry_body legend {
	background-color: #ffffff;
	padding: 10px;
}

.entry_body .baton_q {
	padding: 2px;
}

.entry_body .baton_a {
}

.entry_body .q_number{
	color: #910000;
	padding: 3px;
}

.entry_body .a_number{
	border-right: 3px solid #999999;
	color: #999999;
	font-weight: bold;
	margin-right: 5px;
	padding-right: 5px;
}

.entry_body pre {
	background-color: #444;
	color: #fff;
	font-family: sans-serif;
	line-height: 1.2;
	margin: 1em auto;
	overflow: auto;
	padding: 5px 10px;
	width: 90%;
}

#more {
	border-top: 1px dotted #ccc;
	margin-top: 10px;
	padding-top: 10px;
}

/* for without MacIE5 \*/
.entry_body pre {
	overflow: scroll;
}

/**/
.entry_body > pre {
	width: auto;
}

.entry_body code {
	padding:  2px 3px;
	font-family: monospace;
	color: #fff;
	background-color: #333;
}

.entry_body .code {
	margin: 10px;
	padding: 10px;
	display: block;
	font-family: monospace;
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: pre-wrap;      /* CSS3 */
	word-wrap: break-word;      /* IE 5.5+ */
	color: #fff;
	background-color: #333;
}

.entry_body img.left {
	margin-right: 10px;
	float: left;
}

.entry_body img.right {
	margin-left: 10px;
	float: right;
}

.entry_body a img {
	border: 4px solid #fff;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

.entry_body a:hover img {
	border-color: #57a2ff;
}

.entry_body a.noborder img {
	border: none;
}

.fc2_footer a,
.fc2_footer a:hover {
	background-color: transparent;
}

.entry_body a img.emoji,
.entry_body a:hover img.emoji {
	background-color: transparent;
	border: none;
}

.entry_body table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.4;
	margin: 0 0 1em;
}

.entry_body table caption {
	font-weight: bold;
	margin: 0;
	padding-bottom: 10px;
}

.entry_body th {
	background-color: #444;
	border: 1px solid #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 4px;
	vertical-align: middle;
}

.entry_body td {
	background-color: #fff;
	border: 1px solid #333;
	color: #333;
	padding: 3px 4px;
	vertical-align: middle;
}

.entry_body strong {
	font-weight: bold;
}

.entry_body strike,
.entry_body del {
	text-decoration: line-through;
}

.entry_body em {
	font-style: italic;
}

.entry_body hr {
	border: none;
	border-top: 1px solid #ccc;
	height: 1px;
}

.entry_body textarea {
	color: #fff;
	background-color: #333;
	border: 1px solid #222;
	padding: 4px;
	width: 80%;
}

/* コメント/トラックバック/記事一覧
------------------------------------------------------------ */

.section {
	margin-left: 40px;
	margin-right: 40px;
}

.sub_header {
	margin-bottom: 25px;
	padding: 0;
	height: 15px;
	text-indent: -32768px;
	background-image: url(http://blog-imgs-44.fc2.com/y/k/u/ykuu/frestyle_subheader.png);
	background-repeat: no-repeat;
}

.sh_tb {
	background-position: 0 -15px;
}

.sh_cm {
	background-position: 0 0;
}

.sh_cms {
	background-position: 0 -30px;
}

.sub_title {
	background-color: #eee;
	color: #333;
	font-weight: bold;
	margin: 0 10px 5px 10px;
	padding: 2px 10px;
}

.sub_body {
	color: #666;
	font-size: 11px;
	margin: 0 20px;
	padding-bottom: 10px;
}

.sub_footer {
	border-top: 1px dotted #ccc;
	color: #666;
	font-size: 10px;
	margin: 0 10px;
	padding: 5px 0 20px 0;
	text-align: right;
}

.sub_footer li {
	display: inline;
	list-style-type: none;
}

.sub_footer a {
	text-decoration: none;
}

.log {
	margin-bottom: 20px;
	margin-left: 10px;
	padding-top: 15px;
	width: 520px;
	background: url(http://blog-imgs-44.fc2.com/y/k/u/ykuu/frestyle_comment-header.png) no-repeat 0 0;
}

.log h6 {
	margin-bottom: 10px;
	padding-bottom: 2px;
	font-weight: bold;
	border-bottom: 1px solid #9ac9ff;
}

.notitle h6 {
	display: none;
}

.log dt {
	padding-top: 36px;
	background: url(http://blog-imgs-44.fc2.com/y/k/u/ykuu/frestyle_comment-footer.png) no-repeat 0 0;
	text-align: right;
	color: #999;
}

.log dt .name {
	color: #000;
	font-weight: bold;
}

.log dd {
	color: #000;
	padding: 0 20px;
	background: url(http://blog-imgs-44.fc2.com/y/k/u/ykuu/frestyle_comment-body.png) repeat-y;
	line-height: 1.5;
}

.form {
	font-size: 11px;
	padding-bottom: 20px;
}

.form dl {
	margin-left: 10px;
	margin-right: 10px;
}

.form dt {
	font-weight: bold;
	margin-bottom: 2px;
}

.form dt label {
	font-weight: bold;
}

.form dd {
	margin-bottom: 10px;
}

.form textarea {
	background-color: #fff;
	border-width: 1px;
	border-color: #ddd #eee #eee #ddd;
	border-style: solid;
	color: #000;
	height: 80px;
	padding: 4px;
	width: 300px;
}

.trackback_url input,
.form input {
	background-color: #fff;
	border-width: 1px;
	border-color: #ddd #eee #eee #ddd;
	border-style: solid;
	color: #000;
	padding: 4px;
	width: 200px;
}

.trackback_url input {
	width: 300px;
	word-break: break-all;
}

.form input[type="password"] {
	width: 60px;
}

.form textarea:hover,
.trackback_url input:hover,
.form input:hover,
.form textarea:focus,
.trackback_url input:focus,
.form input:focus {
	border-color: #000;
}

.form #himitu {
	background-color: auto;
	border: auto;
	height: auto;
	margin-right: 0.5em;
	width: auto;
}

.form_btn {
	margin: 20px 10px 15px;
}

.form_btn button {
	width: 62px;
	height: 22px;
	border: 0;
	display: block;
	text-indent: -32768px;
	background-color: transparent;
	background-image: url(http://blog-imgs-44.fc2.com/y/k/u/ykuu/frestyle_button.png);
	background-repeat: no-repeat;
}

.form_btn button:hover {
	background-color: transparent;
}

.form_btn .post {
	background-position: -62px 0;
}

.form_btn .post:hover {
	background-position: -62px -22px;
}

.form_btn .delete {
	background-position: -124px 0;
}

.form_btn .delete:hover {
	background-position: -124px -22px;
}

/*\*//*/
.form_btn button {
	letter-spacing: -32768px;
}
/**/

#comment_form {
	margin-bottom: 30px;
}

.trackback_url {
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 30px;
	text-align: left;
}

.trackback_url input {
	font-size: 11px;
	padding: 1px;
	width: 85%;
}

.trackback_url a {
	font-size: 11px;
}


/* サイドメニュー
------------------------------------------------------------ */
#sidemenu {
	font-size: 12px;
}

#sidemenu a {
	color: #333;
	text-decoration: none;
}

#sidemenu a:hover {
	background-color: transparent;
	color: #000;
	text-decoration: underline;
}

.sidemenu_body {
	padding-top: 17px;
	overflow: hidden;
	background: url(http://blog-imgs-44.fc2.com/y/k/u/ykuu/frestyle_wrapper_sm-head.png) no-repeat 0 0;
}

.sidemenu_body .plg_footer {
	margin-bottom: 10px;
	height: 20px;
	background: url(http://blog-imgs-44.fc2.com/y/k/u/ykuu/frestyle_wrapper_sm-footer.png) no-repeat 0 100%;
}

.sidemenu_body .plg_title {
	padding: 0 17px 0 36px;
	background: url(http://blog-imgs-44.fc2.com/y/k/u/ykuu/frestyle_mini_sm-title.png) no-repeat 17px 50%;
	color: #34696f;
	font-weight: bold;
	line-height: 22px;
}

.sidemenu_body .plg_body {
	padding: 10px 17px 0;
	background: url(http://blog-imgs-44.fc2.com/y/k/u/ykuu/frestyle_wrapper_sm-body.png) repeat-y 0 0;
	overflow: hidden;
}

.sidemenu_body .plg_body input {
	margin: 2px;
}

.sidemenu_body .plg_body ul {
	margin: 0 15px;
}

.sidemenu_body .plg_body li {
	background: url(http://blog-imgs-44.fc2.com/y/k/u/ykuu/frestyle_mini_sidemenu_list.gif) no-repeat 0 50%;
	line-height: 12px;
	margin-bottom: 10px;
	padding-left: 10px;
}

#sidemenu input {
	max-width: 99%;
}

#sidemenu .plg .plg_body {
	line-height: 1.5;
}

/* Piyo
------------------------------------------------------------ */
.tab {
	margin: 0;
	padding: 0;
	text-align: left;
}

.tab input{
}

.tab input.b1 {
	background-color: #910000;
	border: 1px solid #910000;
	color: #ffffff;
	margin: 0 5px -1px 5px;
	padding: 1px 3px;
	width: 65px;
}

.tab input.b2 {
	background-color: #910000;
	border: 1px solid #910000;
	color: #ffffff;
	margin-bottom: -1px;
	padding: 1px 3px;
	width: 65px;
}

.tab input[type="button"] {
	background-color: #910000;
	border: 1px solid #910000;
	color: #ffffff;
	cursor: pointer;
	padding: 1px 3px;
}

.mylog {
	text-align: left;
}

.mylog img {
	vertical-align: middle;
}

.mylog #lay1 {
	border: 1px solid #910000;
	margin: 0 0 5px 0;
	padding-top: 10px;
}

.mylog #lay2 {
	border: 1px solid #910000;
	margin: 0 0 5px 0;
	padding-top: 10px;
}

.mylog .nickname {
	margin-left: 5px;
}

.mylog .title {
	font-weight: bold;
	margin-bottom: 5px;
}

.mylog dl {
	margin: 0;
	padding: 0;
}

.mylog dt.day {
	background-image: none;
	font-size: 11px;
	margin-left: 5px;
	padding: 0;
	text-align: left;
}

.mylog dd.piyolog {
	padding: 0 5px 10px 10px;
}

dd.piyolog {
	background: none;
}

.license {
	font-size: 10px;
	text-align: right;
}

/* フッター
------------------------------------------------------------ */
#footer {
	padding: 20px 0;
	text-align: center;
	color: #fff;
	background: #333 url(http://blog-imgs-44.fc2.com/y/k/u/ykuu/frestyle_footer-bg.gif);
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	background-color: #00a2ff;
}

#footer p {
	margin-bottom: 3px;
}

/* 検索ページ・サイトマップ
------------------------------------------------------------ */
.titlelist .sub_header,
.search .sub_header {
	margin: 0 0 30px;
	height: 31px;
	text-indent: 0;
	background: url(http://blog-imgs-44.fc2.com/y/k/u/ykuu/frestyle_mini_entry-title.png) no-repeat 0 50%;
	color: #5a5a5a;
	font-size: 25px;
	padding-left: 40px;
	line-height: 31px;
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.titlelist h4 {
	margin: 1em 0;
	padding-left: 18px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.7;
	background: url(http://blog-imgs-38.fc2.com/m/e/t/metiams/h4bg.gif) no-repeat 0 4px;
}

.titlelist .main_menu {
	margin: 30px 15px 0;
}

.titlelist .cat_list {
	margin: 0 0 20px;
	padding: 0 15px 20px;
	border-bottom: 1px dashed #ddd;
}

.titlelist .main_menu li {
	line-height: 12px;
	padding-left: 10px;
	margin: 2px 0;
}

.titlelist .main_menu .main_list {
	margin-bottom: 10px;
	padding: 0;
	background-image: none;
}

.titlelist .main_menu .main_list,
.titlelist .main_menu .main_list .sub_menu li {
	padding-left: 19px;
	background: url(http://blog-imgs-44.fc2.com/y/k/u/ykuu/frestyle_mini_folder.png) no-repeat 0 1px;
}

.titlelist .main_menu .main_list a,
.titlelist .main_menu .main_list .sub_menu li a {
	line-height: 20px;
}

.titlelist .main_menu .main_list .sub_menu,
.titlelist .main_menu .main_list .sub_sub_menu {
	margin-left: 0;
}

.titlelist .main_menu .main_list .sub_sub_menu li a {
	padding-left: 0;
	background-image: none;
}

.titlelist .main_menu .main_list a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.titlelist .main_menu .f a {
	font-weight: normal;
}

.titlelist .main_menu .e a {
	font-weight: normal;
	color: #00a9ff;
}

.titlelist .main_menu a:focus,
.titlelist .main_menu a:hover {
	background-color: #00a9ff!important;
	color: #ffffff!important;
	text-decoration: none!important;
}

.titlelist .main_menu .main_list .sub_menu .e {
	padding-left: 21px;
	background: url(http://blog-imgs-44.fc2.com/y/k/u/ykuu/page_text_white.gif) no-repeat 0 50%;
}

.titlelist .date,
.search .date {
	margin-right: 0;
	color: #999;
}

.titlelist .category {
	margin-right: 10px;
	line-height: 20px;
	padding-left: 19px;
	background: url(http://blog-imgs-44.fc2.com/y/k/u/ykuu/frestyle_mini_folder.png) no-repeat 0 50%;
}

.titlelist .title {
	margin-right: 10px;
}

.search .title {
	margin-left: 10px;
}

.titlelist .list_body,
.search .list_body {
	margin: 0 10px 30px;
}

.titlelist .list_body a,
.search .list_body a {
	color: #919191;
	text-decoration: none;
}

.titlelist .list_body .cat,
.search .list_body .cat {
	margin-left: 10px;
}

.titlelist .list_body .cat a,
.search .list_body .cat a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	background: url(http://blog-imgs-44.fc2.com/y/k/u/ykuu/frestyle_mini_folder.png) no-repeat 0 50%;
	padding-left: 19px;
}

.titlelist .list_body a:hover,
.search .list_body a:hover {
	background-color: transparent;
	color: #222;
	text-decoration: underline;
}

.titlelist .list_body li,
.search .list_body li {
	margin: 8px 0;
	background: url(http://blog-imgs-44.fc2.com/y/k/u/ykuu/frestyle_mini_sidemenu_list.gif) no-repeat 0 50%;
	padding-left: 10px;
}

.search .title a {
	color: #00a9ff;
}

/* カレンダー
------------------------------------------------------------ */

.month_01 {	background-image: url(http://blog-imgs-44.fc2.com/y/k/u/ykuu/frestyle_calendar_month_01.png) }
.month_02 {	background-image: url(http://blog-imgs-44.fc2.com/y/k/u/ykuu/frestyle_calendar_month_02.png) }
.month_03 {	background-image: url(http://blog-imgs-44.fc2.com/y/k/u/ykuu/frestyle_calendar_month_03.png) }
.month_04 {	background-image: url(http://blog-imgs-44.fc2.com/y/k/u/ykuu/frestyle_calendar_month_04.png) }
.month_05 {	background-image: url(http://blog-imgs-44.fc2.com/y/k/u/ykuu/frestyle_calendar_month_05.png) }
.month_06 {	background-image: url(http://blog-imgs-44.fc2.com/y/k/u/ykuu/frestyle_calendar_month_06.png) }
.month_07 {	background-image: url(http://blog-imgs-44.fc2.com/y/k/u/ykuu/frestyle_calendar_month_07.png) }
.month_08 {	background-image: url(http://blog-imgs-44.fc2.com/y/k/u/ykuu/frestyle_calendar_month_08.png) }
.month_09 {	background-image: url(http://blog-imgs-44.fc2.com/y/k/u/ykuu/frestyle_calendar_month_09.png) }
.month_10 {	background-image: url(http://blog-imgs-44.fc2.com/y/k/u/ykuu/frestyle_calendar_month_10.png) }
.month_11 {	background-image: url(http://blog-imgs-44.fc2.com/y/k/u/ykuu/frestyle_calendar_month_11.png) }
.month_12 {	background-image: url(http://blog-imgs-44.fc2.com/y/k/u/ykuu/frestyle_calendar_month_12.png) }

.sidemenu_calendar {
	margin-bottom: 10px;
	padding-top: 46px;
	background-repeat: no-repeat;
}

.sidemenu_calendar table {
	width: 254px;
	border: none;
	border-spacing: 0;
}

.sidemenu_calendar th,
.sidemenu_calendar td {
	border: none;
}

.sidemenu_calendar .thead {
	background: url(http://blog-imgs-44.fc2.com/y/k/u/ykuu/frestyle_calendar_week.png) no-repeat;
	height: 38px;
}

.sidemenu_calendar .thead th {
	text-indent: -32768px;
	overflow: hidden;
}

.sidemenu_calendar .tbody {
	background: url(http://blog-imgs-44.fc2.com/y/k/u/ykuu/frestyle_calendar_body.png) repeat-y;
}

.sidemenu_calendar td {
	text-align: center;
}

.sidemenu_calendar .tbody td {
	line-height: 30px;
	color: #333;
	font-size: 10px;
}

.sidemenu_calendar .tbody a {
	display: block;
	background: transparent url(http://blog-imgs-44.fc2.com/y/k/u/ykuu/frestyle_calendar_link.png) no-repeat 55% 5px;
	color: #fff!important;
	text-decoration: none!important;
}

.sidemenu_calendar .tbody a:hover {
	background-position: 55% -33px;
}

.sidemenu_calendar .w1 {
	padding-left: 7px;
	width: 34px;
}

.sidemenu_calendar .w2 {
	width: 34px;
}

.sidemenu_calendar .w3 {
	width: 34px;
}

.sidemenu_calendar .w4 {
	width: 35px;
}

.sidemenu_calendar .w5 {
	width: 34px;
}

.sidemenu_calendar .w6 {
	width: 34px;
}

.sidemenu_calendar .w7 {
	padding-right: 7px;
	width: 35px;
}

.sidemenu_calendar .tfoot {
	background: url(http://blog-imgs-44.fc2.com/y/k/u/ykuu/frestyle_calendar_footer.png) no-repeat 0 0;
	height: 37px;
}

.sidemenu_calendar .tfoot td {
	vertical-align: top;
}

.sidemenu_calendar .tfoot a {
	display: block;
	text-indent: -32768px;
	overflow: hidden;
	height: 30px;
}

.sidemenu_calendar .tfoot .prev {
	padding-left: 7px;
	width: 34px;
}

.sidemenu_calendar .tfoot .prev a {
	background: url(http://blog-imgs-44.fc2.com/y/k/u/ykuu/frestyle_calendar_navi.png) no-repeat 0 0;
}

.sidemenu_calendar .tfoot .prev a:hover {
	background-position: 0 -30px;
}

.sidemenu_calendar .tfoot .next {
	padding-right: 7px;
	width: 34px;
}

.sidemenu_calendar .tfoot .next a {
	background: url(http://blog-imgs-44.fc2.com/y/k/u/ykuu/frestyle_calendar_navi.png) no-repeat -34px 0;
}

.sidemenu_calendar .tfoot .next a:hover {
	background-position: -34px -30px;
}

/* 検索フォーム
------------------------------------------------------------ */

.sm_search input {
	width: 123px;
	background: url(http://blog-imgs-44.fc2.com/y/k/u/ykuu/frestyle_mini_searchmark.gif) no-repeat 0 50%;
	padding-left: 25px;
}

.sm_search button {
	width: 62px;
	height: 22px;
	border: 0;
	text-indent: -32768px;
	background-color: transparent;
	background: url(http://blog-imgs-44.fc2.com/y/k/u/ykuu/frestyle_button.png) no-repeat 0 0;
}

.sm_search button:hover {
	background-color: transparent;
	background-position: 0 -22px;
}

/*\*//*/
.sm_search button {
	letter-spacing: -32768px;
}
/**/


/* メールフォーム
------------------------------------------------------------ */

.sm_mail input {
	width: 150px;
}

.sm_mail textarea {
	width: 99%;
}


/* 最新記事 , タイトル+日付形式メニュー
------------------------------------------------------------ */

.sm_r_entries {
	position: relative;
}

.sm_r_entries .rss {
	position: absolute;
	top: 17px;
	left: 216px;
}

.sm_r_entries .rss a {
	display: block;
	background: transparent url(http://blog-imgs-44.fc2.com/y/k/u/ykuu/frestyle_mini_rss.png) no-repeat 0 0;
	text-indent: -32768px;
	height: 21px;
	width: 21px;
}

.sm_r_entries .rss a:hover {
	background-position: 0 -21px;
}

.sidemenu_body .plg_body .list {
	margin: 0 -10px!important;
}

.sidemenu_body .plg_body .list li {
	border-top: 1px solid #e5e5e5;
	padding: 0;
	margin-bottom: 0;
	background: none;
}

.sidemenu_body .plg_body .list li a {
	display: block;
	padding: 10px 10px 10px 30px;
	background: url(http://blog-imgs-44.fc2.com/y/k/u/ykuu/frestyle_mini_menu-list.png) no-repeat 15px 50%;
}

.sidemenu_body .plg_body .list li a:hover {
	background-color: #eee!important;
	text-decoration: none!important;
	background-position: 18px 50%!important;
}

.sidemenu_body .plg_body .list li a .date {
	margin-left: 5px;
	color: #999;
}


/* カテゴリ
------------------------------------------------------------ */

.sm_categories .plg_body .main_menu {
	margin: 0 10px;
}

.sm_categories .plg_body .main_menu .main_list {
	margin-bottom: 0!important;
	padding: 0;
	background-image: none;
}

.sm_categories .plg_body .main_menu .main_list a {
	line-height: 20px;
	padding-left: 20px;
	background: url(http://blog-imgs-44.fc2.com/y/k/u/ykuu/frestyle_mini_folder.png) no-repeat 0 50%;
}

.sm_categories .plg_body .main_menu .main_list .sub_menu .sub_list {
	margin-bottom: 0!important;
}

.sm_categories .plg_body .main_menu .main_list .sub_menu li a {
	padding-left: 0;
	background-image: none;
}


/* あやぽんRSS！
------------------------------------------------------------ */

.ayapon_rss .plg_body {
	color: #999;
	line-height: 20px;
	overflow: visible;
}

.ayapon_rss .plg_body a {
	margin-left: 5px;
}

.ayapon_rss .plg_body img {
	vertical-align: middle;
	margin-right: 5px;
}

.ayapon_rss .plg_body #ayaponrss {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #eee;
	font-size: 10px;
	line-height: 1;
}

.ayapon_rss .plg_body #ayaponrss a {
	margin-left: 0;
}

.ayapon_rss .plg_body #ayaponrss img {
	margin-right: 0;
}


/* サイドメニュータイトル
------------------------------------------------------------ */

.sm_r_entries .plg_title,
.sm_search .plg_title,
.sm_profile .plg_title,
.sm_archives .plg_title,
.sm_categories .plg_title,
.sm_links .plg_title,
.lc_link .plg_title,
.ayapon_rss .plg_title,
.sm_ranking .plg_title,
.sm_counter .plg_title,
.sm_memories .plg_title,
.sm_cm .plg_title,
.sm_tb .plg_title,
.sm_mail .plg_title,
.sm_tags .plg_title {
	margin: 5px 19px;
	background: url(http://blog-imgs-44.fc2.com/y/k/u/ykuu/frestyle_menu-titles.png) no-repeat 0 0;
	height: 11px;
	text-indent: -32768px;
	overflow: hidden;
}

.sm_search .plg_title {
	background-position: 0 -11px;
}

.sm_profile .plg_title {
	background-position: 0 -22px;
}

.sm_archives .plg_title {
	background-position: 0 -33px;
}

.sm_categories .plg_title {
	background-position: 0 -44px;
}

.sm_links .plg_title,
.lc_link .plg_title {
	background-position: 0 -55px;
}

.ayapon_rss .plg_title {
	background-position: 0 -66px;
}

.sm_ranking .plg_title {
	background-position: 0 -77px;
}

.sm_counter .plg_title {
	background-position: 0 -88px;
}

.sm_memories .plg_title {
	background-position: 0 -110px;
}

.sm_cm .plg_title {
	background-position: 0 -121px;
}

.sm_tb .plg_title {
	background-position: 0 -132px;
}

.sm_mail .plg_title {
	background-position: 0 -143px;
}

.sm_tags .plg_title {
	background-position: 0 -154px;
}


/* Lightbox
------------------------------------------------------------ */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; background-color: transparent!important; }
#lightbox a, #lightbox a:link, #lightbox a:focus, #lightbox a:active, #lightbox a:hover { background-color: transparent!important; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://blog-imgs-44.fc2.com/y/k/u/ykuu/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://blog-imgs-44.fc2.com/y/k/u/ykuu/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


/* その他
------------------------------------------------------------ */

/*== Color ==*/
.red { color: red!important }
.blue { color: blue!important }
.green { color: green!important }
.yellow { color: yellow!important }
.pink { color: pink!important }

/*== Layout ==*/
.center, .align_center { text-align: center!important }
.right, .align_right { text-align: right!important }
.left, .align_left { text-align: left!important }
.floatL { float: left }
.floatR { float: right }
.clear { clear: both }


/*== Profile ==*/
.sm_profile .plg_body { line-height: 1.5 }
.sm_profile .plg_body p { margin: 10px }
.myimage { text-align: center; margin: 0 0 10px }

/*== Indent ==*/
.indent {
	padding-left: 1em;
	text-indent: -1em;
}


/*== Table Class ==*/
table.skeleton,
table.skeleton th,
table.skeleton td {
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: none;
}

table.image {
	margin: 20px;
}

table.image,
table.image th,
table.image td {
	background-color: #fff;
}

table.image th,
table.image td {
	padding: 10px;
	border: 3px solid #ddd;
	text-align: center;
	vertical-align: middle;
}
