@charset "UTF-8";
/************************************************
*	developer									*
************************************************/
/*
name: 332cn
designer: @Style
designer_url: http://atstyle.biz/
developer: @Style
developer_url: http://atstyle.biz/
*/
/************************************************
*	Reset										*
************************************************/

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

img {
border-style: none;
}
/************************************************
*	Layout  									*
************************************************/
body {
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana, "ヒラギノ角ゴ Pro W3", Osaka, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	color: #333333;
	background-color: #fccb7a;
	margin-top: 0px;
	padding: 0px;
	margin-left: 20px;
	margin-right: 0;
	margin-bottom: 0px;
	background-image: url(img/04sum_blog_bg.gif)
}

div#header {
	background: url(img/07sum_blog_title.jpg) no-repeat top left;
	color: #333333;
	background-color: #ffffff;
	text-align: left;
	margin-top: 0px;
	padding: 0px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0px;
	width: 700px;
	height: 212px;
	overflow: hidden;
}

div#content {
	font-size: 100%;
	text-align: center;
	margin-top: 0px;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom:  0px;
	width: 700px;
	background-image: url(img/body_bg.gif);
}


div#main {
	font-size: 80%;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	width: 468px;
	float: left;
}


div#sub {
	font-size: 100%;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0;
	margin-bottom:  20px;
	padding: 0;
	width: 210px;
	float: right;
	background-image: url(img/sub_top.gif);
	background-repeat:no-repeat;
}


div#footer {
	background: url(img/blog_footer.jpg) no-repeat top center;
	color: #333333;
	background-color: #ffffff;
	text-align: left;
	margin-top: 0px;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 700px;
	height: 120px;
	overflow: hidden;
	clear: both;
}

/************************************************
*	header  									*
************************************************/

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

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

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

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


/************************************************
*	Content 					     		    * 
************************************************/
/* 見出し */
div#main h2 {
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana, "ヒラギノ角ゴ Pro W3", Osaka, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #666666;
	background-color: #ffffff;
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	margin-right: 0;
}
div#title h3 {
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana, "ヒラギノ角ゴ Pro W3", Osaka, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 130%;
	font-weight: bolder;
	color: #666666;
	background-color: #ffffff;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	border-bottom: 1px dashed #155A9F;
}
div#title p {
        font-family: Verdana, Arial, sans-serif;
        font-size: x-small;
        color:#666666;
        text-align:right;
	text-decoration: none;
    position: relative;
	top: -3.5em;
} 

div#title p a {
	text-decoration: none;
	color:#3366CC;
	background-color: #E3EEFB;
	padding: 0 0.5em;
}
div#title p a:hover {
	color:#FFFFFF;
	background-color: #3366CC;
	text-decoration: none;
}
div#title p .author {
	color:#666666;
	background-color: #FFFFFF;
	padding: 0 0em;
}
/* メインページ エントリー */
div#entry p {
    position: relative;
	top: -3.5em;
}
div#entry p.posted {
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	font-size: x-small;
	border-top: 1px dashed #155A9F;
	text-align: left;
	line-height: normal;
	padding: 3px;
}

/* ハイパーリンク */
div#main a {
	text-decoration: underline;
	color: #3366CC;
	background-color: #ffffff;
}

div#main a:hover {
	text-decoration: underline;
	color: white;
	background-color: #3366CC;
}
/* 段落 */
div#main p {
	line-height: 20px;
	margin: 0px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 0;
	padding-bottom: 5px;
}
.menu {
	padding-top: 20px;
}

/* 画像 */
div#main p img {
	border: none;
}
/* リスト */
div#main ol,div#main ul {
	margin-top: 0;
	margin-left: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	padding: 0;
}

div#main ol li,div#main ul li {
	margin-top: 0;
	margin-left: 20px;
	margin-right: 0;
	margin-bottom: 0;
}
/* 引用 */
div#main blockquote {
	color: #333333;
	background-color: #eeeeee;
	line-height: 140%;
	margin-top: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	padding-top: 3px;
	margin-left: 0;
	padding-left: 10px;
	margin-right: 0;
	padding-right: 10px;
	margin-bottom: 5px;
	padding-bottom: 3px;
}

div#main blockquote p {
	padding-top: 3px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 3px;
}

/* 引用元情報 */
div#main cite {
	font-style: italic;
}

/* 整形済みテキスト */
div#main pre {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 5px;
	overflow: scroll;
}
/* 箇条書き（定義リスト） */
div#main dl {
	margin-top: 5px;
	margin-bottom: 5px;
}


div#main dt {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 0;
	padding-bottom: 10px;
}

div#main dd {
	padding-left: 5px;
}

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

/* 続き */
div#main .extended {
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	display: block;
}
/* エントリータグ */
div#main .entry-tags {
    margin: 10px 0 10px 10px; 
	clear: both;
}
div#main .entry-tags-header,
div#main .entry-tags-list,
div#main .entry-tag { display: inline; }
div#main .entry-tags-list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}


/* コメンター画像 */
div#main .commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}

/* コメントフォーム */
div#main textarea{
	width: 440px;
}
/* コメントフォーム文字サイズ */
div#main input,div#main textarea {
	font-size: 100%;
}

/************************************************
*	 Sidebar 					     	    * 
************************************************/
/* サイドバーリスト */
div#sub dt {
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana, "ヒラギノ角ゴ Pro W3", Osaka, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #4A525A;
	margin-top: 20px;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9FA7B0;
	background-image: url("img/side.gif");
	background-repeat: no-repeat;
	background-position: top center;
}

div#sub dd {
	font-size: 100%;
	padding-left: 5px;
}
	
	
div#sub ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

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

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

div#sub ul li a:hover{
	text-decoration: underline;
	color: #3366CC;
	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 dd img {
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	border: none;
}
div#sub dd a:hover,.sidebar dd a {
	text-decoration: none;
	border: none;
}

.ads {
	padding-left: 5px;
}

/*クリエイティブコモンズ・Syndicate this site ・MTバージョン・HINAGATAバナー*/
.powered,
div.link-note {
	color: #4A525A;
	font-size: 90%;
	text-align: center;
	font-family: verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding: 10px 0 10px 0;
}

/************************************************
*	Footer  									*
************************************************/
/* 文責 */
div#footer address {
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana,"ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	font-size: 70%;
	font-weight: bold;
}
/* 段落 */
div#footer p {
	font-size: 70%;
}
