@charset "EUC-JP";
/*
-----------------------------------------------------
livedoor Blog CSS
http://blog.livedoor.jp/ys_jp/
Version:	2006.07.26
-----------------------------------------------------
*/
* { box-sizing : border-box}
* { -moz-box-sizing : border-box}
* {	margin:0;padding:0;

	font-family: "Arial", "ヒラギノ角ゴ Pro W3", "Osaka‐等幅", sans-serif;
	font-weight:normal;
}

	.sidebody table{
color:#000000;
	line-height:12px;
	}


/*  画像ダウンロード防止    */
div.sample{
	position:relative;
	width: 100%;
	height: 100%;
}

span.guard{
	position: absolute;
	height: 100%;
	width: 100%;
	background-image: url('http://livedoor.blogimg.jp/ys_jp/20c27e6e.gif');
	display: block;
}




	#top_pr a{
		color:#0033FF;
		font-size: 12px;
		text-align: left;
		margin: 0 0 0 10px;
		padding: 4px 0;
		display:block;
		width:auto;
		text-decoration:none;
	}

	#top_pr a{color:##006699;text-decoration:underline;font-weight:bold;}
	#top_pr a:link{color:#0033FF;text-decoration:underline;font-weight:bold;}
	#top_pr a:visited{text-decoration:underline;}
	#top_pr a:hover{
		color:#0000FF;text-decoration:none;font-weight:bold;
	background-color:#C0C0C0;
	}


	#dl_list{
	border: 1px solid #666;
	margin: 3px;
	padding: 0;
	width: 100%;
	height: auto;
	}

	#dl_list dl{
		width:190px;
		margin:4px 2px 4px 2px;
		padding:0px;
		font-size:14px;
		float:left;	
		border-top: 1px solid #666;
		border-left: 1px solid #666;
		border-right: 1px solid #666;
	}

	#dl_list dt,#dl_list dd{
		display:block;
		width:auto;
		margin:0px;
		border-bottom:1px solid #666;
	}

	#dl_list dd.imgbox,#dl_list dt.imgbox{
		padding:4px 4px 0 4px;
		text-align: center;
		height: 160px;
	}



	.imgbox img{
		margin:0;
		border-top:  1px solid #ccc;
		border-left:  1px solid #ccc;
		border-right:  1px solid #666;
		border-bottom:  1px solid #666;
	}

/* 縦長・正方形の写真はdt　横長はdd　で指定 */

	dd.imgbox img{width: 150px; margin: 5px 0 0 0;}
	dt.imgbox img{height: 150px;}




	.comment3,.comment5,.comment7,.name{
		line-height: 14px;
		padding:4px 4px 0;
		font-size:12px;
	}

	dd.name,dt.name{margin:0;
		text-align: center;
		height:35px;
	background-color:#EAEAE3;
	}

/* コメント2〜4行 */
	.comment3{
		text-align: left;
		height:45px;
	background-color:#F1EDEB;
	}

/* コメント4〜5行 */
	.comment5{
		text-align: left;
		height:80px;
	background-color:#F1EDEB;
	}

/* コメント6〜7行 */
	.comment7{
		text-align: left;
		height:105px;
	background-color:#F1EDEB;
	}

/* コメント1行 */
	.comment1{
		padding:4px 4px 0;
		text-align: center;
		height:1.5em;
	background-color:#F1EDEB;
	}

	#kakaku a{
		text-align: center;
		padding:2px 4px 4px;
		line-height:1.5em;
		display:block;
		width:auto;
		text-decoration:none;
	background-color:#ffffff;
	}

	#kakaku a{color:#0033FF;text-decoration:underline;font-weight:bold;}
	#kakaku a:link{color:#0033FF;text-decoration:underline;font-weight:bold;}
	#kakaku a:visited{text-decoration:underline;}
	#kakaku a:hover{
		color:#0000FF;text-decoration:none;font-weight:bold;
	background-color:#C0C0C0;
	}


	.kakaku a{
		text-align: center;
		padding:2px 4px 4px;
		line-height:1.5em;
		display:block;
		width:auto;
		text-decoration:none;
	background-color:#ffffff;
	}

	.kakaku a{color:#0033FF;text-decoration:underline;font-weight:bold;}
	.kakaku a:link{color:#0033FF;text-decoration:underline;font-weight:bold;}
	.akaku a:visited{text-decoration:underline;}
	.kakaku a:hover{
		color:#0000FF;text-decoration:none;font-weight:bold;
	background-color:#C0C0C0;
	}






	body{
		color: #000000;
		text-align: center;
		margin: 0;
		padding: 0;
		background: url(http://livedoor.blogimg.jp/ys_jp/imgs/7/9/799b9334.png) fixed;
	}

	a{
		color:#000;
		text-decoration:underline;
	}
	a:link{}
	a:visited{}
	a:active{}
	a:hover{
		text-decoration:none;
	}
	blockquote{
		background-color: #fff;
		border:2px dotted #777;
		padding:10px;
		margin:10px;
		text-align:left;
	}
/*-----------------------------------------------------*/
	#header{color:#999;
width: auto;
background-color: #333;
	}
	#header td{
		font-size:12px;
		text-align:right;
		padding-right:10px;
	}
	#header a{color:#999;}

	#container{
	background-color: #666;
		width:930px;
		margin:3px auto;
		padding: 0 10px;
		text-align:center;
		word-break:break-all;
	}

/* タイトル */

	#banner,#subbanner{
		color: #F5DEB3;
		font-weight: bold;
		margin: 0px 0;
		padding: 0px 0 0;
		border-right: 1 solid #787878;
		border-left: 1 solid #787878;
		width: 910px;
		background: url(http://livedoor.blogimg.jp/ys_jp/imgs/4/7/473d0a6b.png) repeat;
	}

#banner table{
		padding: 0px ;
		font-weight:bold;
		color:#666;
		border-collapse: collapse;
		margin: 0px 0 0px 0;
		width:908px;
		height:70px;
	}

	.pr728{
		text-align:center;
		width: 728px;
		margin:0 0 5px 0;
	}

	.pr468{
		margin: 5px 0;
		text-align:center;
		width: 468px;
	}


	.pr234{
		text-align:center;
	}


/* タイトルの検索スタイル */
	#banner input{
		font-size:12px;
		border-top: 1px solid #735B2F;
		background-color:#EDEBE7;
		margin: 0 2px;
	}

	#banner form{
		font-weight:bold;
		font-size:10px;
	}
	#banner h1{
		font-weight:bold;
		color: #969696;
		font-size:12px;
	}


	#banner a{font-weight:bold;color:#333;text-decoration:none;display:block;}
	#banner a:hover{font-weight:bold;color:#795F31;text-decoration:underline;}

	#subbanner a{color:#795F31;text-decoration:none;}
	#subbanner a:link{color:#151251;text-decoration:none;}
	#subbanner a:visited{text-decoration:none;}
	#subbanner a:active{}
	#subbanner a:hover{color:#151251;text-decoration:underline;}


/* banner個別記事の設定 */
	.articleblog_title{		
		height:36px;
		text-align:left;
		padding: 10px 0px 0px 20px;
		font-size:16px;
		border-top:1px solid #fff;
		border-left: 1px solid #fff;
		border-right: 1px solid #333;
	}

	.category_title{
		height: 25px;
		text-align:center;
		font-weight:bold;
		font-size:14px;
		padding:2px  0 2px 0px;
		border-left: 1px solid #fff;
		border-bottom: 1px solid #333;
		border-right: 1px solid #333;
	}

	.article_title{
			font-weight:bold;
		line-height: 125%;
		text-align:center;
		padding: 5px 0px 3px 0px;
		font-weight:bold;
		font-size:16px;
	}

/* banner共通設定 */
	.blogtitle{
		height:100%;
		text-decoration:none;
		font-size:18px;
		font-weight:bold;
		padding:15px  0 0 20px;
		border-top:1px solid #fff;
		border-left: 1px solid #fff;
		border-bottom: 1px solid #333;
		border-right: 1px solid #333;
	}

	.description{
		font-weight:bold;
		color: #969696;
		border-top:1px solid #fff;
		border-left: 1px solid #fff;
		border-bottom: 1px solid #333;
		border-right: 1px solid #333;
		font-size:12px;
		padding: 0 10px 0 20px;
	}

	#banner td{}

	#banner .pager{margin: 0px; padding: 0px;
	

	}
	

	.title_td{
display:inline;		margin:0;
		font-weight:bold;
		border-top:1px solid #fff;
		border-left: 1px solid #fff;
		border-bottom: 1px solid #333;
		border-right: 1px solid #333;
		line-height: 130%;
		padding: 0px;

		height: 25px;
	}

	.info{
margin: 3px;
		color:#666;
		text-align:center;
		font-size:12px;
	}

	.info2{
 margin: 0px; padding: 0px;		color:#666;
		text-align:center;
		font-size:12px;
	}

	.under{
		border-top:1px solid #fff;
		border-left: 1px solid #fff;
		border-bottom: 1px solid #000;
		border-right: 1px solid #000;
	}

	.titleside {
		border-top:1px solid #f30;
		border-left: 1px solid #f30;
		border-bottom: 1px solid #0000FF;
		border-right: 1px solid #0000ff;
	}

H1 { margin: 0px; padding: 0px; }
H2 { margin: 0px; padding: 0px; }
H3 { margin: 0px; padding: 0px; }









	#blogcontainer{
		background-color:#FFFAF0 ;
		padding: 5px 3px;
		width:908px;
		margin:0 auto;
	}
	#wrapper{

		width:728px;
		float:right;		
	}
	#content{	
			background-color:#FFFAF0 ;
		float:left;
		width:473px;
	
		text-align:center;
	}
	#blog{}
	#left{

		background-color:#FFFAF0 ;
		float:left;
		width:170px;
		border-right: 2px solid #787878;
		border-bottom:2px solid #787878 ;
	}
	#right{
		background-color:#FFFAF0 ;
		border-left: 2px solid #787878;
		border-bottom:2px solid #787878 ;
		float:right;
		width:252px;
	}
	#footer{}
	#outfooter{}
/*-----------------------------------------------------*/

/*  記事のタイトル  */
	a.titlelink:link{color:#333;text-decoration:none;font-weight:bold;font-size:100%;}
	a.titlelink:visited{color:#333;text-decoration:none;font-weight:bold;font-size:100%;}
	a.titlelink:active{color:#333;text-decoration:none;font-weight:bold;font-size:100%;}
	a.titlelink:hover{color:#333;text-decoration:underline;font-weight:bold;font-size:100%;}

	.fullbody{}
	.datetop{}
	.datebody{}
	.date{text-align:left;
		background-color: #666;
		color:#fff;
		font-size:12px;
		font-weight:bold;
		padding:4px 0px 4px 10px;
	}

	.category {
		font-weight: bold;
		font-size: 12px;
		margin: 2px 3px 0 0;
		float: right;
	}

	.titlebody{}
	.title{
		line-height:130%;
		color:#333;
		font-size:16px;
		font-weight:bold;
		padding: 0px 0 0 10px;
		text-align:left;
		margin: 30px 0 10px 0;
	}

	.blogbodytop{}
	.blogbody{
		line-height:130%;
		text-align:center;
		border-bottom:#787878 2px solid;
		margin-bottom:10px;
	}
	.blogbodybottom{}

	.main,.mainmore,.article_tags{
		font-size:12px;
		margin: 0 0 5px 0;
padding:0 0 0 5px;
		text-align:left;
	}
	
			.in{
		margin:5px;
		padding:5px;
		border:2px dashed #666;
		background-color: #fff;
	}

	.continues{}
	 a.continues{
	 	color:#3e781c;
	 }
	.posted{
		color:#000;
		font-size:11px;
		text-align:right;
		margin:20px 20px 5px;
	}
	.menu{
		color:#000;
		font-size:11px;
		text-align:right;
		margin:0 20px 10px;
	}
	.nextpage{
		margin:0 20px 10px;
		font-size:11px;
		text-align:right;
	}
	.posted a,.menu a,.nextpage a{
		color:#000;
	}
	.pict{
		margin:0 5px 5px 0;
	}
	.blogbodybottom{}
	.dateend{}

/* 広告表示 */
	#ad {text-align:center;}
	#ad iframe{
		width:340px;
		margin:20px auto 20px 10px;
	}
	body.ad{background:transparent;}
	a.adtitle{color:#0a4976;font-weight:bold;text-decoration:underline;}
	a.addescription{color:#000;text-decoration:none;}
	a.adurl{text-decoration:none;}
	a.adld{color:#0a4976;text-decoration:underline;}

/* カテゴリアーカイブ・月別アーカイブ */
	#categorytitlebody{}
	#categorytitle{
		background:#797979;
		padding:6px 20px;
		text-align:left;
		font-size:14px;
		font-weight:bold;
		color:#000;
	}
/*-----------------------------------------------------*/
/* 個別記事 */
	.comblogbodybottom{}
	#contentcommentbottom{}
	.formbodybottom{}
	#articletop{}
	#articlebody{}
	#articlebottom{}
	#blogcommentbottom{}

/* トラックバックURL表示 */
	.trackbackurltop{}
	.trackbackurlbody{
		text-align:left;
	}
	.trackbackurlttl{
		color:#000;
		font-size:12px;
		font-weight:bold;
		padding:10px 20px 0;
	}
	.trackbackurl{
		text-align:center;
		margin-bottom:10px;
	}
	.trackbackurl table{
		width:350px;
		margin:10px auto;
	}
	input.trackbackbox{
		width:275px;
	}

/* トラックバック・コメント */
	a.posttitle{
		color:#000;
		font-size:12px;
	}
	a.posttitle:hover{}

	#trackback,#comment,#takecomment{
		text-align:left;
	}
	.trackbackhead,.commenthead,.takecommenthead{
		color:#000;
		font-size:12px;
		font-weight:bold;
		padding:10px 20px 0;
		margin-bottom:10px;
		border-top:#787878 1px solid;
	}
	#trackbackbody,#commentbody,#takecommentbody{
		padding:0 20px;
	}
	.trackbackttl,.commentttl{
		color:#000;
		font-size:12px;
	}
	.trackbacktext,.commenttext{
		margin:5px 5px 20px;
		line-height:125%;
		font-size:12px;
	}

/* コメント記入 */
	#formbody{
		text-align:left;
		padding-left:10px;
	}
	.form{
		margin:0px auto;
		color:#000;
		font-size:12px;
	}
	.form th{
		font-weight:normal;
		padding:2px;
		text-align:right;
	}
	.form td{
		padding:2px;
	}
	input#author{width:200px;}
	input#email{width:200px;}
	input#url{width:200px;}
	input#bake{}
	textarea#text{width:280px;height:200px;}
	input.button{margin-top:20px;width:80px;}

	#error{
		padding:10px;
		font-size:12px;
		line-height:125%;
		font-weight:bold;
	}
	#error span{font-weight:normal;}
	.loginon{
		color:#000;
		font-size:12px;
		font-weight:bold;
		margin:10px 15px;
		padding:5px;
		border:1px solid #787878;
		text-align:center;
	}
	.loginon a{color:#000;}
	.loginon a:hover{color:#fff;}
	.loginoff{
		color:#000;
		font-size:12px;
		font-weight:bold;
		margin:10px 15px;
		padding:5px;
		border:1px solid #787878;
		text-align:center;
	}
	.loginoff a{color:#000;}
	.loginoff a:hover{color:#000;}
/*-----------------------------------------------------*/
/* サイドカラム */
	.sidetitle{
		background-color: #333;
		line-height:18px;
		text-align:center;
		font-size:12px;
		font-weight:bold;
		color:#fff;
	}
	.side{
		color:#999;
		font-size:12px;
		line-height:125%;

	}
	.sidebottom{
		margin-bottom:10px;
	}
	.sidebody{
		line-height:20px;
		margin: 0px 10px;
		text-align:left;
	}









	.side a{color:#333;}
	.side a:hover{}
	a.ttllink{color:#fff;}
	a.ttllink:hover{}

/* カレンダー */
	.calendarhead{
		color:#fff;
		font-size:12px;
		font-weight:bold;
		padding: 0;
		text-align:center;
		background-color: #333;
		line-height:18px;
	}

	.calendarhead a:link{color:#fff;text-decoration:none;}
	.calendarhead a:link{color:#fff;text-decoration:none;}
	.calendarhead a:visited{color:#fff;text-decoration:none;}
	.calendarhead a:active{color:#fff;text-decoration:none;}
	.calendarhead a:hover{color:#fff;text-decoration:underline;}

	.caltop{}
	.calbody{text-align:left;}
	.calendartable{}
	.caltbl{
		width:165px;
		margin:0px;
	}
	.calbottom{margin-bottom:10px;}
	.caltblwkbg{}
	.calendarwd{
		background:#464646;
		margin:0;
	}
	.caltblwk{}
	.caltblwk td{
		color:#000;
		padding:3px 0;
		font-size:11px;
		text-align:center;
	}
	.weekday{}
	.sun{}
	.sat{}
	.caltbldaybg{
		padding:5px 0px 0 0px;
		background:transparent;
	}
	.caltblday{
		width:165px;
		margin:0 auto;
	}
	.caltblday td{
		color:#999;
		width:16px;
		height:16px;
		padding:2px 0;
		font-size:11px;
		text-align:center;
	}
	.calendar{}
	.calendard{}
	.calon{background:url(http://parts.blog.livedoor.jp/img/usr/new_default_black/calendaron.gif) no-repeat;}
	.caloff{background:url(http://parts.blog.livedoor.jp/img/usr/new_default_black/calendar.gif) no-repeat;}

	.caltblday a:link{color:#999;text-decoration:none;}
	.caltblday a:visited{color:#999;text-decoration:none;}
	.caltblday a:active{color:#999;text-decoration:none;}
	.caltblday a:hover{color:#999;text-decoration:underline;}

/* プラグイン */
	input.sf{width:122px;margin-right:3px;}
	.moblogbody,.linkme,.skypeme{text-align:center;}
	.afbody{text-align:center;padding-bottom:10px;}
	.afbody img{margin-bottom:3px;}
	.photo{text-align:center;}
	.nickname{font-size:12px;font-weight:bold;margin:10px 0;}
	.message{text-align:left;font-size:12px;margin-bottom:10px;}
	.blogtimes{margin:10px auto;text-align:center;width:155px;}
	.quotetable{background:#000;width:165px;}
	.quotetable img{width:160px;}
	.quote{color:#000;font-size:12px;padding:1px;background:#fff;}

	.elsehead{
		padding:3px 0 4px;
	}
	.elsebody{text-align:center;}
	.elsebottom{
		padding:3px 0 4px;
	}
	.elsebody a:link{}
	.elsebody a:visited{}
	.elsebody a:active{}
	.elsebody a:hover{}
	
	.checkers{padding-bottom:10px;width:117px;font-size:11px;text-align:left;margin:0 auto;}
	.checkers a:link{color:#999;text-decoration:none;}
	.checkers a:visited{color:#999;text-decoration:none;}
	.checkers a:active{color:#999;text-decoration:none;}
	.checkers a:hover{color:#999;text-decoration:underline;}
	
	.reader{padding-bottom:20px;width:117px;font-size:11px;text-align:left;margin:0 auto;}
	.reader a:link{color:#999;text-decoration:none;}
	.reader a:visited{color:#999;text-decoration:none;}
	.reader a:active{color:#999;text-decoration:none;}
	.reader a:hover{color:#999;text-decoration:underline;}

	.powered{color:#999;padding-bottom:10px;}
	.syndicate{}