@charset "UTF-8";

/*
-----------------------------------------------------
livedoor Blog CSS
FileName:	world_map
Version:	2006.06.26
-----------------------------------------------------
*/


	body{
		margin:0 auto;
		padding:0;
		color:#000;
		text-align:center;
		font-family: verdana ,arial ,sans-serif;
		background:#691815;
	}

         pre{
		font-size:12px;
		margin:10px;
                  background:#FEE;
                  border-style: dashed;           /* 枠の形 */
                  border-width: 1px 1px 1px 1px; /* 上、右、下、左の枠 */
 		padding:10px;
        }

	a{color:#002266;}
	a:link{color:#002266;}
	a:visited{color:#002266;}
	a:active{color:#002266;}
	a:hover{color:#FF0000;text-decoration:none;}

	#header{
		color:#691815;
		background:#cfa568;
		border-bottom:1px solid #000;
	}

	#header td{
		font-size:12px;
		text-align:right;
		padding-right:10px;
	}

	#header a{color:#151869;}
	#header a:link{text-decoration:underline;}
	#header a:visited{text-decoration:underline;}
	#header a:active{text-decoration:underline;}
	#header a:hover{text-decoration:none;}

	#container{
	width:980px;
	/* width:780px; */
	margin:0 auto;
	text-align:center;
	word-break:break-all;
	background:url(http://image.blog.livedoor.com/img/usr/world_map/map_bg.gif) repeat-y 50% 0;
	background-color:#f7d39f;
	-moz-box-shadow: 10px 10px 10px #000;
	-webkit-box-shadow: 10px 10px 10px #000;
	border-radius: 10px;
	margin-top:10px;
	zoom:100%;/*IE6*/
	overflow:auto;/*IE7 and Firefox*/
}
/*\*/
* html #container{
	overflow: visible;
	height:1px;
}
/**/

	#banner,#subbanner{
	width:980px;
	/* width:780px; */
	height:204px;
	background:url(http://blog.futofukutsu.com/pic/zodiac_cut.png)
         no-repeat scroll 50% 0;
	text-align:center;
	}

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

        #topbanner{
	width:960px;
	/* width:780px; */
	height:204px;
	/* text-align:center; */
	background:url(http://blog.futofukutsu.com/pic/zodiac_cut.png);
	padding:10px;
	border-radius:10px 10px 0px 0px;
	}

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

	h1,h2,h3{margin:0;padding:0;}

	.blogtitle{
		font-size:30px;
		font-weight:bold;
		padding:35px 35px 0 35px;
		text-align:left;
		letter-spacing:2px;
	}

	.description{
		color:#fff;
		font-size:12px;
		padding:4px 35px 0 35px;
		text-align:left;
		letter-spacing:2px;
	}

	#blogcontainer{
		width:920px;
		margin:0 auto;
		text-align:center;
		padding-top:20px;
	}

	#content{
		float:right;
		width:708px;
		text-align:center;
		margin:0 auto;
	}


	#blog{
		width:708px;
	}

	#links{
		float:left;
		width:182px;
		margin:0 auto;
		padding:0px 0px 30px;
		text-align:center;
	}
	
	#linksbody{
	}

	#categorytitle{
		color:#691815;
		background:#cfa568;
		font-size:16px;
		font-weight:bold;
		padding:5px 10px;
		text-align:center;
		margin-bottom:20px;
	}

	.fullbody,#articlebody{
		width:100%;
		text-align:left;
	}

	.datetop,#articletop{
	}

	.date{
		color:#691815;
		font-size:small;
		font-weight:bold;
		padding:0px 0px 0px 2px;
		height:18px;
		border-bottom:1px solid #cfa568;
	}

	.blogbody{
		padding:20px 0 0;
	}

	.blogbodybottom{
	}

	.title{
		color:#000;
		font-size:20px;
		font-weight:bold;
		height:30px;
		text-decoration:none;
		text-align : left;	/* テキストの左寄せ */
		letter-spacing : 1px;	/* 文字間隔 */
		padding-left : 10px;	/* 左の余白 */
		line-height : 30px;	/* 領域（行）の高さ＝フォントの１．５倍 */
		border-left-width : 20px;	/* 左境界線をマークとして使用 */
		border-left-style : solid;	/* 左境界線（マーク）の種類 */
		border-left-color : #cfa568;	/* 左境界線（マーク）の色 */
		border-bottom-width : 1px;	/* 下境界線 */
		border-bottom-style : solid;	/* 下境界線の種類 */
		border-bottom-color : #cfa568;	/* 下境界線の色 */
	}

	.subtitle{
		color:#000;
		font-size:16px;
		font-weight:bold;
		height:24px;
		text-decoration:none;
		text-align : left;	/* テキストの左寄せ */
		letter-spacing : 1px;	/* 文字間隔 */
		padding-left : 8px;	/* 左の余白 */
		line-height : 24px;	/* 領域（行）の高さ＝フォントの１．５倍 */
		border-left-width : 16px;	/* 左境界線をマークとして使用 */
		border-left-style : solid;	/* 左境界線（マーク）の種類 */
		border-left-color : #cfa568;	/* 左境界線（マーク）の色 */
		border-bottom-width : 1px;	/* 下境界線 */
		border-bottom-style : solid;	/* 下境界線の種類 */
		border-bottom-color : #cfa568;	/* 下境界線の色 */
	}

/*?*/
* html .main{height:1%;}
* html .mainmore{height:1%;}
/**/

	.main,.mainmore,.article_tags{
		font-size:small;
		text-align:left;
		line-height:150%;
		padding:20px 0 15px;
	}
	
	blockquote{
		border:1px dotted #691815;
		border-radius: 5px;
		margin:10px;
		padding:10px;
		text-align:left;
		background-color:white;
	}
	
	.pict{}

	a.continues{}
	a.continues:link{}
	a.continues:visited{}
	a.continues:active{}
	a.continues:hover{text-decoration:none;}

	.posted{
		font-size:10px;
		text-align:right;
		padding:10px 0;
	}
	.posted img{
		vertical-align:middle;
	}

	.posted a{font-weight:bold;}
	.posted a:link{}
	.posted a:visited{}
	.posted a:active{}
	.posted a:hover{}

 .dateend,#articlebottom{
		margin-bottom:25px;
	}

	.autopagerize_page_element{
		padding:5px;
		text-align:left;
	}
	.nextpage{
		font-size:small;
		padding:5px;
		text-align:right;
	}

	.nextpage a{font-weight:bold;}
	.nextpage a:link{}
	.nextpage a:visited{}
	.nextpage a:active{}
	.nextpage a:hover{}

	.menu{
		font-size:12px;
		text-align:center;
		margin-top:5px;
		padding:10px 0px;
		}

	.menu a{font-weight:bold;}
	.menu a:link{}
	.menu a:visited{}
	.menu a:active{}
	.menu a:hover{}


	.comblogbodybottom{
		margin-bottom:25px;
	}

/* トラックバックURL表示 */
	.trackbackurltop{
	}

	.trackbackurlbody{
		text-align:left;
		padding:15px 0px 10px;
	}

	.trackbackurlttl{
		color:#000;
		font-size:small;
		font-weight:bold;
	}

	.trackbackurl{
		text-align:center;
		padding:15px 0 0;
	}

	.trackbackurl table{width:400px;margin:0 auto;}
	input.trackbackbox{width:330px;}

	.trackbackurlbottom{
	}

/* トラックバック・コメント表示 */
	a.posttitle{font-weight:bold;}
	a.posttitle:link{}
	a.posttitle:visited{}
	a.posttitle:active{}
	a.posttitle:hover{}

	#trackbacktop,#commenttop{
	}

	#trackback,#comment{
		padding:15px 0px 15px;
		text-align:left;
	}

	#takecomment{
		padding:15px 0;
	}

	.trackbackhead,.commenthead,.takecommenthead{
		color:#000;
		font-size:small;
		font-weight:bold;
	}

	#trackbackbody,#commentbody{
		padding:10px 0 10px 13px;
	}

	.trackbackttl,.commentttl{
		font-size:small;
	}

	.trackbacktext,.commenttext{
		font-size:small;
		padding:3px 0 10px 13px;
	}

	#commentcaution{
		font-size:small;
		padding:3px 0 10px 13px;
	}

	#commentbottom,#trackbackbottom,.formbodybottom{
	}

	#error{
		font-size:small;
		line-height:150%;
		font-weight:bold;
		padding:10px 0 10px 13px;
	}

	#error span{font-weight:normal;}

	.loginon{
		font-size:small;
		padding:10px 10px 10px 13px;
	}

	.loginon a{font-weight:bold;}
	.loginon a:link{}
	.loginon a:visited{}
	.loginon a:active{}
	.loginon a:hover{}

	.loginoff{
		font-size:small;
		padding:10px 10px 10px 13px;
	}

	.loginoff a{font-weight:bold;}
	.loginoff a:link{}
	.loginoff a:visited{}
	.loginoff a:active{}
	.loginoff a:hover{}

	#takecommentbody{
	}
	
	.formbodytop{
	}

	#formbody{
		margin:0px auto;
		text-algin:center;
		padding:10px 10px;
	}

	.form{
		font-size:small;
		text-algin:center;
		margin:0 auto;
	}
	
	.form th{
		font-weight:bold;
		padding:2px;
		text-align:right;
	}

	.form td{
		padding:2px;
	}

	input#author{width:210px;border:1px solid #cfa568;}
	input#email{width:210px;border:1px solid #cfa568;}
	input#url{width:210px;border:1px solid #cfa568;}
	input#bake{}
	textarea#text{width:350px;height:200px;border:1px solid #cfa568;}
	input.button{margin-top:20px;width:80px;}
	
	#blogcommentbottom{
	}

	.calendarheadbody{
	}

	.calendarhead{
		color:#691815;
		font-size:11px;
		font-weight:bold;
		padding:3px 0 3px 0;
		text-align:center;
	}
	
	.calendarhead a{color:#691815;}
	.calendarhead a:link{}
	.calendarhead a:visited{}
	.calendarhead a:active{}
	.calendarhead a:hover{text-decoration:none;}
	
	.calendarpre,.calendarnext{
		font-size:9px;
	}
	
	.caltop{}
	.calbody{
		font-weight:bold;
		font-size:small;
		text-align:center;
		margin:0 0 10px 0;
		padding:0;
	}

	.caltbl{
		margin:0 auto;
		width:160px;
		text-align:center;
		background:#f7d39f;
		border:1px solid #cfa568;
	}

	.caltblwkbg{
		background:#e0bb86;
	}

	.caltblwk{
		font-size:small;
		border:2px solid #f7d39f;
	}

	.caltblwk td{
		color:#000;
		font-weight:normal;
		text-align:center;
		padding:2px;
	}

	.weekday{}
	.sun{}
	.sat{}

	.caltbldaybg{
	}

	.caltblday{
		font-size:10px;
		font-weight:normal;
		border:2px solid #f7d39f;
	}


	.caltblday td{
		color:#000;
		position:center;
		padding:2px;
	}

	.calendard{
	}
	
	.calon{
	}

	.caloff{
	}

	.caltblday a{ccolor:#833f60;}
	.caltblday a:link{}
	.caltblday a:visited{}
	.caltblday a:active{}
	.caltblday a:hover{text-decoration:none;}

	.calbottom{
	}


	.sidetitlebody{
	}

	.sidetitle{
		color:#691815;
		background:#cfa568;
		font-size:small;
		font-weight:bold;
		letter-spacing:2px;
		padding:3px 0 3px 3px;
		text-align:left;
	}

	.side{
		font-size:small;
		text-align:left;
		line-height:135%;
		padding:5px;
		margin-bottom:10px;
	}
	
	.sidebody{
		text-align:left;
		padding:3px 0px 3px 3px;
	}
	.key_area {
		padding:0 0 0 10px;
		text-align:left;
	}
	.key {
	}
	.leaf_area {
		margin:3px 3px 3px 3px;
		text-align:left;
	}
	.leaf {
	    padding:2px 2px 2px 18px;
	    margin:0;
	    background: url(http://image.blog.livedoor.jp/takoashi/tbm.gif) no-repeat; 
	}
	.leaf_last {
    		padding:2px 2px 2px 18px;
   	 	margin:0;
    		background: url(http://image.blog.livedoor.jp/takoashi/tbe.gif) no-repeat; 
	}

	.sidebottom{
	}


 .side a{}
 .side a:link{}
 .side a:visited{}
 .side a:active{}
 .side a:hover{text-decoration:none;}

	a.ttllink{color:#151869;font-weight:bold;}
	a.ttllink:link{}
	a.ttllink:visited{}
	a.ttllink:active{}
	a.ttllink:hover{text-decoration:none;}

	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{color:#2b5695;font-size:10px;font-weight:bold;margin:10px 0;}
	.message{font-size:10px;text-align:left;margin-bottom:10px;}
	.blogtimes{margin:20px 0;text-align:center;width:180px;}
	.point{text-align:center;}
	.quotetable{background:#151869;}
	.quotetable img{width:140px;}
	.quote{color:#000;font-size:10px;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;}
	.reader{padding-bottom:20px;width:117px;font-size:11px;text-align:left;margin:0 auto;}
	.powered{padding-bottom:10px;}
	.syndicate{}
	
	#footer{
		color:#FFF;
		font-size:12px;
		text-align:center;
		padding-bottom:2em;
	}
	#footer a{
		color:#CCF;
	}


	.blogbody iframe{width:728px;}

	#ad{
		text-align:center;
		margin:10px 0px;
	}

	a.adtitle:link{color:#151869;font-weight:bold;}
	a.adtitle:visited{font-weight:bold;}
	a.adtitle:active{color:#151869;font-weight:bold;}
	a.adtitle:hover{color:#151869;font-weight:bold;text-decoration:none;}
	
	a.addescription:link{color:#000;text-decoration:none;}
	a.addescription:visited{color:#000;text-decoration:none;}
	a.addescription:active{color:#000;text-decoration:none;}
	a.addescription:hover{color:#000;}
	
	a.adurl:link{color:#000;text-decoration:none;}
	a.adurl:visited{color:#000;text-decoration:none;}
	a.adurl:active{color:#000;text-decoration:none;}
	a.adurl:hover{color:#000;}
	
	a.adld:link{color:#0033ff;text-decoration:underline;}
	a.adld:visited{color:#0033ff;text-decoration:underline;}
	a.adld:active{color:#0033ff;text-decoration:underline;}
	a.adld:hover{color:#0033ff;text-decoration:none;}
	
/*	body.ad{background:url(http://image.blog.livedoor.com/img/usr/world_map/map_bg.gif) repeat 0 0;} */
