@charset "utf-8";

/*リセット*/

body, p, h1, h2, h3, h4, h5, h6, hr, ul, ol, dl, dd, form, blockquote {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
body {
	font-size: 0.9em;
	line-height: 1.5em;
	font-family: メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	color: #333;
	background-color: #fff;
}
#container {
	width: 700px;
	margin: 10px auto;
}
img {
	border-style: none;
	vertical-align: middle;
}
/* general */

em {
	font-style: normal;
	font-weight: bold;
}
a {
	text-decoration: none;
	color: #339;
}
a:visited {
	text-decoration: none;
	color: #669;
}
a:hover {
	text-decoration: underline;
	color: #693;
}
input, textarea, select {
	font-size: 0.9em;
	line-height: 0.9em;
	vertical-align: middle;
}
input.ime_act, textarea.ime_act {
	ime-mode: active;
}
input.ime_inact, textarea.ime_inact {
	ime-mode: inactive;
}
a.link, ul.link li {
	background-image: url('/images/arrow.gif');
}
a.back {
	background-image: url('/images/back.gif');
}
a.downg {
	background-image: url('/images/down_g.gif');
}
a.linkg {
	background-image: url('/images/arrow_g.gif');
}
a.link, a.back, a.downg, a.linkg {
	background-position: left 0.25em;
	background-repeat: no-repeat;
	padding-left: 1em;
}
ul.link li {
	background-position: left 0.5em;
	background-repeat: no-repeat;
	padding-left: 1em;
}
.sublink td a, a.sublink, .sublink li {
	background-image: url('/images/arrow_s.gif');
	background-repeat: no-repeat;
	padding-left: 1em;
}
.sublink td a, a.sublink {
	background-position: left 0.25em;
}
.sublink li {
	background-position: left 0.5em;
}
a.pdf {
	background-image: url('/images/pdficon_small.gif');
	background-repeat: no-repeat;
	padding-left: 1.5em;
}

/* header */

#header {
	float: left;
	width: 150px;
	height: 45px;
	margin-bottom: 10px;
}
#header h1 {
	text-indent: -9999px;
}
#header h1 a {
	display: block;
	width: 150px;
	height: 45px;
	background-image: url('/images/title_link.gif');
	background-repeat: no-repeat;
}
#header h1 a:hover {
	background-image: url('/images/title_hover.gif');
	background-repeat: no-repeat;
}

/* search */

#search {
	float: right;
	width: 550px;
	height: 45px;
	text-align: right;
	background-image: url('/images/header.gif');
	background-repeat: repeat-x;
	padding-top: 10px;
}
#search form {
	display: inline;
	padding: 0 5px;
}
a#top {
	text-decoration: none;
	color: #333;
}

/* index */

#index {
	float: left;
	width: 150px;
	margin-right: 10px;
	font-size: 0.9em;
	line-height: 1.2em;
}
#index ul {
	margin-bottom: 10px;
}
#index a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	background-color: #f0f0f0;
	background-image: url('/images/link.gif');
	background-repeat: repeat-x;
	border-left: 4px solid #448;
	padding: 4px;
}
#index ul.subindex a {
	border-left: 4px solid #9c3;
}
#index ul.feature a {
	border-left: 4px solid #f36;
}
#index a:hover, ul.feature a:hover {
	color: #fff;
	background-color: #9c3;
	background-image: url('/images/hover_g.gif');
	background-repeat: repeat-x;
}
#index ul.subindex a:hover {
	background-color: #669;
	background-image: url('/images/hover_b.gif');
	background-repeat: repeat-x;
}
#index li {
	border-bottom: 1px solid #ddd;
}

/* contents */

#contents {
	float: right;
	width: 540px;
}
#contents h2 {
	background-color: #ddd;
	background-image: url('/images/h2.gif');
	background-repeat: repeat-x;
	font-size: 1.1em;
	font-weight: bold;
	color: #333;
	border: 1px solid #ccd;
	padding: 13px 10px;
	margin-bottom: 15px;
}
#contents h2 div {
	border-left: 4px solid #449;
	padding: 8px;
}
#contents h3 {
	font-size: 1em;
	border-left: 4px solid #9c3;
	padding: 4px 8px;
	margin: 1em 0;
}
#contents h4 {
	font-size: 1em;
	margin: 0.5em 0;
}
#contents h4.fair {
	margin-top: 1.5em;
}
#contents h4.fair a {
	border-bottom: 1px solid #ccc;
	padding: 0.25em 0.5em;
	text-decoration: none;
	color: #333;
}
#contents p {
	margin: 0.75em 0;
	text-align: justify;
}
#contents div.data {
	float: left;
	width: 110px;
	font-size: 0.9em;
	line-height: 1.4em;
}
#contents div.data img {
	border: 1px solid #ccc;
	margin: 5px 0;
}
#contents div.article {
	float: right;
	width: 430px;
}
#contents div.article h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 5px 0;
}
#contents hr {
	clear: both;
	height: 1px;
	color: #ccd;
	background-color: #ccd;
	border: none;
	margin: 0.5em 0;
}
#contents img.photo {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
#contents .collation {
	float: right;
	width: 100px;
	font-size: 0.8em;
	line-height: 1.2em;
	border: 1px solid #ccc;
	padding: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}
#contents .collation img {
	border: 1px solid #ccc;
}
#contents ul.navi {
	margin-top: 5px;
	padding-top:5px;
	text-align: center;
}
#contents ul.navi li {
	display: inline;
	padding: 0 2em;
}
#contents div.cover {
	float: left;
	width: 170px;
	margin-right: 10px;
}
#contents div.cover img {
	border: 1px solid #ccc;
	margin-bottom: 5px;
}
#contents div.cover div.info {
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 0.25em 0 0.5em 0;
}
#contents div.description {
	float: right;
	width: 360px;
}
#contents div.contents {
	font-size: 0.9em;
	line-height: 1.2em;
	margin-bottom: 5px;
}
#contents div.contents span, #contents div.article span {
	color: #9c3;
}
#contents .update {
	clear: both;
	font-size: 0.9em;
	color: #666;
}
#contents p.indent {
	text-indent: 1em;
}

/* box */

#contents .box {
	background-image: url('/images/box_01.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	width: 540px;
}
#contents .box_contents {
	background-image: url('/images/box_03.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: 540px;
}
#contents .box_contents div {
	background-image: url('/images/box_02.gif');
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
}
#contents .box_contents h3 {
	margin: 0 !important;
}

/* notice */

#notice {
	float: left;
	width: 340px;
	margin-right: 10px;
	margin-bottom: 5px;
}
#notice .box {
	background-image: url('/images/box_s01.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	width: 340px;
}
#notice .box_contents {
	background-image: url('/images/box_s03.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 5px;
	margin-bottom: 5px;
	width: 340px;
}
#notice .box_contents div {
	background-image: url('/images/box_s02.gif');
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
}
div#getwell {
	margin-bottom: 0.5em;
}
div#getwell h2 {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}
#notice .box_contents h2 {
	font-size: 1em;
	font-weight: bold;
	color: #693;
}
#notice .box_contents p {
	border-top: 1px solid #cd9;
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 5px 0;
	clear: left;
}
#notice .box_contents img {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #ccc;
}

/* pickup */

#pickup {
	float: right;
	width: 190px;
	font-size: 0.9em;
	text-align: justify;
	line-height: 1.35em;
	margin-bottom: 5px;
}
#pickup h3 {
	font-size: 0.9em;
	font-weight: bold;
	color: #fff;
	background-color: #449;
	background-image: url('/images/h3_pickup.gif');
	background-repeat: repeat-x;
	text-align: center;
}
#pickup h4 {
	font-size: 0.9em;
	text-align: justify;
	margin: 5px 0;
}
#pickup p {
	clear: left;
	margin: 5px 0;
}
#pickup p img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #ccc;
}
#pickup div {
	margin-top: 10px;
}
img.rss {
	float: left;
	padding-top: 0.2em;
	margin-right: 5px;
}

/* copyright */

#copyright {
	clear: both;
	width: 700px;
	text-align: center;
	font-size: 0.9em;
	line-height: 1.4em;
	font-family: arial, helvetica, sans-serif;
	border-top: 5px solid #9c3;
	padding-top: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#copyright li {
	display: inline;
	padding: 0 1em;
}
#copyright li a {
	background-image: url('/images/arrow_s.gif');
	background-repeat: no-repeat;
	background-position: left 0.3em;
	padding-left: 1em;
}

/* table */

td, th {
	padding: 1px 10px;
}
td {
	text-align: justify;
}
th {
	white-space: nowrap;
	font-weight: bold;
	text-align: center;
}
table.border, table.confirm {
	width: 100%;
	border-collapse: collapse;
}
table.border th, table.border td {
	border: 1px solid #ccc;
}
table.border th {
	background-color: #f0f0ff;
}

/* dl */

dt {
	font-weight: bold;
	background-image: url('/images/arrow_s.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1em;
	margin-top: 0.5em;
}
dd {
	padding-left: 1em;
}
dt span {
	color: #f30;
}

