@charset "UTF-8";
@import "css/base.css";


/*
Theme Name: Choemon Original
Theme URI: http://www.choemon.com/
Description: The original WordPress theme that graced versions 1.2.x and prior.
Version: 0.9
Author: Kei Kondo http://www.add-info.com/
Tags: mantle color, two columns, widgets
*/

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Links                       */
/*                 03  Elements                    */
/*                 04  Container                   */
/*                 05  Header                      */
/*                 06  Navigation                  */
/*                 07  Footer                      */
/*                 08  Content                     */
/*                 09  Home                        */
/*                 10  Page                        */
/*                 11  About                       */
/*                 12  Products                    */
/*                 13  Contact                     */
/*                                                 */
/*=======================TOC-END===================*/


/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     108%                 */
/*                   16px     124%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Links -----------*/

a {
  color: #0071bc;
  outline: none;
  }

a img { border: none; }



/*---------- 03  Elements -----------*/

/* Heading */

h2 {
	letter-spacing: 0.2em;
	font-weight: bold;
	margin: 20px 0 15px 0;
	font-size: 124%;
}

h3 {
	border-bottom: 2px solid #f2f2f2;
	font-weight: bold;
	margin: 20px 0 10px 0;
	font-size: 108%;
}


/* End heading */



blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}


cite {
	font-size: 90%;
	font-style: normal;
}



/*---------- 04  Container -----------*/

body {
	background: #fff url(images/body_bg.png) top repeat-x;
	margin: 0;
	padding: 0;
}

#wrapper {
  width: 800px;
  margin: 0 auto;
  text-align: left;
  font-size: 100%;
  color: #555;
  line-height: 1.6;
}

#container { clear: both; }

.page-id-14 #content-main,
.single #content-main,
.archive #content-main,
.search #content-main {
  width: 540px;
  float: left;
}

.page-id-14 #content-sub,
.single #content-sub,
.archive #content-sub,
.search #content-sub {
  width: 250px;
  float: right;
}




/*---------- 05  Header -----------*/

#header {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 112px;
}

#header p,
#header h1 {
  margin: 0 0 0 20px;
  padding: 0;
  line-height: 1.0;
}

#header p img,
#header h1 img { display: block; }

#header p#kamide-ruby {
  font-size: 10px;
  letter-spacing: 4px;
  margin: 4px 0 0 120px;
  color: #000;
}



/*---------- 06  Navigation -----------*/

ul#header-nav {
  margin: 0;
  padding: 0;
  width: 800px;
  height: 58px;
}
ul#header-nav li {
  margin: 0;
  padding: 0;
  height: 58px;
  list-style: none;
  text-indent: -9999px;
  float: left;
}
ul#header-nav li a {
  display: block;
  height: 58px;
}

#n01 a {
  width: 113px;
  background: url(images/header-nav.png) 0 0 no-repeat;
}
#n02 a {
  width: 157px;
  background: url(images/header-nav.png) -113px 0 no-repeat;
}
#n03 a {
  width: 160px;
  background: url(images/header-nav.png) -270px 0 no-repeat;
}
#n04 a {
  width: 115px;
  background: url(images/header-nav.png) -430px 0 no-repeat;
}
#n05 a {
  width: 110px;
  background: url(images/header-nav.png) -545px 0 no-repeat;
}
#n06 a {
  width: 145px;
  background: url(images/header-nav.png) -655px 0 no-repeat;
}

#n01 a:hover { background: url(images/header-nav.png) 0 -58px no-repeat; }
#n02 a:hover { background: url(images/header-nav.png) -113px -58px no-repeat; }
#n03 a:hover { background: url(images/header-nav.png) -270px -58px no-repeat; }
#n04 a:hover { background: url(images/header-nav.png) -430px -58px no-repeat; }
#n05 a:hover { background: url(images/header-nav.png) -545px -58px no-repeat; }
#n06 a:hover { background: url(images/header-nav.png) -655px -58px no-repeat; }



#menu {
	background: #f2f2f2;
	border: 2px solid #ddd;
	margin: 30px 0 10px 0;
	padding: 20px 10px 10px 10px;
}

#menu h2 {
  font-size: 108%;
  font-weight: bold;
  line-height: 1.0;
  padding-bottom: 3px;
  border-bottom: 1px solid #ddd;
}

#menu form {
	margin: 0;
	padding: 0;
}
#menu form dl {
  margin: 10px;
  padding: 0;
}
#menu form dl dt {
  width: 140px;
  margin: 0;
  padding: 0;
  float: left;
}
#menu form dl dd {
  margin: 3px 0 0 145px;
  }

#menu input#s {
	border: 1px solid #80abba;
	color: #000;
	width: 130px;
	padding: 2px;
	font-size: 108%;
}

#menu li {
	list-style-type: none;
	margin-left: 0;
}
#menu ul {
	margin-left: 0;
}

#menu ul li {
	padding: 0 0 2px 20px;
	background: url(images/archive-list.jpg) 0 0 no-repeat;
}




/*---------- 07  Footer -----------*/

#footer {
  clear: both;
  width: 800px;
  padding-top: 74px;
  background: url(images/footer_bg.jpg) top right no-repeat;
}

#footer p {
  margin: 0;
  padding: 0;
  width: 130px;
  float: left;
}


#footer ul {
  color: #999;
}
#footer ul li {
  display: inline;
  list-style: none;
  letter-spacing: .3px;
}

#footer ul li a {
  color: #777;
  text-decoration: none
}
#footer ul li a:hover {
  color: #0071bc;
  text-decoration: underline
  }

#footer address,
#footer address a {
  color: #000;
  font-family: "Times New Roman", century, serif;
}




/*---------- 08  Content -----------*/


/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft { float: left; }

.alignright { float: right; }

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	padding: 3px 5px 4px 5px;
	margin: 0;
}

/* End captions & aligment */



.storytitle a { text-decoration: none; }

.page-id-14 #content-main h2.storytitle a,
.single #content-main h2.storytitle a,
.archive #content-main h2.storytitle a {
  color: red;
}
  

.meta {
  margin: 10px;
  color: #999;
  font-size: 93%;
  line-height: 1.0;
  padding: 2px 0 2px 6px;
  border-left: 3px solid #bbb;
}


.rouge { color: #c1272d; }

.storycontent ul li {
  list-style: none;
  padding: 0 0 6px 24px;
  background: url(images/list.png) 0 2px no-repeat;
  }

.page-id-14 #content-main .hentry,
.single #content-main .hentry,
.archive #content-main .hentry {
  padding-bottom: 15px;
  border-bottom: 2px dotted #e3e3e3;
}

.more-link {
  display: block;
  font-weight: bold;
  text-align: right;
  margin-top: 5px;
}


/*---------- 09  Home -----------*/

.home #update {
  padding-bottom: 15px;
}

.home #related p a {
  display: block;
  float: left;
  margin: 10px 20px 0 0;
}

.home .recently {
  width: 440px;
  float: left;
}

.home .recently h2#t02 {
  height: 32px;
  margin: 0;
  text-indent: -9999px;
  background: url(images/home-update-title.png) 0 0 no-repeat;
}

.home .recently ul,
.home .recently ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.home .recently ul {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
.home .recently ul li {
  height: 30px;
  line-height: 30px;
  background: #fff;
  overflow: hidden;
}
.home .recently ul li.even {
  background: #f2f2f2;
}
.home .recently ul li .published {
  color: #aaa;
  font-weight: bold;
  display: block;
  width: 76px;
  float: left;
  text-align: center;
  letter-spacing: 1px;
}
.home .recently ul li .storytitle {
  display: block;
  margin-left: 82px;
}

.home .recently p {
  margin-left: 10px;
  font-size: 93%;
}
.home .recently p.feed-icon {
  margin-left: 15px;
}
  

.home #latest {
  width: 300px;
  padding: 14px;
  margin-top: 10px;
  float: right;
  border: 3px solid #eee;
}

.home #latest p {
  margin: 0;
  line-height: 1.0;
}

.home #latest ul {
  margin: 5px 0 0 100px;
  padding: 0;
}
.home #latest ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}


/*---------- 10  Page -----------*/

.page #content-main .hentry {
  padding: 25px 20px 20px 20px;
}


/*---------- 11  About -----------*/

#post-2.hentry dl { margin-left: 1em; }
#post-2.hentry dl dt {
  width: 6em;
  float: left;
}
#post-2.hentry dl dd { margin-left: 7em; }


#map {
  width: 600px;
  height: 400px;
  border: 2px solid #ddd;
  margin: 10px 0 0 20px;
  }



/*---------- 12  Products -----------*/

.page-id-7 .product {
  width: 300px;
  float: left;
  border: 1px solid #e3e3e3;
  padding: 10px 15px;
  margin: 0 15px 15px 0;
}

.page-id-7 .product .price {
  text-align: right;
}



/*---------- 13  Contact -----------*/

.page-id-44 .wpcf7 {
  margin: 10px 10px 10px 0;
  width: 400px;
  float: left;
  background: #eee;
  border-top: 1px solid #ddd;
  border-bottom: 3px solid #ddd;  
  }

.page-id-44 .wpcf7 dl {
  margin: 15px;
  padding: 0;
}

.page-id-44 .wpcf7 dl dt {
  margin: 15px 0 3px 0;
  padding: 2px;
  font-weight: bold;
  color: #666;
  line-height: 1.2;
  letter-spacing: 1px;
}

.page-id-44 .wpcf7 dl dd { margin-left: 0; }

.page-id-44 .wpcf7 dl dt .require {
  font-size: 93%;
  color: red;
}

.page-id-44 .wpcf7 p { text-align: center; }


form.wpcf7-form input#f-name,
form.wpcf7-form input#f-email,
form.wpcf7-form input#f-subject,
form.wpcf7-form textarea#f-message,
form.wpcf7-form input#f-captcha {
  padding: 3px;
  margin: 0;
  font-size: 13px;
  line-height: 20px;
  color: #000;
  border: 1px solid #b3b3b3;
}

form.wpcf7-form input#f-name { width: 15em; }
form.wpcf7-form input#f-email { width: 20em; }
form.wpcf7-form input#f-subject { width: 20em; }
form.wpcf7-form input#f-captcha { width: 6em; }

form.wpcf7-form textarea#f-message {
  margin: 0;
  padding: 0;
  width: 360px;
  height: 160px;
  line-height: 16px;
}

form.wpcf7-form input#f-submit { font-weight: bold; }

.wpcf7-response-output { background: #fff; }

.page-id-44 #access {
  margin-top: 10px;
  width: 280px;
  float: right;
  font-size: 108%;
  color: #666;
}

