@charset "UTF-8";

/* ---------- reset ---------- */

* {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-family: Verdana, Arial, sans-serif;
}

/* ---------- reset_end ---------- */

/* ---------- body ---------- */

body {
	color:#666666;
	background:#ffffff url(green2.gif);
	text-align:center;
}

a {
	text-decoration:none;
	color:#3c54cc;
	background-color:transparent;
}

a:hover {
	color:#ffffff;
	background-color:#3c54cc;
}

.layout-two-column-right #main-container,.layout-two-column-left #main-container,.layout-one-column #main-container {
	width:800px;
	padding:10px 0 0 0;
	margin:0 auto;
	text-align:left;
	background:#ffffff url(main_container3_bg.gif) repeat-y;
	color:inherit;
}

.layout-three-column #main-container {
	width:800px;
	padding:10px 0 0 0;
	margin:0 auto;
	text-align:left;
	background:#ffffff url(main_container3_bg.gif) repeat-y;
	color:inherit;
}

/* ---------- body_end ---------- */

/* ---------- banner ---------- */

.layout-two-column-right #banner,.layout-two-column-left #banner,.layout-one-column #banner {
	height:140px;
	margin:10px 15px 15px 15px;
	background:#ffffff url(head_bg_3.jpg) no-repeat top left;
	color:inherit;
}

.layout-three-column #banner {
	height:140px;
	margin:10px 5px 15px 15px;
	background:#ffffff url(head_bg_3.jpg) no-repeat top left;
	color:inherit;
}

#banner h1 {
	text-align:left;
	font-size:22px;
	font-weight:bold;
	position: relative;
	top: -100px;
	left: 15px;
}

#banner h1 a {
	color:#ffffff;
	background-color:inherit;
}

#banner h1 a:hover {
	color:#cccccc;
	background-color:transparent;
}

#banner h2 {
	color:#ffffff;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	position: relative;
	top: 75px;
	left: 0px;
	background-color:transparent;
}

#banner h3 {
	color:#ffffff;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	top: 190px;
	left: -5px;
	position: relative;
	background-color:transparent;
}

/* ---------- main ---------- */

.layout-one-column #main {
	width:800px;
	float:left;
}

.layout-two-column-right #main {
	width:590px;
	float:left;
        margin:0 0 0 5px; 
	background-color:#ffffff;
/* background:#ffffff url(http://dp56156912.lolipop.jp/home/topimage.jpg) no-repeat top center; */
}

.layout-two-column-left #main {
	width:590px;
	float:right;
	background-color:#ffffff;
/* background:#ffffff url(http://dp56156912.lolipop.jp/home/topimage.jpg) no-repeat top center; */
}

.layout-three-column #main {
	width:400px;
	float:left;
	background-color:#ffffff;
/* background:#ffffff url(http://dp56156912.lolipop.jp/home/topimage.jpg) no-repeat top center; */
}

/* .content { padding:0 15px 15px 15px; } */

.content {
 padding:0px 5px 15px 5px; 

}

.entry{ margin-bottom:20px; }

p.date-header {
	width:100%;
	border-top:1px solid #999999;
	color:#000000;
	font-size:70%;
	font-weight:bold;
	padding:5px 0 5px 0;
	background-color:inherit;
	clear:both;
}

h3.entry-header {
	font-size:90%;
	font-weight:bold;
	margin-bottom:10px;
}

h3.entry-header a { color:#ffffff; background-color:#003399; padding:3px; }

h3.entry-header a:hover {color:#003399; background-color:#ffff33; padding:3px;}

.entry-content{
	padding:10px;
	background:#ffffff url(entry_content_bg.gif) no-repeat top left;
	color:inherit;
}

.entry-content blockquote{
	color:#336699;
	font-size:90%;
	padding:10px;
	border:1px dashed #999999;
	background-color:#ffffff;
}


.entry-body p {
	color:#333333;
	font-size:90%;
	line-height:150%;
	margin-bottom:15px;
	background-color:inherit;
}

.entry-body img { border:0; margin-bottom:20px; }

.entry-body ul { list-style-position:inside;margin-bottom:15px; }

.entry-body li {
	color:#666666;
	font-size:90%;
	margin-bottom: 5px;
	list-style-type: square;
	background-color:inherit;
}

.entry-more {
	color:#333333;
	font-size:90%;
	margin:5px 0 15px 0;
	background-color:inherit;
}

.entry-info { padding-bottom:10px; }

.entry-info ul { list-style-type: none; }

.entry-info li {
	color:#666666;
	font-size:90%;
	display:inline;
	margin-right: 5px;
	background-color:inherit;
}

.content h4 {
	background-color:#ffffff;
	color:#333333;
	font-weight:normal;
	font-size:90%;
	padding:2px;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #ababab;
	border-bottom: 1px solid #ababab;
	margin-bottom:10px;
}

.content p.navi-link {
	color:#666666;
	font-size:90%;
	margin-bottom:15px;
	background-color:inherit;
}

/* ---------- main_end ---------- */

/* ---------- menu ---------- */

.layout-one-column #left-menu,.layout-one-column #right-menu {
	display:none;
}

.layout-two-column-right #left-menu,.layout-two-column-right #right-menu {
	width:195px;
	float:right;
}

.layout-two-column-left #left-menu,.layout-two-column-left #right-menu {
	width:195px;
	float:left;
}

.layout-three-column #left-menu,#right-menu {
	width:195px;
	float:left;
}

.layout-two-column-right .left-content,.layout-two-column-right .right-content {
	padding:0 15px 0 0;
}

.layout-two-column-left .left-content,.layout-two-column-left .right-content {
	padding:0 0 0 15px;
}

.layout-three-column .right-content {
	padding:0 15px 0 0;
}

.layout-three-column .left-content {
	padding:0 0 0 15px;
}

.left-content h3,.right-content h3 {
	background-color:#ffffff;
	color:#333333;
	font-weight:normal;
	font-size:90%;
	margin-bottom:10px;
	padding:2px 2px 2px 2px;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #ababab;
	border-bottom: 1px solid #ababab;
}

#left-menu li ,#right-menu li {
	list-style-type: none;
	color:#333333;
	background-color:inherit;
	font-size:90%;
}

.search-form,.category-archives,.monthly-archives,.recent-entry,.site-link,.cclicense,.powered  {
	background:transparent url(menu_bg.gif);
	color:inherit;
	margin-bottom: 10px;
	padding:5px;
}

.search-form label,.cclicense {
	background-color:inherit;
	color:#333333;
	font-size:90%;
}

.search-form #search {
	width:80%;
	color:#999999;
	font-size:90%;
	border: 1px solid #999999;
	padding:2px;
	background-color:#eeeeee;
}

.search-form .searchsubmit {
	color:#999999;
	font-size:90%;
	border: 1px solid #999999;
	background-color:#ffffff;
	margin-top:5px;
}


/* ---------- menu_end ---------- */

/* ---------- footer ---------- */

.layout-two-column-left #footer,.layout-two-column-right #footer,.layout-one-column #footer {
	background:transparent url(footer3_bg.gif) no-repeat bottom left;
	clear:both;
}

.layout-three-column #footer {
	background:transparent url(footer3_bg.gif) no-repeat bottom left;
	clear:both;
}

#footer { text-align:center;padding-bottom:30px; }
#footer ul { list-style:none; }
#footer ul li { display:inline;font-size:90%;color:#999999;margin-right:15px;background-color:inherit; }

/* ---------- footer_end ---------- */

/* ---------- trackback ---------- */

.trackbacks p,.trackbacks dt {
	color:#333333;
	font-size:90%;
	background-color:inherit;
}

.trackbacks p{
	margin:5px 0 10px 0;
}

.trackbacks input {
	color:#999999;
	border: 1px solid #999999;
	padding:2px;
	background-color:#eeeeee;
}

.trackback-info { margin-bottom:10px;padding-bottom:5px;border-bottom: 1px dashed #999999; }

.trackback-info ul {
	padding:2px;
	display:inline;
}

.trackback-info li {
	color:#666666;
	font-size:90%;
	display:inline;
	margin-right: 5px;
	list-style-type: none;
	background-color:inherit;
}

/* ---------- trackback_end ---------- */

/* ---------- comment ---------- */

.comments,#comments-open-data label  {
	background-image:url(menu_bg.gif);
	margin-bottom: 10px;
	padding:5px;
}

.comments-body {
	background-color:#ffffff;
	color:inherit;
	padding:5px;
}

.comments-body p,.comments-info li,#comments-open-data legend,#comments-open-data label  {
	color:#333333;
	background-color:inherit;
	font-size:90%;
}

p.comments-open-moderated{
	color:#666666;
	background-color:inherit;
	font-size:90%;
}

.comments-body p,.comments-post-content p  {
	margin:5px 0 10px 0;
}

.comments-info {
	border-top: 1px dashed #999999;
	padding-top:5px;
}

.comments-info li {
	display:inline;
	margin-right: 5px;
	list-style-type: none

	padding-left: 5px;
}

#comments-open-data legend {
	color:#ffffff;
	background-color:#3c54cc;
	padding:3px;
	margin-bottom:10px;
}

#comments-open-data input#comment-author,#comments-open-data input#comment-email,#comments-open-data input#comment-url {
	width:40%;
	color:#666666;
	font-size:90%;
	border: 1px solid #999999;
	padding:2px;
	background-color:#eeeeee;
	margin:5px 0 10px 0;
}

#comments-open-data textarea {
	width:70%;
	color:#666666;
	font-size:90%;
	border: 1px solid #999999;
	padding:2px;
	background-color:#eeeeee;
	margin:5px 0 10px 0;
}

.comments-open-footer input {
	color:#999999;
	font-size:90%;
	border: 1px solid #999999;
	background-color:#ffffff;
	margin-top:5px;
}

.comments-open-footer li {
	display:inline;
	margin-right:15px;
	list-style-type:none;
}

.cookie li{
	display:inline;
	list-style-type:none;
}

/* ---------- comment_end ---------- */

/* ---------- search ----------*/

.entry #search {
	width:50%;
	color:#999999;
	font-size:90%;
	border: 1px solid #999999;
	padding:2px;
	background-color:#eeeeee;
}

.entry .searchsubmit {
	color:#999999;
	font-size:90%;
	border: 1px solid #999999;
	background-color:#ffffff;
	margin-top:5px;
}

.entry .search-check {
	background-image:url(menu_bg.gif);
	background-color:inherit;
	padding:5px;
	color:#333333;
	font-size:90%;
	margin:10px 0;
}

h2.search-title{
	color:#999999;
	font-size:90%;
	border: 1px solid #999999;
	background-color:#ffffff;
	padding:5px;
	margin:10px 0 5px 0;
}

h2.no-search-text {
	color:#666666;
	font-size:90%;
	font-weight:bold;
	margin:10px 0;
	background-color:inherit;
}

p.no-search-text {
	color:#333333;
	font-size:90%;
	background-color:inherit;
}

.search-body {
	color:inherit;
	padding:10px;
	background:#ffffff;
}

h3.entry-header {
	font-size:90%;
	font-weight:bold;
	margin-bottom:10px;
}

.search-body h3 {
	font-size:90%;
	font-weight:bold;
	margin-bottom:10px;
}

.search-body h3 a {color:#ffffff; background-color:#3c54cc; padding:3px;}
.search-body h3 a:hover {color:#ffffff; background-color:#acd753; padding:3px;}

.search-body p {
	color:#333333;
	font-size:90%;
	margin:5px 0;
	background-color:inherit;
}

/* ---------- search ----------*/

.rss-box { padding:0 15px 15px 15px; }

.rss-title {
	height:40px;
	color:#330099;
	background:#ffffff url(./images/c_header.gif) repeat-x top left; */
	font-size:140%;
	font-weight:bold;
    padding:6px 0 0 5px;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:5px;
}

.rss-title a { color:#330099; background-color:transparent; }

.rss-title a:hover {color:#FF6600; background-color:transparent; }

ul.rss-items {
 margin : 6px 10px;
 color : #444444;
 list-style-type : square;
 }

.rss-items {
    margin: 10px 0 25px;
    background: none;
    color: #444444;
    font-size: 13px;
    _font-size: 12px;
    line-height: 150%;
}

.side {
    margin: 10px 0 25px;
    background: none;
    color: #FF6600;
    font-size: 13px;
    _font-size: 12px;
    line-height: 150%;
}

.manif {
	background: url(images/m-bg.gif) repeat-y;
	width: 380px;
	padding: 20px;
	font-size: 12px;
	line-height:1.5em;
}
.manif p {
	border-bottom:#eca53f 1px solid;
	text-align:right;
	padding-right:2em;
	font-size:14px;
	color:#eca53f;
}
li.m-list-t {
	list-style-type: none;
	color:#000000;
	padding-left: 1em;
	}

li.m-list-w {
	list-style-type: none;
	color:#000000;
	padding-left: 2.5em;
	}
.top-base {
	background:url(images/top-main-base.jpg) no-repeat;
	width:380px;
	height:135px;
	padding-top:45px;
}
