/*--- Basic setting ---*/

html
	{
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
	}

body
	{ 
	margin: 0;
	padding: 0;
	background:#eceaea;
	text-align: center;
	color: #666; 
	font-size: 12px; 
	font-family: arial, helvetica, sans-serif;
	line-height:150%;
	}

h1, h2, h3, h4, h5, h6,p
	{
	margin:0;
	padding:0;
	}

form, input
	{
	margin: 5px 0 0 5px;
	padding: 0;
	}

.imgr
	{
	float:right;
	margin:5px 0px 5px 10px;
	}

.img
	{
	float:left;
	margin:5px 10px 5px 0px;
	}

/*--- link ---*/

a
	{
	color:#0000ff;
	}

a:hover
	{
	text-decoration:none;
	color:#ff9900;
	}

a img
	{
	border: 0;
	}

.no-link
	{
	text-decoration:none;
	color:#666;
	}

#side a
	{
	text-decoration:none;
	}

#side a:hover
	{
	}

/*--- container ---*/

#container
	{
	width:780px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background:#fff;
	border-left:1px solid #d2d3d4;
	border-right:1px solid #d2d3d4;
	}

/*--- header ---*/

#head
	{
	width:780px;
	background:#58aad7 url(./img/head1.jpg) no-repeat;
	height:50px;
	font-size:20px;
	font-weight:bolder;
	letter-spacing:0.03em;
	padding:0px;
	border-bottom:2px solid #cbd491;
	}

#head a
	{
	text-decoration:none;
	color:#666666;
	}

#head a:hover
	{
	color:#333333;
	}

#head h1
	{
	font-size:20px;
	letter-spacing:0.03em;
	padding:20px 20px 0px 50px;
	}

#head h1 a
	{
	text-decoration:none;
	color:#666666;
	}

#head h1 a:hover
	{
	color:#333333;
	}

/*--- banner ---*/

#banner
	{
	width:780px;
	background:#ffffff url(./img/banner1a.jpg) no-repeat;
	height:260px;
	font-size:20px;
	font-weight:bolder;
	letter-spacing:0.03em;
	padding:0px;
	}

#banner a
	{
	text-decoration:none;
	color:#666666;
	}

#banner a:hover
	{
	color:#333333;
	}

#banner div
	{
	width:780px;
	background:#58aad7 url(./img/banner1b.jpg) no-repeat;
	height:250px;
	}

#banner h2
	{
	font-size:20px;
	font-weight:bolder;
	letter-spacing:0.03em;
	padding:40px 20px 10px 220px;
	line-height:140%;
	}

#banner h2 a
	{
	text-decoration:none;
	color:#666666;
	}

#banner h2 a:hover
	{
	color:#333333;
	}

#banner p
	{
	margin:10px 20px 0px 220px;
	color:#666666;
	font-size: 12px;
	font-weight:normal;
	}


/*--- Layout ---*/

#main
	{
	width:780px;
	float:left;
	}

#contents
	{
	float:left;
	width:550px;
	padding-bottom:10px;
	margin-left:5px;
	display:inline;
	}

#side
	{
	float:right;
	width:215px;
	font-size:12px;
	line-height:140%;
	padding:15px 0px 15px 0px;
	margin-right:5px;
	}

/*--- entry ---*/

#entry-contents
	{
	float:left;
	width:530px;
	padding-left:10px;
	margin:5px 0 20px 0;
	}

#entry-contents h1,
#entry-contents-s h1
	{
	clear:both;
	font-size:14px;
	color:#666666;
	background:#e0e3f2;
	margin:10px 0px 10px 0px;
	padding:6px 8px 5px 15px;
	border-top:0px solid #adbcdb;
	border-right:0px solid #adbcdb;
	border-bottom:1px solid #adbcdb;
	border-left:5px solid #adbcdb;
	}

#entry-contents h1 a
	{
	text-decoration:none;
	color:#666666;
	}

#entry-contents h1 a:hover
	{
	color:#cc0000;
	}

#entry-contents h2,
#entry-contents-s h2
	{
	clear:both;
	font-size:14px;
	color:#666666;
	background:#e0e3f2;
	margin:10px 0px 10px 0px;
	padding:6px 8px 5px 15px;
	border-top:0px solid #adbcdb;
	border-right:0px solid #adbcdb;
	border-bottom:1px solid #adbcdb;
	border-left:5px solid #adbcdb;
	}

#entry-contents h2 a
	{
	text-decoration:none;
	color:#666666;
	}

#entry-contents h2 a:hover
	{
	color:#cc0000;
	}

#entry-contents h3
	{
	clear:both;
	font-size:14px;
	color:#666666;
	background:#e0e3f2;
	margin:10px 0px 10px 0px;
	padding:6px 8px 5px 15px;
	border-top:0px solid #adbcdb;
	border-right:0px solid #adbcdb;
	border-bottom:1px solid #adbcdb;
	border-left:5px solid #adbcdb;
	}

#entry-contents h3 a
	{
	text-decoration:none;
	color:#666666;
	}

#entry-contents h3 a:hover
	{
	color:#cc0000;
	}

#entry-contents p
	{
	margin:0 20px 15px 20px;
	}


#entry-contents ul
	{
	padding:0 0 10px 0;
	margin:0;
	list-style-type:circle;
	}

#entry-contents ul li
	{
	margin:2px 20px 5px 43px;
	}

#entry-contents div
	{
	margin:0 0px 20px 0px;
	}

#entry-contents-s h3
	{
	margin:0 20px 5px 25px;
	font-size:12px;
	}

#entry-contents-s p
	{
	margin:0 20px 10px 30px;
	}

#more
	{
	margin:0;
	}

/*--- pickup entry ---*/

#pickup-contents
	{
	float:left;
	width:520px;
	padding-left:10px;
	margin:5px 0 20px 0;
	}

#pickup-contents h2,
#pickup-contents-s h2
	{
	clear:both;
	font-size:14px;
	color:#666666;
	background:#ffffff;
	margin:10px 0px 10px 0px;
	padding:6px 8px 5px 15px;
	border-top:1px solid #adbcdb;
	border-right:1px solid #adbcdb;
	border-bottom:1px solid #adbcdb;
	border-left:5px solid #adbcdb;
	}

#pickup-contents h2 a
	{
	text-decoration:none;
	color:#0000ff;
	}

#pickup-contents h2 a:hover
	{
	color:#cc0000;
	}

#pickup-contents p
	{
	margin:0 20px 15px 20px;
	}

#pickup-contents div
	{
	margin:0 0px 20px 0px;
	}

/*--- main ---*/

#entry-with
	{
	width:530px;
	padding-left:0px;
	margin:5px 0 20px 10px;
	}

#entry-with h3
	{
	clear:both;
	font-size:14px;
	color:#666666;
	background:#e0e3f2;
	margin:10px 0px 10px 0px;
	padding:6px 8px 5px 15px;
	border-top:0px solid #adbcdb;
	border-right:0px solid #adbcdb;
	border-bottom:1px solid #adbcdb;
	border-left:5px solid #adbcdb;
	}

#entry-with ul
	{
	list-style-type:none;
	margin:0;
	padding:0 20px;
	}

#entry-with ul li
	{
	display:inline;
	margin:3px 0;
	}

/*--- go to top ---*/

.gotop
	{
	clear:both;
	text-align:right;
	margin-top:10px;
	margin-right:15px;
	}

/*--- web page ---*/

.web
	{
	clear:both;
	text-align:left;
	margin:10px 0px 10px 0px;
	}

/*--- pankuzu ---*/
.pan
	{
	clear:both;
	padding:2px 20px;
	margin:0px;
	font-size:12px;
	text-align:left;
	}

/*--- side ---*/


.category-in
	{
	margin:0;
	padding-bottom:20px;
	}

.category p,
.category-fr p
	{
	padding:4px 10px;
	font-size:14px;
	color:#666666;
	font-weight:bold;
	margin-right:5px;
	background:#e0e3f2;
	border-top:0px solid #adbcdb;
	border-right:0px solid #adbcdb;
	border-bottom:1px solid #adbcdb;
	border-left:5px solid #adbcdb;
	}

.category-in ul,
.category-nv ul
	{
	margin:0;
	padding:2px 0px 0px 0px;
	list-style-type:none;
	}

.category-in ul li,
.category-nv ul li
	{
	background:#e0e3f2;
	display:block;
	margin:2px 5px 2px 0px;
	padding:3px 10px;
	color:#666666;
	border-top:0px solid #adbcdb;
	border-right:0px solid #adbcdb;
	border-bottom:1px solid #adbcdb;
	border-left:5px solid #adbcdb;
	}

.category-in ul li a,
.category-nv ul li a
	{
	color:#666666;
	text-decoration:none;
	}

.category-in ul li a:hover,
.category-nv ul li a:hover
	{
	color:#cc0000;
	text-decoration:none;
	}

.category-in ul li span
	{
	font-size:10px;
	padding-left:5px;
	}

/*--- footer ---*/

#foot
	{
	clear:both;
	background:#e0e3f2;
	color:#666;
	text-align:center;
	width:780px;
	height:50px;
	padding:15px 0pc 0px 0px;
	}

#foot a
	{
	color:#666;
	text-decoration:none;
	}

/*--- comments trackback ---*/

.trackbacks
	{
	margin:20px;
	}

.trackbacks,
.comments,
.archive
	{
	position: static;
	overflow: hidden;
	clear: both;
	width: 510px;
	margin:10px;
	}

.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
	{
	/* ie win (5, 5.5, 6) bugfix */
	p\osition: relative;
	width: 510px;
	w\idth: auto;

	font-size:14px;
	margin:20px 10px 10px 20px;
	border-bottom:1px dotted;
	background:url(img/cate_bg.gif) left center no-repeat;
	padding:0 0 0 20px;
	}

.trackbacks
	{
	margin-top:20px;
	}

.entry-content,
#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
	{
	clear: both;
	margin: 5px 10px 5px 20px;
	}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
	{
	clear: both;
	margin: 5px 10px 20px 10px;
	}

.entry,
.trackbacks,
.comments,
.archive
	{
	position: static;
	overflow: hidden;
	clear: both;
	width: 510px;
	margin-bottom: 20px;
	}

#comment-author, #comment-email, #comment-url, #comment-text
	{
	width: 240px;
	}

#comment-bake-cookie
	{
	margin-left: 0;
	vertical-align: middle;
	}

.comments-open label { display: block; }
