/* 全般 */

body{  
    padding-top: 0px;
    padding-bottom: 0px;
    background: #ffffff;
    margin: 0;
    -webkit-text-size-adjust: 100%;
    color: #000000;
    min-width: 1000px;
    _display: inline;
    _zoom: 1;
    text-align: center;  
}  

/*フォント設定 */
body, textarea { font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif; }
input, select { font-family: Arial, "ＭＳ Ｐゴシック", sans-serif; }
* {
	margin: 0;
	padding: 0;
}

/* リンクカラーの設定 */
a			{ color: #000; text-decoration: none; }
a:link		{ color: #000; text-decoration: none; }
a:visited	{ color: #000; text-decoration: none; }
a:active	{ color: #000; text-decoration: none; }
a:hover		{ color: #000; text-decoration: none; }

/* ページ構成 */
#whole {
	width: 1000px;
	height:100%;
	margin: auto;
	margin-top: 0px;
	padding-top: 0px;
	text-align:center;
	background: #ffffff;
}

#header {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height:63px;
	background:url(http://file.ueo65go.blog.shinobi.jp/logo2.png)
}

h1.title{
	text-align:left;
	padding:0px 160px 10px 0px;
	font-size:25px;
	letter-spacing:8px;
}
a:visited.a_title, a:link.a_title{
	color:#000;
}
.subtitle{
	text-align:left;
	font-size:12px;
	padding:0;
	color:#fff;
}
#contents{
	width: 1000px;
	margin: 0px auto;
}

#contents #main {
	float:left;
	padding:0px 0px 0px 0px ;
	width : 1000px;
}

#contents #main br{
	height:12px;
}

#contents #menu {
	float : left;
	width : 1000px;
	font-size:12px;
        margin:100px 0px 0px 0px;
}

form input,textarea,text,input {
	border:1px solid #555555;
	background-color:#FFFFFF;
	color:#555555;
	margin:2px;
	padding:2px;
	font-size:12px;
}

.clear {
	clear			: both;
	font			: 0/0 sans-serif;
}

/*文字設定
------------------------------------------------------------*/

h2 {
	font-size: 12px;
	letter-spacing:5px;
	color: #ffffff;
	margin:0px 0px 10px 0px;
	padding:20px 0px 10px 50px ;
	background:#ffffff;
	background-repeat:no-repeat;
	background-position:left;
}

/* リスト設定（サイドメニュー）
------------------------------------------------------------*/

.plugin_content{
width:330px;
float:left;
margin:0 auto;
}
.plugin_top {
	color: #555555;
	padding:0px 0px 10px 0px;
	background: #ffffff
        float:left;
        width:330px;
        font-size:16px;
}
.plugin_tex {
	color:#555555;
	text-align: center;
	padding:0px 0px 70px 0px;
	width:330px;
	background: #ffffff;
        float: left;

}
.plugin_bottom {

	background: #ffffff;
	float: left;
}


.plugin_data_date {
	font-size:8px;
	text-align:right;
}
.plugin_data {
	padding:3px;
}



/* 自己紹介用イメージ
------------------------------------------------------------*/

.pay {
	text-align: center;
}

.pay img{
	background: #fff;
	border: 1px solid #555555;
	margin: 0px 10px 5px 0px;
	padding: 5px;
}


/*エントリー
--------------------------------------------------*/


/*エントリーテーブル（1ブロック）*/

.entry_table{
	width: 900px;
	margin:0 auto;
	padding:0px 50px 0px 50px;
	text-align:left;
}

.entry_table2{
	width: 1000px;
	margin-bottom:20px;
	text-align:left;
}


/*エントリー：ナビゲーション*/

.entry_navi{
	font-size: 12px;
	text-align:center;
	color:#555555<br>;
}


/*エントリー：見出し*/


.entry_title{
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	background:#ffffff;
	margin:0px 0px 10px 0px;
	padding:20px 0px 10px 0px ;
	letter-spacing:0px;
}


.entry_title2{
	font-size: 12px;
	font-weight: bolder;
	color: #ffffff;
	margin: 5px 0px 5px 0px;
}


/*コメント：テキスト*/

.comment_tit{
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
	margin: 5px 0px 15px 0px;
}

.comment_content{
	border-bottom:1px solid #F60;
}

.trackback_content{
	border-bottom:1px solid #F60;
}


/*エントリー：テキスト*/

.entry_text {
	font-size: 18px;
	color: #555555;
	line-height:300%;
	margin: 0px 0px 0px 0px;
        font-weight:bolder;
}

.entry_text2 {
	font-size: 18px;
	color: #555555;
	margin: 0px 0px 0px 0px;
	line-height : 170%;
}


.entry_bg{
	margin-right:10px;
}

/*エントリー：ステータス（日付等）*/

.entry_state {
	font-size: 12px;
	color: #555555;
	text-align: right;
	margin: 0px;
	padding: 0px 0px 55px 0px;
	background:#ffffff;
	border-bottom:1px solid #CCC;
}


.entry_state2 {
	font-size: 10px;
	color: #555555;
	text-align: right;
	margin: 0px 0px 10px 0px;
}



/*エントリー：TOPへ戻るリンク */

.entry_top {
	margin: 10px 0px 20px 0px;
}

#pagetop { margin:  0px 0px 0px 0px;}


/*テキスト内の画像*/

.entry_text img {
	background: #fff;
	margin: 0px;
	padding: 0px;
}


/*検索
---------------------------------------------------------*/
#searchimputid {
	text-align: center;
	margin-top : 10px;
	padding: 0px 0px 0px 0px;
	color:#555;
}

textarea,input,select {
	font-size:12px;
}

img.emoji{
	vertical-align:middle;
	border:0;
}

.EntryPsText {
	padding:0px 5px 15px 0px;
	text-align:left;
}

.CommentResBlock {
	padding:10px 30px 10px 50px;
}

.CommentResBox {
	background-color:#FFFFFF;
	padding:10px;
	border:1px solid #aa9855;
}

.CommentResTitle {
	font-size:12px;
	font-weight:700;
	border-bottom:1px dotted #555555;
}

.CommentResText {
	padding:10px 0px 0px 10px;
}

.CommentResFooter {
	text-align:right;
	margin:15px 0;
	border-top:1px dotted #555555;
}

.center {
	text-align:center;
}

.right{
	text-align:right;
}

.left{
	text-align:left;
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
	padding:3px;
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
	text-align:left;
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
	text-align:center;
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
	text-align:right;
}
/*カレンダー表示用テーブル*/
.CalendarTable {
	width:90%;
	padding:3px;
	margin-left:auto;
	margin-right:auto;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
	text-align:center;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
	text-align:center;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
	text-align:center;
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
	text-align:center;
}
.CalendarTable a {
	font-weight:bold;
	color:#F60;
}

.footer{
    bottom: 0;  
    left: 0;
    width: 100%;
    margin: 0 auto;
    background: #000000 
    color: #FFFFFF;
    text-align: center;
    font-size: 9px;
}

#tmenu {
    margin: 0 auto;
    height:50px;
    padding:6px 0px 0px 0px;
    }
#tmenu ul {
    width:360px;          
    height:50px;          
    list-style:none;  
    padding:0px;
    margin:0;
   }
#tmenu li{
    width:90px; 
    height:50px;  
    float:left; 
    padding:0px;
    margin:0;
   }
#tmenu1 a {
    display:block; 
    width:90px;   
    height:50px;
    background-image:url(http://file.ueo65go.blog.shinobi.jp/d14844d6.png);
    background-position:-0px -48px;
    background-repeat:no-repeat;
    text-indent:-1000em; 
    text-decoration:none; 
    padding:0px;
    margin:0;
    }
#tmenu1 a:hover {
    background-image:url(http://file.ueo65go.blog.shinobi.jp/d14844d6.png); 
    background-position:-0px -0px;
    padding:0px;
    margin:0;
   }
#tmenu2 a {
    display:block; 
    width:90px;
    height:50px;
    background-image:url(http://file.ueo65go.blog.shinobi.jp/d14844d6.png);
    background-position:-90px -48px;
    background-repeat:no-repeat; 
    text-indent:-1000em;
    text-decoration:none; 
    padding:0px;
    margin:0;
   }
#tmenu2 a:hover {
    background-image:url(http://file.ueo65go.blog.shinobi.jp/d14844d6.png); 
    background-position:-90px -0px;
    padding:0px;
    margin:0;
   }
#tmenu3 a {
    display:block; 
    width:80px;
    height:50px;
    background-image:url(http://file.ueo65go.blog.shinobi.jp/d14844d6.png);
    background-position:-180px -48px;
    background-repeat:no-repeat; 
    text-indent:-1000em;
    text-decoration:none; 
    padding:0px;
    margin:0;
   }
#tmenu3 a:hover {
    background-image:url(http://file.ueo65go.blog.shinobi.jp/d14844d6.png); 
    background-position:-180px -0px;
    padding:0px;
    margin:0;
   }
#tmenu4 a {
    display:block; 
    width:100px;
    height:50px;
    background-image:url(http://file.ueo65go.blog.shinobi.jp/d14844d6.png);
    background-position:-260px -48px;
    background-repeat:no-repeat; 
    text-indent:-1000em;
    text-decoration:none; 
    padding:0px;
    margin:0;
   }
#tmenu4 a:hover {
    background-image:url(http://file.ueo65go.blog.shinobi.jp/d14844d6.png); 
    background-position:-260px -0px;
    padding:0px;
    margin:0;
   }

#gotop{
	bottom: 24px;
	position: fixed;
	z-index: 999;
	right: 30px;
	width: 50px;
	padding:0px;
	background-image:none;
}

p {background-image:url(http://file.ueo65go.blog.shinobi.jp/13c0716e.png);}

#topicon{
width:900px;
background-image:none
margin:0 auto;
padding:15px 0px 0px 0px;
text-align:left;
}

.fade {
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
}
.fade:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
} 

.come{
float:left;
padding:0 20px 0 0;
width:300px;
}
.come a{
font-size:10px;
line-height:140%;
padding-top:10px;
}

.comer {
float:right;
padding:0 0 0 20px;
width:300px;
}
.comer a{
font-size:10px;
line-height:140%;
text-decoration: none;
}