@charset "UTF-8";

/* sb design template -Summer Breeze- Copyright 2005 Toshihiro Abe. All rights reserved. */
/* ++++ Contents Index ++++
	1. Reset
	2. Global Settings
	3. Layout
	4. Header
	5. Entry
	6. Comment
	7. Trackback
	8. Navigation
	9. Footer
	10. Typography
  ++++++++++++++++++++ */
/* [Reset] */
* {
	margin:0px;
	padding:0px;
}

/* [Global Settings] */
body {
	margin:0px;
	padding:0px;
	font-family:"ＭＳ Ｐゴシック,OSAKA,sans-serif";
	text-align:center;
	background:url(http://www.parchez.or.jp/img/p_bg.gif);
}
p {
	margin-bottom:1em;
}
img {
	border:none;
}
a img {
	border:none;
}
div {
	text-align:left;
}
table {
	border:0;
}
ul {
	list-style:none;
}

.hide {
	display:none;
}
.clear {
	font-size:1px;
	line-height:1px;
	clear:both;
	overflow:hidden;
	width:1px;
	height:1px;
	margin:0px -1px -1px 0px;
	border:0px;
	padding:0px;
	font-size:0px;
}

/* .pkg class wraps enclosing block element around inner floated elements */

.pkg:after {
	content:" ";
	display:block;
	visibility:hidden;
	clear:both;
	height:0.1px;
	font-size:0.1em;
	line-height:0px;
}

* html .pkg { display:inline-block; }

/* no ie mac \*/

* html .pkg { height:1%; }

.pkg { display:block;min-height:0; }

.left{
	text-align:left;
}

.center{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.right{
	text-align:right;
}

.float_left{
	float:left;
}

.float_right{
	float:right;
}

.top{
	vertical-align:top;
}
.middle{
	vertical-align:middle;
}
.bottom{
	vertical-align:bottom;
}

.nowrap{
	white-space:nowrap;
}

/* [Layout] */
div#wrapper {
	width:748px;
	padding:0px;
	margin:0px auto;
	background-color:#000;
	border:solid 1px #666;
}

div#header {
	width:748px;
	padding:0px;
	font-size:1px;
	line-height:1px;
	position:relative;
	border-bottom:solid 1px #666;
	text-align:center;
}
div#header div.body{
	width:748px;
	padding:0px;
	margin:0px;
	display:block;
	position:relative;
}
div#header div.body div.title{
	float:left;
	padding:10px;
	width:160px;
	height:310px;
	margin:0px;
	font-size:14px;
	line-height:100%;
	color:#FFF;
	text-align:center;
	border-right:solid 1px #666;
}
div#header div.body div.title a{
	color:#FFF;
	text-decoration:none;
}
div#header div.body div.title_image{
	width:548px;
	height:310px;
	padding:10px;
	padding-left:0px;
	margin:0px;
	display:block;
	float:right;
	text-align:center;
}
div#header div.body div.title_image img{
	margin:10px auto 20px auto;
}
div#header div.body div.navi{
	width:548px;
	padding:0px;
	margin:0px;
	float:right;
	clear:both;
	text-align:center;
	position:relative;
	font-size:16px;
	line-height:120%;
	color:#FFF;
}
div#header div.body div.navi a{
	display:block;
	width:70px;
	height:25px;
	padding:0px;
	margin:0px;
	font-size:16px;
	line-height:120%;
	background-repeat:no-repeat;
}
div#blog_body{
	width:748px;
	padding:60px 0px 0px 0px;
	font-size:12px;
	line-height:120%;
	position:relative;
}
div#contents {
	width:500px;
	padding:0px;
	padding-left:10px;
	float:left;
}
div#pagenavi {
	width:520px;
	text-align:center;
	color:#000;
	font-size:12px;
	padding-bottom:15px;
}
div#navigation {
	width:200px;
	float:right;
	padding:0px;
	padding-right:10px;
}
/* [Header] */
div#title {
	width: 448px !important;
	width: 490px;
	height: 70px !important;
	height: 170px;
	padding: 100px 0 0 42px;
	float: left;
}
div#title h1 {
	font-size: 20px;
	line-height: 1em;
	font-weight: bold;
	padding-bottom: 2px;
}
div#title h1 a {
	color: #666;
	text-decoration: none;
}
div#title h1 a:active,
div#title h1 a:hover {
	color: #333;
}
div#title p {
	color: #F90;
}
dl#search {
	width:200px;
	padding:0px;
	text-align:left;
	float:right;
}
dl#search dt {
	width:200px;
	height:16px;
	text-align:center;
}
dl#search dd {
	text-align:center;
}
dl#search dd input.form {
	width: 130px !important;
	width: 132px;
	background-color: #EEE;
	border: 1px solid #CCC;
}
/* [Entry] */
div.entry {
	width: 500px;
	padding-bottom: 10px;
}
div.entry h2 {
	font-size:16px;
	width:480px;
	padding:0 0 6px 5px;
	margin-bottom: 5px;
}
div.entry h2 a {
	color:#990000;
}
div.entry h2 a:active,
div.entry h2 a:hover {
	color:#E88;
}
div.entry_author {
	width: 500px;
	color: #000;
	text-align: right;
	margin-bottom: 20px;
}
div.entry_body {
	margin-bottom: 18px;
	color:#000;
	padding-left:5px;
}
div.entry_more {
	margin-bottom: 18px;
	color:#000;
	padding-left:30px;
}
div.entry_state {
	clear: both;
	width: 500px;
	color: #000;
	text-align: right;
}
div.entry img.pict {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 18px;
	text-align: center;
}
div.entry img.thumb {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
div.entry blockquote {
	padding: 15px 15px;
	margin-bottom: 30px;
	background-color: #EEE;
}
div.entry ul{
	list-style-type: disc;
	padding-left: 20px;
	margin-bottom: 30px;
}
div.entry ol{
	list-style-type: decimal;
	padding-left: 20px;
	margin-bottom: 30px;
}
div.entry em{
	font-weight: bold;
}
div.entry table {
	border-top: 1px solid #EEE;
	border-left: 1px solid #EEE;
	margin-bottom: 18px;
}
div.entry table th {
	padding: 5px;
	border-bottom: 1px solid #F90;
	border-right: 1px solid #DDD;
}
div.entry table td {
	padding: 5px;
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;
	vertical-align: top;
}
div.entry dl {
	margin-bottom: 18px;
}
div.entry dl dt {
	font-weight:bold;
	padding-bottom:10px;
}
div.entry dl dd {
	padding: 0 0 10px 20px;
}
/* [Comment] */
div#comments {
	width: 500px;
	padding-bottom: 50px;
}
div#comments h3 {
	width: 500px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #CCC;
}
div#comments dl.comment_body {
	width: 500px;
	padding-bottom: 30px;
}
div#comments dl.comment_body dt {
	width: 500px;
	color: #FFF;
	text-align: right;
	padding-bottom: 2px;
	margin-bottom: 5px;
	border-bottom: 1px solid #FFE6C0;
}
div#comments h4 {
	width: 480px;
	border-top: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-left: 1px solid #DDD;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	padding: 5px 10px;
}
dl#comment_form {
	width: 460px;
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-left: 1px solid #DDD;
	background-color: #CCC;
	padding: 10px 20px;
}
dl#comment_form dt {
	padding-bottom: 5px;
}
dl#comment_form dd {
	padding-bottom: 15px;
}
dl#comment_form dd label {
	padding: 0 10px;
}
dl#comment_form dt label#labelsubmit {
	display: none;
}
dl#comment_form dd input.form {
	width: 200px !important;
	width: 202px;
	background-color: #EEE;
	border: 1px solid #CCC;
}
dl#comment_form dd textarea {
	width: 300px !important;
	width: 302px;
	background-color: #EEE;
	border: 1px solid #CCC;
}
dl#comment_form dd input.button {
	padding: 2px 5px;
	margin-right: 10px;
}
/* [Trackback] */
div#trackback {
	width: 500px;
	padding-bottom: 50px;
}
div#trackback h3 {
	width: 500px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #CCC;
}
p.tb_link {
	width: 490px;
	color: #F90;
	background-color: #FAFAFA;
	padding: 5px;
	margin-bottom: 30px;
	border: 1px solid #F90;
	text-align: center;
}
div#trackback dl.tb_body {
	width: 500px;
	padding-bottom: 30px;
}
div#trackback dl.tb_body dt {
	width: 500px;
	color: #FFF;
	text-align: right;
	padding-bottom: 2px;
	margin-bottom: 5px;
	border-bottom: 1px solid #FFE6C0;
}
/* [Profile] */
div#profile {
	width: 500px;
	padding-bottom: 50px;
}
div#profile h2 {
	font-size: 14px;
	width: 470px;
	padding: 0 0 6px 30px;
	margin-bottom: 30px;
}
div.profile_body {
	margin-bottom: 18px;
}
/* [Navigation] */
div#navigation{
	color:#FFF;
}
div#navigation dl {
	margin-bottom: 30px;
}
div#navigation dt {
	width: 180px;
	padding: 0 10px 2px 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCC;
	color:#990000;
	text-align:left;
}
div#navigation ul {
	padding-left: 15px;
	list-style-position: outside;
}
/* for IE5Mac */
/*\*//*/
div#navigation ul {
	padding: 0 0 0px 17px;
}
/**/
div#navigation ul li {
	padding-bottom: 0px;
}
/* ++++ Calendar ++++ */
dl#calendar dd {
	text-align:center;
}
/* dl#calendar dd table {
	width:160px;
}*/
dl#calendar dd table th,
dl#calendar dd table td {
	color:#000;
	font-size:100%;
	line-height:1em;
	text-align:center;
	padding:2px 3px;
}
dl#calendar dd table th {
	padding-bottom:5px;
}
dl#calendar dd table td span.today {
	color:#F90;
}
dl#calendar dd table td span.today a {
	color: #F90;
}
dl#calendar dd table td span.today a:active,
dl#calendar dd table td span.today a:hover {
	color: #F30;
}
/* ++++ Extra ++++ */
dl#extra {
	width: 178px !important;
	width: 200px;
	padding: 10px;
	border: 1px solid #000;
	background-color:#990000;
}
dl#extra dt {
	display: none;
}
dl#extra ul {
	padding: 0;
	list-style: none;
	list-style-image: none;
	font-size: 10px;
}
p#link2top {
	padding-left: 10px;
}
/* [Footer] */
div#footer {
	width:748px;
	padding:5px 0px;
	font-size:11px;
	line-height:120%;
	position:relative;
	color:#FFF;
	text-align:center;
	border-top:solid 1px #666;
}
div#footer div#footer_navi{
	padding:0px;
	margin:0px auto;
	font-size:11px;
	line-height:120%;
	text-align:center;
	white-space:nowrap;
}
div#footer div#footer_navi a{
	color:#FFF;
	text-decoration:none;
}
div#footer div#footer_navi strong{
	font-weight:normal;
}
div#footer div#footer_navi a:hover{
	color:#FFF;
	text-decoration:underline;
}
div#footer div#copyright{
	padding:0px;
	padding-right:10px;
	font-size:11px;
	line-height:120%;
	text-align:center;
	white-space:nowrap;
}
/* [Typography] */
div#pagenavi,
div#title p,
div.entry_author,
div.entry_state,
div#navigation dt,
dl#calendar table th,
dl#calendar table td,
dl#extra ul,
div#comments dl.comment_body dt,
div#comments dl#comment_form dt,
dl#comment_form dd,
div#footer address {
	font-family:"ＭＳ Ｐゴシック,OSAKA,sans-serif";
}

.subindex{
	color:#990;
	font-size:11px;
	line-height:120%;
	padding:0px;
	margin:0px;
	padding-bottom:3px;
}
#background{display:block;background:url(http://www.parchez.or.jp/img/p_m_bg.gif) center repeat-y ;position:static;text-align:center;overflow:visible;}

