@charset "shift_jis";
/*		基本設定
----------------------------------------------------*/
html {
	color:#000;
	background:#FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, blockquote, th, td {
	margin:0;
	padding:0;
}
body {
	font-size:12px;
	line-height:1.6;
	text-align:center;
	font-family: 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProW3', sans-serif;
}
img {
	border:0;
}
li {
	list-style-type:none;
}
 h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}

table {
	line-height:1.6;
	font-size:100%;
}

a, a:link {color: #C00;text-decoration: underline;}
a:hover, a:focus, a:active {color: #C00;text-decoration: none;}

/*		書体設定
----------------------------------------------------*/
p.text{
	text-align: center;
	line-height: 1.2;
	font-size: 120%;
}
p.small{
	line-height: 1.2;
	font-size: 90%;
}

.mc {
	color: #0066cc;	/*メインカラー*/
}
.red {
	color: #C00;
}

.bg_y {
	background-color: yellow;
}
.bg_g {
	padding: 2px 4px;
	color: #ffffff;
	font-weight: bold;
	background-color: #666666;
}

/*		装飾設定
----------------------------------------------------*/
hr {
	height: 4px;
	border: 0;
	background-color:#0066cc;
}
hr.simple{
	height: 1px;
	border: 0;
	background-color:#666666;
}
hr.dash{
	height:1px;
	border-width: 1px 0 0 0;
	border-style: dashed;
	border-color: #666666;
	background-color:#ffffff;
}

u.line1{
	text-decoration: none;
	border-bottom:2px #C00 solid;}
u.line2{
	text-decoration: none;
	border-bottom:1px #C00 solid;}

/*		レイアウト設定
----------------------------------------------------*/
#container {
	width:800px;
	margin:0 auto;
	text-align:center;
}
.page {
	width:776px;
	margin:0 auto;
	padding:0px;
	border:12px #CC0000 solid;
	text-align:center;
}
.newspaper {
	width:756px;
	margin:0px 10px;
	text-align:left;
}
.backlink {
	text-align:right;
	margin:10px auto 40px;
}



/*--------------------------------------------------*/
/*		ヘッダー設定
----------------------------------------------------*/
.breadcrumbs {
	padding:7px 0 0 5px;
	text-align:left;
}
/*		pdfリンク
----------------------------------------------------*/
#pdf {
	margin:20px auto;
	margin-right:20px;
	text-align:right;
}
#pdf a {
	font-size:160%;
	font-weight:bold;
}
/*--------------------------------------------------*/
/*		ヘッダー設定
----------------------------------------------------*/
/*		情報掲示
----------------------------------------------------*/
#keiji{
	margin-bottom: 40px;
	padding: 10px;
	text-align: left;
	border: 1px #cccccc solid;
	background: #eeeeee;
}
#keiji ul{
	margin: 10px 40px 0;
	text-align: left;
}



/*--------------------------------------------------*/
/*		各コンテンツ設定
----------------------------------------------------*/
/*		トップ情報
----------------------------------------------------*/
#top_info {
	margin:20px auto;
}
#top_info h1 {
	clear:both;
	padding:2px;
	margin-bottom:20px;
	font-size:600%;
	font-weight:bold;
	text-align:center;
	line-height:1;
}
#top_info h2 {
	clear:both;
	margin:0;
	padding:2px;
	font-size:300%;
	font-weight:bold;
	line-height:1;
}
#top_info p.alert {
	font-size: 130%;
}
#top_info p.date {
	text-align: right;
}
/*		各お知らせ
----------------------------------------------------*/
.info {
	margin-bottom:20px;
}
.info h3 {
	margin:20px auto 0;
	padding:6px;
	color:#ffffff;
	background-color:#0066cc;
	font-size:240%;
	font-weight:bold;
	text-align:center;
	line-height: 1;
}
.info h3.small {
	margin:0;
	padding:0 auto 6px;
	font-size:160%;
	letter-spacing: -1px;
}
.info h4 {
	clear:both;
	padding:2px;
	font-size:240%;
	font-weight:bold;
}
.info h5 {
	clear:both;
	margin:1px auto;
	font-size:200%;
	font-weight:bold;
}

.info div.box p{
	font-size: 120%;
	}
.info div.boxframe{
	padding: 10px;
	border: 2px solid #cc0000;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}


.info div.boxframe p{
	font-size: 120%;
	}
.info div.boxframe p.small{
	font-size: 90%;
	}

img.right {
	float: right;}


/*		障害のある方へ
---------------------------------*/
ul#shougai_sien{
	overflow: auto;
	margin-top: 10px;
}
#shougai_sien li{
	float: left;
	margin-right: 20px;
	font-size: 110%;
	font-weight: bold;
}

/*		所在地確認
---------------------------------*/
ul.syozai {
	margin:10px 0;
}
ul.syozai li {
	width:750px;
	margin: 0;
}
ul.syozai dt {
	margin:0;
	color:#ffffff;
	font-size:160%;
	font-weight:bold;
	text-align:center;
	background-color:#666666;
}
ul.syozai dd {
	margin:0;
	padding:10px;
	background-color: #f2ecba;
}

/*		２つボックス
---------------------------------*/
ul.box2{
	overflow: auto;
	margin:20px 0 30px 0;
}
ul.box2 li.l{
	float:left;
	clear: left;
	width:375px;
	border-right:1px #333 dotted;
	border-top: #000 1px dotted;
}
ul.box2 li.r{
	float:right;
	clear: right;
	width:380px;
	margin: 0;
	border-top: #000 1px dotted;
}

.box2 dt {
	margin:0;
	padding-left:10px;
	color:#CC0000;
	font-size:200%;
	font-weight:bold;
	text-align:left;
}

.box2 dd{
	padding:0 10px;
	margin:0 0 10px 0;
}

/*		あなたへのメッセージ
---------------------------------*/
ul.message {
	margin:0;
	background: url(../images/box1.gif);
}
ul.message li {
	width:750px;
	margin: 0;
}
ul.message dt {
	padding:3px;
	color:#ffffff;
	font-size:220%;
	font-weight:bold;
	text-align:center;
	line-height: 1;
	background-color:#0066cc;
}
ul.message dd {
	padding:10px;
	background-color: #f2ecba;
}
ul.message dd div.photo {
	float: right;
	clear: right;

	width: 200px;
	padding: 5px;
	margin-left: 10px;
	line-height: 1;
	text-align: right;
}

/*		Q&A
---------------------------------*/
.QA h3 {
	margin:20px auto 0;
	padding:3px;
	color:#ffffff;
	font-size:220%;
	font-weight:bold;
	text-align:center;
	line-height: 1;
	background-color:#0066cc;
}
.QA h5 {
	clear:both;
	margin:0 0 5px;
	padding: 0px;
	font-size:200%;
	font-weight:bold;
	border-bottom: #0066cc 2px solid;
}
.QA h5 span.Q {
	color: blue;
}
.QA dl{
	overflow: auto;
	margin: 0 0 10px;
}
.QA dt{
	margin:0 0 5px;
	padding: 0;
	color: c00;
	font-size: 140%;
	font-weight: bold;
	line-height: 1.2em;
	letter-spacing: 0.5;
}
.QA dd{
	margin:0 0 5px 30px;}

.QA dd.info{
	clear: both;
}
.QA dd.info dt{
	float: left;
	width: 140px;
	color: #000000;
	font-size: 100%;
	font-weight: normal;
}
.QA dd.info dd{
	float: right;
	margin: 0;}

/*		Q&A 右ボックス
---------------------------------*/
.QA div.r{
	float: right;
	overflow: auto;
	width: 280px;
	padding: 5px;
	margin-left: 10px;
	line-height: 1;
	border: #cccccc 1px solid;
}

/*		Q&A その他
---------------------------------*/
.QA dl.other{
	overflow: auto;
}
.QA dl.other dt{
	float: left;
	width: 55px;
	height: 55px;
	color: #ffffff;
	font-size: 100%;
	text-align: center;
	line-height: 4.5em;
	background: #0066cc;
}
.QA dl.other dd{
	margin-left: 65px;
}
