/* Edited with EditCSS */
/**** LINK-tag style sheet styles-site.css ****/

body {
	margin: 10px 0 0 0;
	padding: 0px;
	background-color: #FFFFFF;

	}

/* リンク */

a {
	text-decoration: none;

	}


a:link {
	color: #3958A2;
	}

a:visited {
	color: #3958A2;
	}

a:hover {
	color: #3958A2;
	text-decoration: underline;
	}

a:active {
	color: #3958A2;
	}

/* リンク2 */

a.category:link {
	color: #3958A2;
	}

a.category:visited {
	color: #3958A2;
	}

a.category:hover {
	color: #3958A2;
	text-decoration: none;
	}

a.category:active {
	color: #3958A2;
	}



/* リンク 3*/

a.entry:link {
	color: #6C8EBA;
	}

a.entry:visited {
	color: #6C8EBA;
	}

a.entry:hover {
	color: #6C8EBA;
	text-decoration: underline;
	}

a.entry:active {
	color: #6C8EBA;
	}


/* リンク4*/

a.title:link {
	color: #4D4D4D;
	}

a.title:visited {
	color: #4D4D4D;
	}

a.title:hover {
	color: #4D4D4D;
	text-decoration: none;
	}

a.title:active {
	color: #4D4D4D;
	}




/* ページ見出しと画像 */

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

img {
        vertical-align: middle;
        border-color: #CCCCCC;
	}



/* ページレイアウト */

#container {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 762px;
	
	background-color: #FFFFFF;
	}

 .top {
	text-align: right;
	font-size: 13px;
	padding: 10px 0 15px 0;
	}


/* ヘッダー */

#banner table {
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 150%;
	background-color: #;
	}

#banner-img {
	display: none;
	}


#banner h1 {
	margin-top: 13px;
	font-size: 25px;
	font-weight: bold;
	color: #4D4D4D;
	}

#banner h2 {
	font-size: 14px;
	color: #9A9999;
	}

/* センター */

#center {
	float: right;
	width: 550px;
	overflow: hidden;
	}

.content {
	padding: 15px 0px 0px 15px;
	background-color: #;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
	text-align: left;
	}

.content .c{
	color: #3958A2;
	font-weight: bold;
	}


.content .c1{
	color: #CC6600;
	}

.content .fw{
	color: #0000000;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	}


.content .bo1{
	border-left: #3958A2 5px solid;
	border-bottom: #3958A2 1px solid;
	}

.content .bo{
	background-image: url(img/top_1.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	padding: 0;
	line-height: 130%;
	padding: 310px 33px 0 225px;
	height: 80px;
	}


.content .bo2{
	background-image: url(img/top_rank_w.gif);
	background-repeat: no-repeat;
	font-size: 13px;
	line-height: 140%;
	padding: 10px 0 0 45px;
	height: 218px;
	}


.content .line1{
	padding: 5px;
	line-height: 140%;
	border-bottom: #737373 1px dashed;
	}


.content p {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 160%;
	text-align: left;
	margin-bottom: 10px;
	}

.content .top1 {
	font-size: 13px;
	text-align: right;
	padding: 0 0 10px 0;
	}

.content .perm {
	text-align: left;
	font-size: 13px;
	}

.content .top {
	text-align: right;
	font-size: 13px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #3958A2;
	}

.content blockquote {
	line-height: 150%;
	}

.content li {
	line-height: 150%;
	}

.content h2 {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;	
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	
	}

.content img{
	vertical-align: middle;
	}

.content h3 {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
	color: #3958A2;	
	text-align: left;
	font-weight: bold;
	padding: 5px;
	border-left: #3958A2 5px solid;
	border-bottom: #3958A2 1px dotted;	
	}


/* サイド */

#right {
	float: left;
	width: 212px;
	background-color: #FFFFFF;

	overflow: hidden;
	}

.sidebar {	
	padding: 0 15px 0 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	text-align: left;
	line-height: 100%;
	}

.sidebar h2 {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	text-align: left;
	line-height: 100%;	
	margin-top: 5px;
	padding: 2px;
	}


.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	}

.sidebar ul ul {
	margin-bottom: 0px;
	}


.sidebar li {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	text-align: left;
	line-height: 150%;	
	}

p.main-cat {
	margin-top: 17px;
	margin-bottom: 5px;
	padding-left: 20px;
	color:#000098;
	padding-left: 10px;
	padding-left: 5px;
    list-style-type: none;
    background:url(img/menu.gif) no-repeat; left center; padding-left:20px;
	}


p.menu-list {
	padding-left: 30px;
	padding-left: 10px;
	padding-left: 5px;
	list-style-type: disc;　
	}


.entryday img {
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 5px;
	}

.photo {
	text-align: left;
	margin-bottom: 20px;
	}

.link-note {
	font-family: Verdana, Arial, sans-serif;
	color: #253044;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	margin-bottom: 0px;
	}

.link-note ul {
	padding-left: 5px;
	}

.link-note ul ul {
	padding-left: 10px;
	}

.link-note li {
	list-style-type: square;
	}

.link-note li li {
	list-style-type: disc;
	}

.link-note-a {
	font-family: Verdana, Arial, sans-serif;
	color: #666666;
	font-size: x-small;
	line-height: 150%;
	text-align: ;
	padding: 2px;
	margin-left: 23%;
	margin-bottom: 15px;
	}

#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	color: #666666;
	margin-top: 50px;
	}

#sitefoot {
	font-family: Verdana, Arial, sans-serif;
	color: #666666;
	background-color: #FFFFFF;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

textarea[id="comment-text"] {
	width: 80%;
	}

.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}

/* Mac文字化け防止部分 */

textarea {
	font-family: "ヒラギノ明朝 Pro W6", "Osaka", "ＭＳ Ｐゴシック", "trebuchet MS", "trebuchet", "verdana", "arial", "sans-serif";
	}

/* 検索表示レイアウト */

/* one-column tweaks */

.layout-one-column body { min-width: 520px; }

.layout-one-column #container { 
   width: 782px; 
  color: #666666;
   font-size: small;
 padding-left: 0px;
  line-height: 140%;
  margin-right: auto;
  margin-left: auto;
}

.layout-one-column img  { vertical-align: middle; }

.layout-one-column ul {  
  padding: 10px;
}

.layout-one-column p {  
  padding: 10px;
}

.layout-one-column #banner { width: 782px; } /* necessary for ie win */

/* two-column-left tweaks */

.layout-two-column-right  #container { 
   width: 782px; 
  color: #666666;
   font-size: small;
  padding-left: 0px;
  line-height: 140%;
  margin-right: auto;
  margin-left: auto;
}

.layout-two-column-right img { vertical-align: middle; 
  padding: 5px;
}

.layout-two-column-right ul  {  
  padding: 10px;
}

.layout-two-column-right p  {  
  padding: 10px;
}

.sidebar_a {
	padding: 5px;
       margin-right: 70%;
	}

.sidebar_a h2 {
	color: #FFFFFF;
	background-color: #808000;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	
	text-align: center;
	font-weight: bold;
	
	letter-spacing: .0em;
	border: #CC6600 2px dotted;
	}

/* Entry tag display */
div.entry-tags { margin:0 0 10px 10px; }
ul.entry-tags-list {
    list-style:none;
    padding: 0px;
}
h4.entry-tags-header,
ul.entry-tags-list,
li.entry-tag { display: inline; }

/* Search results templates */
.mt-search-results .search-results-header {
    border: #CCCCCC 3px outset;
    background-color: #808000;
    color: #eee;
    padding: 5px;
}


