@charset "UTF-8";

/*
Theme Name:cna blog
Theme URI: http://chaniwa.com
Description: CNA BLOG
Version: 1.5
Author: YOSHIKI SAKAI
*/

/*--Default--*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{
	margin:0;
	padding:0;
	font-size:10pt;
	/*font-weight:normal;*/
	}
	 
table{
	border-collapse:collapse;
	border-spacing:0;
	}
	 
fieldset,img{
	border:0;
	} 
	
/*address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight:normal;
	}*/
	 
caption,th {
	text-align:left;
	}
	 
h1,h2,h3,h4,h5,h6{
	/*font-size:12px;*/
	}
	
q:before,q:after{
	content:'';
	}
	 
a{
	border:0px;
	}
	
.clear {
	clear:both;
	}
	
*{
	margin:0;padding:0;
	}

/*--Default--*/

body	{
	margin: 0;
	padding: 0;
	text-align: center;
	}


#container {
	width: 730px;
	border-left: solid 1px #aaaaaa;
	border-right: solid 1px #aaaaaa;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	}

#main, #footer	{
	margin: 0 15px;
	}

#content	{
	width: 500px;
	float: left;
	}

#sidebar	{
	width: 170px;
	float: right;
	margin-left: 30px;
	}

#footer	{
	clear: both;
	}

a:link	{
	color: #990000;
	text-decoration:none;
	}

a:visited{
	color: #990000;
	text-decoration:none;
	}

a:hover{
	color: #ff0000;
	text-decoration:underline;
	}

/* ++++++ head ++++++ */

#header	{
	background:url(images/head_blog.gif) no-repeat;
	width:710px;
	height:130px;
	padding: 10px;
	/*margin-bottom: 20px;*/
	}

#header h1	{
	text-indent:-9999px;
	}

#header h1 a	{
	width:350px;
	height:150px;
	display:block;
	overflow:hidden;
	}


/* ++++++ main ++++++ */

.post h2	{
	font-size: 1.2em;
	color: #000;
	border-bottom: solid 2px #000;
	/*background: url(images/mark.gif) no-repeat;*/
	padding: 3px 0;
	margin-bottom:15px;
	}

/*.post h2 a	{
	text-decoration: none;
	}*/

.post p,.post div{
	/*font-size: 0.8em;*/
	font-size:10px;
	line-height: 150%;
	}

.post	{
	margin-bottom:30px;
	}

.pagenav	{
	font-size: 0.8em;
	}

.postmetadata{
	padding-top:20px;
	text-align:right;
	}
/* ++++++ side bar ++++++ */

#sidebar{
	}

#sidebar ul	{
	color: #000;
	list-style:none;
	margin: 5px 0 10px 5px;
	padding: 0;
	}

#sidebar ul li	{
	color: #000;
	/*font-size:0.8em;*/
	font-size:10px;
	margin-bottom:3px;
	}

#sidebar h2	{
	/*font-size: 0.9em;
	background-color: #538ad8;
	border: solid 1px #000;
	color: #000;
	text-align:center;
	padding: 6px 0;*/
	margin:0 0 10px;
	}

div#recentposts{
	text-align:left;
	}
div#recentposts h2{
	text-align:center;
	}

div#recentposts,div#contents,div#category,div#archives{
	}	

/* ++++++ calendar ++++++ */

#calendar table	{
	width: 100%;
	text-align: center;
	color: #000;
	border-collapse: collapse;
	margin-bottom: 20px;
	font-size:0.8em;
	}

#calendar th, #calendar td	{
	padding: 5px 0;
	border: solid 1px #000;
	/*font-size:0.9em;*/
	font-size:10px;
	}

#calendar a:link	{
	color: #990000;
	text-decoration:underline;
	}

#calendar a:visited{
	color: #990000;
	text-decoration:underline;
	}

#calendar a:hover{
	color: #ff0000;
	text-decoration:underline;
	}

#calendar caption	{
	padding: 3px 0;
	}

#calendar tfoot td	{
	border: none;
	}

#calendar tfoot td#prev	{
	text-align: left;
	}

#calendar tfoot td#next	{
	text-align: right;
	}


/* ++++++ comment ++++++ */

#comments h3	{
	font-size: 0.8em;
	border-bottom: solid 2px #000;
	padding-bottom: 5px;
	margin-bottom:10px;
	}

/*#comments{
	font-size: 0.8em;
	}*/

.com	{
	font-size: 0.8em;
	border-bottom: dotted 2px #000;
	padding-bottom: 8px;
	margin-bottom: 12px;
	}

.com p	{
	margin: 5px 0;
	}

.commeta	{
	color: #888888;
	text-align: right;
	}

#tb	{
	font-size: 0.75em;
	border: solid 1px #999;
	padding: 8px;
	line-height: 150%;
	margin-bottom:10px;
	}

#commentform	{
	font-size: 0.8em;
	}

.login{
	margin-bottom:15px;
	font-size: 0.8em;
	}

/* ++++++ footer ++++++ */

#footer address	{
	font-size: 0.875em;
	font-style: normal;
	text-align: center;
	color: #000;
	padding: 3px 0 6px;
	}
					