@charset "utf-8";
/*
Theme Name: A.K.A and more v1.0
Theme URI: http://akaandmore.com/blog/
Description: Handcoded Wordpress Theme
Author: kr9
Author URI: http://akaandmore.com/
*/



/*reset*/
/*******************************************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin: 0; padding: 0;}
address,caption,cite,code,dfn,em,strong,th,var { font-style: normal;}
table { border-collapse: collapse; border-spacing: 0;}
q:before,q:after { content: '';}
object,embed { vertical-align: top;}
hr,legend { display: none;}
h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal;}
img,abbr,acronym,fieldset { border: 0;}
li { list-style-type: none;}
a:link { color: #06F; text-decoration: underline;}
a:visited { color: #06F; text-decoration:none;}
a:hover { color: #F14D20; text-decoration: underline;}
a:active { color: #06F; text-decoration:none;}
body {
	background: #EEEFEC;
	font-size: 81.25%;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.5;
	color: #333;
}
* html body { font-family:"MS PGothic","Osaka",Arial,sans-serif;}
th, td { font-size: inherit;}
p { padding: 0 0 10px 0;}



/*STYLES*/
/*******************************************************************/
.small { font-size: 85%;}
.normal { font-size: 100%;}
.large { font-size: 123.1%;}
.largest { font-size: 182%;}
/*
10:77%   15:116%     20:153.9%   25:189%
11:85%   16:123.1%   21:161.6%   26:197%
12:93%   17:131%     22:167%
13:100%  18:138.5%   23:174% 
14:108%  19:146.5%   24:182%
*/
.center { text-align:center; }
.left { display: inline; float: left; padding-right: 10px; color: #BABABA;}
.right { display: inline; float: right; padding-left: 10px; color: #BABABA;}
.clear { clear:both; }
.cr { clear:right; }
.cl { clear:left; }
ol { margin: 0 40px 10px;}
ol li { list-style: decimal;}
strong { font-weight: bold;}
.alt { border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; background: #DDD;}
.skip, hr {	position: absolute;	left: -9999px;}



/*******************************************************************/
/*LAYOUT*/
/*******************************************************************/
div#container {
	margin: 0 auto;
	padding-bottom: 30px;
	width: 950px;
}
div#header {
	padding: 10px 0;
	height: 140px;
	position: relative;
}
div#contents {
	float: left;
	width: 670px;
}
div#side {
	float: right;
	width: 250px;
}
div#footer {
	padding: 20px 10px 10px;
	clear: both;
	color: #FFF;
	background: #00AEBB;
}





/*******************************************************************/
/*HEADER*/
/*******************************************************************/
div#header div#logo a {
	width: 310px;
	height: 80px;
	display: block;
	background: url(images/logo.gif) top left no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
div#header ul#global {
	position: absolute;
	top: 10px;
	right: 0;
}
div#header ul#global li {
	margin: 0 0 0 10px;
	border-bottom: solid 1px #CCC;
	display: inline;
}
div#header ul#global li a {
	color: #BABABA;
	font: 0.8em Georgia, serif;
	text-decoration: none;
}
div#header ul#global li a:hover {
	color: #00AEBB;
}





/*******************************************************************/
/*FOOTER*/
/*******************************************************************/
div#footer div.contents {
	margin: 0 auto;
	width: 950px;
	position: relative;
}
div#footer p.up {
	position: absolute;
	top: 0;
	right: 0;
}
div#footer p.up a{
	padding-right: 14px;
	background: url(images/top.gif) top right no-repeat;
}
div#footer a:link, #footer a:visited{
	color: #FFF;
	text-decoration: none;
}
div#footer a:hover, #footer a:active{
	color: #069;
	text-decoration: underline;
}
div#footer h4 {
	height: 22px;
	background-position: left top;
	background-repeat: no-repeat;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
}
div#tagcloud h4 { background-image: url(images/tag.gif);}
div#entries h4 { background-image: url(images/entries.gif);}
div#categories h4 { background-image: url(images/categories.gif);}
div#archives h4 { background-image: url(images/archives.gif);}
div#links h4 { background-image: url(images/links.gif);}
div#meta h4 { background-image: url(images/meta.gif);}


div#tagcloud {
	padding-bottom: 14px;
	border-bottom: solid 1px #33BEC9;
}
div#tagcloud div.st-tag-cloud {
	margin: -24px 60px 0 50px;
}	
div#entries,
div#categories,
div#archives,
div#links,
div#meta {
	margin: 30px 20px 30px 0;
	float: left;
	font-size: 85%;
}
div#entries { width: 350px;}
div#categories { width: 100px;}
div#archives { width: 80px;}
div#links { width: 160px;}
div#meta { width: 160px;}

div#entries ul li,
div#categories ul li li {
	margin: 0 0 0 16px;
	list-style: circle;
}
div#links ol li {
	list-style: none;
}
div#entries li span,
div#links {
	color: #77DDDD;
}
div#meta li img{
	vertical-align: middle;
}

form#searchform label{
	position: absolute;
	left: -9000px;
}
form#searchform input{
	width: 100px;
	font-size: 108%;
}
form#searchform button{
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	cursor: pointer;
}

.tweet-this img { vertical-align: middle;}

div.credit {
	margin-top: 20px;
	padding-top: 14px;
	border-top: solid 1px #33BEC9;
	clear: both;
}





/*******************************************************************/
/*CONTENTS*/
/*******************************************************************/
div#contents h1,
div#contents h2.home {
	margin: 0 0 10px;
	border: none;
	color: #333;
	letter-spacing: -0.2px;
	font-size: 167%;
}
div#contents h1 a,
div#contents h2.home a {
	color: #333;
	text-decoration: none;	
}
div#contents h1.home {
	height: 30px;
	background: url(images/catch.gif) left top no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
div#contents div.catch {
	margin: 0 0 30px;
	color: #00AEBB;
}
div#contents h2,
div#contents h3.comment {
	margin: 60px 0 10px;
	border-bottom: solid 1px #CCC; 
	color: #333;
	letter-spacing: -0.2px;
	font-size: 123.1%;
}
div#contents div.post {
	margin-bottom: 60px;
}
div#contents div.post h3 {
	display: inline-block;
	margin-bottom: 10px;
	padding: 0 4px 2px 4px;
	color: #FFF;
	background: #00AEBB;
	letter-spacing: -0.2px;
	font-size: 108%;
}
div#contents div.post h3 a {
	color: #FFF;
	text-decoration: none;
}
div#contents div.post p {
	margin: 0 0 10px;
}
div#contents div.post img {
	margin: 5px 0;
	border: double 3px #EEE;
}
div#contents div.post blockquote {
	padding: 10px;
	border: 3px double #CCC;
	background: #DDD;
}
div#contents div.post strong {
	color: #666;
	letter-spacing: -0.2px;
	font: 1em Georgia, serif;
	font-weight: bold;
	text-decoration: underline;
}
div#contents div.post em {
	font-style: italic;
}
div#contents div.post div.storycontent ul,
div#contents div.post div.storycontent ol,
div#contents ul.st-related-posts {
	margin: 0 0 0 25px;
}
div#contents div.post div.storycontent ul li {
	padding: 0.2em 16px;
	background: url(images/list.gif) 0 2.8px no-repeat;
	list-style: none;
}


div#contents div.meta {
	margin: 60px 0 0;
	padding: 10px 0;
	border-top: double 3px #97C9CC;
	color: #00AEBB;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0
}
div#contents div.meta_arc {
	margin: 0;
	padding: 0 0 10px;
	border-bottom: solid 2px #CCC;
	color: #00AEBB;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0
}
div#contents div.meta ul,
div#contents div.meta_arc ul {
	padding: 0;
	list-style: none;
}
div#contents div.meta li,
div#contents div.meta_arc li {
	padding: 0 13px 0 3px;
	display: inline;
	background: url(images/sepa.gif) center right no-repeat;
}
div#contents div.meta a,
div#contents div.meta_arc a {
	color: #00AEBB;
}
div#contents div.meta img {
	margin: 0;
	border: none;
}


div#contents ul.st-related-posts a {
	color: #BABABA;
}
div#contents ul.st-related-posts a:hover {
	color: #00AEBB;
}
div#contents ul.st-related-posts li {
	list-style: square;
	color: #BABABA;
}
div#contents div.navi {
	padding: 0 0 50px 0;
}
div#contents div.navi a {
	color: #BABABA;
	text-decoration: none;
}


form#commentform {
	margin: 0 0 30px;
}
form#commentform input#author, form#commentform input#email, form#commentform input#url, form#commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}
form#commentform textarea {
	width: 98%;
}
div.commentbody {
	margin: 10px 0;
	padding: 0 10px;
}





/*******************************************************************/
/*SIDE*/
/*******************************************************************/
div#side div.section {
	margin: 0 0 20px;
	padding-bottom: 10px;
	background: #E3E2DF url(images/side_bottom.gif) left bottom no-repeat;
}
div#side div.section h2#written {
	margin: 0;
	border: none;
	height: 36px;
	background: url(images/written.gif) left top no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
div#side div.section p.photo,
div#side div.section p.name {
	text-align: center;
}
div#side div.section p.photo img {
	border-right: solid 1px #BABABA;
	border-bottom: solid 2px #666;
}
div#side div.section p.name a {
	color: #000;
	font-size: 108%;
	font-weight: bold;
	text-decoration: none;
}
div#side div.section p.name span {
	color: #BABABA;
	font-size: 108%;
}
div#side div.section p.profile {
	padding: 5px 10px;
}
div#side div.ad {
	margin: 0 0 20px;
}





#wp-calendar {
	border: none;
	empty-cells: show;
	margin: 0;
	width: 90%;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
	text-decoration: none;
	color: #D70606;
	font-weight: bold;
}
#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}
#wp-calendar caption {
	color: #444;
	font: normal italic Georgia, serif;
	margin-bottom: 5px;
	text-align: left;
}
#wp-calendar td {
	color: #BABABA;
	font: normal 100% Arial, Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}
#wp-calendar td.pad:hover {
	background: #fff;
}
#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}