@charset "utf-8";

/*------------------------------------------------------------
 reset
-------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 140%;
	text-decoration: none;
	}

html {
	overflow-y: scroll;
	background: #FFFFFF;
	color: #000000;
	}
	
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	}
	
table {
	border-collapse: collapse;
	border-spacing: 0;  
	font-size: 100%; 
	}
	
th, td {
	margin: 0;
	padding: 0;
	}

caption, th {
	text-align: left;
	font-style: normal;
	font-weight: normal;
	}

p {
	margin: 0;
	line-height: 1.6;
	}
	
ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

blockquote {  
	margin: 0;  
	padding: 0;  
	}  

img {
	margin: 0;
	border: 0;
	vertical-align: bottom;
	}

br {
	letter-spacing: normal;
	}

pre, code {
	margin: 0;
	padding: 0;
	}

sup {
	vertical-align: text-top;
	}
	
sub {
	vertical-align: text-bottom;
	}

q:before, q:after {
	content: '';
	}
	
abbr, acronym {
	border: 0;
	font-variant: normal;
	}
	
address, strong, em, cite, code, dfn, var {
	font-style: normal;
	font-weight: normal;
	}

form, fieldset, legend, input, textarea, select {
	margin: 0;
	padding: 0;
	}

fieldset {
	border: 0;
	}

legend {
	color: #000000;
	}
	
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-size: 100%;
	}
	
/*\*//*/
textarea, select, input {
	 font-family: Osaka;
	 }
/**/

/*------------------------------------------------------------
 common
-------------------------------------------------------------*/

em {
	font-weight: bold;
	}
	
a:link,
a:visited {
	color: #003366;
	text-decoration: none;
	}
	
a:hover,
a:active {
	color: #CCCCCC;
	}
	
/*------------------------------------------------------------
 structure
-------------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	background: #F7F7F7;
	text-align: center;
	font-family: arial,osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic",helvetica,sans-serif;
	font-size:60%;
	color: #333333; 
	}

div#container {
	margin: 0 auto;
	width: 930px;
        border-right:1px solid #CCCCCC;
        border-left:1px solid #CCCCCC;
	}

/*--------------------------------------------------- header */
	
div#header {
	margin-bottom: 15px;
	padding: 10px;
	text-align: left;
        background-image:url(http://file.sedona.gjgd.net/head.jpg);
        border-bottom:1px solid #CCCCCC;
        
	}

h1 {
	margin-bottom: 8px;
	text-align: left;
	color: #999999;
        font-size:22px;
	}


h1#siteName a {
	font-size: 26px;
	font-weight: bold;
	text-align: left;

	}

p#url {
	font-size: 1em;
  	text-align: left;
	}

/*--------------------------------------------------- guideNavi */

ul#guideNavi {
	text-align: right;
	}

ul#guideNavi li {
	display: inline;
	margin-left: 13px;
	}

/*--------------------------------------------------- main */
	
div#main {
	float: left;
	display: inline;
	margin-left: 10px;
	width: 520px;
  	text-align: left;
	}

ul.PageLinkBlock {
	margin: 0 0 20px;
	float: left;
	}

ul.PageLinkBlock li {
	float: left;
	margin-right: 5px;
	border: solid 1px #CCCCCC;
	width: 1.5em;
	height: 1.5em;
	text-align: center;
	line-height: 1.5;
	background: #FFFFFF;
	color: #999999;
	}
	
ul.PageLinkBlock li a {
	display: block;
	width: 1.5em;
	height: 1.5em;
	background: #F7F7F7;
	line-height: 1.5;
	}
	
ul.PageLinkBlock li a:hover {
	background: #003366;
	color: #FFFFFF;
	}

div.EntryInnerBlock h2.EntryTitle a {
	font-size: 20px;
	font-weight: 900;
	}

div.EntryInnerBlock,
div.CommentBlock,
div.TrackbackBlock {
	margin-bottom: 60px;
	clear: both;
	}
	
div.commentArea {
	margin-bottom: 30px;
	}
	
.CommentDetail,
.TrackbackDetail {
	margin-bottom: 8px;
	}

.EntryTextBox {
	font-size: 1.4em;
	}
	
.EntryTextBox img {
	margin: 5px;
	border: solid 1px #CCCCCC;
	}

.EntryText {
	margin: 10px 0;
	line-height: 2.0;
	}
	
.EntryPsText {
	margin: 10px 0;
	line-height: 2.0;
	}

.EntryDetail {
	margin: 15px 15px 0 0;
	padding: 10px;
	border: solid 1px #CDCDBE;
	background: #EBEBEB;
	font-size: 1.1em;
	}
	
.EntryDetail span {
	margin-right: 10px;
	padding-left: 17px;
	}

.EntryDetail span.Flip {
	display: block;
	margin-top: 3px;
	font-size: 1.3em;
	}

.EntryDetail span.first {
	margin-top: 10px;
	}

.EntryDetail span.TBurl {
        margin: 5px 0;        
        display: block;
        }

.TBurl input {
        width: 200px;
        border: none;
        background: #EBEBEB;
       }

.CommentBlock,
.TrackbackBlock {
	color: #666666;
	}
	
h3 {
	margin-bottom: 10px;
	font-size: 3.6em;
	font-weight: bold;
 	}
	
h4 {
	font-size: 1.8em;
	font-weight: bold;
 	}

p.CommentTitle {
	font-size: 1.4em;
	font-weight: bold;
	}

p.CommentText,
p.CommentResText {
	margin-bottom: 10px;
	padding: 5px 0 10px 10px;
	border-bottom: dotted 1px #333333;
	font-size: 1.4em;
	line-height: 1.5;
	}

p.CommentDetail span {
	margin-right: 10px;
	}

p.CommentText span {
	line-height: 1.5;
	}

.CommentResBox {
	color: #666666;
	}

h4.CommentResName {
	padding-left: 20px;
	background: url(http://bfile.shinobi.jp/emoji/V/88.gif) center left no-repeat;
	}
	
.CommentFormBlock {
	margin: 20px 0;
	}

p#cm_read {
	margin: 10px 0 10px;
	font-size: 1.3em;
	}
	
.CommentFormBlock dl dt {
	margin: 7px 0 2px;
	font-size: 1.1em;
	letter-spacing: 0.3em;
	}
	
.CommentForms,
#TrackbackURL {
	padding: 5px;
	width: 500px;
	border: none;
	border: solid 1px #CDCDBE;
	background: #EBEBEB;
	font-size: 1.6em;
	}

* html .CommentFormBlock input,
* html input#TrackbackURL {
	padding: 0 5px;
	height: 2em;
	line-height: 2.0;
	}

.CommentFormBlock textarea {
	height: 300px;
	line-height: 1.4;
	}

.CommentFormBlock form p input {
	margin: 15px 0 0 0;
	padding: 5px;
	font-size: 1.8em;
	}
	
* html .CommentFormBlock form p input {
	padding: 0;
	font-size: 1.3em;
	}
	
*+html .CommentFormBlock form p input {
	padding: 0;
	font-size: 1.3em;
	}

.TrackbackURLTitle p {
	margin: 7px 0 2px;
	font-size: 1.1em;
	letter-spacing: 0.3em;
	}

div.PageLinkBlock {
	font-size: 1.2em;
	}

div.PageLinkBlock p {
	margin-top: 10px;
	}
	
/*--------------------------------------------------- sub1,2 */

div#sub1,
div#sub2 {
	float: right;
	display: inline;
	margin-right: 10px;
	width: 180px;
  	text-align: left;
	font-size: 1.2em;
	}

div.PluginInnerBlock {
	margin-bottom: 35px;
	}
	
.PluginTitle {
	margin-bottom: 7px;
	font-size: 1.4em;
	font-weight: bold;
	}
	
.PluginContents {
	margin: 0 5px;
	font-size: 0.9em;
	}
	
.plugin_data {
	margin-bottom: 4px;
	padding: 2px 0;
	border-bottom: dotted 1px #CCCCCC;
	}

.PluginExplanation {
	margin: 10px 0;        
	line-height: 1.4;
    }

.plugin_data_date {
	margin-bottom: 10px;
	text-align: right;
	color: #666666;
	}

.CalendarMoveTable,
.CalendarTable {
	width: 90%;
	text-align: center;
	}

.CalendarMoveTable {
	font-size: 1.3em;
	font-weight: bold;
	}

.CalendarTable {
	margin-top: 5px;
	border-top: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	}
	
.CalendarTable td {
	border-bottom: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	color: #999999;
	}

.CalendarWdayTr th {
	padding: 3px 0;
	border-bottom: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	text-align: center;
	}

.CalendarTdLink {
	background: #FFFFFF;
	}
		
/*--------------------------------------------------- pagetop */
	
p#pagetop {
	clear: both;
	padding: 20px 10px;
	text-align: right;
	}
	
p#pagetop a {
	padding: 10px;
	border: solid 1px #CCCCCC;
	}

/*--------------------------------------------------- footerNavi */
	
ul#footerNavi {
	padding: 10px;
	text-align: right;
	}

ul#footerNavi li {
	display: inline;
	margin-left: 10px;
	}
		
/*--------------------------------------------------- address */

address {
	padding: 0 10px 20px 0;
	text-align: right;
	}



