@charset "utf-8";
/*   
Theme Name: AkitsuGlass
Theme URI: http://www.csfactory.jp/
Description: tonbo no megane 
Author: takafumi
Author URI: http://www.csfactory.jp/
Version: 1.00
.

.
*/

/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 */


/* reset all space */
*
{
	margin: 0;
	padding: 0;
}


/* for initial test
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #eeeeee;
 */
div
{
}

body
{
	background-color: #ffffff;
	color: #663300;
	font-size: 100%;
	font-family: sans-serif;
}


a
{
	background: transparent;
	color: #336600;
	font-weight:bold;
	text-decoration: underline;
}

a:visited
{
	color: #555555;
}

a:hover
{
	color: #cc0066;
	text-decoration: underline;
}

img
{
	border: none;
	vertical-align: text-bottom;
}



/* base division */

#wrap
{
	width: 760px;
	margin: 20px auto;
	background-image: url(images/bg_01_mid.png);
}

#head
{
	height: 225px;
	background-image: url(images/bg_01_head.png);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #339933;
	color: #ffffff;
}

#main
{
	padding-left: 10px;
	padding-right: 20px;
}

#contents
{
	float: left;
	width: 540px;
}

#side
{
	float: right;
	width: 180px;
}

#foot
{
	clear: both;
	height: 90px;
	background-image: url(images/bg_01_foot.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #339933;
	color: #ffffff;
}


/* head part */

h1#blogtitle
{
	padding: 60px 20px 10px;
	padding-left: 60px;
	font-size: 180%;
}

h1#blogtitle a,h1#blogtitle a:visited,h1#blogtitle a:hover
{
	text-decoration: none;
	color: #fffffe;
}

p#bloginfo
{
	margin-top: 30px;
	margin-right: 40px;
	text-align: right;
}







/* post part */
div.post
{
	margin: 5px 15px 20px 15px;
	padding: 15px;
	border: double 0px;
}

div.post h2.entrytitle
{
	padding: 2px;
	text-indent: 0em;
	font-size: 160%;
}

div.post h2.entrytitle a
{
	text-decoration: none;
	color: #00a11d;
}

div.whenby
{
	padding-top: 2px;
	padding-right: 1em;
	font-size: 70%;
	text-align: right;
	background-color: #eeeeee;
}

div.cates
{
	font-size: 80%;
	text-align: right;
}

h3.cates
{
	display: inline;
	font-size: 100%;
}

h3.cates a
{
	
}

div.thecontent
{
	padding: 0 0px;
}

div.thecontent p
{
	margin: 10px 0px 15px;
	line-height: 1.35;
	text-indent: 0.9em;
}

div.thecontent ul,div.thecontent ol
{
	margin: 10px 0px 15px 30px;
	line-height: 1.35;
}

div.thecontent li
{
	margin: 0px;
}

div.thecontent span.more
{
	display: block;
	padding-right: 10px;
	text-align: right;
}


div.thecontent h3
{
	width: 85%;
	margin-top: 30px;
	text-indent: 0.5em;
	border-left: double 3px #66cc33;
	border-bottom: double 3px #66cc33;
	font-size: 120%;
}

div.thecontent blockquote
{
	width: 85%;
	margin: auto;
	padding: 0px 10px;
	border-left: solid 2px #66cc33;
	background-color: #ccffcc;
}

div.thecontent blockquote p
{
	text-indent: 0;
	font-size: 80%;
}

div.thecontent code
{
	display: block;
	width: 85%;
	margin: auto;
	padding: 5px 10px;
	background-color: #eeeeee;
	font-size: 80%;
	text-indent: 0;
}

div.thecontent dl
{
	width: 90%;
	text-indent: 0;
	margin: 10px auto;
	font-size: 80%;
}

div.thecontent dt
{
	font-weight: bold;
}

div.thecontent dd
{
	margin-left: 20px;
	margin-bottom: 10px;
}


/* for adsense */
div.thecontent table
{
	margin: 15px auto;
}

div#pagenavi
{
	padding: 20px 0px;
}

div#pagenavi p.prev
{
	float: left;
}

div#pagenavi p.next
{
	float: right;
	text-align: right;
}

div.pnavi
{
	clear: left;
	text-align: center;
}




/*  comments  */
div#discuss
{
	margin: 20px 0;
	border: solid 0px;
}

div#discuss h3
{
	margin-top: 30px;
	color: #00a11d;
	border-bottom: solid 3px #eeeeee;
	font-size: 100%;
}

div#discuss div.comment,div#discuss div.trackback
{
	margin: 15px;
	padding: 10px;
	border: dotted 2px #eeeeee;
}

div#discuss div p
{
	margin: 0 10px;
	margin-bottom: 10px;
	border: solid 0px;
}

div#discuss div.trackback img
{
	float: left;
	margin: 0 10px;
	margin-bottom: 10px;
	border: solid 0px;
}

div#discuss p.meta
{
	clear: both;
	margin: 0;
	text-align: right;
}

div#discuss form
{
	padding: 15px;
}

div.showtburl textarea
{
	display: block;
	margin: 15px auto;
}


/* side bar */

#side li
{
	margin: 8px 6px;
	padding: 0 0 0 6px;
}

#side li h2
{
	border-style: groove;
	border-width: 0 0 2px;
	border-color: #66cc33;
	font-size: 140%;
	margin-right: 5px;
}

#side ul
{
	list-style: none;
}

#side ul li
{
	margin: 20px 0px 4px 0px;
}

#wp-calendar caption
{
	padding: 0.7em 0 0 0;
}

#side ul ul
{
	list-style-type: disc;
	margin: 0px 0px 0px 30px;
	font-size: 90%;
}

#side ul li ul li
{
	margin: 0px 0px 0px 0px;
	padding: 0 0 2px 0;
	background-image: none;
}

#side ul ul ul.children
{
	list-style-type: circle;
	margin: 0px 0px 0px 10px;
	border: solid 0px #999999;
	font-size: 80%;
}


table#wp-calendar
{
	width: 100%;
	margin: 0px auto;
	font-family: Georgia,serif;
	text-align: center;
}

#wp-calendar th
{
	font-family: sans-serif;
}

#wp-calendar td
{
	padding: 1px;
	font-size: 72%;
}


/*  foot   */

div.footer
{
	padding: 30px 15px 0px;
	text-align: center;
}



/*  for plugin  */
.tags {
	clear: both;
	margin: 0 0px;
	font-size: 80%;
	text-align: right;
}

.utwtags img
{
	border: solid 0px;
}

.rate
{
	margin: 5px 0px;
	font-size: 80%;
}


/* contact form */
div.contactform
{
	margin: 15px;
	padding: 15px;
	border: #cccccc dotted 3px;
}

div.contactform input
{
	margin-left: 5px;
}

div.contactform textarea
{
	margin: 5px 15px;
}


/*  anywhere  */
.oditm {
	display: block;
	float: right;
	clear: both;
	margin: 5px;
	padding: 0px;
	border: solid 0px;
}

.evitm {
	display: block;
	float: left;
	clear: both;
	margin: 5px;
	padding: 0px;
	border: solid 0px;
}

.attitm {
	display: block;
	clear: both;
	margin: 10px auto;
	border: solid 0px;
	text-align: center;
}

.anno {
	font-size: 65%;
}
