﻿/*
Theme Name: amaguri
Theme URI: http://www.amaguri-d.jp
Description: Aamaguri Design 制作によるテーマです。
Version: 2.0.1
Author: Aamaguri Design
*/


* {
margin:0px;
padding:0px;
}

body {
	font-family: "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ Pro W4", "sans-serif";
	font-size: 14px;
	line-height:30px;
	font-weight: lighter;
        color: #666;
} 
p {
margin: 0;
}

a img {border: none; } 

td{padding-left: 10px;}

#kom{
display: block;
padding-left: 8px;
height: auto;
width: 480px;
color: #808080;
font-weight: bold;
border-left: 5px solid #808080;
}



#wrap {
width: 700px;
height: 100%;
background-color: #fff;
margin: 0 auto;
padding-bottom: 15px;
}

#header {
width: 100％;
height: 60px;
margin: 0;
background-image: url(images/headers/top.png);
background-repeat: no-repeat;
margin-bottom: 10px;
}


/* Index */

#hppost {
width: 450px;
padding-left: 15px;
padding-right: 5px;
float: left;
}

#hppost h2 {
font-size: 18px;
margin-top: 25px;
margin-bottom: 10px;
color: #f26500;
}

#hppost h2 a {
color: #f26500;
text-decoration: none;
}

#hppost h2 a:hover {
color: #a0a0a0;
}

/* Entry & Post Styling */

#hppost .entry {
color: #555;
}

#hppost .entry p a {
color: #00a1e9;
text-decoration: none;
}

#hppost .entry p a:hover {
color: #696969;
}

/* Sidebar */

#sidebar {
width: 100px;
line-height: 12px;
color: #666;
float: right;
} 

#sidebar h2 {
margin-bottom: 8px;
line-height: 230%;
font-size: 14px;
}

.siba {
margin-bottom: 10px;
}

#sidebar a {
text-decoration: none;
color: #666666;
} 


#sidebar li a {
margin-left: 5px;
} 

#sidebar a:hover {
color: #00aff0;
}

#sidebar li {
color: #4c4c4c;
list-style-type: none;
padding-left: 10px;
 background-image: url(http://www.amaguri-d.jp/wp-content/uploads/2009/07/arrow.gif);
 background-repeat: no-repeat;
 background-position: left center;
	text-decoration: none;
}


ul.menu {
	margin: 0;
	padding: 0;
	bottom: 0;
width: 220px;
margin-bottom: 10px;
	}

/* ie6 hack */
* html ul.menu {
	width: 120px;
}


/* Comments */

#commentarea {
width: 100%;
padding-left: 5px;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin-top: 15px;
}

#precomments {
width: 100%;
}

#precomments img {
vertical-align: text-bottom;
border: 0px;
}

.comleft {
width: 75%;
float: left;
}

.comright {
width: 20%;
float: right;
}

h3#comments {
font-family: Verdana, Helvetica, Arial, Sans-Serif;
color: #666;
margin: 0px;
}

#commentsheader {
background-image: url(images/reply.gif);
height: 55px;
width: 300px;
}

.commentsblock{
	margin:0.5em;
	padding:1em;

}
.commentsblock textarea{
	width:250px;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}

/* commentlist */
ol.commentlist{
	color:#777;
	font-size:11px;
    font-family: Verdana, Helvetica, Arial, Sans-Serif;
	margin:0;
	margin-top:1.5em;
	padding: 0px;
    width: 100%;
}
ol.commentlist li {
	list-style: none;
	margin: 0;
	padding: 1em;
	list-style: none;
	height: 1%;
}
ol.commentlist li .commenttext {
	clear: both; 
	margin: 1em 0;
}
ol.commentlist .children {
	margin: 0;
	padding: 1em 0 0;
}
.comment-navigation .previous { float: left; }
.comment-navigation .next { float: right; }
.comment-navigation { padding: 1em 0 2em; overflow: hidden; }

ol.commentlist a {
			color: #555;
			text-decoration: none;
			border-bottom: 1px dotted #ca1717;
			display: inline;
 }
			
		ol.commentlist a:hover {
			color: #222;
			text-decoration: none; 
}

.cauthor {
font-weight: bold;
font-size: 12px;
}

.cauthor a {
color: #555;
                        font-size: 12px;
                        font-weight: bold;
			text-decoration: none;
			border-bottom: 1px dotted #ca1717;
}

.cauthor a:hover {
color: #222;
text-decoration: none; 
}

.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}

.alt{
	background:#fff;
	padding:0.5em;
}

.alt2{
	background: #fff url('images/postdata.gif') 15px center no-repeat;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	margin: 10px auto;
	padding: 5px 20px 5px 45px;
}

.even, .comment-preview {
	background-color: #f5f5f5;
}

.odd {
	background-color: #fff; 
}

.bypostauthor { 
	background-color: #eee;
}

/* Comment/Trackback Favatars & Gravatars */
.comment-favatar {
	-moz-opacity:0.5;
	opacity: 0.5;
	
	background: center center;
	float: right;
	margin: 2px 0 0 0; 
	width: 16px;
	height: 16px;
}
.comment-favatar:hover {
	-moz-opacity:1;
	opacity: 1;
}
.trackback-favatar {
	background: center center;
	width: 16px;
	height: 16px;
	float: left;
	margin: 2px 6px 0 2px;
	cursor: pointer;
}
.comment-gravatar img {
	float: right;
	padding: 2px;
	margin: 0 0 5px 5px;
	border: 1px solid #A5A5A3;
	width: 30px;
	height: 30px;
	background: #fff url(wp-content/gravatars/avatar.jpg) no-repeat center center;
}

#commentform textarea {
	width: 97%;
}
#respond { padding: 10px 0; }

.gravatar {
	margin-right: -5px;
	float: right;
	border: 0px;
	}

ol.commentlist blockquote {
	background: #F8FAFC url("images/blockquote.gif") no-repeat left top;
	border: 1px solid #ebebeb;
	padding:1px;
        line-height: normal;
	font-size: 10px;
}

.whopostedthis {
font-weight: bold;
font-size: 11px;
overflow: hidden;
}


/* Middle Spacer */

#secdivide {
width: 746px;
height: 30px;
margin: 0 auto;
background-color: #fff;
margin-top:8px;
margin-bottom: 8px;
}

/* Flickr Intergration */

#flickr {
width: 744px;
border: 1px dotted #e2e2e2;
margin: 0 auto;
margin-bottom: 10px;
}

#flickr ul, #flickr ul li { 
padding: 0; 
margin: 0; 
border: 0; 
}

#flickr a img { 
border: 2px #f7f7f7 solid; 
padding: 3px; 
margin: 10px 3px 10px 3px;
}

#flickr a:hover img { 
border: 2px #f7f7f7 solid;
} 

#flickr ul { list-style: none; }
#flickr ul li { display: inline; }

/* Extras */

#extras {
width: 746px;
height: 100%;
padding-bottom: 5px;
margin: 0 auto;
list-style-type: none;
background-color: #f7f7f7;
margin-bottom: 10px;
}

#extras .holder {
padding: 5px;
}

#extras .aboutphoto {
width: 100px;
height: 80px;
float: left;
padding-left: 20px;
margin-right: 20px;
}

#extras .abouttxt {
font-size: 10px;
padding-right: 20px;
}



#extras h2 {
font-weight: bold;
font-size: 12px;
margin-bottom: 5px;
}

#extras a {
color: #555;
text-decoration: none;
}

#extras a:hover {
color: #000;
}

#extras ul {
list-style-type: none;
margin: 0px;
padding: 0px;
}

#extras ul li {
margin: 0px;
padding: 0px;
list-style-type: none;
}

.extrasinside {
padding: 5px;
font-size: 10px;
line-height: 12px;
color: #555;
}

/* Footer */

#footer {
width: 747px;
margin-top: 20px;
font-size: 12px;
color: #555;
padding-top: 5px;
border-top: 1px solid #ccc;
}

#footer a {
color: #555;
text-decoration: none;
border-bottom: 1px dotted #666;
}

#footer a:hover {
color: #00aff0;
border-bottom: 1px dotted #666;
}

/* Cal */

#wp-calendar {
	background-color:#F1F1EF; 		
	border-top:1px solid #FFFFFF;	
	font-size:9px;
	vertical-align:middle;
	text-align:center;
        width: 210px;
        margin-bottom: 12px;
}

#wp-calendar a {
border: 0px;
text-decoration: none;
}

#wp-calendar a:hover {
border: 0px;
text-decoration: none;
}

#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: #f7f7f7;
	color: #222;
}

#wp-calendar caption {
	color: #999;
	font-size: 10px;
	text-align: center;
	padding: 2px;
}

#wp-calendar td {
	color:#333333;
	font: normal 9px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
	background-color: #FFFFFF;
}

#wp-calendar td.pad:hover {
	font-size:9px;
	color:#222;
	background-color: #e2e2e2;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #ccc;
	color: #222;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* Image Styles */
	#wrap .post div.wp-caption { margin: 10px; background: #fff; border: 1px solid #ddd; overflow: hidden; }

		#wrap .post .wp-caption img { display: block; margin: 5px auto; background: none; border: none; }	
		#wrap .post .wp-caption-text { margin: 5px; font-size: 0.8em; line-height: 1.3em; }
	#wrap .post div.alignnone { display: block; margin: 10px 10px 10px 0; }
	#wrap .post img.alignleft { margin: 10px 10px 10px 0; float: left; clear: left; }		
	#wrap .post img.alignright { margin: 10px 0 10px 10px; float: right; clear: right; }
	#wrap .post img.aligncenter { display: block; margin: 0 auto 10px auto; float: none; clear: both; }
	#wrap .post div.alignleft { text-align: left; float: left; margin-left: 0; }
	#wrap .post div.alignright { text-align: right; float: right; margin-right: 0; }
	#wrap .post div.aligncenter { text-align: center; margin: 0 auto 10px; }
	#wrap .post .gallery { margin: 16px auto; }
		#wrap .post .gallery img { border: none; margin-bottom: 5px; }
		#wrap .post .gallery .gallery-item, #wrap .post .gallery .gallery-icon { clear: none; margin: 0; }
		#wrap .post .gallery .gallery-icon {  }
		#wrap .post .gallery .gallery-caption { text-align: left; font-size: 0.95em; line-height: 1.3em; margin: 0 10px 10px; }

/* 追加 */

#hppost .entryy .name {
margin-bottom:40px;
}

#header{
padding-bottom: 30px;
border-bottom: 1px solid #ccc;
}

#header .form_m {
float: right;
margin-top:75px;
margin-right:20px;
}

#header .kanri a{
float: left;
font-size: 90%;
color: #555;
text-decoration: none;
font-weight: bold;
margin-top:75px;
margin-left:460px;
	padding: 5px;
background-color: #d3d3d3;
}

.curve-10-head{
font-size:1px;
height:10px;
background:url(http://www.amaguri-d.jp/wp-content/uploads/2009/08/10-curve-right-head.gif) top right no-repeat;
margin-top:5px;
}

.curve-10-head div{
font-size:1px;
height:10px;
background:url(http://www.amaguri-d.jp/wp-content/uploads/2009/08/10-curve-left-head.gif) top left no-repeat;
}

.curve-10-body{
background:url(http://www.amaguri-d.jp/wp-content/uploads/2009/08/10-curve-left-middle.gif) top left repeat-y;
}

.curve-10-body div{
background:url(http://www.amaguri-d.jp/wp-content/uploads/2009/08/10-curve-right-middle.gif) top right repeat-y;
}

.curve-10-bottom{
font-size:1px;
height:10px;
background:url(http://www.amaguri-d.jp/wp-content/uploads/2009/08/10-curve-right-bottom.gif) bottom right no-repeat;
margin-bottom:5px;
}

.curve-10-bottom div{
font-size:1px;
height:10px;
background:url(http://www.amaguri-d.jp/wp-content/uploads/2009/08/10-curve-left-bottom.gif) bottom left no-repeat;
}


.cl {	
       width: 100%;
	clear: both;
}