@charset "utf-8";

/*   
Theme Name: Fortuna_blog
Theme URI: http://www.colorsquare.net/wp-content/themes/themes
Description: フォルトゥナのテーマファイルです
Author: Kunio Sakamoto
Author URI: http://www.color-fortuna.com/
Version: 1.0.0
*/

/* 基本レイアウト */

#header {
	padding: 0 20px;
	}
	
/* 要素・レイアウト調整 */

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	padding: 0;
	line-height: 1.5 !important;
	font-size: 90% !important;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W4", 'メイリオ', "Osaka", "ＭＳ Ｐゴシック ",sans-serif;
	color: #555;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

img {
	border: none;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

strong {
	padding: 2px 3px;
	font-weight: normal;
	background: url(images/highlighter.gif) repeat-x left center;
	color: #333;
}

input {
	vertical-align: middle;
}

a:link {
	color: #04C;
}

a:visited {
	color: #661460;
}

a:hover {
	text-decoration: none;
}

.middle {
	vertical-align: middle;
}

.aligncenter {
	display: block;
	margin: auto;
}

.textcenter {
	text-align: center;
}

.textright {
	margin-right: 3px;
	text-align: right;
}

a.excerpt_more {
	display: block;
	text-align: right;
}

.clearfix:after {
	content: url(images/spacer.gif);
	display: block;
	clear: both;
	height: 0;
}

.clearfix { display: inline-block; }
.clearfix { display: block; }

/* ヘッダ */

#header {
}

#header h1 {
	width: 392px;
	float: left;
	margin: 0 0 16px 0;
	padding: 0;
}
	
#header form#sitesearch {
	float: right;
	position: relative;
	top: 30px;
}

#header p#summary {
	margin: 8px;
	font-size: 85%;
	color: #666;
}

#sitesearch {  
	 position: relative;  
} 

#header form input#s {  
	width: 140px;
	height: 16px;
	margin: 0 3px;
	padding: 2px 3px 2px 26px;
	background: url(images/glass.gif) no-repeat 6px center;  
	border: 1px solid #CCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #777;
}

#header form input#s[type="text"]:focus {
	background-color: #FCFFF9;
	outline: 1px solid #A0CC8E;
}

hr.header_bottom {
	clear: both;
	height: 6px;
	margin-bottom: 0;
	background: url(images/back_navi_button.gif) repeat-x left top;
	border: none;
	}

/* グローバルナビゲーション */

#global_navi {
	clear: both;
	height: 40px;
	background: url(images/line_header.gif);
}

#global_navi ul {
	clear: both;
	margin-left: 20px;
	padding: 0;
}

#global_navi ul li {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 90%;
	text-align: center;
	background: url(images/back_navi_button.gif) repeat-x left top;
	letter-spacing: 1px;
}

#global_navi ul li a {
	display: block;
	padding: 0 12px;
	line-height: 40px;
	vertical-align: middle;
	color: #FFF;
	text-decoration: none;
	border-right: 1px solid #999;
}

#global_navi ul li a:hover {
	background: url(images/back_navi_button.gif) repeat-x left bottom;
	-moz-text-shadow: 1px 1px #333;
	-webkit-text-shadow: 1px 1px #333;
	text-shadow: 1px 1px #333;
 }

/* コンテンツ（トップページ・第2階層共用） */

#container {
	clear: both;
	width: 100%;
	float: left;
	margin-right: -424px;
	}

#recent_post,
#content_index,
#content_pages,
#main_copy {
	margin: 20px 424px 20px 20px;
	position: relative;
}

#content_index p,
#content_pages p,
#recent_post p {
	clear: both;
	margin: 1em 24px 1.8em 24px;
	line-height: 1.7;
}

#content_index img,
#content_pages img {
	float: left;
	margin: 0 20px 2em 0;
}

#main_copy {
	border: 1px solid #DDD;
	-moz-box-shadow: 0px 0px 8px #DDD;
	-webkit-box-shadow: 0px 0px 8px #DDD;
	box-shadow: 0px 0px 8px #DDD;
	background: url(images/title_blue.png) no-repeat left center;
}

#main_copy h2 { 
	height: 160px;
	margin: 0;
	padding-left: 20px;
	line-height: 160px;
	color: #594219;
}

#main_copy h2 span {
	-moz-text-shadow: 1px 1px 3px #FFF;
	-webkit-text-shadow: 1px 1px 3px #FFF;
	text-shadow: 1px 1px 3px #FFF;
}

#recent_post,
#content_index,
#content_pages {
	border: 1px solid #DDD;
	-moz-box-shadow: 0px 0px 8px #DDD;
	-webkit-box-shadow: 0px 0px 8px #DDD;
	box-shadow: 0px 0px 8px #DDD;
	background-color: #FFF;
}

.similar_post,
#recent_post {
	margin-bottom: 20px;
}

#recent_post h2 {
	margin: 10px 20px 0.6em 20px;
	font-size: 110%;
	border-bottom: 1px dashed #CCC;
}

ul.similar_post ,
#recent_post ul {
	margin: 1em 42px;
}

ul.similar_post li,
#recent_post ul li {
	padding-left: 12px;
	background: url(images/icon_item.gif) no-repeat left 0.5em;
	line-height: 1.8;
}

#content_index  .postmetadata,
#content_pages  .postmetadata {
	clear: both;
	margin: 1em 26px;
	padding: 0 8px;
	line-height: 1.7;
	border: 1px dotted #AAA;
	font-size: 80%;
}

#content_index  .postmetadata p,
#content_pages  .postmetadata p {
	clear: both;
	margin: 0.8em 0;
}

#content_index  .postmetadata p img {
	margin: 0 5px 0 0;
}

#content_pages  .postmetadata p input {
	width: 400px;
}

#content_index  .postmetadata p img.twit_icon {
	margin-left: 20px;
}

#content_index  .postmetadata iframe {
	margin: 0;
	padding: 0;
}

#content_index  .postmetadata hr {
	margin: 0.6em 0;
	height: 1px;
	color: #DDD;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #DDD;
}

#topicpath {
	margin: 0.8em 0 0.8em 3px;
	font-size: 90%;
}

#content_pages h2 {
	margin: 20px 18px 1em 18px;
}

#content_index h2.content_title,
#content_pages h3.content_title {
	clear: both;
	margin: 20px 18px 1em 18px;
	padding: 6px 7px;
	font-size: 130%;
	background: url(images/header_h3_back.gif) left center;
	border-top: 2px solid #7FB272;
	border-bottom: 1px solid #DCDCDC;
}

#content_index h3,
#content_pages h4 {
	margin: 20px 20px 1em 20px;
	padding: 0 6px 5px 4px;
	font-size: 100%;
	background: url(images/header_h4.gif) no-repeat left bottom;
} 

#content_index h4,
#content_pages h3 {
	margin: 20px 20px 1em 20px;
	padding-left: 4px;
	border-bottom: 1px dashed #DCDCDC;
}

#entry blockquote,
#entry pre {
	margin: 1em 28px;
	padding: 5px;
	border: 1px solid #EDEDED;
	background-color: #FFFFE8;
}

#entry ul {
	margin: 0 40px;
	padding: 0;
}

#entry ol {
	margin: 0 60px;
	padding: 0;
}

#entry ul li {
	padding-left: 14px;
	background: url(images/icon_li.gif) no-repeat left 0.6em;
	line-height: 1.8;
}

#entry ul li ul {
	margin-left: 25px;
}

#entry blockquote p {
	margin: 0;
	padding: 0.4em 1em;
}

#entry blockquote li {
	margin-bottom: 1em;
}

#entry table {
	margin: 1.5em 24px;
}

#entry table caption {
	padding: 5px;
}

#entry table thead {
	height: 28px;
	margin: 2px 0;
	background: url(images/header_caption.gif);
	text-align: center;	
	font-weight: bold;
}

#entry table th {
	background-color: #F3F3F3;
	text-align: left;
	font-weight: normal;
	white-space: nowrap;
}

#entry table thead td {
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	color: #333;
}

#entry table th,
#entry table td {
	padding: 5px;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
}

#entry table th img,
#entry table td img {
	margin: 0;
}

#entry p iframe {
	display: block;
	margin: 1.5em auto;
	border: 1px solid #CCC;
}

#entry dl {
	margin: 0 0 0 22px;
}

#entry dl dt {
	margin: 0 0 0 3px;
	padding-top: 8px;
	font-weight: bold;
}
	
#entry dl dd {
	margin: 0 25px 0 0;
	padding: 8px 0 8px 0;
	border-bottom: 1px dotted #CCC;
}

#entry p.read_more {
	text-align: center;
	color: #04C;
	text-decoration: underline;
}

#entry p.read_more:hover {
	text-decoration: none;
}

#entry p.social_button {
	float: right;
	margin: 0.6em 26px 0.6em 26px;
}

#entry p.social_button iframe {
	display: inline;
	margin: 0 0 0 12px;
	border: none;
}

.googlemaps {
	margin: 30px;
}

/* コメント */

#commentform textarea#comment {
	width: 80%;
}

ol.commentlist {
	margin: 1em 22px;
} 

/* サイドバー */

#sidebar {
	width: 384px;
	float: right;
	margin-top: 20px;
	padding-right: 20px;
	font-size: 95%;
}

#sidebar #side_menu {
	width: 200px;
	float: right;
	border: 1px solid #DDD;
	-moz-box-shadow: 0px 0px 6px #DDD;
	-webkit-box-shadow: 0px 0px 6px #DDD;
	box-shadow: 0px 0px 6px #DDD;
	background-color: #FFF;
}

#sidebar #side_menu h2 {
	height: 40px;
	margin-bottom: 0;
	padding: 6px 5px 0 40px;
	background: url(images/sidebar_h2_back.gif) no-repeat left bottom;
	font-size: 110%;
	font-weight: bold;
	color: #FFF;
}

#sidebar #side_menu p {
	margin: 0 12px 0.6em 12px;
	font-size: 90%;
	line-height: 1.35;
}

#sidebar #side_menu ul,
#sidebar #side_menu ol {
	margin: 0 12px;
	padding: 0;
	font-size: 90%;
}

#sidebar #side_menu ul li {
	margin: 3px 0;
	padding: 1px 1px 1px 10px;
	background: url(images/icon_item.gif) no-repeat left 0.5em;
}

#sidebar #side_menu ul li ul {
	margin: 0;
	font-size: 100%;
}

#sidebar #side_menu ul li ul li {
	background: url(images/icon_item2.gif) no-repeat left 0.5em;
}

#sidebar #side_menu ul li a {
	text-decoration: none;
}

#sidebar #side_menu ul li a:hover {
	text-decoration: underline;
}

#sidebar #side_menu p.publisher {
	text-align: justify;
	font-size: 80%;
}

#sidebar #side_menu .blogitem ul,
#sidebar #side_menu .blogitem ol {
	line-height: 1.4;
	list-style-type: none;
}

#sidebar #side_menu .blogitem ul li,
#sidebar #side_menu .blogitem ol li {
	padding: 5px inherit;
	border-bottom: dotted 1px #CCC;
	background: none;
	font-size: 100%;
}

#sidebar #side_menu .blogitem ul#twitter_update_list li {
	color: #777;
}

#sidebar #side_menu .blogitem p img {
	margin: 15px 0;
}

#sidebar .side_block2 {
	margin: 30px auto;
}

#side_ad {
	width: 160px;
	float: left;
	padding-top: 20px;
	border: 1px solid #DDD;
	-moz-box-shadow: 0px 0px 6px #DDD;
	-webkit-box-shadow: 0px 0px 6px #DDD;
	box-shadow: 0px 0px 6px #DDD;
	background-color: #FFF;
}

#sidebar #side_ad h2,
#sidebar #side_ad p {
	margin: 0 8px 1.2em 8px;
	font-size: 90%;
	line-height: 1.35;
}

#sidebar p.centerize {
	text-align: center;
}

#sidebar #side_ad .ad_block {
	margin-bottom: 20px;
	border-bottom: 1px dashed #CCC;
}

#sidebar p.ad_banner {
	margin-top: 0;
}

#sidebar #side_ad .ad_block img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

/* フッタ */

#footer {
	clear: both;
	margin: 8px 20px;
	padding: 8px 0 8px 145px;
	background: url(images/logo_footer.gif) no-repeat 10px 8px;
	border-top: 1px solid #CCC;
	line-height: 2;
	font-size: 90%;
}
	
#footer address {
	margin: 0;
	padding: 0;
	font-style: normal;
}

#footer p {
	margin: 0;
	padding: 0;
	color: #418C2B;
}

/* フォーム */

#content_pages form {
	margin-left: 20px;
}

#content_pages form img {
	vertical-align: middle;
	margin-left: 6px;
}

#content_pages form fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

#content_pages form legend {
	display: none;
	margin: 0;
	padding: 0;
}

#content_pages form fieldset.submit {
	margin: 0;
	padding: 0;
}

#content_pages form fieldset.submit p {
	background: none;
	margin: 20px 0;
	border: none;
}

#content_pages form p {
	width: 410px;
	clear: left;
	margin: 0;
	padding: 10px 0;
	padding-left: 250px;
	background: url(images/back_form.gif) repeat-y;
	height: 1%;
	border-top: 1px dotted #AAA;
} 

#content_pages form label {
	width: 244px;
	float: left;
	font-weight: bold;
	margin-left: -250px;
	padding-left: 6px;
}

#content_pages form label.indispensable {
	background: url(images/icon_indispensable.png) no-repeat 180px center;
}

#content_pages form label.indispensable span {
	display: none;
}

#content_pages form input {
	margin: 3px 0;
}

#content_pages form input[type="text"],
#content_pages form select,
#content_pages form textarea {
	display: block;
	width: 385px;
	padding: 4px ;
	background-color: #FAFAFA;
	font-size: 120%;
	border: 1px solid #AAA;
	-webkit-border-radius: 4px;
 	-moz-border-radius:  4px;
}

#content_pages form input[type="text"]:focus,
#content_pages form select:focus,
#content_pages form textarea:focus {
	background-color: #FCFFF9;
	outline: 1px solid #A0CC8E;
}

#content_pages form input[type="file"] {
	width: 250px;
}
