/*  
Theme Name: foz_m
Theme URI: http://foz.jp/
Description: .
Version: 0.1
Author: mamoshi
Author URI: http://mamoshi.com/

*/


/* tag reset */
html, body, div, h1, h2, h3, h4, h5, h6, p, dd, dt, dl, ul, ol, li, pre, form, fieldset, input, blockquote, table, th, td {
	margin:0px;
	padding:0px;
}
/* Begin Typography & Colors */
body {
	font-size: 10px; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #000000 url(images/bbg.gif) center top repeat-x;
	color: #ffffff;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0; 
}

small {
	font-size: 1em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.2em;
}
h3.dot{
	border-bottom:1px dotted #eeeeee;
}
h4, h4, h6{
	font-size: 1em;
}
a{
	text-decoration: none;
}
a.comcnt{
	color:#e4007f;
}
#navi a{
	color:#ffffff;
}
#navi a:hover{
	text-decoration: none;
}
a, h2 a:hover, h3 a:hover {
	color: #cc9900;
}

a:hover {
	color: #ff6600;
	text-decoration: underline;
	}
acronym, abbr, span.caps {
	cursor: help;
	}

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

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

hr {
	display: none;
}

a img {
	border: none;
}
.clr{
	clear:both;
}
.navigation {
	display: block;
	text-align: center;
	margin: 10px;
	height:24px;
}

.alt {
	
}
code {
	font: 1em 'Courier New', Courier, Fixed;
	}

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



/* Begin Images */


/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
.post img#qrimg{
	float:left;
	margin-right:10px;
}
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
#bgwrap{
	background: url(images/bg.gif) center top no-repeat;
}
#page {
	text-align: left;
	margin: 0px auto;
	padding: 0;
	width: 800px;
}
#header {
	margin: 0px; 
	padding: 0;
	height:120px;
	}
#header h1{
	float:left;
	margin:0px;
	padding:0px;
	width:264px;
	
}
#header h1 img{
	margin-top:5px;
}
#header .description {
	float:left;
	margin:0px;
	padding:0px;
	width:427px;
}
#header .description img{
	margin-top:51px;
}
#header #navi{
	float:left;
	width:109px;
	text-transform:uppercase;
}
#header ul{
	margin:54px 0px 0px;
	padding:0px 5px;
	height:18px;
	background:#8a7664;
}
#header ul li{
	font-size:10px;
	font-weight:bold;
	display:inline;
	line-height:18px;
	padding:0px 5px 0px 10px;
	background:url(images/navi_arrow.gif) left center no-repeat;
}

#content {
	font-size: 1.2em;
	line-height: 1.5em;
	}

#content p,
#content h2,
#content h3,
#content h4{
	margin-bottom:1em;
	}



.narrowcolumn {
	float:left;
	padding: 0px;
	margin: 0px;
	width: 600px;
	}

.widecolumn {
	padding: 0px;
	margin: 0px;
	width: 800px;
	}

.post {
	margin: 0 0 20px;
	}

.post hr {
	display: block;
	}


.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#content div.thumb{
	float:left;
	width:205px;
}
#content div.thumb img{
	border:5px solid #ffffff;
}
#content .spec{
	float:left;
	width:330px;
}
#content #commentArea{
	float:right;
	width:250px;
	margin:0px;
	padding:0px;
	font-size:10px;
	background:#333333 url(images/comform_bg.gif) left top repeat-y;
}

.spec h2,
.spec h2 a,
.spec h2 a:hover{
	color:#e4007f;
	text-decoration:none;
}

/*	Begin Headers */
h2.pagetitle {
	
}


/* End Headers */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
.thumb .postmetadata ul, .thumb .postmetadata li {
	display: block;
	}

/* End Entry Lists */



/* Begin Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	background:#333333;
	padding:5px 8px;
	margin-bottom:1em;
	}
#commentArea {
	min-height:324px;
}
* html #commentArea {
	height:324px;
}
#commentArea form#commentform{
	width:225px;
	margin:0px 10px 10px 15px;
	padding:0px;
}

#commentArea #commentform textarea {
	width: 223px;
	padding:0px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 5px;
	}
#commentform p {
	margin: 5px 0;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
/* End Form Elements */



/* Begin Comments*/
#commentArea h3#respond {
	padding: 3px;
	margin: 0px 0px 1em 4px;
	border-bottom:1px solid #ccccdc;;
	}
h3#comments {
	color:#000000;
	margin-top:10px;
	background:#be3c26;
	border:none;
}
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}
.commentlist li, #commentform input, #commentform textarea {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	margin: 5px 0;
	padding: 5px 10px;
	list-style: none;
	border-bottom:1px solid #333333;
}
.commentlist cite, .commentlist cite a {
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
	display:inline;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 0px 5px 1em;
	}

.commentmetadata {
	font-weight: normal;
	}
.commentmetadata a{
	color:#ffffff;
	}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	/*display: block;*/
	font-size:10px;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	float:left;
	width:200px;
	padding: 0px;
	margin: 0px;
	}
#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#sidebar h3 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}
#sidebar ul li ul li {
	margin-bottom: 0px;
	}
/* End Sidebar */



ul#wimglist,
ul#wimglisth{
	list-style-type:none;
	margin:0px 0px 0px 10px;
	padding:0px;
	font-size:10px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height:1em;
	border-top:1px solid #000000;
}
ul#wimglist li,
ul#wimglisth li{
	float:left;
	width:65px;
	height:150px;
	margin:0px;
	padding:0px;
}
ul#wimglisth li{
	height:113px;
}
ul#wimglist h4,
ul#wimglist p,
ul#wimglisth h4,
ul#wimglisth p{
	width:60px;
	margin:0px;
	padding:0px;
	text-align:center;
	font-weight:normal;
}
img.thumb{
	width:60px;
	height:108px;
	border:1px solid #000000;
}
#fozmail .ime{ime-mode:disabled; font-size:10px; font-family:verdana, sans-serif} 
#fozmail select{font-size:10px; font-family:verdana, sans-serif} 
#fozmail .imgbtn {  font-size: 10px; background-color: #E4E3DA}
#fozmail .docomo {  background-color: #FFCC00; color: #333333}
#fozmail .auez {  background-color: #FF6633; color: #FFFFFF}
#fozmail .softbank {  background-color: #000000; color: #FFFFFF}
#fozmail .voda {  background-color: #FF0033; color: #FFFFFF}
#fozmail option {  background-color: #ffffff; color: #333333}
#fozmail .btn{background-color:#ffffff}
#fozmail input,
#fozmail select{
	vertical-align:middle;
}
#fozmail select{
	width:120px;
}
#information {
	width:800px;
	height:155px;
	margin:15px 0px 10px;
	padding:0px;
	background:url(images/info_bg.gif) center top no-repeat;
}
#information .inner{
	margin:0px;
	padding:3px 3px 3px 103px;
}
#information h3{
	margin:10px 5px 5px 0px;
	padding:0px;
}
#information p{
	margin:0px 10px 10px;
	padding:0px;
}
#information #fozurl{
	float:left;
	width:476px;
}
#information #fozmail{
	float:left;
	width:356px;
}
#information #fozqr{
	float:left;
	width:110px;
	text-align:center;
}
#information #fozqr p{
	margin:0px 5px 10px;

}
#information #fozqr img.qr-img{
	float:left;
	margin-right:5px;
}
#information #fozfeed{
	float:left;
	width:211px;
	min-height:146px;
	background:url(images/foz_bg.gif) left 6px no-repeat;
	oveerflow:hidden;
}
* html #information #fozfeed{
	height:146px;
}
#information #fozfeed h3{
	margin-top:6px;
}
#information #fozfeed ul{
	list-style-type:none;
	margin:0px 10px 0px;
}
#information #fozfeed ul li{
	padding-left:10px;
	background:url(images/foz_arrow.gif) left center no-repeat;
}
#information #fozfeed ul a{
	color:#fbcdd8;
}
#information #errorsp{
	margin:0px 15px 5px;
}
#information #errorsp em{
	font-style:normal;
	color:#ff0000;
}
#footer {
	border-top:1px solid #000000;
	padding: 0;
	margin: 0 auto;
	width: 800px;
	clear: both;
}
#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}
#footer .caution{
	float:left;
	width:500px;
}
#footer .caution dl{
	margin:0px;
	text-align:left;
	padding-left:30px;
	height:46px;
	background:url(images/fire.gif) left top no-repeat;
}
#footer dt{
	font-size:14px;
	font-weight:bold;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, sans-serif;
	color:#cc0000;
	text-transform:uppercase;
}
#footer dd{
	text-transform:capitalize;
}
#footer .finfo{
	float:right;
	width:300px;
}
#footer #copyright{
	text-align:right;
	padding:15px 0px 25px;
}
#footer ul{
	text-align:right;
	
}
#footer ul li{
	display:inline;
	list-style-type:none;
}

#overlay {
	position: absolute;
	z-index:200;
	top: 0px;
	left: 0px;
	background-color:#000000;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#image-base {
	font-size:10px;
	position: absolute;
	z-index:200;
	top: 0px;
	left: 0px;
	width:300px;
	height:300px;
	background-color:#ffffff;
	border-top:1px solid #ffffff;
	border-left:1px solid #eeeeee;
	border-right:1px solid #cccccc;
	color:#000000;
}
#comment-space{
	position:absolute;
	font-size:10px;
	left:200px;
	width:400px;
	z-index:1500;
}
#comment-space h2{
	color:#e4007f;
	margin:25px 0px 20px;
}
#comment-space h4,
#comment-space p{
	margin:0px 0px 1em;
}
#comment-space form{
	margin:0px 0px 3px;
	padding:10px;
	background:#eeeeee;
}
#comment-space img.left{
	float:left;
}
#view-btn-sets{
	position:absolute;
	top:350px;
	left:-190px;
	background:#000000;
	color:#ffffff;
	width:590px;
	height:20px;
}
#view-btn-sets img.close{
	margin:0px 214px 0px 214px;
}
#screenInfoLinks{
	font-size:10px;
	line-height:1.3em;
	margin:0px 0px 0px 165px;
	padding:5px 10px;
	border:1px dotted #cccccc;
}
.post #screenInfoLinks{
	margin:0px 0px 0px 170px;
	border:1px dotted #666666;
}
#screenInfoLinks ul{
	list-style-type:none;
}
* html #mymob{
	width:260px;
	height:300px;
	/* hides from macIE \*/
	behavior: expression(IEPNGFIX.fix(this));
	/**/
}