@charset "shift_jis";

/********************************************************** 全体の初期値 */
html{
    color:#333;
	background:#FFF;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
    margin:0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding:0;
}
body {
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	letter-spacing:1px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 14px;
	line-height: 1.3em;
}
h1, h2, h3, h4, h5, h6, b, strong {
	font-weight: bold;
}
li ul, li ol {
	margin:0 0 1.5em 3em;
	_zoom:1;
}
ul, ol {
	margin:0 0 1.5em 3em;
	_zoom:1;
}
ul, ul li {
	list-style-type:disc;
}
ol, ol li {
	list-style-type:decimal;
}
dl {
	margin:0 0 1.5em 0;
}
dl dt {
	font-weight:bold;
}
dd {
	margin-left:1.5em;
}
br {
   letter-spacing:normal;
}
table{
    border-collapse:
	collapse;border-spacing:0;
}
fieldset,img{
	border:0;
}
a {
   color:#333;
   text-decoration:none;
}
a:hover {
	color:#FF3333;
	text-decoration:none;
}
* html .clearfix {
    height: 1%;
}
* + html .clearfix {
	display: inline-block;
}
.clearfix:after {
    content: &quot;.&quot;;
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .group {
    height: 1%;
}
* + html .group {
	display: inline-block;
}
.group:after {
    content: &quot;.&quot;;
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/********************************************************** ヘッダー */
#header {
	color: #333;
	clear: both;
	height: 60px;
	position:relative;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
} 
/* ヘッダー３段組み */
#headerLogo {
	width: 75px;
	float: left;
	height: 60px;
}
#headerTitle {
	font-size: 20px;
	font-weight: bold;
	width: 430px;
	float: left;
	position:absolute;
	left: 75px;
	bottom: 5px;
	padding-top: 10px;
}
#headerLink{
	font-size: 12px;
	width: 200px;
	float: right;
	position:absolute;
	bottom: 0;
	right: 0;
}
#headerTitle .sText {
	font-size: 26px;
	color: #439400;
}
#headerTitle .sText_sub{
	font-size: 12px;
	font-weight: normal;
}

/********************************************************** サイドメニュー */
#sidebar {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 205px; /* 標準に準拠したブラウザまたは Internet Explorer の標準モードでは、この div の実際の幅には、幅に加えて余白と境界線も含まれます */
	display:inline;
}
* html #sidebar{
	overflow:hidden;
}
#sidebar h2 { /* ボタンのカテゴリー　例：福島社協概要、車体整備について */
	font-size: 110%;
	color: #fff;
	font-weight: bold;
	height: 18px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	background-color: #363;
}
div#menu ul {
	margin: 0;
	padding: 0;
}
div#menu li { /* リンクボタンのデザイン */
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #85A000;
	font-size: 90%;
}
div#menu li a{ /* リンクの設定 */
	display: block;
	width: 190px;
	padding: 8px 0 6px 15px;
	color: #333;
	background-color: #E6FC7A;
}
div#menu li a:hover{ /* マウス操作の設定 */
	color: #FF3333;
	background: #DAFB3F;
}

div#sidebar .chara{ /* キャラクターベッピー */
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
}

/********************************************************** フッター */
#footer {
	clear: both;
	color: #363;
	font-size: 12px;
} 
/* 団体名 　例：福島県自動車･･･*/
#footer .title {
	font-size: 130%;
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding-right: 8px;
	padding-left: 8px;
	font-weight: bold;
}
/* 事務所のアクセス */
#footer .text {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding-right: 8px;
	padding-left: 8px;
	line-height: 1.0em;
}
/* コピーライト */
#footer .copy {
	color: #FFF;
	background-color: #363;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 11px;
	margin: 5px 0 0 0;
}
/* ページ内リンク */
#pagenailink{
	font-size: 90%;
	margin-right: 5px;
}
#pagenailink a{
	color:#999;
	text-decoration:none;
}
#pagenailink a:hover {
	color: #85A000;
	text-decoration:underline;
}

*.float
{
	float: right;
	margin-left: 1em;
}
*.floatclear
{
	clear: right;
}


.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0;
}
/* --- ニュースの「>」マーク ---*/
.m2{
	font-size: 90%;
	font-weight: bold;
	color: #FF6600;	
}
/* --- インフォメーションの「>」マーク ---*/
.m3{
	font-size: 90%;
	font-weight: bold;
	color: #D235D2;	
}
.text-green{
	font-size: 120%;
	color: #363;
	line-height: 2em;
	font-weight: bold;
}
.text-read{
	font-size: 120%;
	color: #F69;
	line-height: 2em;
	font-weight: bold;
}
.text-yellow{
	font-size: 120%;
	color: #F90;
	line-height: 2em;
	font-weight: bold;
}
