/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* ここからダウンロードしたテンプレートに対するCSS */
body {
	margin: 0;
	padding: 0;
	background: url(../images/new_img01.gif) repeat-x left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	text-transform: lowercase;
	font-weight: normal;
	color: #7D7D7D;
}

h1 {
	letter-spacing: -1px;
	font-size: 27px;
}

h2 {
	font-size: 17px;
}

p, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
	font-size: 11px;
}

a:link {
	text-decoration: none;
	/*color: #6DBD0B;*/ /*←緑*/
	color: #0066FF; /*←水色*/
}

a:hover, a:active {
	text-decoration: underline;
	color: #0066FF;
}

a:visited {
	color: #663399;
}

/* img {
	border: 1px dashed #86E714;
	padding: 2px;
} */

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

/* Header */

#header {
	width: 900px;
	height: 50px;
	margin: 0 auto;
}

/* Menu */

#menu {
	width: 900px;
	margin: 0;
	padding: 0;
}

#menu img {
	border-style:none;
}

#menu ul {
	float: right;
	display: block;
	margin: 0;
	padding: 0px 0 0 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu li a {
	margin-right: 3px;
	padding: 10px 10px 10px 10px;
	letter-spacing: -.5px;
	text-decoration: none;
	text-transform: lowercase;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#menu a:hover { 
	text-decoration: none;
	color: #FFFFFF;
}

#menu .current_page_item a {
	color: #FFFFFF;
}

#menu .numbertxt {
	font-size: 28px;
	/*color: #C4F28D;*/ /*←緑*/
	color: #FF99FF;
	/*←ピンク*/
}

#menu span {
	margin: 0;
	padding: 0;
}

/** LOGO */

#logo {
	/* clear: both; */
	width: 900px;
	height: 80px;
	margin: 0 auto;
	background: url(../images/new_img02.gif) no-repeat left top;
}

/* #zzz{
	display: inline;

} */


#logo h1 {
	margin: 0;
	padding: 0 0 0 75px;
	line-height: normal;
}

#logo h2 {
	margin: 0;
	padding: 0 0 0 65px;
	line-height: normal;
}


#logo h1 { }

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF;
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	float: left;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	color: #ff6699;
}

#logo p a {
	text-decoration: none;
}

#logo p a:hover { text-decoration: underline; }



/* Page */

#page {
	width: 900px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 700px;
	margin-top:10px;
}

/* Post */

.post {
	padding: 15px 15px;
}

.post .title {
	margin-bottom: 20px;
	border-bottom: 1px dotted #D1D1D1;
	background: url(../images/img04.jpg) repeat-x left bottom;
}

.post .entry {
}

.post .meta {
	height: 70px;
	padding: 40px 15px 0px 15px;
	background: url(../images/img03.jpg) repeat-x left top;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #999999;
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding: 0 20px 0 18px;
	background: url(../images/img09.gif) no-repeat left 50%;
}

.post .meta .comments {
	padding-left: 22px;
	background: url(../images/img08.gif) no-repeat left 50%;
}

.post .meta b {
	display: none;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	margin-top:60px;
}

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

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
	background: url(../images/img03.jpg) repeat-x left bottom;
	padding-bottom: 20px;
}

#sidebar li li {
	margin: 0;
	padding-left: 12px;
}

#sidebar h2 {
	padding-top: 20px;
	margin-bottom: 10px;
	background: url(../images/img04.jpg) repeat-x left bottom;
	border-bottom: 1px dotted #D1D1D1;
	font-size: 18px;
}

/* Search */

#search {
	background: url(../images/img03.jpg) repeat-x left bottom;
	margin-bottom: 20px;
}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 115px;
	margin-right: 5px;
	margin-left: 15px;
	margin-bottom: 20px;
	padding: 3px 0px 3px 15px;
	border: 1px solid #F0F0F0;
}

#x {
	margin-bottom: 20px;
	padding: 3px 3px 3px 3px;
	background: #ECECEC;
	border: none;
	text-transform: lowercase;
	font-size: 11px;
	color: #4F4F4F;
}

/* Boxes */

.box1 {
	padding: 20px;
	background: url(../images/img05.gif) no-repeat;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	background: url(../images/img10.gif) repeat-x left bottom;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */
#footer-wrap {
	width: 900px;
	height: 52px;
	margin: 0 auto;
}

#footer {
	margin: 0 auto;
	height: 52px;
	min-height: 52px;
	padding: 0;
	background: #A0A0A3 url(../images/img05.gif) repeat-x left bottom;
}

html>body #footer {
	height: auto;
}

#footer p {
}

#legal {
	clear: both;
	padding-top: 15px;
	text-align: center;
	color: #FFFFFF;
}

#legal a {
	font-weight: bold;
	color: #FFFFFF;
}

/* ここまで */

/* ここからカテゴリメニュー */


ul.arrowunderline{
list-style-type:none;
margin:0;
padding:0;
text-align:left; /* enter "left", "right", or "center" to orient the menu accordingly */
font: bold 16px MS ゴシック;
}

ul.arrowunderline li{
display:inline;
margin-right:25px; /* spacing between each menu item */
}

ul.arrowunderline li a{
position:relative;
color:black;
padding-bottom:8px; /*spacing between each menu item and arrow underline beneath it */
text-decoration:none;

}

ul.arrowunderline li a:hover{
border-bottom:3px solid #A0E4FF; /* style of arrow underline */
}

ul.arrowunderline li a:hover:after{ /* use CSS generated content to add arrow to the menu */
content:'';
width:0;
height:0;
position:absolute;
left:50%;
margin-left:-5px; /* value should match border-width below */
bottom: 0;
border-width:5px; /* value should match margin-left above */
border-style:solid;
border-color: transparent transparent #A0E4FF transparent; /* create up arrow */
}

.selected a{
border-bottom:3px solid #A0E4FF; /* style of arrow underline */

}

.selected a:after{ /* use CSS generated content to add arrow to the menu */
content:'';
width:0;
height:0;
position:absolute;
left:50%;
margin-left:-5px; /* value should match border-width below */
bottom: 0;
border-width:5px; /* value should match margin-left above */
border-style:solid;
border-color: transparent transparent #A0E4FF transparent; /* create up arrow */
}


/* ここまで */







/* 以下自分で追加 */

#birth{
	padding-left:400px;
}

#ad_top{
	margin-top:-25px;/*この設定でIE6、IE8、Fx、ChromeがOK*/
}

div.comment2-2	{
	width: 300px;
	padding: 0 15px;
	margin-bottom: -50px;
	margin-top: 15px;
}
div.comment2-2 .commentContents	{
	background: url(../images/comment3_bottom.png) no-repeat bottom;
	padding-bottom: 15px;
}
div.comment2-2 .commentContents div	{
	background: url(../images/comment3_top.png) no-repeat;
	padding: 5px 20px 0;
}
div.comment2-2 .commentContents p	{
	margin-bottom: 1.2em;
}
div.comment2-2 p.data	{
	margin-left: 5px;
}
div.comment2-2 p.data span	{
	color: #999;
}


.error_message{
	color: red;
	font-weight: bold;
}

h3 a{
	color:#999999;
}

h3 a:hover {
	color:#3366ff;
}

/* table th{
	text-align:left;
	background-color:#ccccff;
	border-top: 1px solid #0066ff;
	padding: 2px;
} */

.dishead{
	/* font-size:15px; */
	padding: 3px 0px 3px 5px;
	margin-top:10px;
	color:#999999;
	border-bottom: 1px solid #cccccc;
	border-left: 5px solid #cccccc;
}

table.article{
	width: 900px;
	margin-top:10px;
	border-collapse:collapse;
}


table.article th{
	font-weight: normal;
	text-align:left;
	padding: 3px;
	border-top: 2px dotted pink;
	border-bottom: 2px dotted pink;
	background-color:#ffDDff;
}

table.article td{
	border-bottom: 1px dotted #cccccc;
	padding-top:4px;
	padding-left:6px;
	padding-bottom:4px;
}

table.article td.tweet{
	text-align:right;
	padding-right:10px;
}

table.site_article td.tweet{
	text-align:right;
	padding-right:10px;
}

table.site_article{
	margin-top:10px;
	border-collapse:collapse;
}


table.site_article th{
	font-weight: normal;
	text-align:left;
	padding: 3px;
	border-top: 2px dotted pink;
	border-bottom: 2px dotted pink;
	background-color:#ffDDff;
}

table.site_article td{
	border-bottom: 1px dotted #cccccc;
	padding-top:4px;
	padding-left:6px;
	padding-bottom:4px;
}


th.date{
	width:75px;
}

th.tweet{
	width:55px;
}

th.betu{
	width:75px;
}


#pop_yesterday{
	float:left;
	margin-top:0px;
	padding-bottom:2px;
	width:450px;
	background: url(../images/new_img04.jpg) repeat-x left bottom;
	_margin-top:20px;
}


/* Firefox3.0以上のみ*/
#pop_yesterday ul, x:-moz-any-link, x:default{
	margin-left:-10px;
}

#pop_yesterday ul{
	list-style-image:url(../images/star.gif);
	/margin-left:20px;
	/*↑IE6,IE7のみ*/
	margin-bottom:10px;
}


#pop_yesterday h2 {
	padding-top: 20px;
	padding-bottom: 3px;
	margin-bottom: -10px;
	background: url(../images/new_img04.jpg) repeat-x left bottom;
	font-size: 15px;
	color: black;
}

#birth_left{
	float:left;
}

#birth_right{
	float:right;
}

.birth_article{
	margin-top:0px;
	padding-bottom:2px;
	width:440px;
	background: url(../images/new_img04.jpg) repeat-x left bottom;
}


/* Firefox3.0以上のみ*/
.birth_article ul, x:-moz-any-link, x:default{
	margin-left:-10px;
}

.birth_article ul{
	list-style-image:url(../images/star.gif);
	/margin-left:20px; /*IE6,IE7のみ*/
	margin-bottom:10px;
}


.birth_article h2 {
	padding-top: 20px;
	padding-bottom: 3px;
	margin-bottom: -10px;
	background: url(../images/new_img04.jpg) repeat-x left bottom;
	font-size: 15px;
	color: black;
}






/* ここからPager */
ul.pager {
      margin: 10px;
      list-style: none;
	font-style: normal;
}
ul.pager li {
      float: left;
      margin-right: 5px;
      border: 1px #0066FF solid;
      font-weight: bold;
}
ul.pager li.prev,
ul.pager li.next,
ul.pager li.dot {
      border: none;
}
ul.pager li a {
      position: relative;
      display: block;
      padding: 3px 8px;
      color: #0066FF;
}
ul.pager li a:link,
ul.pager li a:visited {
      text-decoration: none;
}
ul.pager li a:hover,
ul.pager li a:active {
      background-color: #AADDFF;
      text-decoration: none;
}
ul.pager li em {
      display: block;
      padding: 3px 8px;
      background: #3366FF;
      color: #FFFFFF;
}
/* ここまで */

.a_title{ 
	height:18px;
	font-size: 20px;
	font-weight: bold;
	text-align: left; 
	margin-top: 25px;
	margin-left: 0px;
	padding:3px 0px 10px 7px;
	border-bottom: 2px #ddd dotted;
}
	
.a_contents{ 
	font-size: 14px;
	font-weight: normal;
	line-height:140%;
	text-align: left; 
	margin-top: 10px;
	margin-left: 20px;
	padding-left: 0px;
}	

#content2{
	font-size: 15px;
}

.form{
	border: 1px solid #9DCE59;
	background-color:#F6FFEC;
	border-spacing:1px 10px;
}

table.blog_check{
	margin-top:10px;
	border-collapse:collapse;

}

table.blog_check th{
	font-weight: bold;
	text-align:left;
	padding: 3px;
	border: 2px dotted pink;
	background-color:#ffDDff;
}

table.blog_check td{
	border: 1px dotted #cccccc;
	padding-top:4px;
	padding-left:6px;
	padding-bottom:4px;
}

/*　ここからカテゴリページに表示させる広告*/
#second{
	float:right;
	margin-top:35px;
	width:420px;
}

#ad_second_left{
	float:left;
	width: 200px;
}

#ad_second_right{
	float:right;
	width: 200px;
}
/*　ここまで　*/

#birth_title{
	font-size: 30px;
	font-weight: bold;
	color: #ff6699;
	text-align:center;

}


/* ここからtopsyへのリンクボタン */

a.topsy_link {
	position: relative;
	display: inline-block;
	text-decoration: none;
	border: none;
	height: 20px;
	color: #a365ba;
	background: transparent url(../images/btn_act.gif) no-repeat 0px 0px;
	margin: 3px 10px 3px 0px;
	padding: 0px 0px 0px 10px;
}
a.topsy_link span {
	font-family: Arial, Tahoma, Helvetica, sans-serif !important;
	_position: relative;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	white-space: nowrap;
	color: #a365ba;
	background: transparent url(../images/btn_act.gif) no-repeat 100% 0px;
	margin: 0px -10px 0px -2px;
	padding: 0px 8px 0px 0px;
}
a.topsy_link:hover {
	color: #a335ba;
	background: transparent url(../images/btn_sel.gif) no-repeat 0px 0px;
}
a.topsy_link:hover span {
	color: #a335ba;
	background: transparent url(../images/btn_sel.gif) no-repeat 100% 0px;
}

/* ここまで */

#hot_title span{
	font-size: 27px;
}
#hot_title img{
	vertical-align:middle;
		margin-bottom:20px;

}

#hot_article {
	margin-top:0px;
	padding-bottom:2px;
	background: url(../images/new_img04.jpg) repeat-x left bottom;
	_margin-top:20px;
}

#hot_title{
	background: url(../images/new_img04.jpg) repeat-x left bottom;
	margin-top:20px;
}


/* Firefox3.0以上のみ*/
#hot_article ul, x:-moz-any-link, x:default{
	margin-left:20px;
}

#hot_article ul{
	list-style-image:url(../images/check.gif);
	/margin-left:50px;
	/*↑IE6,IE7のみ*/
	margin-bottom:10px;
}

#hot_article li{
	font-size: 20px;
	margin-top:20px;
	margin-bottom:20px;
}

#hot_article .top{
	font-weight: bold;
}

#ad_hot {
	margin-top:10px;
	margin-bottom:10px;
}

#hot_article .top a:link {/*未訪問のリンク*/
    color: red;
}

