	body {
  	padding-left : 3%;
  	padding-right : 3%;
		background:#333333;	
		text-align : center;	
		}
	A 			{ color: #CCCC66; text-decoration: none; }

A:LINK {color : #e8d9c4;
  font-weight : bold;
  	text-decoration: none;
}
A:VISITED {color : #e8d9c4;
  font-weight : bold;
  	text-decoration: none;
}
A:ACTIVE {color:#e8d9c4;
  font-weight : bold;
  	text-decoration: none;
}
	A:hover		{ 	text-decoration: underline; }
	h1, h2, h3 {
		margin: 0px;
		padding: 0px;
	}


	.description {
		font-family:verdana, arial, sans-serif;
		color:#CCC;
		font-size:small;
		font-weight:bold;
  		text-transform:none;	
		letter-spacing: none; 		
		}	
				
	#content {
		float:left;
		width:80%;
		margin-right:15px;
		margin-bottom:20px;
		}

	#links {
	  width : 165px;
		color:#CCC;
		margin-top:20px;				
		float : right;
		}

	
	.blogbody {
		font-family:verdana, arial, sans-serif;
		color:#FFFFFF;
		font-size:16px;
		font-weight:normal;
  		line-height:140%;		
  		border-left:1px solid #666;			
  		border-right:1px solid #666;
  		border-bottom:1px solid #666;	  			  		
  		padding:10px;
		}

	
	.title { 
		font-family: verdana, arial, sans-serif; 
		font-size: 17px; 
		color: #b76f6f; 
		font-weight:bold;	
		}			
		
	#menu {
  		margin-bottom:10px;
		background:#333333;
		font-family: verdana, arial, sans-serif;
		font-size:small;
		font-weight:bold;  							
		}	
		
	.date	{ 
		font-family:verdana, arial, sans-serif; 
		font-size: Large; 
		color: #999; 
		font-weight:bold;
		text-transform:uppercase;
		margin-top:10px;		
  		border-bottom:1px solid #666;	
		}			
		
	.posted	{ 
		text-align:right;
		font-family:verdana, arial, sans-serif; 
		font-size: x-small; 
		color: #999; 
		padding-top:5px;
		}
		
		
	.calendar {
		font-family:verdana, arial, sans-serif;
		color:#666;
		font-size:x-small;
		font-weight:normal;
  		padding:5px;				
		}
	
	.calendarhead {	
		font-family:verdana, arial, sans-serif;
		color:#CC9933;
		font-size:x-small;
		font-weight:bold;
  		background:#333333;
  		line-height:140%;				
		}	
	
	.side {
		font-family:verdana, arial, sans-serif;
		color:#CCC;
		font-size:x-small;
		font-weight:normal;
  		background:#333333;
  		line-height:140%;				
		}	
		
	.sidetitle {
		font-family:verdana, arial, sans-serif;
		color:#CCC;
		font-size:x-small;
		font-weight:bold;
  		background:#333333;
  		line-height:140%;
  		padding:2px;
  		margin-top:10px;
 
  		text-transform:uppercase;
		letter-spacing: .2em;  					
		}		
	
	.syndicate {
		font-family:verdana, arial, sans-serif;
		font-size:xx-small;
		font-weight:bold;		
  		line-height:140%;
  		padding:2px;
  		margin-top:10px;
  		text-align:center;
  		background:#333333;  		
 		}	
		
	.powered {
		font-family:verdana, arial, sans-serif;
		color:#CCC;
		font-size:xx-small;
		font-weight:bold;
		line-height:140%;
		text-transform:uppercase; 
		padding:2px;
		margin-top:10px;
		text-align:center;
		letter-spacing: .2em  					
		}	
		
	
	.comments-body {
		font-family:verdana, arial, sans-serif;
		color:#CCC;
		font-size:small;
		font-weight:normal;
  		background:#333333;
  		line-height:140%;					
		}		

	.comments-post {
		font-family:verdana, arial, sans-serif;
		color:#999;
		font-size:x-small;
		font-weight:normal;
  		background:#333333;
 		margin-bottom:25px;
  		border-top:1px dashed #666;
		}	
		
	.comments-head	{ 
		font-family:verdana, arial, sans-serif; 
		font-size: small; 
		color: #CCC; 
		font-weight:bold;
		text-transform:uppercase;
		border-bottom:1px solid #666;		
		}		


	.trackback-body {
		font-family:verdana, arial, sans-serif;
		color:#CCC;
		font-size:small;
		font-weight:normal;
  		background:#333333;
  		line-height:140%;	
  		padding-top:15px;				
		}		

	.trackback-url {
		font-family:verdana, arial, sans-serif;
		color:#CCC;
		font-size:small;
		font-weight:normal;
  		background:#333333;
  		line-height:140%;	
  		padding:5px;
  		border:1px dashed #999; 				
		}

	.trackback-post {
		font-family:verdana, arial, sans-serif;
		color:#CCC;
		font-size:x-small;
		font-weight:normal;
  		background:#333333;
  		margin-bottom:20px;
		}	

	#banner-commentspop {
		font-family:verdana, arial, sans-serif;
		color:#CC9933;
		font-size:large;
		font-weight:bold;
  		background:#2b2b2b;
  		padding-left:15px; 
		}		
		
* { box-sizing : border-box}
* { -moz-box-sizing : border-box}

UL#globalNavi {
    
    
    
    	margin: 0;
	padding: 0;
	width : 960px; /* 必ずwidthの設定をしてください */
		bottom : auto;
border-color : #80807e;
}

ul#globalNavi:after {
    
    
    
    
    	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

UL#globalNavi LI {
    
    
    
    	margin: 0;
	padding: 0;
	float: left;
	 /* ボタンの幅 */
	
	list-style-type: none;
  line-height : 1;
		bottom : inherit;
}

UL#globalNavi LI A {
    
    
    
    	padding-right : 10px;
	padding-left : 10px; /* ボタンの厚みはここで調整 */
	display: block;
	position: relative;/* IE6でマウス反応領域がおかしいのをFix */
	font-size: 12px;
	
	text-align: center;
	text-decoration: none;
	
  padding-top : 0.6em;
  padding-bottom : 0.6em;
  color : #f7f1ea;
	
}

UL#globalNavi LI A:hover {  
  text-decoration : underline;

  background-image : url(http://www.game-damashi.com/menu01.png);
}

UL#globalNavi2 {
	margin: 0;
	padding: 0;
	width : 780px; /* 必ずwidthの設定をしてください */
}

ul#globalNavi2:after {  
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

UL#globalNavi2 LI {
    
	margin: 0;
	padding: 0;
	float: left;
	 /* ボタンの幅 */
	line-height: 1;
	list-style-type: none;
}

UL#globalNavi2 LI A {  
	padding-right : 10px;padding-left : 10px; /* ボタンの厚みはここで調整 */
	display: block;
	position: relative;/* IE6でマウス反応領域がおかしいのをFix */
	font-size: 12px;
	color : #f7f1ea;
	text-align: center;
	text-decoration: none;
	
  padding-top : 0.6em;
  padding-bottom : 0.6em;

}

UL#globalNavi2 LI A:hover {  
    
    
      background-image : url(http://www.game-damashi.com/menu01.png);
  text-decoration : underline;
}

#menu{
    
		background-image : url(http://www.game-damashi.com/menu00.png);border-width : 1px;border-style : solid;border-color : #80807e;
		width : 960px;
		height : 27px;
		position : absolute;
}
#menu2{
    
    
    
		background-image : url(http://www.game-damashi.com/menu00.png);border-width : 1px;border-style : solid;border-color : #80807e;
		width : 780px;

		height : 27px;

		position : absolute;
}

#banner{		
		border-width : 1px 1px 0px;
		border-top-color : #80807e;
		border-right-color : #80807e;
		border-left-color : #80807e;
  width : 960px;

		border-top-style : solid;
		border-right-style : solid;
		border-left-style : solid;
		bottom : inherit;
}

#con{
  margin-left : auto;
  margin-right : auto;
  width : 960px;
  text-align : left;
}

#recommend{
  font-size : 16px;
  
  font-weight : bold;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

#feedwind{  
  width : 162px;
  border-width : 1px;border-style : solid;border-color : #666666;
}

BLOCKQUOTE{  
		background-color : #3d3d3d;

		padding-top : 15px;
		padding-left : 15px;
		padding-right : 15px;
		padding-bottom : 15px;
}

a[href^="http"]:after {
content: url("http://www.game-damashi.com/external.gif");
}
a[href^="http://tweetbuzz.jp/redirect?url="]:after,
a[href^="http://twitter.com/home/?status="]:after,
a[href^="http://b.hatena.ne.jp/entry/"]:after,
a[href^="http://b.hatena.ne.jp/append?"]:after,
div#adv a[href^="http://www.amazon.co.jp/"]:after,
a[href^="http://www.game-damashi.com/"]:after {
content: '';
}
