@charset "utf-8";
/*
Theme Name: Flor
Theme URI: http://www.dosanite.co.jp
Description: Re-Designed & Coded by Akn , Produced by dosanite.
Author: dosanite
*/

/* @group YUI reset.css */

/*
 * YUI reset.css
 * arranged by Akn
 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
    margin:0; 
    padding:0; 
} 
table { 
    border-collapse:collapse; 
    border-spacing:0; 
} 
fieldset,img {  
    border:0; 
} 
address,caption,cite,/* strong,em */code,dfn,th,var { 
    font-style:normal; 
    font-weight:normal; 
} 
ol,ul { 
	list-style-position: inside;
}
ol {
	list-style-type: decimal;
}
ul {
	list-style-type: disc;
}
caption,th { 
    text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
    font-size:100%; 
    font-weight:normal; 
} 
q:before,q:after { 
    content:''; 
} 
abbr,acronym {
    border:0; 
} 
/* @end */

/* @group Basic */

/* @group clearfix */
.clearfix:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}

.clearfix{
  zoom:1;
}

/* @end */

/* @group WordPress */
.aligncenter {
    display: block;
    margin-left: auto;
    margin-bottom: auto;
}
.alignleft ,
.alignright {
    margin: 3px 10px;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.wp-caption {
    border: 1px solid #666666;
    text-align: center;
    padding-top: 5px;
}
.wp-caption-text {
    padding: 3px 0;
}
.pageprev ,
.pagenext {
    margin: 10px 0;
    padding: 0 10px;
}
.pagesprev ,
.pagesnext {
    margin-bottom: 1em;
    padding: 0 10px;
}
.pageprev ,
.pagesprev {
    float: left;
}
.pagenext ,
.pagesnext {
    float: right;
}

/* @end */

.clear {
    clear: both;
}

/* @end */
/* std */
html,
body {
	background-color: #ebeb7e;
	_text-align: center; //IE6
}
a:link {
	color: #388d41;
	text-decoration: none;
}
a:visited {
	color: #104010;
	text-decoration: none;
}
a:hover {
	color: #388d41;
	text-decoration: underline;
}
#wrapper {
	margin: 0 auto;
	width: 800px;
	_text-align: left; //IE6
}

#banner p {
	margin: 0;
	text-align: center;
}
#articles ,
#widget-wrapper {
	float: right;
}
/* class */
.hidden {
	display: none;
}



/*
	articles
*/
#articles {
	width: 600px;
	_overflow: hidden;
}
/* for Archives/Searching etc... */
#articles .page-name {
	margin-bottom: 1em;
	padding: 2px 4px;
	background: #eff0b5;
	border: 1px solid #ffffff;
	color: #666666;
}
/*
	news
*/
#news ul,
#news li,
#news {
	width: 600px;
}
#news {
	padding-top: 10px;
	background: left top url('news-top.gif') no-repeat;
}
#news ul {
	padding-bottom: 10px;
	background: left bottom url('news-bottom.gif') no-repeat;
	list-style: none outside;
}
#news li {
	padding: 5px 20px;
	line-height: 1.2em;
	background: left top url('news-middle.gif') repeat-y;
}
#news li span {
	margin-right: 1em;
}
#home-header {
	margin-bottom: 1em;
	background: center bottom url('home-header.jpg') no-repeat;
}
#home-footer {
	margin-top: 1em;
}

/*
	entry
*/
#articles .entry {
	margin-bottom: 50px;
}
#articles .entry .header {
	background: left 64% url('triangle.gif') no-repeat;
	padding-left: 20px;
	border-bottom: 2px solid;
	font-size: 18px;
	font-family: serif;
	font-weight: bold;
}
#articles .entry .header ,
#articles .entry .header a {
	color: #388d41;
	text-decoration: none;
}
#articles .entry .header a:hover {
	text-decoration: underline;
}
#articles .entry .date {
	font-size: 16px;
	color: #388d41;
	text-align: right;
	font-size: 16px;
}
#articles .entry .body {
	margin: 1em;
}
#articles .entry .body p {
	margin-top: 1em;
}
#articles .entry .body .info {
	clear: both;
}
/*
	comments
*/
.entry .sub-header {
	float: right;
	padding: 0 .4em;
	color: #388d41;
	border-bottom: 2px solid;
	font-weight: bold;
}
.entry .sub-header ,
.entry .sub-header a {
	color: #388d41;
	text-decoration: none;
}
.entry .sub-header+*{
	clear: right;
}
.entry .comments {
	padding-top: 1em;
	list-style: none;
}
.entry .comments .comment {
	margin-bottom: 1em;
}
.entry .comments .comment p {
	padding: .5em;
	border: 1px solid #21711f;
	background: #f0f0b1;
	font-size: 12px;
}
.entry .comments .comment p.info {
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	font-size: 16px;
	text-align: right;
}
/* @group form */
.entry .footer .comment-post {
	width: 600px;
}
.entry .footer .comment-post label ,
.entry .footer .comment-post input {
	margin: 6px 0 0;
	padding: 0;
	float: left;
	display: inline;
}
* html .entry .footer .comment-post input {
	float: none;
}
*+html .entry .footer .comment-post input {
	float: none;
}
.entry .footer .comment-post label {
	width: 200px;
	text-align: right;
}
.entry .footer .comment-post input ,
.entry .footer .comment-post textarea {
	background: #f0f0b1;
	border: 2px solid #fff;
	width: 396px;
	font-size: 12px;
}
.entry .footer .comment-post input {
	line-height: 1.6em;
}
.entry .footer .comment-post textarea {
	margin-top: 6px;
	margin-left: 200px;
	height: 100px;
	font-size: 12px;
}
.entry .footer .comment-post input#submit {
	width: auto;
	float: right;
	font-size: 12px;
	padding: 1px 6px;
}


/* @end */

#prevNext {
	clear: right;
	padding-top: 4px;
	list-style: none;
}
/*
	widget
*/
#widget-wrapper {
	margin-right: 20px;
	width: 180px;
	_overflow: hidden;
}
#widget-wrapper .widget {
	margin-bottom: 20px;
}
#widget-wrapper .widget .header {
	background: 50% 100% url('widget-header.gif') no-repeat;
	color: #388d41;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
#widget-wrapper .widget ul {
	background: #ebeb7e;
	list-style: none;
}
#widget-wrapper .widget ul li {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
#widget-wrapper .widget ul li a {
	display: block;
	padding: 10px 15px;
	line-height: 20px;
	background: left top url('navigation-block.gif') no-repeat;
	zoom: 1;
}
#widget-wrapper .widget ul li ,
#widget-wrapper .widget ul li a {
	color: #ebeb7e;
	text-decoration: none;
}
#widget-wrapper .widget ul li ul {
	padding-top: 5px;
}
#widget-wrapper .widget ul li ul li {
	margin: 0 0 5px;
}
#widget-wrapper .widget ul li ul li a {
	display: inline;
 	padding: 0;
	background: none;
	line-height: 30px;
}
#widget-wrapper .widget ul li ul li ,
#widget-wrapper .widget ul li ul li a {
	color: #388d41;
}

/* for miniNavi */
#widget-wrapper ,
#articles {
	padding-bottom: 50px;
}
#miniNavi {
	background: #388d41 750px bottom url('outline_type_logo.gif') no-repeat;
	display: block;
	height: 30px;
	padding: 5px 0;
	position: fixed;
	bottom: 0;
	width: 800px;
	border-top: 2px solid #ebeb7e;
}
#miniNavi ul {
	margin-left: 1em;
}
#miniNavi li {
	display: inline;
	line-height: 30px;
	margin-right: 1em;
}
#miniNavi li a {
	text-decoration: none;
	color: #ebeb7e;
}
#miniNavi li a:hover {
	color: #fff;
	text-decoration: underline;
}



/* @group calendar */

#wp-calendar {
    width: 180px;
    font-size: 14px;
}
#wp-calendar th ,
#wp-calendar td {
    text-align: center;
    font-size: 100%;
}
#wp-calendar th {
    font-weight: bold;
}
#wp-calendar caption {
    margin-bottom: 4px;
    padding: 3px 0 2px;
    text-align: center;
}
/* @end */

