@charset "utf-8";
/*
Theme Name: NorisThemes01
Theme URI: http://blog.photoble.net/
Description: Only Norimicos is using this template.
Author: Norimicos
*/

BODY {
	background-color: white;
	margin: 0px;
	padding: 0px;
	text-align: center;
/*	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;	*/
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	color: #555;
}
H1,H2,H3,H4 {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
H1 {
	font-size: 36px;
}
H2 {
	font-size: 18px;
}
H3 {
	font-size: 16px;
}
H4 {
	font-size: 12px;
}

#Base {
	width: 830px;
	margin: 10px auto 10px auto;
	background-image: url(images/Base_body.jpg) ;
	background-repeat: repeat-y;
	text-align: left;
	background-position: top;
}
#Header {
	color: #0066CC;
	background-image:url(images/Base_header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	height: 255px;
}
#Header A {
	text-decoration: none;
	color: #008DE1;
}
#Header H1 {
}
#Header DIV.Desc {
	font-size: 12px;
	padding: 5px 90px;
}
#Header DIV.Title{
	padding: 100px 90px 0 90px;
/*	margin: 100px 90px 0 90px;	*/
}

/* Main Menubar Area  */
#MenuBar {
	margin: 0 25px;
	text-align: center;
	vertical-align: middle;
}
#MenuBar UL {
	margin: 0;
	padding: 0;
	height: 25px;
	background-color: #043877;
}
#MenuBar LI {
	font-size: 12px;
	float: left;
	list-style-type: none;
	line-height: 25px;
}
#MenuBar LI.current-cat {
	background-color: #3399FF;
}

#MenuBar LI A {
	width: 100px;
	text-decoration: none;
	color: white;
	display: block;
}
#MenuBar LI A:HOVER {
	text-decoration: underline;
	color: #FF6600;
}

/* Contents Area */
#ContentsArea {
	width: 570px;
	float: left;
	margin: 5px 0 10px 25px;
	display: inline;
}
#ContentsArea .PostsHeader {
	color: #555;
	padding: 2px 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-size: large;
}
#ContentsArea .Content {
	background-color: #F4F5FF;
}
#ContentsArea .ContentBody {
	padding: 5px 15px 10px 15px;
	font-size: small;
}
#ContentsArea .ContentLink {
	padding: 8px 50px;
	font-size: 11px;
	font-weight:bold;
	color: #FF6666;
}
#ContentsArea .PostsDate {
	margin-top: 2px;
	padding-right: 10px;
	text-align: right;
	font-size: 12px;
	color: #555;
}
#ContentsArea DIV.ImageH {
	text-align:center;
	background: url(images/contentsimgbg_h.jpg) no-repeat;
	height: 306px;
	width: 460px;
	margin: 0 auto 0 auto;
	padding: 17px 25px 22px 15px;
}
#ContentsArea DIV.ImageV {
	text-align:center;
	background: url(images/contentsimgbg_v.jpg) no-repeat;
	height: 460px;
	width: 306px;
	margin: 0 auto 0 auto;
	padding: 19px 25px 21px 15px;
}
#ContentsArea DIV.ImageH2 {
	text-align:center;
	background: url(images/contentsimgbg_h2.jpg) no-repeat;
	height: 345px;
	width: 460px;
	margin: 0 auto 0 auto;
	padding: 17px 24px 22px 14px;
}
#ContentsArea DIV.ImageV2 {
	text-align:center;
	background: url(images/contentsimgbg_v2.jpg) no-repeat;
	height: 460px;
	width: 345px;
	margin: 0 auto 0 auto;
	padding: 19px 24px 21px 14px;
}
#ContentsArea DIV.ImageH3 {
	text-align:center;
	background: url(images/contentsimgbg_h3.jpg) no-repeat;
	height: 368px;
	width: 460px;
	margin: 0 auto 0 auto;
	padding: 19px 24px 23px 16px;
}
#ContentsArea DIV.ImageV3 {
	text-align:center;
	background: url(images/contentsimgbg_v3.jpg) no-repeat;
	height: 460px;
	width: 368px;
	margin: 0 auto 0 auto;
	padding: 17px 26px 23px 16px;
}
#ContentsArea DIV.ImageText {
	text-align:center;
	margin: 0 auto 15px auto;
	color: #999;
	font-size: 12px;
}
DIV.ContentAuthor {
	font-size: 10px;
	text-align: right;
	padding: 0px 5px;
	margin-bottom: 25px;
}
#ContentsArea A:link {
	color : #5B8CFF;
	text-decoration: none;
}
#ContentsArea A:visited {
	color : #996633;
	text-decoration: none;
}
#ContentsArea A:active {
	color : #5B8CFF;
	text-decoration: none;
}
#ContentsArea A:hover {
	color : #5B8CFF;
	text-decoration: underline;
}
#ContentsArea A.Header:link {
	color : #555;
	text-decoration: none;
}
#ContentsArea A.Header:visited {
	color : #555;
	text-decoration: none;
}
#ContentsArea A.Header:active {
	color : #555;
	text-decoration: none;
}
#ContentsArea A.Header:hover {
	color : #5B8CFF;
	text-decoration: none;
}
DIV.PageNaviTop, DIV.PageNaviBtm {
	font-size: 12px;
	text-align: center;
	padding: 3px;
}
DIV.PageNaviTop {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
DIV.PageNaviBtm {
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}

/* Comments Area */
#CommentsArea {
	padding: 2px 5px;
	margin-bottom: 10px;
}
#CommentsArea H4 {
	font-weight: normal;
}
#CommentsArea P {
	margin: 2px 0px 2px 0px;
	padding: 0px;
}
DIV.CmtPostedBG {
	background-color: #F4F5FF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-color:#999999;
	margin: 8px 3px;
	padding: 0px 2px;
}
SPAN.CmtAuthor {
	font-size: 10px;
}
DIV.TbUrl {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #555;
	margin-bottom: 25px;
	
}
DIV.CmtForm {
	margin: 25px 3px;
}

/* Sidebar Area  */
#SidebarRight {
	width: 190px;
	margin: 5px 25px 10px 0;
	float: right;
	background-color: #C8DBFF;
	font-size: 12px;
	display: inline;
}
#SidebarRight UL {
	margin: 0 0 10px 22px;
	padding: 0;
}
#SidebarRight LI {
	color: #555;
	list-style-type: none;
}
#SidebarRight FORM {
	margin: 0;
	padding: 0;
}
#SidebarRight P {
	margin: 0;
	padding: 0;
}
#SidebarRight DIV.SideTop {
	background: #FFFFFF;
	text-align: center;
	padding: 3px;
	font-size: 10px;
}
#SidebarRight DIV.aktt_tweets {
	padding: 5px
}
#SidebarRight DIV.aktt_tweets UL {
	margin-left: 15px;
}
#SidebarRight DIV.aktt_tweets LI {
	list-style-type: none;
	list-style-image: url(images/li_breimg03.gif);
	font-size: 11px;
	margin-bottom: 10px;
	border-bottom: 1px solid #555;
	color: #336699;
}
#SidebarRight A.aktt_tweet_time {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
#SidebarRight A {
	color: #555;
	text-decoration: none;
}
#SidebarRight A:hover {
	color : #5B8CFF;
	text-decoration: underline;
}
#SidebarRight DIV.Header {
	background-color: #688DD2;
	padding: 2px 2px 2px 5px;
}
#SidebarRight H3 {
	color: white;
	background-color: #688DD2;
	text-align: left;
}
#SidebarRight UL.NoIndent {
	margin: 0;
	padding: 0;
}
#SidebarRight #Calendar {
	text-align: center;
}
#SidebarRight #Calendar TABLE {
	margin: auto;
	font-size: 12px;
	text-align: center;
}
#SidebarRight #Calendar A {
	color : blue;
	font-weight: bold;
}
#SidebarRight LI.Base {
	margin-bottom: 15px;
}
#SidebarRight #Category {
	list-style-image: url(images/li_breimg02.gif);
}
#SidebarRight #Archive {
	list-style-image: url(images/li_breimg02.gif);
}
#SidebarRight #LatestPosts {
	list-style-image: url(images/li_breimg02.gif);
}
#SidebarRight #BookMarks {
	font-size: 10px;
}
#SidebarRight #BookMarks DIV.CateHd {
	padding: 2px 2px 2px 5px;
}
#SidebarRight #BookMarks DIV.BMCategory {
	list-style-image: url(images/li_breimg02.gif);
}
#SidebarRight #BookMarks DIV.BMCategory UL {
	margin: 0 0 10px 23px;
	padding: 0;
}
#SidebarRight #OtherLinks {
	font-size: 11px;
}
#SidebarRight #OtherLinks UL {
	margin: 25px 0 10px 15px;
	padding: 0;
}

/* PR Area */
#PRArea {
	text-align: center;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	border: 1px solid #C8DBFF;
}
#PRArea P {
	margin: 10px 0px;
	padding: 0px;
}

#Footer {
	background-image:url(images/Base_footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 10px 25px 15px 25px;
	clear: both;
	text-align: center;
}
