@charset "UTF-8";

/*
-----------------------------------------------------
livedoor Blog CSS
 Name   : デフォルト2005（3カラム・グリーンブログ）
 update : 2009.08.10
-----------------------------------------------------
*/

	body{
		margin:0;
		padding:0;
		color:#444;
		font-family:arial ,sans-serif;
		background:url(http://livedoor.blogimg.jp/ingresswanko/imgs/a/d/ada8e026.png) repeat-x #ffffff; /* summer*/
		/* background:url(http://livedoor.blogimg.jp/ingresswanko/imgs/a/d/ada8e026.png) repeat-x #F3E6F1; */ /* spring */
		/* background:url(http://livedoor.blogimg.jp/ingresswanko/imgs/a/d/ada8e026.png) repeat-x #ECA43E; */ /* autumn */
		/* background:url(http://livedoor.blogimg.jp/ingresswanko/imgs/b/2/b232c287.png) repeat-x #000; */  /* winter */
		background-attachment:fixed;  
		text-align:center;
word-break: break-all;
word-wrap: break-word;
	}
	h1,h2,h3{margin:0;padding:0;}
	a{
		/* color:#3e781c; */
		color:#067BA9;
		text-decoration:underline;
	}
	a:link{}
	a:visited{}
	a:active{}
	a:hover{
		text-decoration:none;
	}
	blockquote
	,pre{
		border:2px dotted #777;
		padding:10px;
		margin:10px;
		text-align:left;
	}

div#ad2{
		display:none !important;
} 




/*-----------------------------------------------------*/
#header{
		/* background:url(http://livedoor.blogimg.jp/ingresswanko/imgs/7/7/77de22f8.png) no-repeat 0 100%;　*/
		font-size:12px;
	}
	#header a{color:#00497d;}

#header2{
		display:none !important;
	}

	#container{
		/* width:795px; */
		width:1150px; 
		margin:0 auto;
		padding-bottom:100px;
		/* background:url(http://parts.blog.livedoor.jp/img/usr/new_default_green/base.gif) repeat-y; */
		background:#fff;
		text-align:center;
		word-break:break-all;
	}

#banner{
		width:1140px;
		height:305px;
		margin:0px auto 10px;
		padding-top:5px;
		/* background:url(http://livedoor.blogimg.jp/ingresswanko/imgs/b/2/b25a4e71.png) ; */
		/* border-bottom:5px solid #4f9116; */
		text-align:left;
		color:#000;
	}
	#banner a{color:#fff;text-decoration:none;}
	#banner a:hover{text-decoration:underline;}

h1.blog-title{
		background:none !important;
}

.blogtitle{
		font-size:18px;
		font-weight:bold;
		/* padding:30px 30px 5px; */
		padding:0px;
	}
	.description{
		font-size:14px;
		padding:0 30px 10px;
	}

	#blogcontainer{
		/* width:773px; */
		width:1140px;
		margin:0 auto;
	}
	#wrapper{
		float:left;
		/* width:583px; */
		width:930px;
	}
	#content{
		float:right;
		width:720px;
		/* width:393px; */
		/* border-top:#8dc05c 2px solid; */
		text-align:left;
		overflow: hidden;
	}
	#blog{
		overflow: hidden;
	}
	#left{
		float:left;
		/* width:188px; */
		width:200px;
		overflow: hidden;
	}
	#right{
		float:right;
		/* width:188px; */
		width:200px;
		overflow: hidden;
		margin-left:10px;
	}
	#footer{}
	#outfooter{}
/*-----------------------------------------------------*/
	.datetop{}
	.fullbody{
		/* border-bottom:2px dotted #3E781C; */
		border:1px solid #067BA9;
		margin-bottom:50px;
		background:#ffffff;
}
	.datebody{}
	.date{
		color:#ffffff;
		font-size:15px;
		padding:10px 20px 0px;
		font-style:italic;
		background:#067BA9;
	}
	.blogbodytop{}
	.blogbody{
		line-height:130%;
		text-align:center;
		/* border-bottom:#8dc05c 2px solid; */
		margin-bottom:10px;
	}
	.blogbodybottom{}
	.titlebody{}
	.title{
		color:#ffffff;
		font-size:23px;
		font-weight:bold;
		text-align:left;
		margin:0;
		padding:20px;
		background:#067BA9 url(http://livedoor.blogimg.jp/ingresswanko/imgs/0/e/0effc421.png) no-repeat  20px 55px;
	}
	.title a{
		color:#ffffff !important;
		text-decoration: none;
	}
	.title a:hover{
		text-decoration: underline;
	}
	.main,.mainmore,.portal-links{
		font-size:12px;
		margin:10px 15px 0;
		text-align:left;
	}

	.main {
word-break: break-all;
word-wrap: break-word;
	}


b {
font-size: 13.2pt;
line-height:130%;
/* word-break: normal; */
word-break: break-all;
word-wrap: break-word;
}

	.continues{
	 	 border:1px solid #999;
	 	 text-align:center;
	 	 padding:10px 300px;

	 }
	 a.continues{
		/* color:#3e781c; */
		color:#067BA9;
	 	font-weight:bold;
	 	 margin-top:30px;
	 }
	
	/* related articles */
	div.related-articles{
		text-align: left;
		margin: 25px 20px 0;
	}
	div.related-articles h3{
		margin: 0 0 10px;
		padding: 0;
		font-size: 12px;
		/* color:#3e781c; */
		color:#067BA9;
	}
	div.related-articles ul{
		list-style: none;
		margin: 0;
		padding: 0;
		line-height: 1.2;
	}
	div.related-articles ul li{
		background: url(http://parts.blog.livedoor.jp/img/cmn/dot.gif) no-repeat 0 50%;
		padding: 0 0 5px 9px;
		margin-left: 5px;
		font-size: 13px;
	}

	div.related-articles ul li a{
		color:#067BA9;
	}
	
	.posted{
		/* color:#3e781c; */
		color:#067BA9;
		font-size:11px;
		text-align:right;
		margin:20px 20px 5px;
	}
	.posted a.url{
		color: #000 !important;
		text-decoration: none;
	}
	.posted a.url img{
		vertical-align: middle;
		marghin-right: 3px;
	}
	.menu{
		color:#3e781c;
		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:#3e781c; */
		color:#067BA9;
	}
	.pict{
		margin:0 5px 5px 0;
	}
	.blogbodybottom{}
	.dateend{}

.handlename{

		font-size:12px;
		color:#067BA9;
}

.motosure{
		font-size:11px;
		color:#067BA9;
}

.affiliate_kiji{
		border-top:1px dotted #999;
		border-bottom:1px dotted #999;
		padding-top:20px;
		padding-bottom:20px;
}


.affiliate_kiji a{
		color:#067BA9;
}


.affiliate_kijiarea{
		text-align:center;
		padding-bottom:20px;
}


/* 広告表示 */
	#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:#b4d696; */
		background:#D3E8F0;
		padding:6px 20px;
		text-align:left;
		font-size:14px;
		font-weight:bold;
		/* color:#3e781c; */
		color:#067BA9;
	}
/*-----------------------------------------------------*/
/* 個別記事 */
	.comblogbodybottom{}
	#contentcommentbottom{}
	.formbodybottom{}
	#articletop{}
	#articlebody{
		border:1px solid #067BA9;
		}
	#articlebottom{}
	#blogcommentbottom{}

/* トラックバックURL表示 */
	.trackbackurltop{}
	.trackbackurlbody{
		text-align:left;
	}
	.trackbackurlttl{
		color:#3e781c;
		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:#3e781c;
		font-size:12px;
	}
	a.posttitle:hover{}

	#trackback,#comment,#takecomment{
		text-align:left;
	}
	.trackbackhead,.commenthead,.takecommenthead{
		/* color:#3e781c; */
		color:#067BA9;
		font-size:12px;
		font-weight:bold;
		padding:10px 20px 0;
		margin-bottom:10px;
		border-top:#067BA9 1px dotted;
	}
	#trackbackbody,#commentbody,#takecommentbody{
		padding:0 20px;
	}
	.trackbackttl,.commentttl{
		color:#a25011;
		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 #8dc05c;
		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 #8dc05c;
		text-align:center;
	}
	.loginoff a{color:#3e781c;}
	.loginoff a:hover{color:#3e781c;}
/*-----------------------------------------------------*/
/* サイドカラム */

.sidewrapper{
		margin-bottom:20px;
	}

	.sidetitle{
		height:30px;
		background:url(http://livedoor.blogimg.jp/ingresswanko/imgs/7/c/7c830b1e.png) no-repeat 50% 0;
		margin-bottom:0px;
		padding:6px 0px 0px;
		text-align:center;
		font-size:14px;
		font-weight:bold;
		color:#FF8231;
	}
	.side{
		color:#3e781c;
		font-size:12px;
		line-height:125%;
		padding:5px 7px 0;
	}
	.sidebottom{
		margin-bottom:10px;
	}
	.sidebody{
		/* padding-bottom:5px; */
		padding-bottom:10px;
		padding-left:8px;
		background:url(http://parts.blog.livedoor.jp/img/usr/new_default_green/dot.gif) no-repeat 0 8px;
		text-align:left;
	}
	.side a{color:#3e781c;}
	.side a:hover{}
	a.ttllink{
		/* color:#fff; */
		color:#FF8231;
		}
	a.ttllink:hover{}

/* カレンダー */
	.calendarhead{
		color:#fff;
		font-size:12px;
		font-weight:bold;
		padding:3px 0;
		text-align:center;
		background:url(http://parts.blog.livedoor.jp/img/usr/new_default_green/title_bar.gif) no-repeat;
	}

	.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:188px;
		margin:0px;
	}
	.calbottom{margin-bottom:10px;}
	.caltblwkbg{}
	.calendarwd{
		background:#b4d696;
		margin:0;
	}
	.caltblwk{}
	.caltblwk td{
		color:#3e781c;
		padding:3px 0;
		font-size:11px;
		text-align:center;
	}
	.weekday{}
	.sun{}
	.sat{}
	.caltbldaybg{
		padding:5px 5px 0 6px;
		background:transparent;
	}
	.caltblday{
		width:175px;
		margin:0 auto;
	}
	.caltblday td{
		color:#3e781c;
		width:25px;
		height:25px;
		padding:3px 0;
		font-size:11px;
		text-align:center;
	}
	.calendar{}
	.calendard{}
	.calon{background:url(http://parts.blog.livedoor.jp/img/usr/new_default_green/calendaron.gif) no-repeat;}
	/* .caloff{background:url(http://parts.blog.livedoor.jp/img/usr/new_default_green/calendar.gif) no-repeat;}  */

	.caltblday a:link{color:#3e781c;text-decoration:none;}
	.caltblday a:visited{color:#3e781c;text-decoration:none;}
	.caltblday a:active{color:#3e781c;text-decoration:none;}
	.caltblday a:hover{color:#3e781c;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:180px;}

	.elsehead{}
	.elsebody{
		padding:7px 0;
		text-align:center;
	}
	.elsebottom{}


div.pager {
	margin: 10px 0;
	text-align: center;
	font-size:16px;
	padding:10px 0px 5px;
	border:1px solid #999;
}

ul.index-navigator {
	font-size: 12px;
}

ul.index-navigator li a {
	padding: 0 7px;
}

ul.archives-pager {
list-style-type: none;
	font-size: 12px;
}

ul.archives-pager li {
	padding: 2px 5px;
}

ul.archives-pager li a {
	padding: 0 5px;
}

ul.archives-pager li.both {
	border-left: 1px solid #575e69;
}

ul.article-pager {
	font-size: 12px;
}

ul.article-pager li {
	float: left;
	width: 49%;
	line-height: 1.25;
}

/* = special tech ... borderの高さを揃えるため */
ul.article-pager {
	overflow: hidden;
}

ul.article-pager li {
	padding-top: 1px;/* 1px余白（上部） */
	padding-bottom: 100px;
	margin-bottom: -99px;/* 1px余白（下部） */
}

ul.article-pager li a {
	display: block;
	margin: 0 10px;
		color:#067BA9;
}

ul.article-pager li.prev {
	text-align: right;
}

ul.article-pager li.next {
	text-align: left;
}

ul.article-pager li.both {
	border-left: 1px solid #8d8d8d;
}

ul.article-navigator:after
, ul.archives-navigator:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


div.pager
, div.index-navigator-outer {
	zoom:1;
}


