html {
	overflow-y: scroll;
}

body {
	background-color: #fff;
	background: url(images/bg_wrap.gif) repeat-y top center;
	margin:0;
	font: 72% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	text-align:center;
}

div {
	margin: 0;
	padding: 0;
}

p {
	font-size: 1.1em;
	margin:0 0 10px;
	padding:0;
}

.bold {
	font-size: 1.1em;
	font-weight:bold;
	margin:0 0 5px;
}

a {
	font-weight: bold;
	color: #5883B1;
}

a:hover {
	color: #275481;
}

hr {
	border-top:dotted #999999;
	background:#fff;
	color:#fff;
	border-width:1px 0 0 0;
	margin:10px 0;
}

code {
	font-size: 1.1em;
	display: block;
	font-family: "Courier New", Courier, monospace;
	background-color: #ffffcc;
	padding: 5px;
	margin:0 0 10px;
	border: 1px solid #959595;
}

blockquote {
	background: url(images/quote.gif) left no-repeat;
	margin: 10px 0;
	padding: 5px 40px;
	text-align: justify;
	font-size: 0.9em;
	border:1px solid;
	border-color:#efefef #ccc #ccc #efefef;
}

/* メインラッパー */

#wrapper {
	text-align:left;
	background: url(images/bg_leftnav.jpg) repeat-y top left;
	width: 900px;
	margin:  0 auto;
}

/* ■ヘッダー最上部 */

#introhead {
	background: url(images/header1.jpg) no-repeat top left;
	height: 81px;
	margin: 0;
	padding: 0;
}

#introhead em {/* ヘッダー部テキスト消去 */
	text-indent:-9999px;
	visibility:hidden;
}

#introhead a {/* ヘッダー部リンクアンダーライン消去 */
	text-decoration:none;
}

#introhead div.left-introhead {
	float: left;
	width: 820px;
	height: 81px;
}

#introhead a.site-logo {
	float: left;
	background: url(images/header2.gif);
	height: 40px;
	width: 60px;
	margin: 22px 5px 20px 20px;
}

#introhead h1 {
	text-transform: uppercase;
	padding: 19px 0 0 0;
	margin: 0;
	font-size: 2.2em;
	font-weight: bold;
}

#introhead h1 a {
	color: #6666FF;
	text-decoration: none;
}

#introhead h1 a:hover {
	color: #FF0066;
}

#introhead p.description {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #666666;
}

/* ■ヘッダー上部RSSエリア */

#introhead div.right-introhead {
	float: right;
	margin: 0;
	padding: 0;
}

#introhead div.right-introhead a.rss-logo {
	background: url(images/rss.gif);
	height: 32px;
	width: 32px;
	margin: 9px 9px 0 0;
	display: block;
}

#introhead div.right-introhead a.rss-logo:hover {
	background: url(images/rss-h.gif);
}

/* ■ヘッダー中央部 */

#header {
	background: url(images/header3.jpg) no-repeat top left;
	height: 150px;
	margin: 0;
	padding: 0;
	color: #EEEEEE;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
}

#header #textbox {
	float: right;
	width: 900px;
	text-align: right;
	font-weight: bold;
}

#header a {/* ヘッダーテキストオンマウス */
	color: #EEEEEE;
	text-decoration: none;
}

#header a:hover {
	color: #FF6600;
}

#header h2 {
	padding: 20px 20px 5px 10px;
	margin: 0;
	font-size: 2em;
}

#header p {
	margin: 0;
	padding: 0 20px 5px 20px;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 18px;
}

/* ■ヘッダー下メニュー */

#navigation {
	clear: both;
	background: url(images/header4.jpg) no-repeat top left;
	height: 40px;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation li {
	margin: 0px;
	height: 40px;
	float: left;
	list-style: none;
	border-right: 1px solid #AFAFAF;
}

#navigation li a {
	font-family:"trebuchet ms",arial,sans-serif;
	display: block;
	padding: 11px 14px 11px 14px;
	color: #7d7d7d;
	font-weight: bold;
	font-size: 1.105em;
	text-decoration: none;
}

#navigation li a:hover {
	background-color: #d2d2d2;
	color: #000;
}

/* ■パンくずエリア */

#crumb-search {
	background: url(images/header5.jpg) top left repeat-y;
	height: 40px;
	margin: 0;
	padding: 0;
}

#pan {
	float: left;
	font-weight: bold;
	padding: 0 0 0 15px;
	margin: 10px 0 0 0;
	color: #666666;
	font-size: 1.0em;
	width:700px;
}

/* ■検索エリア */

#searchbar {
	float: right;
	margin: 0;
	padding: 0;
}

#searchbar fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

#searchform {
	padding: 10px 15px 0 0;
	color: #000;
}

#searchbox {
	border: 1px solid #BEBEBE;
	height: 17px;
	width: 120px;
}

#searchbutton {
	background-color: #E6E6E6;
	border: 1px solid #BEBEBE;
	color: #808080;
	padding:0;
	font-size: 1em;
	height: 20px;
	width: 35px;
	text-align: center;
	cursor: pointer;
}

#searchbutton:hover {
	background-color: #dcdcdc;
	color: #404040;
	border: 1px solid #404040;
}

/* ■コンテンツエリア */

#container {
	clear: both;
	margin: 0;
	padding: 0; 
}

#left-wrap {
	width: 690px;
	float: left;
	margin: 0;
	padding: 0;
}

/* ■センターコンテンツ */

#content {
	float: right;
	width: 480px;
	margin: 0;
	padding: 0;
}

#content a {
	color: #0000FF;
	text-decoration: underline;
}

#content a:hover {
	color: #FF6600;
}

#content .noborder img {
	border:none;
	text-align:center;
}
#content .post, #content .page {
	margin: 0;
	padding: 0 15px 10px 15px;
}

#content h3 {
	font-size: 1.5em;
	font-family:"trebuchet ms",arial,sans-serif;
	margin: 0;
	padding: 0 0 0 5px;
	border-bottom: 7px solid #E8E8E8;
	color: #646464;
}

#content h3 a {
	color: #4B74A0;
	text-decoration: none;
}

#content h3 a:hover {
	color: #FF6600;
	text-decoration: underline;
}

#content h3.pagetitle {/* ■カテゴリーページヘッダーデザイン */
	border-bottom: none;
	background: #4B74A0 url(images/bg_migikaku.gif) top right no-repeat;
	color: #fff;
	margin: 0 15px 20px 15px;
	padding: 3px 7px;
	font-size: 1.3em;
}

#content .entry {
	margin:0;
	padding:10px 0 0;
}
#content .entry h3 {/* ■記事内マークアップ */
	font-size: 1.4em;
	padding:1px 7px;
	color: #4B74A0;
	border:none;
	border-left:solid 7px #4B74A0;
}

#content .entry h4 {/* ■記事内マークアップ */
	font-size: 1.1em;
	margin:20px 0 10px;
	padding:1px 5px;
	color: #4B74A0;
	border:none;
	border-left:solid 5px #4B74A0;
}

#content p {/* センターコンテンツフォント大きさ */
	font-size: 1.1em;
	line-height: 140%;
}

#content p.date {/* センターコンテンツフォント日付 */
	margin: 3px;
	padding: 0;
	font-size: 1em;
	text-align:right;
	color:#666666;
}

#content p.catg {/* 各記事下カテゴリー部 */
	font-size: 0.9em;
	background: #E8E8E8 url(images/bg_migikaku.gif) top right no-repeat;
	border-bottom:1px dotted #999999;
	color: #000;
	margin:0 0 30px;
	padding: 5px;
	font-weight: normal;
	line-height: 16px;
	clear: both;
}

#content p.catg a {
	color: #5883B1;
	text-decoration: none;
	font-weight:normal;
}

#content p.catg a:hover {
	color: #275481;
	text-decoration: underline;
}

#content p.edit {
	margin: 0 20px 10px;
	padding: 0;
	text-align:right;
	font-size: 1.0em; 
}

#content ul {/* センターコンテンツフォントリスト */
	padding: 6px 0 6px 30px;
	margin: 0 0 0 30px;
}

#content li {
	font-size: 1.05em;
	padding: 2px 0 2px 0;
}

#content ul li {
	list-style: square url(images/allow_contnt.gif);
}


/* ■前後ナビゲーションリンクスタイル */
.navigation, .bottomnavigation {
	margin:20px 0 10px;
	padding:5px;
	border:1px dotted #999999;
	height: 15px;
}

.navigation .alignleft, .bottomnavigation .alignleft {
	float: left	
}

.navigation .alignright, .bottomnavigation .alignright {
	float: right;
}

.entry {
	overflow: hidden;
}

.entry a {
	overflow: hidden;
}

.entry img {
	overflow: hidden;
}

/* コンテンツ部IE6対策 */

* html .entry p {
	width: 99%;
	overflow: hidden;
}

/* ■サイドメニュー */

/* ■右サイドメニューヘッダーカラー */
#right-sidebar h4 {
	background-color: #33CC00;
}

#right-sidebar h5 {
	background-color: #6B91BA;
}

/* ■右サイドメニューバックカラー */
#right-sidebar ul ul, #right-sidebar li, #right-sidebar li li, #right-sidebar li li li {
	background-color: #ECEFF2;
}

/* ■左サイドメニューヘッダーカラー */
#sidebar h4.pages, #sidebar li h4 {
	background-color: #33CC00;
}

/* ■左サイドメニュー */

#sidebar {
	width: 200px;
	padding: 0 0 10px 0;
	margin: 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar li {
	list-style: none;
}

#sidebar h4.pages {
	color: #fff;
	background-image: url(images/bg_migikaku.gif);
	background-position: top right;
	background-repeat: no-repeat;
	margin: 0 0 10px 0;
	padding: 5px 0 5px 20px;
}

#sidebar li h4 {
	background-image: none;
	color: #fff;
	font-size: 1.2em;
	margin: 10px 0 5px 0;
	padding: 5px 0 5px 20px;
}

#sidebar a {
	font-size: 1.1em;
	color: #467AA7;
	font-weight: bold;
	text-decoration: none;
}


#sidebar li li {
	padding: 0;
	margin: 0 0 0 20px;
}

#sidebar  li li a {
	background: url(images/allow1a.gif) left no-repeat;
	padding-left: 10px;
	line-height: 20px;
}

#sidebar li li a:hover {
	background: url(images/allow1h.gif) no-repeat left;
	color: #2a5a8a;
	text-decoration: underline;
}

#sidebar li li li {
	padding: 0;
	margin: 0 0 0 10px;	
}

#sidebar li li li a {
	background: url(images/allow3a.gif) left no-repeat;
	padding-left: 10px;
	line-height: 20px;
}

#sidebar li li li a:hover {
	background: url(images/allow3h.gif) left no-repeat;
	color: #2a5a8a;
	text-decoration: underline;
}

#sidebar li.recentcomments {
	padding: 2px 0 2px 0;
	margin: 0 10px 0 10px;
	font-size: 1em;
	border-bottom: 1px solid #BEBEBE;
}

#sidebar li.recentcomments a {
	font-size: 1em;
	background-image: none;
}

#sidebar li#recentposts ul li.recentposts a {
	padding: 0;
	margin: 0;
	background-image: none;
	font-size: 0.95em;
} 

#sidebar li#recentposts ul li.recentposts {
	border-bottom: 1px solid #BEBEBE;
	margin: 0 10px 0 10px;
	padding: 2px 0 2px 0;
}

#sidebar div.textwidget {
	padding: 2px 10px 2px 10px;
	margin: 0;
}

#sidebar div.textwidget p {
	font-size: 1em;
	padding: 0;
	margin: 0; 
}

#sidebar div#calendar_wrap {
	text-align: center;
	margin: 0;
	padding: 0 0 0 15px;
}

#sidebar #wp-calendar {
	text-align: center;
}

#sidebar #wp-calendar a {
	text-decoration: none;
}

#sidebar td {
	font-size: 0.9em;
	border: 1px solid #BEBEBE;
	padding: 3px;
	background-color: #ffffff;
}

#sidebar td.pad {
	border: none;
	background: transparent;
}

#sidebar td#prev, #sidebar td#next {
	border: none;	
	background: transparent;
}

#sidebar #today {
	background-color: #ffff99;
}

/* ■右サイドメニュー */

#right-sidebar {
	float: right;
	width: 200px;
	margin: 0;
	padding: 0;
}

#right-sidebar ul {
	list-style: none;
	width: 186px;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	overflow: hidden;
}

#right-sidebar ul ul {
	margin: 0;
	padding: 0;
}

#right-sidebar span {

	padding: 5px 5px 5px 10px;
}

#right-sidebar h4 {
	background-image: url(images/bg_migikaku.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 5px 0 5px 0;
	margin: 0 0 7px 0;
	font-size: 1.2em;
	color: #fff;
}

#right-sidebar h5 {
	background-image: url(images/bg_migikaku.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 5px 0 5px 0;
	margin: 0 0 7px 0;
	font-size: 1.2em;
	color: #fff;
}

#right-sidebar .side_photo img {
	border: 1px solid #777777;
}

#right-sidebar .side_photo a img {
	border: 1px solid #777777;
}

#right-sidebar .side_photo a:hover img {
	border: 1px solid #000000;
}


/* ■右メニューに関する設定 */

#right-sidebar li {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
}

#right-sidebar li li {
	background-image: none;
	margin: 0;
	padding: 0 0 0 10px;
	border-bottom: none;
}

#right-sidebar li li li {
	margin: 0;
	padding: 0 10px 0 10px;
	border-bottom: none;

}

#right-sidebar a {
	line-height: 16px;
	text-decoration: none;
}

#right-sidebar li li a {
	background: url(images/allow3a.gif) left no-repeat;
	padding-left: 12px;
}

#right-sidebar li li li a {
	background: url(images/allow3a.gif) left no-repeat;
	padding-left: 12px;
}

#right-sidebar a:hover {
	text-decoration: underline;
}

#right-sidebar li.recentcomments {
	padding: 2px 10px 5px 0;
	margin: 0 10px 0 10px;
	border-bottom: 1px dotted #89AAD6; 
}

#right-sidebar li.recentcomments a {
	background-image: none;
}

#right-sidebar li.recentposts {
	padding: 2px 0 5px 0;
	margin: 0 10px 0 10px;
	border-bottom: 1px dotted #89AAD6; 
}

#right-sidebar li.recentposts a {
	margin: 0;
	padding: 0;
	background-image: none;
}

#right-sidebar div.textwidget {
	padding: 2px 10px 2px 10px;
}

#right-sidebar div.textwidget p {
	font-size: 1em;
	padding: 0;
	margin: 0; 
}

#right-sidebar div#calendar_wrap {
	text-align: center;
	margin: 0;
	padding: 5px 5px 0 7px;
}

#right-sidebar #wp-calendar {
	text-align: center;
}

#right-sidebar #wp-calendar a {
	text-decoration: none;
}

#right-sidebar td {
	font-size: 0.9em;
	border: 1px solid #89AAD6;
	padding: 3px;
	background-color: #ffffff;
}

#right-sidebar td.pad {
	border: none;
	background: transparent;
}

#right-sidebar td#prev, td#next {
	border: none;	
	background: transparent;
}

#right-sidebar #today {
	background-color: #ffff99;
}

/* ■フッター設定 */

#footer {
	clear: both;
	background: url(images/bg_foot.jpg) no-repeat top left;
	height: 50px;
	text-align: center;
}

#footer ul {
	margin:0;
	padding:7px 0 0;
	list-style: url(none) none;
}

#footer li {
	padding:0;
	display:inline;
	}

.footer_linklist {
	margin:0;
	padding:0;
	text-align: center;
}

.footer_linklist ul {
	margin: 0;
	padding: 0;
	list-style: url(none) none;
}

.footer_linklist li {
	padding:0px 2px;
	display:inline;
	}

#footer a {
	text-decoration: none;
	font-weight:normal;
	color: #777777;
}

#footer a:hover {
	text-decoration: none;
	color: #777777;
}




/* ■画像デザイン */

img.left {
	float: left;
	margin: 5px 5px 0 0;
	padding: 5px;
	border: 1px solid #E6E6E6;
}

img.right {
	float: right;
	margin: 5px 0 0 5px;
	padding: 5px;
	border: 1px solid #E6E6E6;
}

.entry img.wp-smiley {
	border: none;
	margin: 0;
	padding: 0;
}

.entry img {
	margin: 5px;
	padding: 5px;	
	border: 1px solid #999999;
}

.entry a img {
	border: 1px solid #999999;
}

.entry a:hover img {
	border: 1px solid #000000;
}

/* Various styles */

.strong {
	font-weight: bold;
	font-size: 1.1em;
}






/* ■コメントフォーム部 */

h4#respond, h4#comments {
	font-size: 1.1em;
	margin; 0;
	padding: 0;
	border-bottom: 5px solid #E8E8E8;
}

input#trackbackurl {
	width:400px;
	font-size:0.75em;
	margin-bottom:1em;
	color:#666;
}
ol#commentlist {
	margin:0 0 15px 0;
	font-size:1.0em;
}

ol#commentlist li.commentcontent {
	display:block;
	list-style:none;
	margin-bottom:1em;
	padding:20px 15px 10px 15px;
	background:url(images/comment.jpg) no-repeat #f6fee2;
	border:1px solid;
	border-color:#efefef #ccc #ccc #efefef;
}
ol#commentlist li dl.metadata dt,
ol#commentlist li dl.metadata dd {
	font-size:1.0em
}

ol#commentlist li, ol#commentlist p {
	font-size:1em;
}
p.note {
	background:#FFF8D5;
	padding:3px 8px;
	color:#666;
	border:2px solid #E5AB6A
}
form#commentform label {
	width:140px;
	float:left;
	margin:0.25em 10px 0 0;
	font-weight:bold;
}
form#commentform p {
	clear:both;
}
form#commentform sub {
	display:block;
	padding-top:2px;
}
input#author, input#email, input#url {
	width:244px;
	border:3px double #ccc;
	padding:1px 3px;
}
textarea {
	font-size:1em;
	border:3px double #ccc;
	width:400px;
	margin-left:23px;
}
p.submitbutton {
	text-align:center;
}
p.submitbutton input {
	padding:3px 1em;
	font-weight:bold;
	color:#555;
}
/* Mac IE 文字化け回避対策 */
input, select, textarea {
	font-family:"ヒラギノ角ゴ Pro W3", osaka, verdana, "ＭＳ ゴシック", sans-serif;