@charset "utf-8";

/********* HTMLリセット *********************************************/

body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, pre, blockquote, th, td, form, fieldset, input, textarea {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
em, strong, code, address, th {
	font-weight: normal;
	font-style: normal;
}
ul, ol {
	list-style: none;
}
q:before, q:after {
	content: "";
}
abbr, acronym {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	text-align: left;
}
fieldset, img {
	border: 0;
}

/********* HTML再定義 ***********************************************/

body {
	line-height: 1.4;
	margin: 0 auto;
	padding: 0;
	color: #000000;
	font-size: 100%;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	background:url(../images/background_repeat.jpg);
}

h1 {
	display:none;
}
h2 {
	text-indent:-9999px;
}
h3 {
	font-size:1.5em;
	font-weight: bold;
	border-bottom:solid 1px #A59F80;
}
h4{
	margin:10px 0 0 0;
	text-align:center;
}
h5, h6 {
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size:1.1em;
}

p {
	margin: 10px 0;
}
em, strong {
	font-style: normal;
	font-weight: bold;
}
ul {
	margin: 10px 20px;
}
ul li {
	text-indent:none;
}
ol {
	margin: 10px 30px;
}
ol li {
	list-style: decimal;
}
dl {
	margin: 10px 0;
}
dl dd {
	margin-left: 30px;
}
pre {
	overflow: auto;
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #DDDDDD;
}
code {
	color: #000080;
}
pre, code {
	line-height: 1.2;
	font-size: 100%;
	font-family: "ＭＳ ゴシック", monospace;
}
blockquote {
	overflow: auto;
	margin: 10px 0;
	padding: 0 15px;
	border-left: 2px solid #7777AA;
}
blockquote div, blockquote p, blockquote li, blockquote dt, blockquote dd {
	color: #777777;
}
address {
	padding-top: 10px;
	border-top: 1px solid #999999;
}

table {
	margin: 15px 0;
	border: 1px solid #666666;
}
table tr th {
	padding: 5px;
	border: 1px solid #AAAAAA;
	background-color: #EEEEEE;
	font-weight: bold;
	text-align: center;
}
table tr td {
	padding: 5px;
	border: 1px solid #AAAAAA;
}
table tr td input {
	margin: -2px 0;
}

form legend {
	display: none;
}
form input, form textarea {
	padding: 1px;
}
form dl dt {
	float: left;
	clear: left;
	width: 6em;
}
form ul {
	margin: 15px 0px;
}
form ul li {
	list-style: none;
}
form p input {
	padding: 2px;
}
img {
	vertical-align: middle;
	margin: auto 1px;
}

a:link, a:visited {
	color: #1e4b83;
	text-decoration:none;
}
a:active, a:hover {
	color: #1e4b83;
	text-decoration: underline;
}

/********* 基本構造 *************************************************/

div#container {
	width: 980px;
	margin: 0 auto;
	padding: 0;
}

div#header{
	height:150px;
	background:url(../images/header.jpg);
}

div#menu {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

div#left{
	width:190px;
	float:left;
	background:#ffffff;
}

div#left ul{
	margin:0 10px 0 30px;
	padding:0;
}

div#left ul li{
	margin:5px 0;
	padding:0;
	font-size:0.9em;
	line-height:1.5em;
	list-style:disc;
}

div#left p{
	margin:0 0 50px 15px;
}

div#center{
	margin:0 5px;
	width:590px;
	float:left;
	background:#ffffff;
}

div#right{
	margin:0;
	width:190px;
	float:right;
	background:#ffffff;
}

div#right ul{
	margin:0 10px 0 30px;
	padding:0;
}

div#right ul li{
	margin:5px 0;
	padding:0;
	font-size:0.9em;
	line-height:1.5em;
	list-style:disc;
}

div#right p{
	margin:15px 0 50px 25px;
}


div#work {
	margin-bottom: 20px;
}

/********* 共通クラス *************************************************/

.hidden{
	display:none;
}

.new_article{
	margin:20px 0 0 0;
	width:100%;
	height:40px;
	background:url(../images/new_article.jpg) no-repeat center center;
}

.archive{
	margin:20px 0 0 0;
	width:100%;
	height:40px;
	background:url(../images/archive.jpg) no-repeat center center;
}

.calender_head{
	margin:20px 0 0 0;
	width:100%;
	height:40px;
	background:url(../images/calender.jpg) no-repeat center center;
}

.search{
	margin:20px 0 0 0;
	width:100%;
	height:40px;
	background:url(../images/search.jpg) no-repeat center center;
}

.tag_article{
	margin:20px 0 0 0;
	width:100%;
	height:40px;
	background:url(../images/category.jpg) no-repeat center center;
}

.navigator{
	margin:20px 0 0 0;
	width:100%;
	height:40px;
	background:url(../images/navigator.jpg) no-repeat center center;
}

.search_keyword{
	margin:0 0 0 -5px;
	width:100px;
}

.search_submit{
	margin:0 0 0 5px;
	width:40px;
}

.rss{
	margin:0;
	padding:0 0 0 40px;
}
/********* メニュー *************************************************/

div#menu h2 {
	display: none;
}
div#menu ul {
	margin: 5px 0;
}
div#menu ul li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}

/********* 記事一覧 *************************************************/

div#article h2 {
	display: none;
}
div#article div.article {
	margin: 0 10px 15px 0;
	padding: 10px 50px;
}
div#article ul.info {
	margin: 0;
	text-align: right;
}
div#article ul.info li {
	display: inline;
	margin-left: 5px;
}
div#describe{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	margin:0 0 5px 0;
	width:940px;
	padding:20px;
	color:#FFFFFF;
	background:#7e553a;
}

div#describe p{
	margin:0;
	padding:0;
	text-align:justify;
	font-size:1.1em;
	line-height:1.2em;
}

/********* コメント一覧 *********************************************/

div#comment ul.info {
	margin: 0;
	text-align: right;
}
div#comment ul.info li {
	display: inline;
}

/********* トラックバック一覧 ***************************************/

div#trackback ul.info {
	margin: 0;
	text-align: right;
}
div#trackback ul.info li {
	display: inline;
}

/********* ページ移動 ***********************************************/

div#page h2 {
	display: none;
}
div#page ul {
	margin: 5px 0;
}
div#page ul li {
	display: inline;
	margin-right: 10px;
}

/********* ナビゲーション *******************************************/

div#navi{
	margin:0 0 10px 0;
}

div#navi h2 {
	display: none;
}
div#navi ul {
	margin: 5px 0;
	text-align: center;
}
div#navi ul li {
	display: inline;
	margin-left: 5px;
}

/********* 処理選択 *************************************************/

div#work form {
	margin: 10px 0;
}
div#work form dl dt {
	display: none;
}
div#work form dl dd {
	margin: 0;
}

/********* 設定編集 *************************************************/

div#config form div.data {
	margin-bottom: 20px;
}
div#config form div.data h3 {
	margin: 20px 0 15px 0;
	padding: 3px;
	background-color: #EEEEEE;
}
div#config form div.data p.comment {
	margin: 0 3px 3px 3px;
}
div#config form div.data p.config {
	margin: 0 3px 10px 3px;
}

/********* 個別指定 *************************************************/

.attention {
	color: #FF0000;
	font-weight: bold;
}

/********* IE6用設定 ************************************************/

* html body {
	text-align: center;
}
* html body div#container {
	width: 980px;
	text-align: left;
	background:#ffffff;
}
* html body pre {
	width: 100%;
}
* html body table tr th, * html body table tr td {
	font-size: 80%;
}

/********* カレンダー設定 ************************************************/

table.calender {
	margin: 0 auto;
	border: 0px solid #000000;
}
table.calender tr th, table.calender tr td {
	padding: 2px 3px;
	border: 0px solid #000000;
	background-color: #ffffff;
	font-weight: normal;
	text-align: center;
}
table.calender tr td span.day {
	color: #222222;
}
table.calender tr td span.satday {
	color: #2222CC;
}
table.calender tr td span.sunday {
	color: #CC2222;
}
ul.calender {
	margin: 10px 0 20px 0;
}
ul.calender li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}

/********* 記事用タグ ************************************************/

span img{
	margin:5px 0 0 0;
	float:left;
}

div strong{
	float:left;
	color:#30F;
}

table,tr,td{
	border:none;
}