/* @Style License ID.0320 */
*{
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,p,ul,ol,li,dt,dl,dd,address {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

/* ページ全体 */

body {
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}


/* 全体のリンク色 */

a {
	color: #3333CC;
	text-decoration: none;
}

a:link {
	color: #3333CC;
	text-decoration: none;
}

a:link:hover {
	color: #FF3300;
	text-decoration: none;
}

a:link:active {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #3333CC;
	text-decoration: none;
}

A:visited:hover {
	color: #FF3300;
	text-decoration: none;
}

a:visited:active {
	color: #000000;
	text-decoration: none;
}

.clear {
	clear:both;
}




.none{
	display: none;
}


/* ヘッダー */

#header {
	color: #FFFFFF;
	background-color: #99CC00;
	/* ロゴを使用しない場合にはここから削除する */
	background-image: url(blogimg/headerbg.gif);
	background-position: right 50px;
	background-repeat: no-repeat;
	/* ここまで */
	line-height: 1.0em;
}

#header .pad {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#header h1 {
	text-indent: -9999px;
	position: absolute;
}

#header p {
	font-size: 85%;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#header img {
	border-style: none;
}

/* ヘッダーリンク色 */

#header a {
	color: #FFFFFF;
	text-decoration: none;
}

#header a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#header a:link:hover {
	color: #FF3300;
	text-decoration: none;
}

#header a:link:active {
	color: #FF3300;
	text-decoration: none;
}

#header a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#header a:visited:hover {
	color: #FF3300;
	text-decoration: none;
}

#header A:visited:active {
	color: #FF3300;
	text-decoration:none;
}

#navi{
	color: #ffffff;
	background-color: #0066cc;
	background-image: url(blogimg/navibg.png);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	width: 100%;
	float: left;
}

#navi ul {
	padding: 0;
}

#navi ul li {
	display: inline;
}

#navi ul {
	font-size: 0.9em;
	color: #ffffff;
	letter-spacing: 0.05em;
	margin: 0;
	padding: 0px;
}

#navi ul li a {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #666666;
	background-image: url(blogimg/navibg.png);
	background-repeat: repeat-x;
	padding: 0.2em 12px 0.3em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	float: left;
}

#navi ul li a:hover 
{
	color: #333333;
	background-color: #ffffff;
	background-image: url(blogimg/navia.png);
}


/* レイアウト */

#container {
	width:100%;
 	padding:0;
}



#left-container {
	width:100%;
	float:left;
	margin-right:-180px;
	background-color:#FFFFFF;
}



#left-container .sub {
	width:100%;
	float:right;
	margin-left:-180px;
	background-color:#FFFFFF;
}


#left {
	width: 180px;
	float: left;
	background-color: #FFFFFF;
}


#right {
	width: 180px;
	float: right;
	background-color: #FFFFFF;
}


/* 記事まわり */

#main {
	font-size: 85%;
	background-color: #ffffff;
	margin: 0 181px 0 181px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
}


#main p {
	letter-spacing: 0.05em;
	margin-top: 5px;
	margin-bottom: 5px;
}

#main ul {
	margin-left: 30px;
}


#main img {
	border-style: none;
}

/* 画像左寄せ */
#main .imageleft{
	margin-right: 10px;
	float: left;
}
/* 画像右寄せ */
#main .imageright{
	margin-left: 10px;
	float: right;
}

#main .date {
	font-size: 80%;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
}


#main h2 {
	font-size: 120%;
	font-weight: bold;
	color: #ffffff;
	background-color: #0066cc;
	background-image: url(blogimg/h2.png);
	background-repeat: repeat-x;
	letter-spacing: 0.05em;
	margin-top: 10px;
	padding-top: 4px;
	padding-left: 10px;
	margin-bottom: 10px;
	padding-bottom: 4px;
}



#main h2 a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: transparent;
}

#main h2 a:link {
	color: #FFFFFF;
	text-decoration: none;
	background-color: transparent;
}

#main h2 a:link:hover {
	color: #FF3300;
	text-decoration: none;
	background-color: transparent;
}

#main h2 a:link:active {
	color: #FF3300;
	text-decoration: none;
	background-color: transparent;
}

#main h2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: transparent;
}

#main h2 a:visited:hover {
	color: #FF3300;
	text-decoration: none;
	background-color: transparent;
}

#main h2 a:visited:active {
	color: #FF3300;
	text-decoration:none;
	background-color: transparent;
}


#main h3 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
	padding-bottom: 2px;
}

#main h4 {
	font-size: 100%;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 2px;
}

#main h3 img {
	margin: 0px;
	padding: 0px;
}

blockquote {
	background-color: #ffffff;
	margin-top: 0;
	margin-left: 20px;
	border-width: 1px;
	border-style: dotted;
	border-color: #CCCCCC;
	padding: 5px;
}

pre {
	color: #000000;
	background-color: #ffffff;
	margin-top: 0;
	border-width: 1px;
	border-style: dotted;
	border-color: #CCCCCC;
	padding: 5px;
	margin-left: 20px;
	margin-right: 0px;
	overflow: scroll;
}



.rentory {
	margin-top: 10px;
	margin-bottom: 25px;
}


.rentory dt {
        padding: 0 0 0 0.3em;
}


.rentory dd {
        line-height: 160%;
        margin: -1.6em 0 0.8em 4em;
        border-bottom: 1px dotted #666666;
}
/* お問い合わせ用 */
.form {
	line-height: 160%;
	margin: 0;
}
.form dt {
	padding-top: 0;
	padding-left: 0.3em;
	padding-right: 0 ;
	padding-bottom: 0;
}
.form dd {
	line-height: 160%;
	margin-top: -1.6em;
	margin-left: 10em;
	margin-right: 0;
	margin-bottom: .8em;
}


#main dl {
	margin-left: 10px;
}

.info {
	margin-top: 10px;
	margin-bottom: 25px;
}


.info dt {
        padding: 0;
}


.info dd {
        line-height: 160%;
        margin: -1.6em 0 0.8em 9em;
        border-bottom: 1px dotted #666666;
}

strong {
	color: #FF3300;
}


.sign {
	margin-bottom: 10px;
}


.extended {
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	display: block;
}

/* タグ */
.entry-tags {
	font-weight: bold;
	margin: 10px 0 10px 0;
	clear: both;
}
.entry-tags-header,
.entry-tags-list,
.entry-tag { display: inline; }
.entry-tags-list { 
    list-style:none;
    padding: 0px;
}

#main .posted {
	font-size: 90%;
	margin-top: 3px;
	padding: 3px;
	margin-left: 8px;
	margin-bottom: 25px;
	clear: both;
}



/* テキストエリア文字サイズ広さ設定 */

textarea {
	font-size: 90%;
	padding: 5px;
	width: 95%;
}

/* コメンター画像ボーダー消去 */

.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
}


/* サイドバー */
#left,#right {
	font-size: 90%;
}

#left .pad,#right .pad {padding:10px;
}

#left h2,#right h2 {
	font-size: 100%;
	font-weight: bold;
	background-image: url(blogimg/side.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-top: 0.1em;
	padding-left: 15px;
	padding-right: 0.5em;


}

#left h3,#right h3 {
	font-size: 90%;
	font-weight: bold;
	padding-top: 0.1em;
	padding-left: 5px;
	padding-right: 0.5em;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 0.1em;
}



/* サイドバーリスト */

#left ul,#right ul{
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 8px;
	margin-right: 0px;
	margin-bottom: 5px;
}

#left ul ul,#right ul ul {
	margin-left: 5px;
	margin-bottom: 0px;
}



#left li,#right li {
	color: #333333;
	text-align: left;
	line-height: 120%;

	list-style-type: none;
}


.module-tagcloud .module-content { font-size: 100%;text-align: left; }
.module-tagcloud .module-content .module-list { list-style: none; }
.module-tagcloud .module-content .module-list .module-list-item { display: inline; }
.module-tagcloud .module-content .module-list li.taglevel1 { font-size: 150%; }
.module-tagcloud .module-content .module-list li.taglevel2 { font-size: 130%; }
.module-tagcloud .module-content .module-list li.taglevel3 { font-size: 120%; }
.module-tagcloud .module-content .module-list li.taglevel4 { font-size: 100%; }
.module-tagcloud .module-content .module-list li.taglevel5 { font-size: 90%; }
.module-tagcloud .module-content .module-list li.taglevel6 { font-size: 80%; }

/* サイドバー画像 */

#left img,#right img {
	margin-top: 3px;
	border-style: none;
	margin-bottom: 3px;
}



#powered {
	font-size: 80%;
	line-height: 150%;
	text-align: left;
	color: #666666;
	margin-top: 10px;
	}


.photo {
	text-align: left;
	margin-bottom: 20px;
	}

.link-note {
	font-size: 80%;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	margin-bottom: 10px;
	}



/* フッター */

#footer {
	color: #ffffff;
	background-color: #99CC00;
	background-repeat: repeat-x;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	padding: 5px;
	clear: both;
}

/* アドレス */

address {
	font-size: 80%;
	font-weight: bold;
}

