/*
Theme Name: crerea
Theme URI: http://www.crerea.com/
Description: This theme uses it to site for crerea.
Version: 1.0
Author: Weblood
Author URI: http://www.weblood.com/
*/

body{
background-image:url(images/header_logo.png);
background-repeat: no-repeat;
background-position: center 0;
margin:0;
padding:0;
text-align:center;
}

#container{
width:780px;
border-left:1px dotted #00ae82;
border-right:1px dotted #00ae82;
margin-left:auto;
margin-right:auto;
text-align:left;
}

#header,#main{
margin:0 15px;
}

#content{
width:565px;
float:right;
margin-left:15px;
}

#sidebar{
width:169px;
float:left;
}

#footer{
clear:both;
}

a:link{
color:#1D21AD;
text-decoration:none;
}

a:visited{
color:#1D21AD;
text-decoration:none;
}

a:hover{
color:#B30000;
text-decoration:underline;
}

/*ヘッダー*/
#header{
}

#header h1{
margin:0;
text-indent:-9999px;
}

#header p{
font-size:0.75em;
letter-spacing:1px;
margin-top:85px;
padding-bottom:5px;
border-bottom:1px dotted #f60;
}

/*フッター*/
#footer address{
font-family: "ＭＳ ゴシック", "Osaka−等幅";
font-weight: bold;
font-size:0.75em;
font-style:normal;
text-align:center;
color:#ffffff;
background-color:#00ae82;
padding:3px 0 6px;
}

/*サイドバー*/
#home a{
font-size:1em;
font-weight:bold;
text-decoration:none;
text-decoration:none;
background-color:#fff;
background-image:url(images/home.png);
background-repeat: no-repeat;
background-position:0;
padding:4px 4px 4px 16px;
border: solid 1px #00ae82;
}

#sidebar{
font-size:0.75em;
}

#sidebar h2{
color:#fff;
font-size:1em;
background-image:url(images/menu.png);
background-repeat: no-repeat;
background-position: center 0;
padding:8px 6px 9px;
}

#sidebar ul{
color:#00ae82;
line-height:150%;
margin:3px 0 20px 20px;
padding:0;
list-style-type:disc;
}

/*コンテンツ*/
.post{
margin-bottom:40px;
}

.post h2{
font-size:1em;
letter-spacing:1px;
background-image:url(images/hand.png);
background-repeat:no-repeat;
border-bottom:1px solid #00ae82;
padding:5px 0 5px 32px;
}

.post h2 a{
text-decoration:none;
}

.post p{
font-size:0.875em;
color:#666666;
line-height:150%;
}

.pagenav{
font-size:0.75em;
}

/*コメント*/
#comments h3{
font-size:0.75em;
border-bottom:solid 2px #666666;
padding-bottom:5px
}

.com{
font-size:0.75em;
border-bottom:dotted 2px #00ae82;
padding-bottom:8px;
margin-bottom:12px;
}

.com p{
margin:5px 0;
}

.commeta{
color:#888888;
text-align:right;
}

#tb{
font-size:0.75em;
border:solid 1px #c0c0c0;
padding:8px;
line-height:150%;
}

#commentform{
font-size:0.75em;
}

/*画像*/
img{
border:0;
}

/*フォーム*/
form{
font-size:0.875em;
color:#666666;
}

/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */
@import "calendar.css";

.cform { 
	margin:10px auto 0 auto; 
	width: 500px; 
}

.cform fieldset	{ 
	margin-top:10px; 
	padding:5px 0 15px 0; 
	border:1px solid #adadad; 
	border-left-color:#ececec; 
	border-top-color:#ececec; 
	background:#f7f7f7; }

.cform fieldset.cf_hidden { 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	margin-left:10px;
	padding: 0 2px; 
	font:normal 20px Times; 
}

ol.cf-ol { 
	margin:0; 
	padding:0; 
}
ol.cf-ol li	{
	background:none!important; 
	margin:5px 0!important; /*some themes may interfere otherwise*/
	padding:0; 
	list-style:none!important; 
	text-align:left;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	padding:3px 0; 
	text-align:center;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	width:100px; 
	margin:2px 10px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:right;
	vertical-align:top;
}
.cform label span {
	width:100px; /* must be the same as above!*/
	display:block; 
}

label.cf-before {
	margin:0 10px 0 0; 
}

label.cf-after 	{
	margin:0 0 0 6px;
	width:200px;
	text-align:left;
}

label.cf-after span {
	width:200px;
	display:block;
}

label.cf-group-after {
	margin:0 0 0 2px;
	width:60px;
	text-align:left;
}
label.cf-group-after span {
	width:60px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select { 
	padding:1px 3px;
	background: #f9f9f9; 
	border: 1px solid #888888; 
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background:#CEDDDF; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	background:#F3F8F8; 
}

.cform textarea,
.cform input {
	width:250px; 
}
.cform select {
	width:158px; /* attempt to have equal length */
}  

.cform select.cfselectmulti	{ 
	height:7.5em; 
}

.cform textarea {
	font-family: arial;
	font-size: 0.9em;
	overflow:auto;
}

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	margin:3px 5px 0 0;
	font-size:0.9em;
	display: -moz-inline-box; 
	vertical-align:top;
}


/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	padding-left:100px; /* check with label 'width' incl. */
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

input.cf-box-a,
input.cf-box-b 	{ 
	margin:2px 0 0 0; 
	width:16px; 
	border:none; 
}

input.cf-box-a 	{ 
	margin-left:100px; /* check with label 'width' incl. */
} 


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	padding: 0 0 5px 100px; 
} 


/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	padding: 0!important;
	margin: 0;
}
.cform input.sendbutton	{ 
	width:100px;  
	padding:2px; 
	margin: 10px 0 0 310px;
	font-size:0.8em;
	background:url(../images/button-bg.gif) repeat-x; 
	border:1px solid #adadad!important;
	border-left-color:#ececec!important; 
	border-top-color:#ececec!important;
}


/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */

.cform .cf_error 		{ color:red!important; border:1px solid #FF0000!important; padding:1px 3px; }
.cform .cf_errortxt,
.mailerr	    	{ color:red!important; }

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.seccap {
	margin-top: 6px;
}
label.secq,
label.secq span {
	display:inline;
	width:auto;
}
label.secq {
	margin-left:20px;
	vertical-align:middle;
}

input.secinput {
	width:45px;
	margin: 3px 0 0 10px;
	vertical-align:middle;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:50px;
	padding: 4px 4px;
	margin: 0;
	vertical-align:middle;
}

img.captcha	{
	vertical-align:middle;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:middle;
	background:	url(../images/captcha_reset_grey.jpg) no-repeat;
	margin-left:3px;
	width:21px;
	height:21px;
}
img.imgcalendar {
	position:relative;
	top:4px;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

p.cf_info 		{
	margin:10px 0;
	text-align:center;
}
p.success 	{
	color:green;
}
p.failure 	{
	color:red;
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */

.cform input.cf_upload  {
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	margin:0 0 10px 0!important;
	padding:0!important;	
	text-align:center!important;
}
.linklove a,
.linklove a:visited {
	font-size: 0.8em;
	font-family: Tahoma;
	color:#aaaaaa!important;
}

/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;  /*for ie6*/
}
*+html .cform label,
*+html span.reqtxt,
*+html span.emailreqtxt {
	display: inline-block; /*for ie7*/
}
* html .cform fieldset.cf_hidden { 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

* html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html img.captcha	{
	margin-top:1px!important;
}
*+html input.cf-box-a,
*+html input.cf-box-b { 
	margin-top:0;
}
* html input.cf-box-a,
* html input.cf-box-b { 
	margin-top:0;
}

