@charset "Shift_JIS";

/*
 * 横浜市 選挙管理委員会 共通基本スタイルシート
 * 2003/07/1 作成
 */

body {
	/* 基本色設定 */
	color: #000000; background-color: #FFFFFF;
	/* ヘッダのために余白を消す */
	margin: 0;
	padding: 0;
}

/* リンク関係の色設定 */
a:link    { color: #0000CC; background-color: transparent; }
a:visited { color: #800080; background-color: transparent; }
a:active  { color: #FF0033; background-color: transparent; }
a:hover   { color: #3333CC; background-color: transparent; }

/* 横浜市共通ヘッダ */
div#common-header { /* 背景画像 */
	background-image: url("/coparts/header/hdr03-bg.gif");
	background-repeat: repeat-x;
	height: 30px; /* float な要素を内包するため高さ指定必須 */
}
div#common-header a img { /* ヘッダ内のリンク画像は枠無しに */
	border: 0;
}
span#common-header-logo { /* 横浜市ロゴは左端に */
	text-align: left; /* 左寄せ */
	float: left; /* ボックス自体を左寄せ */
	width: 228px; /* float 化した要素は width 必須 */
}
span#common-header-navi { /* トップボタンと検索ボタンは右端に */
	text-align: right; /* 右寄せ */
	float: right; /* ボックス自体を右寄せ */
	width: 204px; /* float 化した要素は width 必須 */
}
span.common-header-splitter { /* リンク間の境界 */
	display: none; /* 表示不要 */
}

/* 選管ヘッダ */
div#senkan-header { /* 背景画像 */
	background-image: url("/senkyo/image/in-bk.gif");
	background-repeat: repeat-x;
	height: 58px; /* float な要素を内包するため高さ指定必須 */
}
div#senkan-header a img { /* ヘッダ内のリンク画像は枠無しに */
	border: 0;
}

/* ページ本体 */
div#body {
	clear: both; /* ヘッダ部分の float 解除 */
	margin: 0pt; /* 適当な余白を */
}

/* フォント設定 */

td {
	/* 基本フォント設定 */
	font-size: 100%; 
	line-height: 120%;
	color: #000000; 
}

.l {
	/* サイズ大 */
	font-size: 110%; 
}

.ll-b {
	/* サイズ特大 */
	font-size: 150%; 
	line-height: 140%;
	font-weight: bold;
}

.s {
	/* サイズやや小 */
	font-size: 90%; 
}

.ss {
	/* サイズ小 */
	font-size: 85%; 
	line-height: 120%;
}

.bold {
	/* 太字 */
	font-weight: bold;
}

.red {
	/* 赤文字 */
	color: #CC0000;
}

.blue {
	/* 青文字 */
	color: #000099;
}

.red-b {
	/* 赤文字 太字 */
	color: #CC0000;
	font-weight: bold;
}

.blue-b {
	color: #000099;
	font-weight: bold;
	line-height: 140%;
}

.s-red {
	/* 赤文字 サイズ小 */
	font-size: 90%; 
	color: #CC0000;
}

.s-blue {
	/* 青文字 サイズ小 */
	font-size: 90%; 
	color: #000099;
}

.s-red-b {
	/* 赤文字 太字 サイズ小 */
	font-size: 90%; 
	color: #CC0000;
	font-weight: bold;
}

.s-blue-b {
	/* 青文字 太字 サイズ小 */
	font-size: 110%; 
	color: #000099;
	font-weight: bold;
}

.l-red {
	/* 赤文字 サイズ大 */
	font-size: 110%; 
	color: #CC0000;
}

.l-blue {
	/* 青文字 サイズ大 */
	font-size: 110%; 
	color: #000099;
}

.l-red-b {
	/* 赤文字 太字 サイズ大 */
	font-size: 110%; 
	color: #CC0000;
	font-weight: bold;
}

.l-blue-b {
	/* 青文字 太字 サイズ大 */
	font-size: 110%; 
	color: #000099;
	font-weight: bold;
}

.l-navy-b {
	/* 青文字 太字 サイズ大 */
	font-size: 110%; 
	color: #003399;
	font-weight: bold;
}

.l-b {
	/* 太字 サイズ大 */
	font-size: 110%; 
	font-weight: bold;
}

/* フッタ (連絡先等記載欄) */
address {
	text-align: center; /* センタリング */
	font-size: 90%; /* サイズ小 */
	font-style: normal; /* 斜体解除 */
	line-height: 100%; /* 行間調整 */
}
.table1 {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-left-color: #000000;
}
.table2 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
}

/* 新レイアウト用 ここから*/

.main-text{
	color:#ffffff;
	font-weight:bold;
}

.main-link{
	text-decoration: none;
}
.main-orange {
	height:30px;
	background-image: url(/senkyo/image/main-orange.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0px 0px 2px 0px;
}
.main-orange-l {
	height:30px;
	width:10px;
	background-image: url(/senkyo/image/main-orange-l.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.main-orange-r {
	height:30px;
	width:14px;
	background-image: url(/senkyo/image/main-orange-r.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.main-blue {
	height:30px;
	background-image: url(/senkyo/image/main-blue.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0px 0px 2px 0px;
}
.main-blue-l {
	height:30px;
	width:10px;
	background-image: url(../image/main-blue-l.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.main-blue-r {
	height:30px;
	width:14px;
	background-image: url(/senkyo/image/main-blue-r.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.main-green {
	height:30px;
	background-image: url(/senkyo/image/main-green.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0px 0px 2px 0px;
}
.main-green-l {
	height:30px;
	width:10px;
	background-image: url(/senkyo/image/main-green-l.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.main-green-r {
	height:30px;
	width:14px;
	background-image: url(/senkyo/image/main-green-r.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.sub-green {
	height:47px;
	background-image: url(/senkyo/image/sub-green.jpg);
}
.sub-green-l {
	height:47px;
	width:12px;
	background-image: url(/senkyo/image/sub-green-l.jpg);
}
.sub-green-r {
	height:47px;
	width:12px;
	background-image: url(/senkyo/image/sub-green-r.jpg);
}

.sub-edge {
	width:5px;
	height:5px;
}
.sub-ud {
	width:160px;
	height:5px;
}
.sub-lr {
	width:5px;
	height:36px;
}
.sub-title-text{
	color:#ffffff;
	font-weight:bold;
	text-align: center;
	font-size: 140%;
}

table.sub-menu{
	border-collapse:
	collapse; width:
	80%; align: center;
}
td.sub-menu{
	padding: 5px;
	background-color:#EECE32;
	text-align: center;
	width: 100%;
}
a.sub-menu{
	color:#000000;
	font-weight:bold;
	text-align: center;
	font-size: 140%;
	text-decoration: none;
}

/* 新レイアウト用 ここまで*/
