@charset "shift_jis";

/* Universal selector
---------------------------------------*/
*{
	margin: 0;
	padding: 0;
	color: #444;
	line-height: 1.5;
	text-decoration: none;
	background-color: transparent;
	}

/* Structure Module
---------------------------------------*/
body {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	background: #f1f1f1 url(/images/common/body_bg.gif) repeat-y center;
	}

/* Text Module
---------------------------------------*/

p {
	margin: 10px 0 20px 0;
	}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0 0 20px 0;
	line-height: 1.1;
	font-family: "ヒラギノ角ゴシックW3" , "メイリオ" , "HGPｺﾞｼｯｸM" , "ＭＳ Ｐゴシック";
	}
h2 {
	margin: -15px 0 20px 0;
	font-size: 160%;
	color: #633;
	}
h3 {
	font-size: 140%;
	color: #633;
	}
h4 {
	font-size: 140%;
	color: #0c0;
	}
h5 {
	font-size: 140%;
	color: #fff;
	}
h6 {
	margin: 0 0 10px 20px;
	padding: 0;
	font-size: 180%;
	font-family: Helvetica;
	color: #CE1370;
	}
em {
	font-style: normal;
	font-size: 130%;
	font-weight: bold;
	}
strong {
	color: #f06;
	}
hr {
	clear: both;
	visibility: hidden;
	}

/* Hypertext Module
---------------------------------------*/
a {
	text-decoration: none;
	}
a:link,
a:visited {
	color: #c33;
	}
a:hover {
	color: #088bdd;
	text-decoration: underline;
	}

/* Image Module
---------------------------------------*/
img {
	border: 0;
	vertical-align: bottom;
	}

/* List Module
---------------------------------------*/
ul,
ol,
dl {
	margin: 1em 16px 25px 16px;
	padding: 1px 8px;
	}
li,
dt,
dd {
	margin-bottom: 5px;
	font-size: 90%;
	}
dt {
	color: #004171;
	}
/*
dd {

	}
*/
li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
	font-size:100%;
	}
li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p {
	margin: 0.4em 8px;
	}

/* Forms Module
---------------------------------------*/
fieldset {
	margin: 0;
	padding-bottom: 10px;
	border: 1px solid #ccc;
	}
legend {
	margin: 0 0 20px 0;
	padding: 0 .5em;
	color: #c33;
	background: transparent;
	font-size: 120%;
	font-weight: bold;
	}
label {
	float: left;
	width: 150px;
	padding: 0 1em;
	text-align: right;
	font-size:90%;
	}
fieldset div {
	margin-bottom: 10px;
	padding: 0;
	display: block;
	}
fieldset div input,
fieldset div textarea {
	width: 270px;
	border: 1px solid #888;
	padding: 1px;
	}
fieldset div select {
	padding: 1px;
	}
#fm-submit {
	clear: both;
	padding-top: 1em;
	text-align: center;
	}
#fm-submit input {
	border: 1px solid #ccc;
	padding: 2px 1em;
	background: #444;
	color: #fff;
	font-size: 100%;
	}
input:focus,
textarea:focus {
	background: #ffc;
	color: #000;
	}

/* layout
---------------------------------------*/
#wrapper {
	margin: 0 auto;
	width: 800px;
	background: #fff;
	}
#header {
	height: 186px;
	background: url(/images/common/head_bg.gif) no-repeat top;
	}
#sitename {
	margin-left: 25px;
	padding-top: 55px;
	}
#sitename h1 {
	margin: 3px 0 0 0;
	padding: 0;
	font-size: 100%;
	}
#sitecopy {
	margin: 15px 0 0 40px;
	}
ul#nav {
	clear: both;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 800px;
	list-style: none;
	background: url(/images/common/nav_bg.gif) no-repeat top;
	}
#nav li {
	float: left;
	white-space: nowrap;
	}
#nav li a {
	margin: 0;
	padding: 0;
	display: block;
	text-decoration: none;
	}
#content {
	padding: 20px 0;
	clear: both;
	overflow: hidden;
	width: 800px;
	background: url(/images/common/content_bg.gif) repeat-y center;
	}
#main {
	float: left;
	position: relative;
	left: 25px;
	width: 500px;
	}
#sidebar {
	float: right;
	width: 250px;
	}
#sidebar p {
	margin-left: 15px;
	margin-right: 15px;
	font-size: 80%;
	}
#sidebar ul {
	margin-left: 23px;
	}
#sidebar .minititle {
	margin: 0 15px 10px 15px;
	font-size: 12px;
	color: #888;
	}
dl.linkbanner {
	margin: 0 0 20px 15px;
	padding: 0;
	width: 219px;
	}
.linkbanner dt a img {
	border: 1px solid #fff;
	}
.linkbanner dt a:hover img {
	border: 1px solid #c33;
	}
.linkbanner dd {
	margin-bottom: 10px;
	font-size: 80%;
	}
#footer {
	clear: both;
	width: 800px;
	height: 68px;
	text-align: center;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	background: url(/images/common/footer_bg.gif) no-repeat;
	}
#footer img {
	margin-top: 25px;
	}

/* layout [index]
---------------------------------------*/
#index #header {
	height: 354px;
	background: url(/images/index/head_bg.jpg) no-repeat top;
	}
#index #sitecopy {
	margin: 50px 0 0 40px;
	}
#index #sitecopy p {
	width: 460px;
	font-size: 90%;
	line-height: 1.7;
	}

/* Images
---------------------------------------*/
.imgtop {
	margin-bottom: 20px;
	}
.imgleft {
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
	}
.imgright {
	margin-left: 15px;
	margin-bottom: 15px;
	float: right;
	}

/* List
---------------------------------------*/
ul.linklist {
	margin:  0 0 35px 0;
	padding: 0;
	clear: both;
	}
ul.linklist li {
	display: inline;
	white-space: nowrap;
	}
ul.linklist li a {
	margin-right: 10px;
	padding-right: 10px;
	font-size: 80%;
	border-right: 1px solid #ccc;
	}

ul.linelist {
	margin: 0 0 20px 0;
	padding: 0;
	width: 440px;
	list-style: none;
	overflow: hidden;
	}
.linelist .leftlist {
	margin-right: 20px;
	}
.linelist em {
	margin-top: 5px;
	display: block;
	}
.linelist li {
	float: left;
	display: inline;
	width: 210px;
	border: none;
	background: none;
	}

/* etc.
---------------------------------------*/
.line {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	}
.pagetop {
	text-align: right;
	font-size: 70%;
	font-family: arial black;
	}
dl.date {
	margin: 0 0 20px 0;
	padding: 0;
	}
.date dt {
	margin: 0;
	padding-left: 13px;
	width: 87px;
	color: #c33;
	font-size: 11px;
	line-height: 1.5em;
	background: url(/images/common/icon_bullet.gif) no-repeat 0 50%;
	}
.date dd {
	margin: -1.5em 20px 15px 100px;
	}
.minititle {
	padding: 5px 0 5px 19px;
	color: #c33;
	font-family: arial black;
	border-bottom: 2px solid #ccc;
	}
.news {
	background: url(/images/common/icon_text.gif) no-repeat 0 50%;
	}
.column {
	background: url(/images/common/icon_pen.gif) no-repeat 0 50%;
	}
.office {
	background: url(/images/common/icon_phone.gif) no-repeat 0 50%;
	}
.archive {
	background: url(/images/common/icon_archive.gif) no-repeat 0 50%;
	}
.category {
	background: url(/images/common/icon_category.gif) no-repeat 0 50%;
	}
.comments {
	background: url(/images/common/icon_comments.gif) no-repeat 0 50%;
	}
.cal {
	background: url(/images/common/icon_cal.gif) no-repeat 0 50%;
	}
.rss {
	background: url(/images/common/icon_rss.gif) no-repeat 0 50%;
	}
.books {
	background: url(/images/common/icon_books.gif) no-repeat 0 50%;
	}

