/* 全体 -----------------------------------------------------*/

body{
	margin: 0 auto;
}

/* リンク通常時 ---------------------------------------------*/

a{
	text-decoration: underline;
}

a:link{
	color: #0033cc;
}

a:visited{
	color: #0033cc;
}

a:hover{
	color: #e64d1a;
	text-decoration: none;
}

a:active{
	color: #e64d1a;
}

a img{
	border: none;
}

/* ヘッダー -------------------------------------------------*/

#header{
	width: 100%;
	height: 50px;
	margin: 0;
	background-image: url("/graphic/bg.gif");
	background-repeat: repeat-x;
}

.logo{
	float: left;
	width: 270px;
	height: 50px;
	margin: 0;
	padding: 0;
}

.search{
	overflow: hidden; /* はみ出した内容を隠す */
	height: 50px;
	margin: 0;
	font-size: 86%;
	text-align: right;
}

.search form{
	margin: 2px 0 8px 0;
	font-size: 14px;
}

.link_img{
	vertical-align: bottom;
}

.day{
	margin: 1.5em 0 0 0;
	text-align: right;
}

.close{
	/* width: 230px; */
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

/* フッター -------------------------------------------------*/

#button{
	text-align: center;
}

#back{
	margin-bottom: 1em;
	font-size: 96%;
	text-align: right;
}

#footer{
	margin: 0;
	padding: 1px;
	font-size: 84%;
	text-align: center;
}

#address{
	margin: 5px 0;
	font-size: 96%;
	text-align: center;
	line-height: 1.4;
}

#file{
	margin: 1em 10px;
	border: solid 1px #bfbfbf;
	font-size: 90%;
}

#file ul{
	margin: 5px 5px 10px 35px;
	padding: 0;
}

#file li{
	margin: 5px 0;
	list-style-image: url("/graphic/download.gif");
}

#file p{
	margin: 8px;
}

#file p.kaitou{
	margin: 8px;
	font-size: 86%;
	text-align: right;
}

/* パンくず -------------------------------------------------*/

.bread_navi{
	clear: both;
	padding: 2px;
	font-size: 76%;
	line-height: 120%;
}

/* ページメインタイトル -------------------------------------*/

h1{
	clear: both;
	/* width: 640px; */
	margin: 1.5em auto 1em auto;
	font-size: 110%;
	text-align: center;
}

h1.radio{
	clear: both;
	width: 360px;
	margin-right: auto;
	margin-left: 0;
	font-size: 110%;
	text-align: left;
}

/* ライン ---------------------------------------------------*/

hr.line{
	clear: both;
	height: 1px;
	margin-right: 0;
	margin-left: 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #6f6f6f;
}

hr.hr1{
	clear: both;
	height: 1px;
	margin-right: 0;
	margin-left: 0;
	border-width: 1px 0 0 0;
	border-style: dotted;
	border-color: #bfbfbf;
	font-size: 90%;
}

hr.hr2{
	clear: both;
	height: 1px;
	margin-right: 0;
	margin-left: 0;
	border-width: 1px 0 0 0;
	border-style: dotted;
	border-color: #bfbfbf;
	font-size: 90%;
}

/* 前月に戻ったり翌月に進んだり -----------------------------*/

.month{
	margin: 0;
	padding: 1px;
}

.left{
	float: left;
	font-size: 90%;
}

.right{
	font-size: 90%;
	text-align: right;
}

/* テキストボックス -----------------------------------------*/

.text{
	margin: 1.5em 2.5em;
	text-align: left;
	line-height: 1.4;
}

.magazine{
	margin: 1em 2.5em;
	font-size: 100%;
	line-height: 1.4;
}

/* その他いろいろ -------------------------------------------*/

.clear{
	clear: both;
}
