@charset "utf-8";

/*  
Theme Name: Happy Cyclope
Theme URI: http://designer-daily.com
Description: 2 columns, left sidebar, Widget ready, valid CSS & XHTML transitionnal 
Version: 1.0
Author: Designer daily
Author URI: http://designer-daily.com
Tags:two columns,fixed width,easy customization, widget ready, valid CSS, valid XHTML, sidebar left

メニューの色を毎月表紙デザインに合わせて変える
201001	#F10180
201002	

*/

/* BASIC STRUCTURE */

* {
	margin:0;
	padding:0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Trebuchet, Helvetica, Verdana, Arial,sans-serif;
}
body {
	background:#eee;
}


div#wrapper {position:relative;width:926px;margin:0 auto 0 auto;background:#fff;}
div#container {
	position:relative;
	width:910px;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 3px;
}

/* HEADER */
/*
#14192F -> #AAD724
*/
#header {
	position:relative;
	width:900px;
	float:left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
	padding-left: 10px;
	/* 画像はWidth920、Height250を用意 */
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
/* 使わなくなった
h1 {
	position:relative;
	float:left;
	width:400px;
	font-size:0.9em;
	text-transform:uppercase;
	color:#476D8F;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}
h1 a {text-decoration:none;color:#fff;}
h1 a:hover {color:#aaa;}
#description {position:relative;float:right;width:400px;text-align:right;margin:2px 0;color:#000;}

#preheader {
	position:relative;
	float:left;
	width:890px;
	margin:0;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
*/

#header #imageheader {
	position:relative;
	float:left;
	width:900px;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#header #imageheader #imglogo {
	position:relative;
	float:left;
	width:240px;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 10px;
	height: 92px;
}
#header #imageheader #imgbg {position:relative;float:left;width:647px;height:194px;}
#header #imageheader img {border:0;margin:0;padding:0;}
#header #imageheader #imgbg #rss {
	position:absolute;
	bottom:8px;
	left:10px;
	width:370px;
	font-size:0.9em;
	color:#333;
	text-align: right;
}
#header #imageheader #imgbg #rss a {color:#333;text-decoration:none;}
#header #imageheader #imgbg #rss a:hover {text-decoration:underline;}
#header #imageheader #imgbg #rss img {
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: -6px;
	margin-left: 0;
}
#header #imageheader #imgbg #search {position:absolute;text-align:right;right:10px;bottom:8px;width:250px;}
#header #imageheader #imgbg #search input#s {
	border:1px solid #476B8F;
	width: 200px;
}
#header #imageheader #imgbg #search input#searchsubmit {
	/*
	background:transparent;
*/
	border:thin solid #666;
	color:#333;
	font-size:0.8em;
	background-color: #FFF;
}

/* SIDEBAR */

#sidebar {position:relative;float:left;width:200px;margin:0 3px 0 5px;padding:20px 0 0 0;font-size:0.9em;}
#sidebar ul {list-style-type:none;margin:0 0 20px;line-height:1.2em;}
#sidebar h2 {font-size:0.9em;padding:5px;margin:0;border-bottom:1px solid #bbb;}
#sidebar h2 a {text-decoration:none;color:#000;}
#sidebar h2 a:hover {text-decoration:underline;}
#sidebar h2 img {margin:0 5px -2px 0;}
#sidebar ul li a {display:block;text-transform:uppercase;font-size:0.9em;width:190px;padding:15px 5px 8px;color:#000;text-decoration:none;border-bottom:1px dotted #ddd;}
#sidebar ul li a:hover {background:#eee;border-bottom:1px dotted #555;}
#sidebar ul li ul {margin:0;}
#sidebar ul li ul li {list-style-type:disc;color:#999;margin:0 0 0 20px;text-transform:none;}
#sidebar ul li ul li a {text-transform:none;width:170px;}
#sidebar .current-cat a, #sidebar .current_page_item a {background:#FFFFDF;}
#sidebar ul#recentcomments li.recentcomments {display:block;text-transform:uppercase;font-size:0.9em;width:190px;padding:15px 5px 8px;color:#000;text-decoration:none;border-bottom:1px dotted #ddd;}
#sidebar ul#recentcomments li.recentcomments a {border-bottom:none;font-size:1em;}
#sidebar .textwidget {padding:10px 0 20px 5px;font-size:0.9em;line-height:1.2em;}
#sidebar select {margin:15px 0 30px 5px;width:195px;border:1px dotted #555;padding:3px;font-size:0.8em;}
#sidebar select option {padding:3px;}
#sidebar table#wp-calendar {width:190px;margin:10px 0 0 5px;}
#sidebar table#wp-calendar caption {margin:15px 0 0 0;font-weight:bold;}
#sidebar table#wp-calendar td {height:25px;text-align:center;}
#sidebar table#wp-calendar td a {color:#000;font-weight:bold;text-decoration:none;}
#sidebar table#wp-calendar td a:hover {background:#ddd;}
#sidebar table#wp-calendar tfoot a {padding:5px;text-decoration:none;background:#eee;border:1px solid #ddd;color:#000;}

/* サイドバーの検索ボックス */
#sidebar input#s {width:150px;}

/* CONTENT */

#content div#sidebar {position:relative;float:left;width:200px;}
#content #posts {position:relative;float:right;width:670px;padding:30px 0 0 20px;}
#content #posts h2 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
#content #posts h2 a {font-size:1.1em;font-weight:normal;color:#000;text-decoration:none;}
#content #posts .post {position:relative;float:left;margin:0 0 70px 0;}
#content #posts .post .metadata {font-size:0.75em;color:#555;margin:0 0 20px 0;}
#content #posts .post .metadata a {color:#000;text-decoration:none;}
#content #posts .post .metadata a:hover {text-decoration:underline;}
#content #posts .post .postcontent {line-height:1.3em;color:#333;font-size:0.95em;}
#content #posts .post .postcontent p {margin:10px 0;}
#content #posts .post .postcontent ul {padding:10px 0 10px 40px;}
#content #posts .post .postcontent ol {padding:10px 0 10px 40px;list-style-type:decimal;}
#content #posts .post .postcontent ol li {list-style-type:decimal;}


/* イメージ枠いらない */
#content #posts .post .postcontent img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*
#content #posts .post .postcontent img {border:1px solid #888;}
*/

#content #posts .post .postcontent blockquote {background:#eee;border:1px dotted #ccc;padding:15px;font-style:italic;}
#content #posts .post a {color:#0C283F;}
#content #posts .post a:hover {text-decoration:none;color:#224D6F;}
#content #posts .post .commentlink {position:relative;float:right;margin:10px 0 20px 0;}
#content #posts .post .commentlink a {padding:8px;border:1px solid #999;background:#eee;text-decoration:none;color:#333;}
#content #posts .post .commentlink a:hover {color:#000;border:1px solid #000;background:#ddd;}
#content .navigation .alignleft {float:left;}
#content .navigation .alignright {float:right;}
#content .navigation .alignleft a, #content .navigation .alignright a {text-decoration:none;color:#000;padding:8px;border:1px solid #ddd;background:#eee;}
#content .navigation .alignleft a:hover, #content .navigation .alignright a:hover {background:#ddd;border:1px solid #aaa;}

/* 前の記事次の記事、余白を空けた。*/
#content .navigation {
	margin-top: 20px;
}


h3 #searchresults {color:#FF000A;}

/* ARCHIVES */
#content .categoryposts h3 {font-size:1.2em;margin:0 0 30px 0;}
#content .categoryposts h3 a {color:#000;text-decoration:none;}
#content .categoryposts h3 a:hover {text-decoration:underline;}
#content #posts li {list-style-type:disc;margin:10px 0 0 15px;}
#content #posts li a {color:#000;text-decoration:none;}
#content #posts li a:hover {text-decoration:underline;}

/* COMMENTS */
#comments  {position:relative;float:left;width:650px;}
#comments h2 {position:relative;float:left;font-size:1.2em;font-weight:normal;padding:10px;margin:10px 0 0 0;}
#comments p {margin:0 10px 10px 10px;clear:both;}
#comments ul#commentlist {position:relative;float:left;width:650px;list-style-type:none;}
#comments ul#commentlist li {position:relative;float:left;padding:20px 10px 25px 10px;width:630px;border-bottom:1px dotted #555;list-style-type:none;margin:0;}
#comments ul#commentlist li.graybox {background:#eee;}
#comments ul#commentlist li .commentheader {position:relative;float:left;width:200px;}
#comments ul#commentlist li .commentheader cite {position:relative;float:left;width:200px;padding:5px 0 8px 0;font-style:normal;font-weight:bold;clear:both;}
#comments ul#commentlist li .commentheader cite a {color:#333;text-decoration:none;}
#comments ul#commentlist li .commentheader cite a:hover {text-decoration:underline;color:#000;}
#comments ul#commentlist li .commentheader .commentnumber {position:relative;float:left;width:200px;font-size:0.8em;}
#comments ul#commentlist li .commentheader .commentnumber a {color:#333;text-decoration:none;}
#comments ul#commentlist li .commentheader .commentnumber a:hover {color:#000;text-decoration:underline;}
#comments ul#commentlist li .commentheader small {color:#888;font-size:0.8em;}
#comments ul#commentlist li .commenttext {position:relative;float:right;width:400px;font-size:0.9em;color:#555;line-height:1.2em;padding:8px 0 0 0;}
#comments ul#commentlist li .commenttext a {color:#000;}
#comments ul#commentlist li .commenttext a:hover {text-decoration:none;}
#comments form#commentform {position:relative;float:left;padding:10px;background:#eee;border:1px solid #ddd;width:630px;}
#comments form#commentform p {padding:5px 0;}
#comments form#commentform input {border:1px solid #ddd;margin:0 10px 0 0;}
#comments form#commentform label {font-size:0.9em;}
#comments form#commentform textarea {width:600px;border:1px solid #ddd;}
#comments form#commentform input#submit {float:right;margin:5px 25px;padding:8px 5px 5px;background:#555;color:#fff;}

/* FOOTER */

#footer {position:relative;float:left;width:100%;text-align:center;padding:10px;font-size:0.8em;border-top:1px solid #bbb;margin:20px 0 0 0;color:#888;}
#footer a {color:#333;text-decoration:none;}
#footer a:hover {text-decoration:underline;}

/* IMAGES */
img.centered {display: block;margin-left: auto;margin-right: auto;}
img.alignright {padding: 4px;margin: 0 0 2px 7px;display: inline;}
img.alignleft {padding: 4px;margin: 0 7px 2px 0;display: inline;}
.alignright {float: right;}
.alignleft {float: left;}



/***********************************************************************/

/* ヘッダーの横並びナビゲーション */

#topnavi{
	position:relative;
	width:900px;
	float:left;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	clear: both;
}
#topnavi ul{
	list-style:none outside;
	margin:0;
	padding:0;
}
#topnavi li{
	float:left;
	margin:0;
	text-align:center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
#topnavi li#Menu01{
	width:140px;
}
#topnavi li#Menu02{
	width:200px;
}
#topnavi li#Menu03{
	width:250px;
}
#topnavi li#Menu04{
	width:150px;
}
#topnavi li#Menu05{
	width:150px;
/*
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
*/
}
#topnavi li a, #topnavi li a:link, #topnavi li:visited{
	display:block;
	color:#fff;
	/* ここ、毎月変更。変更↓ */
	background-color:#FAAE56;
	/* ここ、毎月変更。変更↑ */
	text-decoration:none;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}
#topnavi li a:hover, #topnavi li a:active{
	color:#000;
	background-color:#CCC;
	text-decoration:none;
}


/* メニュー */


#sidebar ul#menu li a {
	display:block;
	text-transform:uppercase;
	font-size:1.15em;
	width:180px;
	color:#fff;
	text-decoration:none;
	/* ここ、毎月変更。変更↓ */
	background-color:#FAAE56;
	/* ここ、毎月変更。変更↑ */
/*
	background-color: #A6D517;
*/
	text-indent: 15px;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
#sidebar ul#menu li a:hover {
	border-bottom:2px dotted #555;
	background-color: #09F;
}
/* 現在表示中 */
#sidebar ul#menu .current-menu a {
	border-bottom:2px dotted #555;
	background-color: #09F;
}

/************************************/
/* トップページ レイアウト */
#top_container {
}

#top_container h3 {
	padding-top: 20px;
}

#top_left {
	float: left;
	width: 330px;
	padding-right: 10px;
}

#top_right {
	float:right;
	width: 310px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}

#top_news {
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}


/* トップページカレンダー */
#top_calendar  {
	border: 1px solid #999;
	margin-right: 30px;
	margin-left: 30px;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 10px;
	padding-top: 0px;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
#top_calendar table#wp-calendar {width:190px;margin:10px 0 0 5px;}
#top_calendar table#wp-calendar caption {margin:10px 0 0 0;font-weight:bold;}
#top_calendar table#wp-calendar td {height:20px;text-align:center;}
#top_calendar table#wp-calendar td a {color:#000;font-weight:bold;text-decoration:none;}
#top_calendar table#wp-calendar td a:hover {background:#ddd;}
#top_calendar table#wp-calendar tfoot a {
	text-decoration:none;
	background:#eee;
	border:1px solid #ddd;
	color:#000;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	margin-top: 3px;
}


/* トップページの「全てみる」リンク */
.upper_bar {
	width: 290px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	text-align: right;
}


/* トップページの右のリスト。強制 */
#top_container ul {
	list-style-type:none!important;
	line-height:1.2em;
	text-decoration:none;
	margin:0px!important;
	padding:0px!important;
}
#top_container ul li {
	list-style-type:none!important;
	padding:0px!important;
	margin-top: 0px!important;
	margin-right: 0px!important;
	margin-bottom: 0px!important;
	margin-left: 0px!important;
}
#top_container ul li a {
	list-style-type:none!important;
	width:280px;
	display:block;
	color:#000;
	text-decoration:none;
	font-size:0.9em;
	text-transform:uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ddd;
	margin:0px!important;
	padding:10px 5px 10px 5px!important;
}
#top_container ul li a:hover {
	background:#eee;
	text-decoration:none;
	border-bottom:1px dotted #555;
}



/* バックナンバー */
.backnumber {
	width:640px;
	clear: both;
	float: left;
	margin-bottom: 20px;
}

.backnumber_thumb {
	width:160px;
	float: left;
	margin-bottom: 30px;
	
}
/* *必須 */
.smalllred {
	color: #F00;
}

/* 赤文字 */
.red {
	color: #F00;
}

/* フォームの確認画面 */
#confirm table{
}
#confirm td{
	padding:3px;
}
#confirm table,td .border{
	border: 1px #666666 solid;
}


