@charset "UTF-8";

body{
background-color : #ffffff;
background-image : url(http://blog-imgs-17-origin.fc2.com/g/a/y/gaygayc/002-001.gif);
text-align: center;
margin: 0px;
font-size: 14px;
color: #696969;
font-family: "Lucida Grande","Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
}


img {
    border-style:none;
}


/* リンクの設定 */
a{cursor : pointer ;}
a:link{color : #1e90ff;}
a:visited{color : #1e90ff;}
a:active{color : #1e90ff;}
a:hover{color : #1e90ff;}


h1, h2, h3{
color : #696969;
text-decoration: none;
margin: 0px;
padding: 0px;
font-weight: normal;
}

h2 a{
text-decoration: none;
}

blockquote {
margin: 5px;
background-color: #ffffff;
padding: 5px;
border-top: 1px dotted #99cc99;
border-right: 1px dotted #99cc99;
border-bottom: 1px dotted #99cc99;
border-left: 5px solid #99cc99;
}

legend{ background-color: #ffffff; }

table.table_line {
  table-layout: fixed
  border-top:1px solid #cccccc;
  border-left:1px solid #cccccc;
  border-collapse: collapse;
  border: solid 1px #dddddd;
  width: 420px;
  letter-spacing: -0.05em;
  font-size: 12px;
}

td.table_line_1 {
  border-collapse: collapse;
  padding: 5px;
  border-right:1px solid #cccccc;
  border-bottom:1px solid #cccccc;
  background: #fafad2;
  width: 175px;
}

td.table_line_2 {
  border-collapse: collapse;
  padding: 2px;
  border-right:1px solid #cccccc;
  border-bottom:1px solid #cccccc;
  width: 70px;
  text-align:center;
}

td.table_line_3 {
  border-collapse: collapse;
  padding: 5px;
  border-right:1px solid #cccccc;
  border-bottom:1px solid #cccccc;
  width: 175px;
}




/* 全体の幅 -------------------------------------------------*/
#box {
width: 800px;
margin-left: auto;
margin-right: auto;
padding: 0px;
line-height: 110%;
text-align: left;
background-color: #ffffff;
border-left : 1px solid #808080;
border-right : 1px solid #808080;
border-top : 1px solid #808080;
}

/* 左＋メインを合わせた幅 -----------------------------------*/
#box2 {
width: 618px;
margin: 0px;
padding: 0px;
line-height: 110%;
text-align: left;
float : left;
}

/* 左右の幅 -------------------------------------------------*/
#left ,#right{
float : left;
width : 182px;
overflow: hidden;
}

/* メインの幅 -----------------------------------------------*/
#main {
float : right;
width : 436px;

}

/* ヘッダーの幅 ---------------------------------------------*/
#header {
text-align : left;
height : 100px;
margin : 0 0 5px 0;
padding : 0 280px 0 40px;
background-color:#ffffff;
background-image : url(http://blog-imgs-17-origin.fc2.com/g/a/y/gaygayc/top.jpg);
border-bottom : 1px solid #808080;
}


#header h1 {
font-weight : bold;
color : #696969;
font-weight : bold;
padding : 0px;
margin : 20px 0 0 0;
font-size : 24px;
}

#header a{
color : #1e90ff;
text-decoration: none;
}

#header a:hover{
color : #1e90ff;
text-decoration: underline;
}

.introduction {
margin : 10px 0 0 0;
font-size : 14px;
font-weight : normal;
line-height : 20px;
color : #696969;
}

/*フッター
-------------------------------------------------------------*/
#footer {
clear : both;
width : 800px;
font-size : 10px;
color : #696969;
margin : 30px 0 0 0;
text-align : center;
line-height: 20px;
background-color:#ffffff;
background-image : url();
border-top:1px solid #808080;
}

#footer a{
color : #1e90ff;
text-decoration: none;
}

#footer a:hover{
color : #1e90ff;
text-decoration: underline;
}


/*エントリー
-------------------------------------------------------------*/
.entry{
padding: 15px 10px 5px 10px;
background-color: #ffffff;	
color: #696969;
font-family: "Lucida Grande","Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
font-size: 13px;
}


/*エントリー：見出し*/
.date {
color: #696969;
font-family: 'Trebuchet MS', Verdana, sans-serif;
font-size: 12px;
border-top: 2px solid #808080;
text-align: right;
margin-bottom: 10px;
padding: 3px;
}

.entry h2 {
color: #696969;
font-family: 'Trebuchet MS', Verdana, sans-serif;
font-size: 14px;
text-align: left;
font-weight: bold;	
margin: 5px 0 5px 0;	
padding: 0 5px 0 5px;	
}


/*エントリー：ステータス（日付等）*/
.posted {
color: #696969;
font-family: 'Trebuchet MS', Verdana, sans-serif;
font-size: 13px;
border-top: 1px dotted #808080;
text-align: right;
margin-bottom: 25px;
line-height: normal;
padding: 3px;
}

/*
.entry_state {
font-size: 10px;
color: #636363 ;
text-align: center;
margin: 10px 0px 20px 0px;
}
*/


/*テキスト内の画像*/
.entry_text img {
background-color: #fffffff;
margin: 0px 10px 5px 0px;
padding: 5px;
}

.bottom .commment{
color: #696969;
font-size: 14px;
border-bottom: 1px solid #472E12;
text-align: left;
font-weight: bold;
margin-top: 20px;
margin-bottom: 10px;
padding: 3px;
}

.social-button {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.social-button li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}

.social-button li div {
	display: inline; 
}

.social-button:before,
.social-button:after {
	content: " ";
	display: table;
}

.social-button:after {
	clear: both;
}

.social-button {
	*zoom: 1;
}

.social-button iframe.twitter-share-button {
    width: 90px !important;
}

.fb_edge_widget_with_comment span.fb_edge_comment_widget {
    display: none !important;
}


/*検索
-------------------------------------------------------------*/
#search{ margin-top:10px; }


/* 自己紹介部分の画像
--------------------------------------------------------------*/
.pay {
text-align: center;
}

.pay img{
text-align: left;
margin: 10px 0 10px 0;
} 


/* サイド
-------------------------------------------------------------*/
.side {
padding: 15px 5px 15px 5px;
}

.sidetitle{
color: #ffffcc;
font-size:14px;
background-color:#4169e1;
background-image : url();
border-width: 1px;
border-style: solid;
border-color: #808080;
WIDTH:180;
HEIGHT:10;
text-align: center;
}
.sideblock{
font-size:12px;
border-right: 1px solid #808080;
border-bottom: 1px solid #808080;
border-left: 1px solid #808080;
padding: 5px;
WIDTH:180;
HEIGHT:150;
margin-bottom:20px;
}

.side ul {
padding: 0px;
margin : 0px 0px 30px 10px;
}

.side li {
margin:3px 0 0 10px;
list-style-type: disc;
text-align: left;
font-size: 12px;
color:#696969;
line-height: 15px;
}


/* カレンダー
-------------------------------------------------------------*/
#calendar {
padding: 2px;
margin-bottom: 30px;
text-align: center;
font-size: 10px;
line-height: 140%;
}

#calendar table{
padding: 2px;
border-collapse: collapse;
border: 0px;
width: 100%;
}

#calendar caption {
border-bottom: 1px dotted #000000;
font-size: 10px;
text-align: center;
font-weight: bold;
text-transform: uppercase;
padding: 3px;
}

#calendar th {
text-align: center;
font-weight: normal;
}

#calendar td { text-align: center; }

#calendar th#sun { color: #FF0000; }
#calendar th#sat { color: #0000FF; }

#calendar td#sun { color: #FF0000; }
#calendar td#sat { color: #0000FF; }

#calendar td a:link {
color: #330000;
text-decoration: underline;
}


#calendar td a:hover {
background: #ff6868;
color: #ffffff;
text-decoration: underline;
}


/* 忍者AdMax
-------------------------------------------------------------*/

#ninja_iframe_1 iframe {
  width:160px;
  height:600px;
}