/*
Theme Name: WordPress Original Tama
Theme URI: http://ismweb.jp/
Description: The original WordPress theme that graced versions 1.2.x and prior.
Version: 1.5
Author: Dave Shea
Tags: mantle color, variable width, two columns, widgets

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/

a {
	color: #000;
}

a img {
	border: none;
}

a:visited {
	/*color: #342;*/
	color: #000;
}

a:hover {
	color: #9a8;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

body {
	background: #fff;
	/*font-family:'?q???M?m?p?S Pro W3','Hiragino Kaku Gothic Pro','???C???I',Meiryo,'?l?r ?o?S?V?b?N',sans-serif;*/
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic";
	margin: 0;
	padding: 0;
	line-height: 1;
	text-align: center;
	background:url("/img/topics/bg-back.jpg") repeat fixed;
}

cite {
	font-size: 90%;
	font-style: normal;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	letter-spacing: 0.2em;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
	border-bottom: solid 1px;
}

h3 {
	border-bottom: 1px dotted #eee;
	margin-top: 0;
}

ol#comments li p {
	font-size: 100%;
}

p, li, .feedback {
	font: 90%/175% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: -1px;
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover {
	color: #fff;
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
}

.meta {
	font-size: .75em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}

.storytitle {
	font-size: 18px;
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}

HR {
	color: #000000;
	heigt: 1px;
	border-style: dashed;
	noshde;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}

#content {
	position: absolute;
	top: 30px;
	left:10px;
	width: 480px;
}

#header {
	background: #FFFFFF;
	font: italic normal 230% 'Times New Roman', Times, serif;
	letter-spacing: 0.2em;
	margin: 0;
	padding: 15px 10px 15px 60px;
}

#header a {
	color: #fff;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#menu {
	position: absolute;
	top: 32px;
	right: 20px;
	width: 190px;
}

#menu form {
	margin: 0 0 0 13px;
}

#menu input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#menu ul {
	font-weight: 800;
	font-size: 12px;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	text-transform: uppercase;
}

#menu ul li {
	font-weight: 800;
	letter-spacing: 0.1em;
	margin-top: 10px;
	padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
}

#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu ul ul li {
	border: 0;
	font: normal normal 12px/115% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 17px;
}

#menu ul ul li a {
	color: #000;
	text-decoration: none;
}

#menu ul ul li a:hover {
	border-bottom: 1px solid #809080;
}

#menu ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}

#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	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;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #ccc;
	font: normal 14px 'Lucida Grande', 'Lucida Sans Unicode', 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;
}

/* グローバルナビ */

#globalnavi{
	padding: 0;
	width: 1032px;
	height:123px;
	z-index: 9999 !important;
	background-image: url("/img/topics/bg-menu02.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 0 0px;
	position:fixed;
	top: 0px;
}

#globalnavi-inside{
	padding: 0;
	width: 1023px;
	z-index: 100;
	margin-left:6px;
	margin-top:5px;

}
#globalnavi-inside ul{
	padding: 0;
	list-style-type:none;
	margin: 0;
}

#globalnavi-inside li{
	display:block;
	margin:0;
	padding:0;
	float:left;
}

#sidenavi {
	width: 227px;
	z-index:999;
	margin: 17px 0 0 17px;
	float:left;
	/*position:relative;*/
	position:fixed;
}

#sidenavi ul{
	padding: 0;list-style-type:none;
	margin: 0;
}

#sidenavi li{
	margin:0;
	list-style-type:none;
	padding:0;
	clear:both;
	width: 142px;
	height: 40px;
	text-align:left;
}

#sidenavi p{
	margin:0;
	list-style-type:none;
	padding:0;
	clear:both;
	width: 142px;
	height: 50px;
}

/*--------------------------------------
　コンテンツ
---------------------------------------*/

#wapper {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	/*background:url("/img/topics/bg-back.jpg") repeat fixed;*/
}
@media screen and (max-width: 1040px) {
	body #wapper #sidenavi {
		position:relative;
	}
	body #wapper #globalnavi {
		position:absolute;
	}
}

#main {
	width: 1032px;
	clear: both;
	/*font-size: 12px;*/
	background: url("/img/blog/bg.jpg") repeat-y  center top;
	position: relative;
	margin: 0 auto;
	line-height:1.5;
	min-height:1446px;
}

#contents {
	width: 1032px;
	padding-top:80px;
	margin-bottom:20px;
}

#article {
	width: 743px;
	z-index: 10;
	background: url("/img/topics/bg-article_mid.png") repeat-y;
	float:right;
	margin-right:28px;
	margin-top:40px;
	position:relative;
	padding-bottom:20px;
}

#article-inside {
	clear: both;
	width:712px;
	margin: 42px 34px 0 20px;
	text-align: left;
	/*font-size: 12px;*/
}

#article-inside-in {
	width: 503px;
}

.clearfix {
	_overflow: visible;
	_height: 1px;
	zoom: 1;
	display: inline-table;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 1px;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	margin: -1px 0 0 0;
}
