/*@import url(http://agilemedia.jp/embed/CSS/AMN-onoff.css);*/
* {
    margin: 0;
    padding: 0;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", "MS UI Gothic", "Meiryo", メイリオ, 'Trebuchet MS', Verdana, sans-serif;
    font-weight:normal;
}


a {
        color: #3762ab;
        text-decoration: none;
	}

a:link {
	color: #3762ab;
	}

a:visited {
	color: #999; 
	}

a:active {
	color: #000;
	}

a:hover {
	color: #222;
 	}

h1, h2, h3 {
	font-family: Osaka, 'Trebuchet MS', Verdana, sans-serif;    
                color: #666666;	
                font-size: small;	
                margin: 0px;
                padding: 0px;
	font-weight: normal;
}

#banner {
	background-color: #FFFFFF;
	text-align: left;
	padding: 5px 15px 2px 15px;
        height: 145px; /*AMN*/
        width:950px;
        border-bottom:1px solid #eee;
	}

a#banner-img {
	display: none;
	}

#banner a {
	color: #000066;
	text-decoration: none;

	}

/*---
#banner h1 {
	color: #000099;
	font-size: xx-large;
	font-weight: bold;
      letter-spacing:0.3em;
      margin:20px 0 5px 0;
	}
---*/

#banner h1 { /*AMN*/
	width: 200px;
	height: 120px;
	background: url("http://www.chikawatanabe.com/blog/onoff.png") no-repeat;
	}
	
#banner h1 a { /*AMN*/
	width: 200px;
	height: 120px;
	display: block;
	}
#banner h1 a span { /*AMN*/
	display:none;
	}

#banner h2 {
	color: #666666;
	/*font-size: small;*/
         margin:3px;
         padding:0 0 0 225px;
	}

.blog {
	padding: 10px 20px;
	width:490px;
	color: #444;
	font-size: 12px;
	}

.blog p {
	color: #444;
	font-size: 12px;
	line-height: 1.7em;
	text-align: left;
	margin:0;
	padding:10px 0;
	}


.blog blockquote {
         color: #666;
         width: auto;
	 line-height: 150%;
         margin: 20px;
         padding: 10px 0px 10px 10px ;
         border-left: 10px solid #a9bee3;
}

.blog a:link, .blog a:visited, .blog a:active {
        text-decoration: none;
        font-weight: bold;
        color: #3762ab;
	}

.blog a:hover {
        text-decoration: none;
        font-weight: bold;
        color: #000;
	}

.blog a img {
         border: 2px solid #ccc;
        text-decoration: none;
         }
.blog a:hover img{
         border: 2px solid #000;
        text-decoration: none;
         }

.blog ul {
   margin: 15px 0;
   padding-left: 0;
   list-style: none;
}

.blog ul li {
        line-height: 170%;
        padding: 0px;
        list-style: square inside;
}

.blog ul li.about {
        line-height: 170%;
        font-weight:bold;
        padding: 0px;
        list-style: square inside;
}

.blog ol {
   margin: 15px 0;
   padding-left: 0;
   list-style: none;
}

.blog ol li {
        line-height: 170%;
        padding: 0px;
        list-style: decimal inside;
}

.blog h1 {
	color: #000;
	font-size:14px;
	line-height:175%;
	text-align: left;
	font-weight: bold;
	padding:0 0 5px 0;
	margin:5px 0 10px 0;
	border-bottom: 1px solid #eee;
	}


.blog h2 {
	color: #666;
	font-size:10px;
	text-align: left;
	font-weight: normal;
	padding: 0px;
	}

.blog h3 {
	color: #000;
	font-size:14px;
	line-height:175%;
	text-align: left;
	font-weight: normal;
	padding:10px;
	border: 1px solid #ccc;
	margin:5px 0 10px 0;
	}

.blog h4 {
	color: #000;
	line-height:175%;
	text-align: left;
	font-weight: bold;
	padding:10px 0 0 15px;
	margin:0 0 10px 0;
        background-image: url(http://chika.typepad.com/blog/img/bullet_gray.png);
        background-repeat: no-repeat;
        background-position: 0 15px;
	}


.blog img{
         margin-right: 3px;
         }

.blog p.posted {
	color: #666666;
	font-size: 10px;
	text-align: right;
	margin-bottom: 0px;
	line-height: 140%;
	padding: 10px 0 30px 0;
         border-top:1px solid #eee
	}

.blog p.posted a:link, .blog p.posted a:visited, .blog p.posted a:active {
	border-bottom: none;
        text-decoration: none;
        font-weight: normal;
        color: #999;
	}

.blog p.posted a:hover {
	border-bottom: none;
        text-decoration: none;
        font-weight: normal;
        color: #3762ab;
	}


.entry {
    width: auto;
    margin: 0 5px 15px;
    word-break: break-all;
}

h2.cat-title {
	border-bottom: 0px;
	font-family: Osaka, 'Trebuchet MS', Verdana, sans-serif;   
	/*font-size: small;*/
	text-align: left;
	font-weight: bold;
	padding: 3px;
	}

p.cat-posted {
 border: none;
        margin: 0px 0px 10px 1em;
	font-family: Osaka, 'Trebuchet MS', Verdana, sans-serif;   
	font-size: x-small;
	line-height: 140%;
	padding: 0px;
	}

.cat-posted a:link,
.cat-posted a:visited,
.cat-posted a:active {
	border-bottom: none;
        text-decoration: underline;
        font-weight: normal;
        color: #333;
	}


.sidebar {
	padding: 15px 0 0 5px;
	}

.sidebar input{
	background-color:#eaeaea;
	border: 1px  solid #888;
	padding:4px;
	width:200px;
	}
.sidebar input:hover{
	background-color:#fff;
	border: 1px  solid #000;
	padding:4px;
	width:200px;
	}
.sidebar input.search_button{
	background-color:#fff;
	border: 1px solid #ccc;
	padding:2px;
	width:25px;
	}
.sidebar input.search_button:hover{
	background-color:#444;
	border: 1px solid #000;
	padding:2px;
	width:25px;
	color:#ccc;
	}

.links {
	padding: 0 0 0 0;
	}

.links_2 {
	padding: 15px 0 10px 0;
	background-color: #fff;
	}


.h2 {
	padding: 0;
	}


.sidebar a:link, .sidebar a:visited, .sidebar a:active {
        text-decoration: none;
        font-weight: normal;
        color: #3762ab;
        line-height:170%;
	}

.sidebar a:hover {
        color: #000;
        text-decoration: none;
        background-color: #eaeaea;
	}



.sidebar h2 {
	color: #000;
	font-family: Osaka, 'Trebuchet MS', Verdana, sans-serif;   
	font-size: medium;
	text-align: left;
	font-weight: bold;
	text-transform: lowercase;
  	padding: 0 0 5px 0;
	letter-spacing: .0em;
         margin: 15px 0;
         border-bottom: 4px solid #eee;
	}

.sidebar h3 {
	color: #000;
	text-align: left;
	font-weight: bold;
  	padding: 4px 0;
  	margin:0;
	}

.sidebar h4 {
	color: #333;
	font-size: small;
	text-align: left;
         margin-bottom: 15px;
	}

.sidebar ul {
        padding-left: 16px;
        margin: 0px 3px 15px 0px;
}

.sidebar li {
	font-size: 10px;
	text-align: left;
	margin: 10px 0;
        list-style: square outside;
        padding:2px;
	}
.sidebar li:hover {
	background:#333;
	}
.sidebar li a:link, .sidebar li a:active {
	border-bottom: none;
        text-decoration: none;
        font-weight: normal;
        color: #888;
        line-height:170%;
	}

.sidebar li a:hover {
        color: #FFF;
	background:none;
	}

.sidebar li a:visited {
        color: #999;
	}


.sidebar li a:visited {
	border-bottom: none;
        text-decoration: none;
        font-weight: normal;
        color: #999;
        line-height:170%;
	}

.sidebar img {
	
	}

.sidebar p {
	font-size: 10px;
	line-height: 150%;
	text-align: left;
	margin-bottom: 0px;
	}
.sidebar .feed {
	font-size: 10px;
	line-height: 150%;
	text-align: left;
	}

/* right sidebar */
.flickr_badge {width:210px; text-align:center; padding:15px 0 0 10px;}
.widget_noborder {width:100%; text-align:center; padding:15px 0 0 10px;}
.flickr_badge2 {width:100%; text-align:center; margin:0;}
.flickr_badge table, .flickr_badge2 table {background-color:#ffffff;margin:0 auto;}
a#flickr_www:link {border: none; text-decoration:none !important; background:inherit !important;color:#888; }
a#flickr_www:hover  {border: none; text-decoration:none !important; background:inherit !important;color:#333; }
a#flickr_www:active {border: none; text-decoration:none !important; background:inherit !important;color:#000; }
a#flickr_www:visited {border: none; text-decoration:none !important; background:inherit !important;color:#888; }
#flickr_www {display:block; padding:0 0 5px 0 !important; font: 11px Arial, osaka, Helvetica, Sans serif !important; }
.flickr_badge_image img a {border: none;}
.flickr_badge_image img {border: 1px solid #ccc !important;text-align:center !important;}
.flickr_badge_image img:hover {border: 1px solid #222 !important;text-align:center !important;}

/* #flickr_badge_source_txt {padding:0; font: 11px Arial, osaka, Helvetica, Sans serif; color:#666666;}
#flickr_badge_icon {display:block !important; margin:0 !important; border: 1px solid #336 !important;}
#flickr_icon_td {padding:0 5px 0 0 !important;}
#flickr_badge_source {padding:0 !important; font: 11px Arial, osaka, Helvetica, Sans serif !important; color:#666666 !important;}*/

#amazon {
  	line-height: 180%;
	color: #333333;
	font-family: Osaka, 'Trebuchet MS', Verdana, sans-serif; 
	font-size: x-small;	
  	padding: 0 0 0 2px;
	text-align: center;
	margin-bottom: 0px;
	}

#amazon a:link, #amazon a:visited, #amazon a:active {
        text-decoration: underline;
        font-weight: bold;
        color: #336;
	}

#amazon a:hover {
        color: #CCC;
        }



#calendar {
  	line-height: 140%;
	color: #999999;
	font-family: Osaka, 'Trebuchet MS', Verdana, sans-serif; 
	font-size: x-small;	
  	padding: 2px 2px 0 2px;
	text-align: center;
	margin-bottom: 0px;
	}

#calendar table {
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	width: 100%;
	}

#calendar caption {
	color: #222;
	font-family: Osaka, 'Trebuchet MS', Verdana, sans-serif; 
	font-size: x-small;	
	text-align: center;
	font-weight: bold;	
	text-transform: uppercase;	
	letter-spacing: .3em;
        padding:0 0 5px 0;
	}

#calendar th {
	text-align: center;
	font-weight: normal;
	color: #585858;
	}

#calendar td {
	text-align: center;
	}

#calendar a:link, #calendar a:visited, #calendar a:active {
        text-decoration: none;
        font-weight: bold;
        color: #888;
        background:#eaeaea;
	}

#calendar a:hover {
        color: #000;
        text-decoration: underline;
        background:#fff;
        }

.links a:link, .links a:visited, .links a:active {
	border-bottom: none;
	}

.links a:hover {
               color: #CCC;
	}

.links h2 {
	color: #FFF;
	font-family: Osaka, 'Trebuchet MS', Verdana, sans-serif;   
	font-size: 1px;
	text-align: left;
	font-weight: bold;
	text-transform: lowercase;
  	padding: 0px;
	letter-spacing: .0em;
         border-bottom: none;
	}

.links h3 {
	color: #FFF;
	font-family: Osaka, 'Trebuchet MS', Verdana, sans-serif;   
	font-size: 1px;
	text-align: left;
	font-weight: bold;
	text-transform: lowercase;
  	padding: 0px;
	letter-spacing: .0em;
	}

.links h4 {
	color: #666666;
	font-family: Osaka, 'Trebuchet MS', Verdana, sans-serif;   
	font-size: xx-small;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
  	padding: 0px;
	letter-spacing: .0em;
	}

.links ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 5px;
	}

.links li {
	color:  #666666;
	font-family: Osaka, 'Trebuchet MS', Verdana, sans-serif;   
	font-size: x-small;
	text-align: left;
	line-height: 120%;
	list-style-type: none;
	margin-top: 0px;
         padding-left: 0px;
         background-image: none;
 	}

.photo {
	text-align: left;
	margin-bottom: 10px;
	}

.links_2 a, .links_2 a:visited, .links_2 a:active {
         color: #3762ab;
         font-weight: bold;
	text-decoration: none;
	}

.links_2 a:hover {
         color: #000;
	font-weight: bold;
	text-decoration: none;
	}

.links_2 h2 {
	color: #666666;
	font-family: Osaka, 'Trebuchet MS', Verdana, sans-serif;   
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	text-transform: lowercase;
  	padding: 1px;
	letter-spacing: .0em;
	}

.links_2 h3 {
	color: #666666;
	font-family: Osaka, 'Trebuchet MS', Verdana, sans-serif;   
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	text-transform: lowercase;
  	padding: 0px;
	letter-spacing: .0em;
	}

.links_2 h4 {
	color: #666666;
	font-family: Osaka, 'Trebuchet MS', Verdana, sans-serif;   
	font-size: xx-small;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
  	padding: 0px;
	letter-spacing: .0em;
	}

.links_2 ul {
	padding-left: 0px;
	margin: 0px;
          }

.links_2 li {
	color:  white;
	font-family: "Osaka", 'Trebuchet MS', Verdana, sans-serif;   
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	line-height: 100%;
	margin-top: 8px;
	list-style-type: none;
	}

.link-note {
	font-family: Osaka, 'Trebuchet MS', Verdana, sans-serif;   
	font-size: x-small;
	line-height: 130%;
	text-align: left;
	padding: 0 0 0 5px;

	}

#powered {
	font-family: Osaka, 'Trebuchet MS', Verdana, sans-serif;   
	font-size: x-small;
	line-height: 130%;
	text-align: left;
	color:  #000066;
	margin-top: 50px;
	}


.link-data {
	color: #666666;
	font-family: Osaka, 'Trebuchet MS', Verdana, sans-serif;   
	line-height: 100%;
	font-size: x-small;
	}


#comment-data {
	float: left;
	width: 150px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px  #FF6600;
	}
#comment-data input{
	background-color:#eaeaea;
	border: 1px  solid #888;
	padding:4px;
	width:200px;
	}
#comment-data input:hover{
	background-color:#fff;
	border: 1px  solid #000;
	padding:4px;
	width:200px;
	}

textarea[id="comment-text"] {
	width: 80%;
	background-color:#eaeaea;
	border: 1px  solid #888;
	}
textarea[id="comment-text"]:hover {
	width: 80%;
	background-color:#fff;
	border: 1px  solid #000;
	}

.righttable, .righttable TD, .righttable TH
         {
         background-color: #fff;
         }
.righttable TH
         {
         padding: 0 10px 0 0;
         }

/* 3column - 20070205 */

/* 3column */
body.layout-three-column,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
    margin-bottom: 20px;
    text-align: center;
    /*background: #36414d;*/
    background-color: #fff;
    font-weight:normal;
    color:#333;
}
.layout-three-column #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 10px;
}
.layout-three-column #box {
    /*width: 850px;*/
    width: 950px; /*AMN*/
    position: relative; /*AMN*/
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 15px 0;
    /*border-bottom: 2px solid #333366;*/
    /*border-left: 2px solid #333366;*/
    /*border-right: 2px solid #333366;*/
    text-align: left;
    background-color: #ffffff;
}

/* 3column */
.layout-one-column #footer {
    text-align: center;
}
.layout-one-column-liquid #footer {
    padding-bottom: 15px;
    text-align: center;
	background-color: #FFFFFF;
}
.backtop {
    clear:both;
    width:940px;
    text-align:right;
    margin:0 auto;
    font-size: 10px;
    border-top:1px solid #eee;
    padding:5px;
}
.cc {
    clear:both;
    color:#999;
    font-size: 10px;
    padding:10px 0 0 0;
}

/* 3column */
.layout-three-column #content {
    float: left;
/*    width: 478px;*/
    /*width: 578px; AMN*/
    width: 522px; /*AMN-for200px*/
    margin: 0;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.layout-three-column #links-left-box,
.layout-three-column #links-right-box {
    float: left;
    /*width: 184px;*/
    width: 210px; /*AMN*/
   	background-color: #FFFFFF;
}
.layout-three-column #links-left {
    padding: 0px 0px 0px 0px;
}

.layout-three-column #links-right {
    padding: 2px 0;
}

/* バナー追加用 */

#banner .amn_banner_top_wrapper {
	margin: 0;
	padding: 0;
	width: 950px;
	height: 110px;
}

#banner .amn_left_banner {
	margin: 0;
	padding: 0;
	width: 210px;
	float: left;
}

#banner .amn_right_banner_wrapper {
	margin: 0;
	padding: 0 0 0 15px;
	width: 725px;
	float: left;
}

#banner .amn_large_banner {
	margin: 15px 5px 0 0;
}

#banner .amn_site_caption {
	margin: 0;
	padding: 0;
	clear:both;
}

.amn_caption {
	font-size:12px;
	color:#666666;
	text-align: right;
}

.amn_large_banner img {
	border: 0px;
}

/* safari only \*/
html:\66irst-child .amn_caption{
	display: none;
}
/* end */

/* ph=1 */
/* nhm:from_kauri */
