/* ****************************** */
/* リセット */
/* ****************************** */
*
{
	margin:0;
	padding:0;
	font-family: Helvetica, Arial,"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif; 
}

/* ****************************** */
/* body */
/* ****************************** */
body {
	font-size: 87.5%;
	background-color: #ffffff;
	color: #555555;
	line-height:1.7;
}

img {
	border-style: none;
	margin:0;
	padding:0;
}

#wrap {	
	margin: 0 auto;	
	width: 900px;
	_width:910px;
}

.left { 
	font-size: 0.875em;
	text-align:left; 
	padding: 5px 0;
}

.center {
	text-align: center;
	font-size: 0.875em;
	padding: 5px 0;
}

.right { 
	font-size:11px;
	font-size: 0.875em;
	padding: 5px 0;
}

/* ****************************** */
/* アンカー */
/* ****************************** */
a {
	color: #9999cc;
	text-decoration:none;
}

a:hover {
	color: #f5938c;
}
a img {
	border:none;
}


/* ****************************** */
/* ヘッダー */
/* ****************************** */
#header {
	width:100%;
	background-color: #f5938c;
	color: #ffffff;
	margin:10px 0;
	padding:1px 0;
}

.headline {
	padding 5px 0;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
}



.headline h1 {
	margin:0 0 0 16px;
	font-size: 16px;
	letter-spacing: 3px;
}

.headline h1 a {
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;
}

.headline h1 a:hover {
	color:#ffffff;
}

.headline h1 .sub {
	color: #ffffff;
	font-size: 14px;
	font-weight:normal;
	letter-spacing: 1px;
	margin-left:14px;
}

/* ****************************** */
/* グローバルメニュー */
/* ****************************** */
#topmenu {
	margin: 0; 
	padding: 0;
}

#topmenu li {
	font-size:10.5pt;
	padding: 0px;
	float: left;
	margin: 0;
	line-height: 35px;
	white-space: nowrap;
	list-style-type: none;
	width: auto;
}

#topmenu li a {
	background: url(http://blog-imgs-27.fc2.com/d/e/n/denpaboy2/blue.png) left bottom no-repeat;
	color:#666666;
	font-weight:bold;
	text-align: center;
	margin-left:5px;
	margin-right:5px;
	padding-left:5px;
	padding-right:5px;
	text-decoration:none;
}

#topmenu li a:hover {
	background: url(http://blog-imgs-27.fc2.com/d/e/n/denpaboy2/purple.png) left bottom no-repeat;
	color:#333333;
}



/* ****************************** */
/* 記事部分 */
/* ****************************** */
#leftside {
	width: 620px;
	float:left;
	margin:10px 0;
	display:inline;
}

#leftside h3 {
	background:url(http://blog-imgs-27.fc2.com/d/e/n/denpaboy2/blue.png) left bottom no-repeat;
	font-size:1.125em;
	padding-left:16px;
	margin-bottom:10px;
}

#leftside h3 a {
	color:#666666;
}

#leftside h3 a:hover {
	color:#b7c4f9;
}

.entryarea {
	padding:10px;
}

.entryarea p {
	padding:3px 0;
}

.post_tail	{ 
	font-size:0.875em; 
	margin : 10px 0; 
	text-align : right; 
}

.comment_title {
	background:url(http://blog-imgs-27.fc2.com/d/e/n/denpaboy2/green.png) left bottom no-repeat;
	width:150px;
	font-size:1em;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
}

.commentarea {
	padding:10px;
}

.comment { 
	border : 1px #e5e5e5 solid; 
	background : #ffffff;	
	padding : 15px;	
	margin :10px 5px;
}

.comment_line	{ 
	border-top : 1px #aaa dotted; 
	margin : 10px 0px 15px; 
}

.comment form {
	
	margin: 5px;
	padding: 5px;
}

.comment label {
	display:block;
	font-weight:normal;
	margin:2px 0;
}

/* ****************************** */
/* メニュー */
/* ****************************** */
#nav {
	float: right;
	width: 250px;
	margin:10px 0;
	padding:0;
	display:inline;
	}

#nav ul {
	list-style-type:none;
}

#nav .navtitle {
	color:#f5938c;
	background:url(http://blog-imgs-27.fc2.com/d/e/n/denpaboy2/red.png) left bottom no-repeat;
	text-align:center;
	font-weight:bold;
}

#nav .navcontent {
	padding:5px;
	margin-bottom:10px;
}

/* ****************************** */
/* lightbox */
/* ****************************** */
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(http://blog-imgs-27.fc2.com/d/e/n/denpaboy2/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(http://blog-imgs-27.fc2.com/d/e/n/denpaboy2/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://blog-imgs-27.fc2.com/d/e/n/denpaboy2/overlay.png", sizingMethod="scale");
	}