@charset "utf-8";
/*
Theme Name: カスタム for amigos
Theme URI: http://www.yakuin-records.com/
Description: amigos airplane用テーマファイル
Version: 0.1
Author: Susumu Hirai
Author URI: http://www.ezweb.co.jp/~higan/
Tags: none

	amigos v0.1

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

*{
	margin:0;
	padding:0;
	}

ol{
list-style-type:none;
}

input#s{
width:160px;
}

.description{
	display:none;
	}

a img{
	border-style:none;
	}

a{
color:#436b7a;
text-decoration:none;
}

p{
margin-bottom:1em;
}

.more-link{
display:block;
margin:1em 0;
font-weight:bold;
}

/* Begin Typography & Colors */
body {
	font-size: 12px;
	line-height:160%;
	font-family: "Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka","ＭＳ ゴシック",sans-serif;
	background-color:#b1c9c2;
	color: #333;
	}

#page {
	background: url(images/bg.jpg) center repeat-y;
	}

#header {
	
	}

#headerimg{
	height: 290px;
	width:950px;
	padding:11px 12px 0px 12px;
	margin:0 auto;
	background-image:url(images/head.jpg);
	background-repeat:no-repeat;
	}

#headerimg p{
	width:750px;
	float:right;
margin:0;
	}

#mainArea{
	clear:both;
	width:950px;
	padding:0px 12px 0px 12px;
	margin:0 auto;
	}

#content {
	width:751px;
	float:right;
	}

.entry,.navigation{
	margin:20px 20px 40px 20px;
clear:both;
	}

.entry{
margin-bottom:60px;
line-height:180%;
}

.entry h2{
clear:both;
margin:0 0 1em 0;
padding-top:0.5em;
}

.entry h2 a{
	color:#000;
	text-decoration:none;
	}

.widecolumn .entry p {

	}

.narrowcolumn .entry, .widecolumn .entry {

	}

.widecolumn {

	}

.narrowcolumn .postmetadata {

	}

.thread-alt {

}
.thread-even {

}
.depth-1 {

}

.even, .alt {

}

#footer {
	clear:both;
	width:950px;
	margin:0 auto;
	padding:60px 12px 30px 12px;
	background-image:url(images/foot.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	}

#footer p{
	margin:0 20px;
	text-align:right;
	color:#666
	}

#footer a{
	text-recoration:none;
	color:#666
	}

small {

	}

h1, h2, h3 {

	}

h1 {
	width:200px;
	background-color:#c21b05;
	float:left;
	}

h1 a{
	display:block;
	height:290px;
	text-align:center;
	}

h1 a img{
	margin:135px 0;
	}

#headerimg .description {

	}

h2 {

	}

h2.pagetitle {

	}

#sidebar h2 {
	font-size:12px;
	color:#c21b05;
letter-spacing:0.1em;
	}

#sidebar li ul,#sidebar p{
margin:0.5em 0 1.5em 0;
}

#wp-calendar{
width:100%;
}

#wp-calendar a{
display:block;
background-color:#ddd;
padding:2px;
}

#recent-comments ul{
font-size:10px;
}


h3 {

	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {

	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {

	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {

	}

.entry p a:visited {

	}

.commentlist li{
margin-bottom:3em;
	}

.fn{
font-weight:bold;
}

#commentform input, #commentform textarea {
}
.commentlist li ul li {

}


.commentlist li .avatar { 

	}

.commentlist cite, .commentlist cite a {

	}

.commentlist p {

	}

#commentform p {

	}

.commentmetadata {

	}

#sidebar {
	width:199px;
	text-align:right;
	float:left;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {

	}

code {

	}

acronym, abbr, span.caps
{

	}

a, h2 a:hover, h3 a:hover {

	}

a:hover {

	}

#wp-calendar #prev a, #wp-calendar #next a {

	}

#wp-calendar a {

	}

#wp-calendar caption {

	}

#wp-calendar th {

	}
/* End Typography & Colors */



/* Begin Structure */
body {

	}

#page {

	}

#header {

	}

#headerimg {

	}

.narrowcolumn {

	}

.widecolumn {

	}

.post {

/*	text-align: justify; */
	}

.post p{
/*font-size:16px;*/
line-height:170%;
}

.post hr {

	}

.widecolumn .post {

	}

.narrowcolumn .postmetadata {

	}

.widecolumn .postmetadata {

	}

.widecolumn .smallattachment {

}

.widecolumn .attachment {

}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {

	}

#footer p {

	}
/* End Structure */



/*	Begin Headers */
h1 {

	}

h2 {

	}

h2.pagetitle {

}

#sidebar h2 {

	}

h3 {

	}

h3#comments {
clear:both;
font-size:12px;
padding-top:60px;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {


	}

html>body .entry li {

	}

.entry ul li:before, #sidebar ul ul li:before {

	}

.entry ol {

	}

.entry ol li {

	}

.postmetadata ul, .postmetadata li {

	}

#sidebar ul, #sidebar ul ol {

	}

#sidebar>ul{
	margin:20px;
	}

#sidebar ul li {
	list-style-type:none;
	}

#sidebar ul p, #sidebar ul select {
margin:1em 0;
	}

#sidebar ul ul, #sidebar ul ol {

	}

#sidebar ul ul ul, #sidebar ul ol {

	}

ol li, #sidebar ul ol li {

	}

#sidebar ul ul li, #sidebar ul ol li {

	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {

	}

#sidebar #searchform #s {

	}

#sidebar #searchsubmit {

	}

.entry form { /* This is mainly for password protected posts, makes them look better. */

	}

select {

	}

#commentform input {

	}

#commentform {

	}
#commentform textarea {
width:700px;
	}

#respond{
clear:both;
padding-top:4em;
}

#respond:after {

	}
#commentform #submit {

	}
/* End Form Elements */



/* Begin Comments*/
.alt {

	}

.commentlist {
	padding: 0;
/*	text-align: justify; */
	}

.commentlist li {

	}

.commentlist li ul li { 

}

.commentlist p {

}
.children {
	
	}

#commentform p {

	}

.nocomments {

	}

.commentmetadata {

	}
/* End Comments */



/* Begin Sidebar */
#sidebar{

	}

#sidebar form {

	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {

	}

#wp-calendar #next a {

	}

#wp-calendar #prev a {

	}

#wp-calendar a {

	}

#wp-calendar caption {

	}

#wp-calendar td {

	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {

	}

acronym, abbr {

	}

blockquote {

	}

blockquote cite {

	}

.center {

	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {

	}

.navigation {

	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {

}

.wp-caption {

}

.wp-caption img {

}

.wp-caption p.wp-caption-text {

}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
