@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

body {
	overflow-x: hidden;
	margin-right: auto;
	margin-left: auto;
}

h1,h2,h3,h4,h5,h6,p,address {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

a {
	border: 0 none #fff;
}

h1 {
	font-size: 0.8em;
	color: #424242;
	font-weight: bold;
	text-align: right;
}

h2 {
	font-size: 1.2em;
	color: #212121;
	letter-spacing: 1px;
	clear: both;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 10px;
}

h3 {
	color: #223300;
	letter-spacing: 1px;
	text-shadow: #fff 1px 1px 0;
	padding-top: 4px;
	padding-left: 10px;
	font-size: 1.1em;
	clear: both;
}

a img {
	border-style: none;
}

#page {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: none;
	-webkit-box-shadow: 2px 2px 10px #000;
}

#page_img {
	width: 900px;
	text-indent: 20px;
	height: 120px;
	background: url(../images/page_img.jpg) no-repeat;
}

#page_img p {
	letter-spacing: 3px;
	color: #000;
	padding-top: 44px;
	font-size: 1.6em;
	font-weight: bold;
}

#head {
	width: 900px;
	height: 80px;
	background-image: url(../images/head.jpg);
	display: none;
}

#head p {
	text-align: right;
	font-size: 0.8em;
	padding-top: 5px;
	color: #424242;
}

#contents {
	width: 900px;
	padding-top: 10px;
	display: table;
	padding-bottom: 20px;
	background: url(../images/bg_alfa.png) repeat;
}

#sidebar {
  width: 150px;
  float: left;
}

.side-title {
  text-align: center;
  margin: 0;
  padding: 5px 0;
  background-color: #333;
  color: #eee;
}

ul.localnavi {
  font-size: 95%;
  list-style-type: none;
  margin-bottom: 20px;
}

.localnavi li { display: inline; }

.localnavi a {
	text-decoration: none;
	width: 140px;
	display: block;
	padding: 4px;
	border: 1px outset #333;
	background-color: #CCC;
	color: #333;
}

.localnavi a:hover {
	text-decoration: none;
	border: 1px outset #333;
	background-color: #903;
	color: #FFF;
}

#box {
	margin-right: auto;
	margin-left: 150px;
	width: 740px;
	display: table;
	margin-bottom: 16px;
	padding-bottom: 30px;
}

div.tag {
	background: url(../images/tag_shadow.png) no-repeat right bottom;
	height: 35px;
}

p.txt_main {
	line-height: 160%;
	font-size: 1em;
	margin: 20px 5px 15px 15px;
}

p.txt_s {
	font-size: 0.8em;
	line-height: 150%;
	text-align: right;
	margin-bottom: 20px;
	margin-top: 10px;
	margin-right: 15px;
}

div#pan {
	font: 0.8em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	margin-left: 10px;
	margin-bottom: 10px;
}