/*
Theme Name: JICSA
Version: 1.0
Author: Nakai System
*/
body{
	background-image:url(wavegrid.png);
	margin:0px auto 0px auto;
	font-size: 14px;
}
div#container{
	width: 840px;
	height:auto;
	margin: 0px auto 0px auto;
}
div#content{
	width: 580px;
	_width: 570px;
	float: left;
	font-family : "メイリオ", Meiryo, Arial, Helvetica, sans-serif;
}
p#pagetitle{
	width:540px;
	font-size: 14px;
	font-weight: bold;
	border: solid 1px #aaa;
	text-align: center;
	margin-top:20px;
	padding: 10px 0 10px 0;
	color: #000;/*#004ea1*/
	background-color: #fff;/*#f0f0ff*/
		-moz-border-radius: 7px;
     -webkit-border-radius: 7px;
         -ms-border-radius: 7px;
             border-radius: 7px;
	box-shadow : 1px 1px 10px 0 rgba(0, 0, 0, 0.2) inset;
}
h1{/*edit*/
	background-image: url("header3.png");
	background-repeat: no-repeat;
	width: 840px;
	height: 120px;
	margin-top: 0px;
	*margin-top: 0;
	_margin-top: 0;
	_padding-top: 0;
	margin-bottom: 20px;
	border:solid 1px #666;
		   -moz-border-bottom-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
        -ms-border-bottom-right-radius: 7px;
            border-bottom-right-radius: 7px;
	    -moz-border-bottom-left-radius: 7px;
     -webkit-border-bottom-left-radius: 7px;
         -ms-border-bottom-left-radius: 7px;
             border-bottom-left-radius: 7px;
     box-shadow : 1px 1px 5px 0 rgba(0, 0, 0, 0.4) ;
}
div.post{
	border: solid 0px #4169e1;
	padding: 8px 36px 18px 0px;/*記事領域と枠の距離*/
	margin: 10px auto 10px 0;
}
div.post h2{/*記事タイトル*/
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #d8d8d8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d8d8d8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#d8d8d8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#d8d8d8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#d8d8d8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#d8d8d8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */
border-radius : 5px;
	font-size: 15px;
	border:1px solid #777777;/*445977*/
	vertical-align:middle;
	padding: 0px 10px 7px 10px;
	margin: 0;
	box-shadow : 1px 1px 5px 0 rgba(0, 0, 0, 0.4) ;
}
div.post h2:before{/*記事タイトル*/
position:relative;
top:6px;
content: url("blog-titl.png");
}
div.post h2 a{
	color: #1e72e7;
	text-shadow:1px 1px 0px #FFF;
	text-decoration: none;
}
div.post h2 a:hover{
	text-decoration: underline;
}
div.post p{
	font-size: 14px;
	line-height:24px;
	margin-top: 20px;/*記事全体からタイトルに対して*/
	margin-bottom:0px;
}
p.postinfo{
	text-align: right;
	margin: 20px 0 0;
	clear: both;
}
p.postinfo a{
	color: #1e72e7;
	text-shadow:1px 1px 0px #FFF;
	text-decoration: none;
}
p.postinfo a:hover{
	text-decoration: underline;
}
.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
div.post img{
	border: none;
	margin-top:10px;
	margin-bottom:10px;
}
.alignleft{
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
}
.alignright{
	float: right;
	margin-left: 10px;
	margin-bottom: 2px;
}
#comments{
	clear: both;
}
div#com{
	border: solid 1px #aaaaaa;
	padding: 0 18px;
	margin-top: 45px;
	margin-bottom: 20px;
}
div#com p{
	font-size: 14px;
}
div.compost{
	border-bottom: dotted 1px #4169e1
}
p.cominfo{
	text-align: right;
}
div#com a{
	color: #1e72e7;
	text-shadow:1px 1px 0px #FFF;
	text-decoration: none;
}
div#com a:hover{
	text-decoration: underline;
}
p#comfeed a{
	color: #1e72e7;
	text-shadow:1px 1px 0px #FFF;
	text-decoration: none;
}
p#comfeed a:hover{
	text-decoration: underline;
}
p#comfeed{
	background-color: #e4e4e4;
	padding: 5px;
	margin-top: 30px;
}
p#trurl{
	background-color: #e4e4e4;
	padding: 5px;
}
#author, #email, #url{
	width: 200px;
}
textarea{
	width: 500px;
}
div#com h3{
	font-size: 14px;
	border-bottom: solid 1px #4169e1;
	padding-left: 3px;
}
.wp-caption{
	border: solid 1px #aaaaaa;
	text-align: center;
	padding-top: 5px;
	margin-top: 10px;
}
p.pagelink{
	margin-top: 0;
	padding-top: 5px;
	padding-bottom: 10px;
	*padding-bottom: 25px;
}
p.pagelink a{
	color: #1e72e7;
	text-shadow:1px 1px 0px #FFF;
	text-decoration: none;
}
p.pagelink a:hover{
	text-decoration: underline;
}
span.pageprev{
	float: left;
}
span.pagenext{
	float: right;
	padding-right:35px;
}
div#sidebar{
	margin-top: 20px;
	_margin-left: 8px;
	_padding-left: 2px;
	width: 240px;
	float: right;
	font-family : "メイリオ", Meiryo, Arial, Helvetica, sans-serif;
}
div#sidebar h2{
	background-image: url("h2bg.png");
	background-repeat: no-repeat;
	width: 240px;
	height: 30px;
	font-size: 14px;
	font-weight:400;
	padding: 4px 0 6px 10px;
	margin-top: 20px;
	margin-bottom: 0;
	color: #ffffff;
}
div#sidebar ul{
	margin: 0;
	padding: 0;
	margin-left: 15px;
}
div#sidebar li{
	list-style: none;
	background: url("arow.png") no-repeat top left;
	padding: 0px 0px 5px 30px;
	font-size: 13px;
	margin-bottom: 0px;
	font-family : Arial,"メイリオ", Meiryo, Helvetica, sans-serif;
}
div#sidebar li a{
	color: #1e72e7;
	text-shadow:1px 1px 0px #FFF;
	text-decoration: none;
}
div#sidebar li a:hover{
	text-decoration: underline;
}
div.totop{
	padding-bottom:10px;
	background: url("blog-go-home.png") no-repeat top left;
	padding: 5px 0px 7px 40px;
}
div.totop a{
	color: #1e72e7;
	text-shadow:1px 1px 0px #FFF;
	text-decoration: none;
}
div.totop a:hover{
	text-decoration: underline;
}
#wp-calendar{
	font-family : Arial,"メイリオ", Meiryo, Helvetica, sans-serif;
	font-size:16px;
	line-height:16px;
	width: 230px;
	margin: 20px 0 10px 0px;
	padding-left: 5px;
	padding-right:5px;
}
#wp-calendar a{
	color: #1e72e7;
	text-shadow:1px 1px 0px #FFF;
}
#wp-calendar td, #wp-calendar th{
	text-align: center;
}
#wp-calendar caption{/*カレンダーの上の年月*/
	background-image: url("h2bg.png");
	background-repeat: no-repeat;
	width: 240px;
	height: 30px;
	font-size: 14px;
	text-align: left;
	color: #ffffff;
	padding: 7px 0 3px 10px;
}
#wp-calendar #prev{
	text-align: left;
	padding: 3px 0 0 3px;
}
#wp-calendar #next{
	text-align: right;
	padding: 3px 3px 0 0;
}
p.feed{
	font-size: 14px;
	font-family: Verdana, sans-serif;
	border: solid 0px #aaaaaa;
	padding: 5px;
	margin-top: 30px;
}
p.feed a{
	color: #1e72e7;
	text-shadow:1px 1px 0px #FFF;
	text-decoration: none;
}
p.feed a:hover{
	text-decoration: underline;
}
p.feed img{
	vertical-align: middle;
}
div#footer{
	clear: both;
	font-weight: ;
	margin: 40px auto 0px auto;
	padding: 20px 10px 5px 20px;
	width: 840px;
	text-align: right;
	vertical-align:;
	background-color: #5070A1;
	font-size: 14px;
	color: #ffffff;
	font-family: 'arial', "MS GOTHIC", sans-serif;
	*margin-top: 0;
		   -moz-border-top-right-radius: 7px;
    -webkit-border-top-right-radius: 7px;
        -ms-border-top-right-radius: 7px;
            border-top-right-radius: 7px;
	    -moz-border-top-left-radius: 7px;
     -webkit-border-top-left-radius: 7px;
         -ms-border-top-left-radius: 7px;
             border-top-left-radius: 7px;
}
