@charset "UTF-8";
/* kintaroclub.net (kintaroclub.css) */

/* ---------- basic ---------- */
* {
    margin: 0;
    padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #FFFFFF;
	background-image: url(http://kintaroclub.net/cimg/img_background.gif);
	background-repeat: repeat;
	background-position: left top;
	text-align: center;
	font-size: 100%;
	color: #353535;
}

form, input { 
    margin: 0; 
    padding: 0;
}

a { text-decoration: underline; }
a:link    { color: #006666; text-decoration: underline; }
a:visited { color: #006666; text-decoration: underline; }
a:active  { color: #009966; text-decoration: underline; }
a:hover   { color: #009966; text-decoration: underline; }
a img {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
   	margin-top: 0px;
   	margin-bottom: 0px;
}

.hr {
	width: 490px;
	background-image: url(http://kintaroclub.net/cimg/line_entry.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 2px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: block;
}

/* ---------- container Area ---------- */
#container {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C3DA7B;
	border-left-color: #C3DA7B;
  	background-color: #FFFFFF;
}

/* ---------- header Area ---------- */
#header {
	width: 758px;
}

/* ---------- footer Area ---------- */
#footer {
	width: 758px;
	/*
	background-image: url(http://kintaroclub.net/cimg/bk_footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 70px;
	*/
	margin: 0;
	padding: 0;
	clear: both;
}

#footer p {
/*
	text-align: center;
	color: #006666;
	padding-top: 15px;
	font-size: 80%;
	*/
}

/* ---------- contentBody Area ---------- */
#contentBody {
	width: 720px;
	padding-top: 0px;
	padding-right: 19px;
	padding-bottom: 10px;
	padding-left: 19px;
}

/* ---------- bunner Area ---------- */
#bannerArea {
	width: 490px;	
}

/* ---------- main Area ---------- */
#mainArea {
	width: 490px;
	padding-right: 20px;
	float: left;
}

/* entry Area */
#mainArea #entryArea {
	width: 490px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#mainArea #entryArea h2 {
	color: #006666;
	font-size: 90%;
	font-weight: bold;
	background-image: url(http://kintaroclub.net/cimg/ico_entry_title01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	height: 40px;
	line-height: 130%;
}

#mainArea #entryArea p {
	font-size: 100%;
	/*line-height: 140%;*/	
}

#mainArea #entryArea p.postDate {
	color: #666666;
	font-weight: normal;
	font-size: 90%;
	line-height: 140%;	
}

#mainArea #entryArea p.posted {
	color: #666666;
	font-size: 70%;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #B0B193;
	margin-top: 2px;
	padding-top: 3px;
	line-height: 140%;	
}

#mainArea #entryArea p.entryExtended {
	font-size: 80px;
	text-align: right;
}

#mainArea #entryArea .entryBody {
}

#mainArea #entryArea .entryBody p {
	font-size: 90%;
	line-height: 140%;	
}

#mainArea #entryArea .entryBody ul {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#mainArea #entryArea .entryBody li {
	font-size: 90%;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#mainArea #entryArea .entryBody ol {
	text-align: left;
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#mainArea #entryArea .entryBody td, th {
	font-size: 90%;
	line-height: 140%;	
}

#mainArea #entryArea .entryBody th {
	font-weight: normal;
}

#mainArea #entryArea .entryBody a img {
}

#mainArea #entryArea h3 {
	background-color: #B0B193;
	font-size: 90%;
	line-height: 130%;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
	margin-top: 10px;
}

#mainArea #entryArea h4 {
	font-size: 90%;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #006666;
	line-height: 130%;
}

#mainArea #entryArea h5 {
	font-size: 90%;
	font-weight: bold;
	color: #006666;
	line-height: 130%;
	margin-top: 10px;
}

#mainArea #entryArea #trackbackArea p input {
	width:470px;
	margin-right: 5px;
	margin-left: 5px;	
}

#mainArea #entryArea #trackbackArea .pingBody {
	font-size: 90%;
	line-height: 140%;
}

#mainArea #entryArea #commentArea .commentBody {
	margin-top: 10px;
	font-size: 90%;
	line-height: 140%;
}

#mainArea #entryArea #commentArea form p {
	font-size: 90%;
	line-height: 150%;
}

#mainArea #entryArea #commentArea .inputRequired {
	color: #FF0000;	
}

#mainArea #entryArea p.comment {
	font-size: 80%;
	line-height: 130%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#mainArea #entryArea hr {
	height: 1px;
	margin-top: 5px;
	color: #B0B193;
}

#mainArea #entryArea #msgArea {
}

#mainArea #entryArea #msgArea blockquote.alert {
	color: #FF0000;
	font-size: 90%;
	line-height: 140%;
}

#mainArea #entryArea #msgArea blockquote.quote {
	font-size: 90%;
	line-height: 140%;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}

#mainArea #entryArea #msgArea h3 {
	background-color: transparent;
	color: #006666;
	padding: 0px;
	line-height: 130%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* navigation Area */
#mainArea #naviArea {
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#mainArea #naviArea p {
	font-size: 80%;
	color: #666666;
	line-height: 140%;	
}

/* ---------- Slidebar Area ---------- */
#slidebarArea {
	width: 210px;
	float: right;
	margin: 0px;
	padding: 0px;
}

#slidebarArea #menuArea {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;	
}

#slidebarArea #menuArea p {
	text-align: left;
	font-size: 90%;
	font-weight: bold;
	line-height: 130%;
	background-image: url(http://kintaroclub.net/cimg/ico_cat.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 0px;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#slidebarArea #menuArea p a { text-decoration: none; }
#slidebarArea #menuArea p a:link    { color: #FF6600; }
#slidebarArea #menuArea p a:visited { color: #FF6600; }
#slidebarArea #menuArea p a:active  { color: #FF6600; text-decoration: underline; }
#slidebarArea #menuArea p a:hover   { color: #FF6600; text-decoration: underline; }

#slidebarArea #menuArea li a { text-decoration: none; }
#slidebarArea #menuArea li a:link    { color: #006666; }
#slidebarArea #menuArea li a:visited { color: #006666; }
#slidebarArea #menuArea li a:active  { color: #006666; text-decoration: underline; }
#slidebarArea #menuArea li  a:hover   { color: #006666; text-decoration: underline; }

#slidebarArea #menuArea ul {
	text-align: left;
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#slidebarArea #menuArea li {
	text-align: left;
	color: #006666;
	list-style-type: none;
	font-size: 80%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B0B193;
	margin-left: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
}

#slidebarArea #linkArea {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#slidebarArea #linkArea .linkHeader {
	margin: 0px;
	background-image: url(http://kintaroclub.net/cimg/bk_slide_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 0px;
	line-height: 0px;
}

#slidebarArea #linkArea .linkFooter {
	background-image: url(http://kintaroclub.net/cimg/bk_slide_footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	padding: 0px;
	margin: 0px;
	font-size: 0px;
	line-height: 0px;
}

#slidebarArea #linkArea .date {
	color: #666666;
	font-size: 90%;
}

#slidebarArea #linkArea dl {
	text-align: left;
	background-color: #FFFFFF;
	width: 180px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 5px;
}

#slidebarArea #linkArea dt {
	text-align: left;
	color: #006666;
	list-style-type: none;
	font-size: 80%;
	line-height: 140%;
}

#slidebarArea #linkArea dd {
	text-align: left;
	font-size: 70%;
	line-height: 140%;
	padding-left: 8px;
}

#slidebarArea #linkArea .entryBox {
	background-color: #DEDEA6;
}

#slidebarArea #optionArea {
	text-align: left;
}

#slidebarArea #optionArea p {
	margin-bottom: 10px;	
}

#slidebarArea #CategoryArea {
}

#slidebarArea #EntryArea {
}

#slidebarArea #TrackbackArea {
}

#slidebarArea #CommentArea {
}

#slidebarArea #BacknumberArea {
	display: none;
}

#slidebarArea #InformationArea {
	text-align: left;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #FF6600;
}

#slidebarArea #InformationArea p {
	font-size: 80%;
	line-height: 130%;
	color: #666666;
}

#slidebarArea #SearchArea {
	text-align: center;
}

#slidebarArea #SearchArea #formSearch {
	background-color: #FFFFFF;
	width: 180px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#slidebarArea #SearchArea #formSearch input#formSearchText {
	width:120px;
}

#slidebarArea #SymbolmarkArea {
}

