@charset "utf-8";

/*
Theme Name: simple_blue
Theme URI: no=37177
Description:  ベージュ・白・青緑　2カラム・左メニュー
Version: 1.2
Author: m
Author URI: http://arukuaround.blog133.fc2.com/
*/

/* kihon
------------------------------------------------------------------*/
body  { 
font-family: メイリオ, sans-serif, Verdana, "Hiragino Kaku Gothic Pro", Osaka, Meiryo; 
line-height: 1.8; 
background-color: #e0d7c0; 
}

h1, h2, h3, h4, h5, h6    { 
font-weight: normal;
 }

h1 { font-size: 16px; padding-left: 10px; border-left: 5px solid #555 }
h2 { font-size: 14px; }
h3 { font-size: 12px; }
h4,h5,h6 { font-size: 10px; }

a:link { 
color: #666; text-decoration: none;
 }
a:active , a:hover {
	color: #ccc; text-decoration: none;
}
a:visited  { 
color: #999; text-decoration: none;
 }
/*回り込み解除*/
.clearboth{   
content:"";  
display:block;  
clear: both; 
}

/* Layout
------------------------------------------------------------------*/
/* メニューと記事を囲む部分 */
#container          { background-color: #fff; margin-right: auto; margin-left: auto; padding-top: 50px; padding-bottom: 20px; width: 800px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px }
  
/* header */
#header        {
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-bottom: 50px;
	width: 800px;
	height: 200px;
}

/* blog title*/
#title      {
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 50px;
	clear: both;
}

.blogtitle h1    {
	color: #000;
	font-size: 24px;
	text-decoration: none;
	letter-spacing: 0.2em;
	margin: 0;
	padding: 0;
	border-style: none
}

.blogtitle h1 a:link, 
.blogtitle h1 a:visited  {
	color: #000; 
	}
	
.blogtitle h1 a:hover, 
.blogtitle h1 a:active     { 
	color: #999; 
	letter-spacing: 0.2em; 
}

.blogintro{ 
	color: #666; 
	font-size: 12px; 
	margin-bottom: 20px; 
}

/* function_area --------------------*/
#function_area {
	background-color: #333;
	margin-right: 0;
	margin-left: auto;
	padding: 10px;
	width: 320px;
	height: 50px;
	float: right;
	clear: both;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#function_area ul {
	margin-left:10px;
	}
	
#function_area li.function_twitter,
#function_area li.function_rss,
#function_area li.function_newentry,
#function_area li.function_admin {
	color: #fff;
	padding-right: 5px;
	height: 24px;
	width: 24px;
}

.function_menu li{
	padding:0px 2px;
	list-style:none;
	float:left;
}

/*各種アイコン*/
.function_twitter a   {
	background-image: url("http://blog-imgs-26-origin.fc2.com/a/r/u/arukuaround/function_twt.gif");
	background-repeat: no-repeat;
	text-indent: -9999em;
	display: block;
	width: 24px;
	height: 24px;
}

.function_rss a    {
	background-image: url("http://blog-imgs-26-origin.fc2.com/a/r/u/arukuaround/function_rss.gif");
	background-repeat: no-repeat;
	text-indent: -9999em;
	display: block;
	width: 24px;
	height: 24px;
}

.function_newentry a     {
	background-image: url("http://blog-imgs-26-origin.fc2.com/a/r/u/arukuaround/function_newentry.gif");
	background-repeat: no-repeat;
	text-indent: -9999em;
	display: block;
	width: 24px;
	height: 24px;
}
.function_admin a    {
	background-image: url("http://blog-imgs-26-origin.fc2.com/a/r/u/arukuaround/function_admin.gif");
	background-repeat: no-repeat;
	text-indent: -9999em;
	display: block;
	width: 24px;
	height: 24px
}
/*アイコンマウスオーバーで半透明*/
.function_twitter a:hover , 
.function_rss a:hover, 
.function_newentry a:hover ,
.function_admin a:hover {
	opacity:0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
/*サイト内検索*/
fieldset.search{
	font-size: 10px;
	border-style: none;
	width: 156px;
}
#searchWrap{
	margin-bottom:5px;
	}

#keywords	{
	color: #fff;
	margin-bottom: 2px;
	width: 120px;
	height: 20px;
	float: left;
	border-style: none;
	background-color: #999;
}
#searchBtn     {
	font-size: 0;
	line-height: 0;
	background-image: url("http://blog-imgs-26-origin.fc2.com/a/r/u/arukuaround/search_btn.gif");
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	width: 26px;
	height: 20px;
	border: 0;
}
/*ラジオボタンと文字*/
.inputLabels{
	color:#fff;
	display:block;
	float:left;
	}

/* 左メニュー表示部分  --------------------*/
#left    { display: inline; margin-left: 20px; width: 190px; float: left }

/* プラグイン*/
.plugin  { font-size: 12px; margin-bottom: 20px; padding: 5px }
.plugin p, a  { margin-left: 0; padding-left: 0 }
.plugin p, a:link, .plugin a:visited { color: #666; }
.plugin a:hover,.plugin a:active { color: #ccc; }
.plugin h2         { font-size: 12px; font-weight: bold; margin-bottom: 5px; padding-left: 10px; border-left: 5px solid #63cfe3 }
.plugin ul         { color: #666666; font-size: 12px; list-style-type: none }
.plugin li        { background-color: transparent; background-repeat: no-repeat; background-attachment: scroll; background-position: 10px 0.5em; list-style: none; padding-left: 20px }
.plugin div { padding-left: 10px }
p .plugin-tag  { padding-left: 20px }

/* fc2検索 */
#right form { margin: 0;}
.plugin-search textarea , .plugin-search input, .plugin-search select     { font-size: 100%; margin: 1px; padding: 3px; border: solid 1px #999 }

/* plugin メールフォーム */
.plugin-mail    { }
.plugin-mail input, .plugin-mail textarea    { font-size: 100%; margin: 1px; padding: 3px; border: solid 1px #999 }

/* カレンダー設定 */
.calender       { color: #555; font-size: 12px; font-family: Futura, Arial; background-color: #fff; width: 161px; border-collapse: collapse       }
.calender caption       { line-height: 1em; text-align: center; margin: 0; padding: 5px 0; vertical-align: middle }
.calender th    { font-size: 10px; text-align: center; margin: 0; padding: 0; width: 25px; border-style: none }
#sun { color: #ff467f }
#sat { color: #009fe6 }
.calender td    { text-align: center; margin: 0; padding: 0; width: 23px; height: auto; vertical-align: middle; border-style: none }
.calender td a:link,.calendar td a:visited   { color: #555; text-decoration: none; background-color: #ddd; display: block; width: 23px; height: auto; vertical-align: middle }
.calender td a:hover,.calendar td a:active  { color: #666; text-decoration: none; background-color: #e8e8e8 }

/* 記事表示部分を囲うブロック要素の属性 -------------------- */
#right     { display: inline; margin-right: 20px; width: 520px; float: right }
.kiji        {
	font-size: 12px;
	line-height: 2;
	margin: 0 0 10em;
	padding-top: 0;
	padding-bottom: 1em;
	word-break: break-all;
}
/* 記事表示部分*/
.kiji img     { margin-top: 5px; margin-bottom: 5px; border-style: none }
.kiji a:hover, kiji a:active     { background-color: #ffffff }
.kijibody dt  { font-weight: bold }
.kijibody li , .kijibody dd  { list-style-position: inside; margin-left: 1em }
.entrytitle    { font-size: 14px; margin-bottom: 10px; padding-top: 1em; padding-bottom: 1em; border-top: 3px solid #2ec2dd; border-bottom: 1px dotted #999 }
.entrytitle a:link , .entrytitle a:visited { color:#000000; }
.entrytitle a:hover, .entrytitle a:active { color:#ccc;}
.entryinfo ul    { padding-bottom: 20px; float: right }
.entryinfo li{ font-size: 10px; display: block; padding-right: 5px; float: left }
.category a:link, .category a:visited          { color: white; background-color: #e60000; padding: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px       }
.category a:hover, .category a:active  { background-color: #ffbaba }
blockquote   { padding-right: 5px; padding-left: 5px; border: solid 1px #b9b9b9 }
blockquote p    { padding-right: 10px; padding-left: 10px }
img.emoji{vertical-align:baceline; }

/*続きを読むボタン*/
.readmore a:link, .readmore a:visited    { background-image: url("http://blog-imgs-26-origin.fc2.com/a/r/u/arukuaround/readmore_btn.gif"); background-repeat: no-repeat; text-indent: -9999px; display: block; margin-top: 5px; margin-bottom: 5px; width: 150px; height: 26px }
.readclose a:link, .readclose a:visited   { background-image: url("http://blog-imgs-26-origin.fc2.com/a/r/u/arukuaround/readmore_btn2.gif"); background-repeat: no-repeat; text-indent: -9999px; display: block; margin-top: 5px; margin-bottom: 5px; width: 150px; height: 26px }
.readmore a:hover, .readclose a:hover { opacity:0.5;filter: alpha(opacity=50);-ms-filter: "alpha( opacity=50 )";}

/*拍手ボタンなど*/
.fc2_footer img   { margin-top: 5px }

/*関連記事*/
.relate_dl  { margin: 20px; padding: 5px; border: dotted 1px #999 }
.relate_dt  { padding-left: 5px }
.relate_dd  { line-height: 1.5em; list-style-position: inside; margin-left: 1em }

/*記事のタイトル一覧モード＆記事検索結果*/
.content   { font-size: 12px; }
.content p  { margin-bottom: 5px; padding-bottom: 5px; border-bottom: 1px dotted #333 }
.content li   { margin-left: 2em }

/*ユーザータグ*/
.entryTags { font-size: 10px }
.entryTags a:link, .entryTags a:visited   { color: #e60000 }
.entryTags a:hover, .entryTags a:hover  { color: #ccc }

/* 記事のステータス用リスト */
.sub       { text-align: right; margin: 2em 0 0; padding-top: 5px; border-top: 1px solid #2ec2dd }
.sub li  { font-size: 10px; display: inline; margin-left: 5px; padding-left: 5px; border-left: 1px dotted }
.sub a  { color: #666; margin-right: 0.3em }
.sub a:hover, .sub a:active  { color: #999;  }

/* pagenavi */
.pagenavi      { font-size: 10px; text-align: center; padding-top: 2em; padding-bottom: 2em }
.pagenavi a:link , .pagenavi a:visited  { color: #000000 }
.pagenavi a:hover, .pagenavi a:active  { color: #ccc;} 
.prevpage   { }
.nextpage  { }

/* footer
------------------------------------------------------------------*/
#footer         { color: #333; text-align: center; margin-right: auto; margin-left: auto; padding-top: 10px; width: 800px; height: 80px }
#footer p     { font-size: 10px; line-height: 1.5em }
#footer a:link, #footer a:visited    { color: #333; text-decoration: none }
#footer a:hover   { text-decoration: underline; }



/* レスフォーム設定 */
.reaf  { color: #666; width: 100% }
.reaf dl {}
.reaf dt  { font-size: 12px; padding: 5px 0 5px 10px; float: left; clear: both }
.reaf dd  { font-size: 12px; margin-left: 100px; padding: 5px 5px 5px 10px ; text-align: left; }
.reaf input  { width: 50%; border: solid 1px #999 }
.reaf textarea { font-size:12px; width: 80%;border: solid 1px #999}
.reaf input[type=checkbox],input[type=radio] { border: 0px; }

#himitu  { margin-right: -80px; margin-left: -80px }
.submit   { background-color: #fff; padding: 2px; float: right; clear: both; border: solid 1px #999; -moz-border-radius: 2px; -webkit-border-radius: 2px }

/* comment&trackback title
------------------------------------------------------------------*/
.cmttb_title    { font-size: 12px; margin-bottom: 10px; padding-left: 5px; border-left: 3px solid #999 }
.cmttitle { font-size: 12px; font-weight: bold; }

/* コメントリストの設定 */
#commentlist  { margin-top: 1.7em; margin-right: 1.7em; margin-bottom: 7.7em }

/* トラックバックリストの設定 */
#trackbacklist {
	margin: 2.7em 1.7em 0 0;
	padding: 1.7em 0 2.7em 3.7em;
	border-top: 1px solid #ddd;
}

/* トラックバックリスト内のリスト */
#trackbacklist li ul {
	margin-top: 0.7em;
	margin-bottom: 1.7em;
}

/* コメントフォーム */
#form   { padding-bottom: 3em }
#form dl #form dt {
  clear: left;
  float: left;
  margin: 0 0 0.8em;
  width: 7.5em;
  padding-left: 5px;
display:inline;
}

/* trackback uri 表示部分の設定 */
#tb dt    { font-size: 12px; font-weight: bold; margin-left: 10px }
#tb dd    { font-size: 12px; line-height: 1.5em; margin-left: 10px }

/* others
------------------------------------------------------------------*/

 /*ページトップへ戻る*/
#returnbtn         { margin-left: 399px; position: fixed; bottom: 120px; left: 50%; _position: absolute; }
#returnbtn a         { background-image: url("http://blog-imgs-26-origin.fc2.com/a/r/u/arukuaround/pagetop.png"); text-indent: -9999px; display: block; width: 20px; height: 80px; overflow: hidden }

 /* -------------------- ad -------------------- */
#adCount0,#adCount1,#adCount2  { line-height: 1em }
#ad1, #ad2 {font-size: 10px; }

/* -------------------- twitter-facebook button -------------------- */
table .fc2_socialbtn, td.fc2button-twitter, td.fc2button-facebook  { border: none; }

/* Highslide JS */
.highslide {
cursor: url(http://blog-imgs-55-origin.fc2.com/h/o/s/hoshikoi/zoomin.ico), pointer;
outline: none;
} 
.highslide-active-anchor img {
visibility: hidden;
}
.highslide img {
border: 2px solid white;
}
.highslide:hover img {
border: 2px solid #DCDCDC;
}

.highslide-wrapper {
background: white;
}
.highslide-image {
border: 2px solid #ffffff;
}
.highslide-image-blur {
}
.highslide-caption {
display: none;

border: 2px solid white;
border-top: none;
font-family: Verdana, Helvetica;
font-size: 10pt;
padding: 5px;
background-color: white;
}
.highslide-loading {
display: block;
color: black;
font-size: 8pt;
font-family: sans-serif;
font-weight: bold;
text-decoration: none;
padding: 2px;
border: 1px solid black;
background-color: white;

padding-left: 22px;
background-image: url(http://blog-imgs-55-origin.fc2.com/h/o/s/hoshikoi/loaderwhite.gif);
background-repeat: no-repeat;
background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
padding: 2px;
color: silver;
text-decoration: none;
font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
color: white;
background-color: gray;
}

a.highslide-full-expand {
background: url(http://blog-imgs-55-origin.fc2.com/h/o/s/hoshikoi/fullexpand.gif) no-repeat;
display: block;
margin: 0 10px 10px 0;
width: 34px;
height: 34px;
}

.highslide-display-block {
display: block;
}
.highslide-display-none {
display: none;
}