@charset "utf-8";
/* @Style license ID.0351 */
/* 全体の設定 */

*{
	margin: 0px;
	padding: 0px;
}

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

/************************************************
*	clear										*
************************************************/
div:after {
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

/* ボディー */
body {
	font-size: 100%;
	color: #333333;
	background-color: #ffffff;
	background-image: url(blogimg/body.png);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
/* 画像ボーダー */
img {
border-style: none;
}
/* 強調 */
strong {
	color: #ff6600;
	background-color: #ffffff;
}

/* 非表示 */
.none{
	display: none;
}

/* コンテナ */
#container {
	font-family: Arial,Verdana,  Helvetica, sans-serif;
	background-image: url(blogimg/container.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
}
/* ヘッダー */
#header img {
	border-style: none;
}
#header .pad {
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
}

div#header h1 {
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana, "ヒラギノ角ゴ Pro W3", Osaka, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 140%;
	font-weight: bold;
	margin-top: 10px;
	padding-top: 0px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div#header h1 a {
	text-decoration: none;
	color: #0099CC;
	background-color: #ffffff;
}

div#header img a {
	margin: 0px;
	border: none;
}

div#header p {
	font-size: 87.5%;
	color: #333333;
	background-color: #ffffff;
	line-height: 140%;
	margin-top: 5px;
	padding-top: 0px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 15px;
	padding-bottom: 0px;
}

/* 上部ナビゲーションバー */
#navi {
	font-size: 87.5%;
	background-image: url(blogimg/navibg.png);
	background-position: center center;
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-right: 10px;
	width: 930px;
}
/* 上部ナビゲーションバー余白 */
#navi .pad {
	padding-left: 0;
	padding-right: 0;
	
}
/* 上部ナビゲーションバー リスト */
#navi ul {
	margin: 0;
	padding: 0;
}
#navi ul li {
	font-weight: bold;
	display: inline;
}


/* 上部ナビゲーションバーリンク設定 */
#navi ul li a {
	text-decoration: none;
	color: #ffffff;
	background-color: #0099CC;
	background-image: url(blogimg/navi0.png);
	background-position: left center;
	background-repeat: repeat-x;
	padding-top: .8em;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: .8em;
	float: left;
	border-right: 1px solid #e0e0e0;
}
/* 上部ナビゲーションバー マウスオーバー時 */
#navi ul li a:hover {
	color: #ffffff;
	background-color: #666666;
	background-image: url(blogimg/navi.png);
	background-position: left center;
	background-repeat: repeat-x;
}

#image {
	background-image: url(blogimg/image1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-left: 10px;
	padding-left: 0px;
	margin-right: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 150px;
	clear: both;
}


/* メイン */
#main {
	font-size: 87.5%;
	line-height: 140%;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
	width: 648px;
	float: left;
}
/* メイン余白 */
#main .pad {
	padding-top: 20px;
	padding-left: 29px;
	padding-right: 15px;
}

/* メインリンク設定 */
#main a {
	text-decoration: none;
	color: #003366;
	background-color: #ffffff;
}
/* メインリンク基本色 */
#main a:link {
	text-decoration: none;
	color: #003366;
	background-color: #ffffff;
}
/* メインリンクマウスオーバー時 */
#main a:link:hover {
	text-decoration: underline;
	color: #ff6600;
	background-color: #ffffff;
}
/* メインリンククリック時 */
#main a:link:active {
	text-decoration: underline;
	color: #ff6600;
	background-color: #ffffff;
}
/* メインリンク訪問済み */
#main a:visited {
	text-decoration: none;
	color: #336699;
	background-color: #ffffff;
}
/* メインリンク訪問済みマウスオーバー */
#main a:visited:hover {
	text-decoration: underline;
	color: #ff6600;
	background-color: #ffffff;
}
/* メインリンク訪問済みクリック時 */
#main a:visited:active {
	text-decoration: underline;
	color: #ff6600;
	background-color: #ffffff;
}


/* メイン見出しh2 */
#main h2 {
	font-size: 112.5%;
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
	background-image: url(blogimg/h2.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 13px;
	padding-left: 10px;
	padding-right: 20px;
	margin-bottom: 10px;
	padding-bottom: 11px;
	clear: both;
}
/* メイン見出しh3 */
#main h3 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 10px;
	padding-top: 0px;
	margin-left: 5px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	clear: both;
}
/* メイン見出しh4 */
#main h4 {
	font-size: 100%;
	margin-top: 10px;
	padding-top: 0px;
	margin-left: 5px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	clear: both;
}

/* メイン段落 */
#main p {
	margin-top: 0px;
	margin-bottom: 10px;
}

/* 引用元情報 */
cite {
	font-style: italic;
}
/* 引用 */
blockquote {
	color: #666666;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 5px;
	margin-bottom: 10px;
	clear: both;
}
/* 整形済みテキスト */
pre {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 5px;
	margin-bottom: 10px;
	/*height: 100px;*/ /* ここを変更すれば高さが変わります */
	overflow: scroll;
	clear: both;
}
/* 箇条書き（定義リスト） */
#main dl {
	margin-bottom: 10px;
}
#main dt {
	padding-top: 5px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
}

#main dd {
	padding-left: 0;
}


/* サイトマップ用 */
.archives {
	margin-top: 0px;
	margin-bottom: 25px;
}
.archives dt {
        padding: 0;
}
.archives dd {
	line-height: 140%;
	margin-top: -1.9em;
	margin-left: 13em;
	margin-right: 0;
	margin-bottom: 0.4em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
/* 順不同リスト（箇条書き）*/
#main ul {
	padding-left: 20px;
	margin-bottom: 10px;
}
#main ul ol {
	padding-left: 30px;
}



/* 画像 */
#main img{
	margin-top: 0;
	margin-bottom: 20px;
}
/* 画像左配置 */
.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}
/* 画像中央配置 */
.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}
/* 画像右配置 */
.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* 画像左配置 */
#main .imageleft{
	margin-right: 10px;
	float: left;
}
/* 画像右配置 */
#main .imageright{
	margin-left: 10px;
	float: right;
}
/* 続き */
div#main .extended {
	font-size: 85%;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
}

div#more {
	clear: both;
}
/* タグ */
.entry-tags {
    margin: 0 0 10px 5px;
	clear: both;
}
.entry-tags-header,
.entry-tags-list,
.entry-tag { display: inline; }
.entry-tags-list { 
    list-style:none;
    padding: 0px;
}
/* 投稿者情報 */
#main .posted {
	font-size: 85%;
	color: #333333;
	background-color: #ffffff;
	text-align: left;
	line-height: normal;
	padding: 3px;
	margin-bottom: 10px;
	clear: both;
}

#main .posted img {
	margin-bottom: 0;
}

.techstuff {
	font-size: 100%;
}


textarea{
	width: 450px;
	}
	


/* コメンター画像 */
.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}
.sign {
	margin-bottom: 10px;
}
.extended {
	display:block;
	float:right;
	clear: both;
}

input,textarea {
	font-size: 100%;
}

/* サイドバー */
#sub {
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana, "ヒラギノ角ゴ Pro W3", Osaka, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 87.5%;
	width: 280px;
	margin-bottom: 20px;
	float: right;
}
/* サイドバー余白 */
#sub .pad {
	padding-top: 20px;
	padding-left: 5px;
	padding-right: 25px;
}

/* サイドバーリンク設定 */
#sub a {
	text-decoration: none;
	color: #003366;
	background-color: #ffffff;
}
/* サイドバーリンク色 */
#sub a:link {
	text-decoration: none;
	color: #003366;
	background-color: #ffffff;
}
/* サイドバーマウスオーバー時 */
#sub a:link:hover {
	text-decoration: none;
	color: #ff6600;
	background-color: #ffffff;
}
/* サイドバークリック時 */
#sub a:link:active {
	text-decoration: none;
	color: #ff6600;
	background-color: #ffffff;
}
/* サイドバー訪問済み */
#sub a:visited {
	text-decoration: none;
	color: #006699;
	background-color: #ffffff;
}
/* サイドバー訪問済みマウスオーバー */
#sub a:visited:hover {
	text-decoration: none;
	color: #ff6600;
	background-color: #ffffff;
}
/* サイドバー訪問済みクリック時 */
#sub a:visited:active {
	text-decoration: none;
	color: #ff6600;
	background-color: #ffffff;
}

/* サイドバー見出しh2 */
#sub h2 {
	font-size: 110%;
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
	background-image: url(blogimg/sideh2.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 11px;
	padding-left: 10px;
	padding-right: 15px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	clear: both;
}
/* サイドバー見出しh3 */
#sub h3 {
	font-size: 100%;
	color: #003366;
	background-color: #ffffff;
	padding-top: 2px;
	margin-left: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 2px;
	clear: both;
}
/* サイドバー段落 */
#sub p {
	font-size: 100%;
	margin-top: 3px;
	margin-left:5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
} 
/* サイドバーリスト */

div#sub ul {
	margin-top: 0px;
	padding: 0px;
	margin-left: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	list-style: none;
}

div#sub ul li {
	font-size: 100%;
	padding-top: 2px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 3px;
}

div#sub ul li li {
	font-size: 100%;
	margin-left: 10px;
		
}
	
div#sub ul li a {
	text-decoration: none;
	color: #006699;
	background-color: #ffffff;
	margin: 0;
}

div#sub1 ul li a:hover {
	text-decoration: underline;
	color: #006699;
	background-color: #ffffff;
}
/* サイドバー段落 */
div#sub p {
	line-height: 20px;
	margin: 0;
	padding-top: 3px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}
/* サイドバータグクラウド */
div#sub .module-tagcloud .module-content
	{text-align: left; }

div#sub .module-tagcloud .module-content .module-list 

	{ list-style: none; }

div#sub .module-tagcloud .module-content .module-list .module-list-item 
	{ display: inline; }

div#sub .module-tagcloud .module-content .module-list li.taglevel1 
	{ font-size: 170%; }

div#sub .module-tagcloud .module-content .module-list li.taglevel2 
 	{ font-size: 150%; }

div#sub .module-tagcloud .module-content .module-list li.taglevel3 
	{ font-size: 130%; }
	
div#sub .module-tagcloud .module-content .module-list li.taglevel4 
	{ font-size: 110%; }
	
div#sub .module-tagcloud .module-content .module-list li.taglevel5 
	{ font-size: 90%; }
	
div#sub .module-tagcloud .module-content .module-list li.taglevel6 
	{ font-size: 70%; }


div#sub li.item  {
	display: inline;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	width: 70px;
	height: 70px;
}

/* サイドバー画像 */
#sub img {
	margin-top: 3px;
	border-style: none;
	margin-bottom: 3px;
}


#footer {
	font-family: Arial,Verdana,  Helvetica, sans-serif;
	font-size: 75%;
	font-weight: normal;
	background-image: url(blogimg/footer.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	clear: both;
}

address {
	font-weight: normal;
	font-style: normal;
	padding-top: 20px;
	padding-bottom: 30px;
}
