@charset "Shift_JIS";
/* 共通の設定 */

body {
	color: #333333;
	background: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
}

a:link {
	color: #0099FF;
	text-decoration: underline;
}

a:visited {
	color: #0099FF;
	text-decoration: underline;
}

a:hover {
	color: #0000FF;
	text-decoration: underline;
}

a:active {
	color: #0099FF;
	text-decoration: underline;
}

a:focus {
	color: #6666CC;
	text-decoration: underline;
}

#container {
	width: 800px;
	margin: 0 auto;
}


/*==========[汎用]==========*/
/*---テキスト---*/
.l-10-m {
	padding-left: 10px;
	line-height: 140%;
	font-size: 85%;
}

/*字下げ*/
.first {
	text-indent: 1em;
	padding-bottom: 1em;
	font-size: 85%;
}

/*グレイの太字*/
.gray {
	color: #999999;
	font-weight: bold;
	font-size: 85%;
}

/*---グレーの水平線---*/
hr.news {
	height: 1px;
	background-color: #CCCCCC;
	border: none;
	color: #CCCCCC;
}	
	
/*---フロートクリア---*/
.clear {
	clear: both;
}


/*---配列---*/
.stay-l {
	text-align: left;
}	

.stay-c {
	text-align: center;
}

.stay-r {
	text-align: right;
}

/*---上マージン---*/
.t-40 {
	margin-top: 40px;
}

.t-25 {
	margin-top: 25px;
}	

.t-15 {
	margin-top: 15px;
}

/*---見出し---*/
/*h2*/
#contents h2#h-what {
	width: 570px;
	height: 55px;
	text-align: left;
	background-image: url(../img/h_what.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
}

#contents h2#h-why {
	width: 570px;
	height: 55px;
	text-align: left;
	background-image: url(../img/h_why.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
}

#contents h2#h-concept {
	width: 570px;
	height: 55px;
	text-align: left;
	background-image: url(../img/h_concept.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
}

#contents h2#h-link {
	width: 570px;
	height: 55px;
	text-align: left;
	background-image: url(../img/h_link.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
}

/*h3*/
#contents h3.nomal {
	width: 525px;
	height: 40px;
	font-size: 125%;
	font-weight: bold;
	padding: 11px 10px 0 15px;
}

#contents .h3-box {
	width: 550px;
	height: 40px;
	margin-bottom: 10px;
	text-align: left;
	background-image:url(../img/back_h3.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/*h4*/
#contents .h4-box {
	width: 550px;
	margin-bottom: 10px;
	text-align: left;
	background-image:url(../img/back_h4.gif);
	background-repeat: repeat-y;
	background-position: left top;
	border-bottom: 1px #3ebceb solid;
}

#contents h4.nomal {
	width: 520px;
	font-size: 100%;
	font-weight: bold;
	padding: 5px 5px 0 15px;
	line-height: 140%;
}

#contents .h4-box-half {
	width: 265px;
	margin-bottom: 10px;
	text-align: left;
	background-image:url(../img/back_h4.gif);
	background-repeat: repeat-y;
	background-position: left top;
	border-bottom: 1px #3ebceb solid;
}

#contents h4.half {
	width: 245px;
	font-size: 100%;
	font-weight: bold;
	padding: 5px 5px 0 15px;
	line-height: 140%;
}

/*h5*/
#contents h5.nomal {
	background-image: url(../img/mkr_h3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	font-size: 100%;
	line-height:140%;
	margin-bottom: 15px;
}

/*---リスト---*/
/*オレンジの三角矢印つき*/
.news-list {
	margin: 20px 10px;
	font-size: 85%;
}

.news-list li {
	margin-bottom: 12px;
	background-image: url(../img/mkr_list_o.gif);
	background-repeat: no-repeat;
	background-position: 0 0.20em;
	padding-left: 25px;
	line-height: 150%;
}

/*ピンクの三角矢印つき*/
.news-list-p {
	margin: 20px 10px;
	font-size: 85%;
}

.news-list-p li {
	margin-bottom: 12px;
	background-image: url(../img/mkr_list_p.gif);
	background-repeat: no-repeat;
	background-position: 0 0.20em;
	padding-left: 25px;
	line-height: 150%;
}

/*青の矢印つき*/
.yaji-list-b {
	margin: 0 10px 20px 10px;
	font-size: 85%;
}

.yaji-list-b li {
	margin-bottom: 12px;
	background-image: url(../img/mkr_yaji.gif);
	background-repeat: no-repeat;
	background-position: 0 0.20em;
	padding-left: 25px;
	line-height: 140%;
}

/*水色の矢印(小)つき*/
.yaji-list-s {
	margin: 0 10px 20px 10px;
	font-size: 85%;
}

.yaji-list-s li {
	margin-bottom: 12px;
	background-image: url(../img/mkr_yaji_s.gif);
	background-repeat: no-repeat;
	background-position: 0 0.30em;
	padding-left: 20px;
	line-height: 140%;
}

/*外部リンク*/
.link-list {
	margin: 20px 10px;
	font-size: 85%;
}

.link-list li {
	margin-bottom: 12px;
	background-image: url(../img/mkr_link.gif);
	background-repeat: no-repeat;
	background-position: 0 0.20em;
	padding-left: 25px;
	vertical-align: middle;
	line-height: 150%;
}

/*ノーマル*/
.list-nomal {
	margin: 0 10px 10px 10px;
	font-size: 85%;
}

.list-nomal li {
	margin-bottom: 12px;
	background-image: url(../img/mkr_list_nomal.gif);
	background-repeat: no-repeat;
	background-position: 5px 0.50em;
	padding-left: 20px;
	line-height: 140%;
}

/*横並び設定*/
li.xfloat {
	width: 60px;
	float: left;
}

/*定義型リスト*/
dl.linkpage {
	margin-bottom: 20px;
}

dl.linkpage dt {
	background-image: url(../img/mkr_link.gif);
	background-repeat: no-repeat;
	background-position: 0 0.20em;
	padding-left: 25px;
}

dl.linkpage dd {
	margin-top: 10px;
	margin-left: 20px;
}

/*ボックス*/
/*リンクページ用*/
.box-b {
	width: 530px;
	font-size: 85%;
	line-height: 140%;
}

.box-b-head {
	height: 10px;
	background-image: url(../img/back_box_btop.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.box-b-main {
	padding: 0 10px;
	margin: 0;
	background-image: url(../img/back_box_bmain.gif);
	background-repeat: repeat-y;
} 

.box-b-foot {
	height: 12px;
	background-image: url(../img/back_box_bbottom.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}	 

/*その他のページ用(ロング)*/
.box-b-l {
	width: 550px;
	font-size: 85%;
	line-height: 140%;
	margin: 10px 0;
}

.box-b-head-l {
	height: 10px;
	background-image: url(../img/back_box_btop_l.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.box-b-main-l {
	padding: 0 10px;
	margin: 0;
	background-image: url(../img/back_box_bmain_l.gif);
	background-repeat: repeat-y;
} 

.box-b-foot-l {
	height: 12px;
	background-image: url(../img/back_box_bbottom_l.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}	 

/*2カラム用*/
.box-b-s {
	width: 265px;
	font-size: 85%;
	line-height: 140%;
}

.box-b-head-s {
	height: 10px;
	background-image: url(../img/back_box_btop_s.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.box-b-main-s {
	padding: 0 10px;
	margin: 0;
	background-image: url(../img/back_box_bmain_s.gif);
	background-repeat: repeat-y;
} 

.box-b-foot-s {
	height: 12px;
	background-image: url(../img/back_box_bbottom_s.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}	 

/*画像のフロート*/
.img-box {
	float: right;
	margin-left: 10px;
}

/*テキストボックス*/
#text-box {
	margin-left: 10px;
	padding: 0;
	line-height: 150%;
}

/*========================*/


/*=====[header部分の設定]=====*/
#header {
	width: 800px;
	height: 150px;
	background-image: url(../img/back_head.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 0;	
}

/*ロゴ*/
#logo {
	width: 252px;
	height: 140px;
	float: left;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0;
	padding: 0;
	text-align:left;
}

#logo h1 a{
	display: block;
	width: 252px;
	height: 140px;
	outline: none; /* リンク破線を不可視に */
	text-indent: -9999px;
}	

/*サイトマップ*/
#sitemap {
	width: 102px;
	height: 22px;
	float: right;
	margin: 118px 15px 0 0;
	text-align: left;
	background-image: url(../img/btn_sitemap.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: inline;
}

#sitemap p a{
	display: block;
	width: 102px;
	height: 22px;
	outline: none; /* リンク破線を不可視に */
	text-indent: -9999px;
}
/*========================*/

/*=====[outer部分の設定]=====*/
#outer {
	width: 800px;
	margin: 0 auto;
	background-image: url(../img/back_main.gif);/* ヘッダーより下の背景指定 */
	background-repeat: no-repeat;
	background-color: #99FFFF;
}	
/*========================*/


/*=====[main部分の設定]=====*/
#main {
	width: 760px;
	margin: 0 15px;
	padding: 10px 5px;
	background-color:#FFFFFF;
}


/*パン屑*/
#path {
	width: 760px;
	height: 25px;
	margin: 0 0 5px 0;
	background-image: url(../img/back_path.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: right;
}

#path p {
	font-size: 70%;
	padding: 5px 10px;
	line-height: 120%;
}

/*パン屑（ショート）*/
#path-s {
	width: 570px;
	height: 25px;
	margin: 0 0 5px 0;
	background-image: url(../img/back_path_s.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: right;
}

#path-s p {
	font-size: 70%;
	padding: 5px 10px;
	line-height: 120%;
}

/*---[navi]---*/
#navi {
	width: 180px;
	float: left;
	margin-bottom: 50px;
	display: inline;
}

#navi02 {
	width: 180px;
	float: left;
	margin-top: 5px;
	margin-bottom: 50px;
	display: inline;
}


/*過去の記事*//*「地域トップページ」と「過去の記事」で使用*/
#kako {
	width: 180px;
	text-align: left;
	background-image: url(../img/h_kakokiji_s.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0;
}

#kako h2 {
	text-indent: -9999px;
}

#kako ul {
	margin: 50px 0 25px 20px;
	font-size: 100%;
}

#kako ul li {
	margin-bottom: 12px;
	background-image: url(../img/mkr_yaji.gif);
	background-repeat: no-repeat;
	background-position: 0 0.25em;
	text-indent: 25px;
	line-height: 140%;
}
/*----------------*/

/*メニュー*/
#menu li {
	width: 180px;
	height: 50px;
	margin: 0 0 5px 0;
}

/* ロールオーバー */
#menu li a {
	display: block;
	width: 180px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: 0 0;
	outline: none; 
	text-indent: -9999px;
}

#menu ul li a:hover {
	background-position: 0 100%;
}

#menu li#toppage a {
	background-image: url(../img/menu_toppage.gif);
}

#menu ul li#link a {
	background-image: url(../img/menu_link.gif);
}

#menu li#what a {
	background-image: url(../img/menu_what.gif);
}

#menu ul li#why a {
	background-image: url(../img/menu_why.gif);
}

#menu ul li#concept a {
	background-image: url(../img/menu_concept.gif);
}

/* ロールオーバーなし */
#menu ul li.what-off a {
	display: block;
	width: 180px;
	height: 50px;
	background-image: url(../img/menu_what.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
	outline: none; 
	text-indent: -9999px;
}

#menu ul li.why-off a {
	display: block;
	width: 180px;
	height: 50px;
	background-image: url(../img/menu_why.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
	outline: none; 
	text-indent: -9999px;
}

#menu ul li.concept-off a {
	display: block;
	width: 180px;
	height: 50px;
	background-image: url(../img/menu_concept.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
	outline: none; 
	text-indent: -9999px;
}

#menu ul li.link-off a {
	display: block;
	width: 180px;
	height: 50px;
	background-image: url(../img/menu_link.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
	outline: none; 
	text-indent: -9999px;
}
/*----------------*/

/*---[contents]---*/
#contents {
	width: 570px;
	float: left;
	margin-left: 10px;
	margin-bottom: 50px;
}

/*一段下げる*/
.content-box {
	margin: 15px 10px 0 10px;
}	

/*2カラム*/
.half-left {
	width: 265px;
	float: left;
}	

.half-right {
	width: 265px;
	float: right;
}

/*---[footer]---*/
#footer {
	width: 760px;
	margin: 0 auto;
	padding: 3px 0;
	background-color: #0099FF;
	text-align: center;
}

#footer ul {
	margin: 0;
	padding: 0;
}	

#footer ul li{
	display: inline;
	font-size: 75%;
	color: #FFFFFF;
	padding-right: 1.5em;
}

#footer ul li.last{
	padding-right: 0;
}

#footer li a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer li a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer li a:hover {
	color: #FFCC33;
	text-decoration: none;
}

#footer li a:active {
	color: #FFCC33;
	text-decoration: underline;
}

#copyright {
	height: 40px;
	padding: 10px 15px;
	text-align: right;
}
/*----------------*/
