﻿/*  
Theme Name: NoProbs
Theme URI: http://me.mywebsight.ws/web/wpthemes/
Description: Based on <a href="http://openwebdesign.org/userinfo.phtml?user=kpgururaja">kpgururaja</a>'s <a href="">template</a> on <a href="http://openwebdesign.org">OWD</a>
Version: 1.1
Author: R.J. Kaplan - MyWebsight
Author URI: http://me.mywebsight.ws/

*/

/*Styles for body.*/
body
{
	margin: 0 auto;
	padding: 0;
	font: 90% Verdana, Helvetica, Tahoma, Arial, sans-serif;
	background: #F8F8ED url(images/background.gif) top center repeat-y;
	color: #000000;
	text-align: center;
}
li
{
	list-style: none;
}

/*Styles for main content which will be wrapped to center. */
#MainWrapper
{
	background: #ffffff;
	color: #303030;
	margin: 0 auto;
	padding:0px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/*Styles for the main header at the top. */
#Header
{
	font-family:serif;
	color: #000;
	margin:0px;
	padding:0px;
/*	background-color: #79A3C1; */
/*	background-color: orange; */
	background: url(images/header.gif) top center no-repeat; 
	height:98px;
}

#Header img
{
	margin:0;
	padding:0;
	border:0;
}

#Header a
{
	font-family:sans-serif;
	font-weight: normal;
	font-size: 27px;
	text-decoration: none;
/*	background-color: #79A3C1;*/
	color: #000;
}

/*Styles for the main header menus. */
#HeaderMenus
{
	color: #787830;
	font-size:13px;
	height: 1.4em;
	line-height: 1.4em;
	padding-left: 11px;
	margin: 0 0 10px 0;
	background-color: #DDD1B9;
	border-top: solid 1px #C2C260;
	border-bottom: solid 1px #C2C260;
}

#HeaderMenus ul
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#HeaderMenus li
{
	float: left;
	list-style-type: none;
}

#HeaderMenus li a
{
	display: block;
	padding: 0 10px;
	font-size: 0.9em;
	font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif;
	text-decoration: none;
	background-color: inherit;
	color: #A39F47;
}

#HeaderMenus .selected
{
	color: #336699;
	text-decoration: none;
	background-color: inherit;
}

#HeaderMenus a:hover
{
	background-color: inherit;
	color: #336699;
	text-decoration: none;
}

/*Styles for the contens that are displayes in side column. */
#SideContents
{
	float: right;
	width: 170px;
	color: #333300;
	padding: 0 6px 0 7px;
	line-height: 1.4em;
	font-size:0.9em
	background-color: #E1FFE1;
	border-left: 1px solid #DDD;
	text-align: left;

}

#SideContents h3
{
	color: #005A34;
	font-size: 1.1em;
	margin: 14px 0 5px 0;
	padding: 0px 0 0px 0;
	background-color: inherit;
	border-bottom: 1px solid #DDD;
}

#SideContents h2
{
	color: #4D6E8F;
	font-size: 0.9em;
	margin: 0 auto;
	padding: 0px 0 0px 0;
	background-color: inherit;
}

#SideContents p
{
	font-size: 0.8em;
	text-align: justify;
	background-color: #E1FFE1;
	color: #333300;
	margin: 0 0 6px 0;
}
#SideContents ul
{
	margin: 1px 0 1px 0;
	padding:0;
}
#SideContents li
{
	margin:0 0 0 0px;
	padding:0;
	font-size:0.8em;
}
#SideContents a
{
	text-decoration: none;
	background-color: inherit;
	color: #000066;
}

#SideContents a:hover
{
	background-color: #FFFFA3;
	color: #336699;
	text-decoration: none;
}

/*Styles for the main contets in the page. */
#MainContent
{
/*	width: 580px; */
/*	width: 760px; */
	float: left;
	margin: 0 0px 18px 10px;
	padding: 0 12px 0 10px;
	border-right: 0px solid #DDD;
	line-height: 1.6em;
	text-align: left;
}

#MainContent h2
{
	color: #000030;
	font-size: 1.5em;
	margin: 15px 5px 10px 0;
	padding: 5px 0px 5px 30px;
	background: url(images/bn_01.gif) no-repeat 2px center;
	background-color: inherit;
	text-align: center;
	border-bottom: 4px solid #C5B087;
}

#MainContent h2 a:hover { background-color: inherit; border-bottom:0; }

#MainContent h2.title {color:#303030; font-size:1.2em; text-align:left;}

#MainContent h3 { margin: 0 0 3px 0; }
#MainContent h3 {color:#004A6F; font-weight:bold; font-size:1.1em; border-bottom: 1px solid #ddd; border-left:4px solid #947B4A; padding-left:5px;}
#MainContent h3 a{text-decoration : none;}

#MainContent h4{
	text-decoration:underline;
{

}
#MainContent p
{
	color: #494949;
/*	text-align: justify;*/
	background-color: inherit;
	padding-left:24px;
}

#MainContent blockquote{
	margin-left:30px;
	padding:5px 25px 5px 5px;
	border-left:2px solid #999966;
	background-color:#FEFCDC;

}

#MainContent div.serif
{
	font-family:serif;
}
#MainContent a
{
	text-decoration: none;
	background-color: inherit;
	color: #449238;
}
#MainContent a:hover
{
	background-color: inherit;
	color: #168CB4;
	text-decoration: none;
	border-bottom:1px dashed #168cb4;
}
#MainContent img
{
	display: inline;
	color: inherit;
	background-color: inherit;
	padding:5px;
	margin:10px;
	border:1px solid #909090;
}

a img { border: none; }

#MainContent
div.box {
	border:1px solid #909090;
	margin:30px;
	padding:15px;
}

/*Styles for the page footer. */
#Footer
{
	background-color:#DDD1B9;
	color:#b0b0b0;
	clear: both;
/*	float: left;*/
	margin: 0 auto;
	padding: 8px 0 2px 0;
	border-top: 1px solid #ddd;
	width: 780px;
	text-align: center;
	font-size: 0.9em;
	line-height: 1.6em;
}

#Footer a
{
	color: #000099;
	background-color: inherit;
	text-decoration: none;
}

#Footer a:hover { text-decoration: underline; }

/*Styles for other classes. */
.AlignLeft
{
	margin: 10px 10px 5px 0;
	float: left;
}

.AlignRight
{
	margin: 10px 0 0 10px;
	float: right;
}

/* WP STYLES */
.navigation { font-size: 90%; border-bottom:0px solid #aaa; margin-bottom:1px; padding-bottom:1px;}
.alignleft { float: left; }
.alignright { float: right; }

.postmetadata
{
	border-top: 1px #bbb solid;
	text-align: right;
	font-size: 90%;
}

.post
{
	border-bottom: 0px #ddd solid;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.links , .links li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.links li ul, .links ul.indent { padding-left: 15px;}
.links a { font-weight: bold; }
.commentWrap { margin-left: 100px; }

.commentWrap .alt
{
	background-color: #dcdcdc;
	padding-left: 3px;
	padding-right: 3px;
}

.commentWrap .reg
{
	padding-left: 3px;
	padding-right: 3px;
}

.replyForm
{
	margin-top: 10px;
	padding-top: 10px;
	margin-left: 100px;
}


#sidebar ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar li
{
	margin: 0 0 0 5px;
	padding: 0;
	list-style: none;
}

#sidebar ul li ul li a { font-weight: bold; }

.borderbottom
{
	border-bottom: 1px #494949 solid;
	margin-bottom: 20px;
}

input#s
{
	width: 99px;
	color: #666;
}


/*トピックス表示 Topics*/
#toptopics {clear: both;margin: 10px;padding: 0px 10px 8px;list-style-type: none;border: 0px solid #ccc;background: inherit;}

#toptopics h3{color:#004A6F; font-weight:bold; font-size:1.1em; border-bottom: 1px solid #ddd; border-left:4px solid #947B4A; padding-left:5px;}

#toptopics h3 a{color:#004A6F;}

/*#toptopics a{font-size: 1.1em;line-height: 14px;}*/
#toptopics a:hover{color: #ee000b;text-decoration: none;}
#toptopics li {margin-bottom: 2px;padding-bottom: 1px; padding-left:14px;}
/* #toptopics li:before {content:"・";} */
#toptopics li span.date {color: #fff;font-size: smaller;background-color: #aaa;padding: 2px 4px;margin-right: 4px;}

strong{
	font-size:1.05em;
	font-weight:bold;
}

