@charset "utf-8";
/* CSS Document */

/* ■■■■■■■■■■■■■　基本　■■■■■■■■■■■■■ */

/*--------------------　body　--------------------*/

body {
	font-size: 14px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

/* サイト全体のリンク色 */

body a:link {
color:#0066CC;
text-decoration:underline;
}

body a:visited {
	color:#6F0A4E;
	text-decoration: underline;
}

body a:hover {
	color:#0066CC;
}

/* ■■■■■■■■■■■■■　レイアウト　■■■■■■■■■■■■■ */

/*　外枠の幅　*/

.outline {
	text-align:left;
	padding: 0px;
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*　外枠よりもbodyのほうが大きい（削除不可）　*/

body > .outline {
height: auto;
}
#main/*　左側：記事部　*/

 {
	float: left;
	width: 630px;
}

#left #main {
	float: right;
}
#main    p,#main   ul,#main ol {
	line-height: 1.7em;
}
.page-link {
	background-color: #EEEEEE;
	margin-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13px;
	color: #333333;
	margin-bottom: 2.5em;
}
#side-menu/*　右側：リンクなど　*/

 {
	float: right;
	width: 200px;
	font-size: 90%;
}
#left #side-menu {
	float: left;
}


/*　上メニュー　*/

#menu {
	background-color: #66CCFF;
	height: 35px;
	margin-bottom: 14px;
}

/* ■■■■■■■■■■■■■　上部メニュー　■■■■■■■■■■■■■ */

/*　メニューをリストで表示　*/

#menu ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
}

/*　各メニューを左寄せ、リストのマークをつけない、マージンなし　*/

#menu ul li {
	list-style:none;
	margin: 0px;
	float: left;
	padding: 0px;
}

/*　各メニューの文字を画面上に表示させない　*/

#menu a {
	text-indent:-1000px;
	overflow:hidden;
	display:block;
}

/*--------------------　HOME　--------------------*/

/*　通常　*/

a#home {
	width:85px;
	height:35px;
	background-image:url(../img-menu/home-roll.gif);
}

/*　カーソルを合わせた時に、背景画像をずらす　*/

a:hover#home { background-position:0px -35px; }

/*　HOMEのときは、ロールオーバーしない。　*/

#home_on {
	width:85px;
	height:35px;
	background-image:url(../img-menu/home_on.gif);
}

/*--------------------　マニフェスト　--------------------*/

/*　通常　*/

a#manifesto {
	width:188px;
	height:35px;
	background-image:url(../img-menu/manifesto-roll.gif);
}

/*　カーソルを合わせた時に、背景画像をずらす　*/

a:hover#manifesto { background-position:0px -35px; }

/*　マニフェストのときは、ロールオーバーしない。　*/

#manifesto_on {
	width:188px;
	height:35px;
	background-image:url(../img-menu/manifesto_on.gif);
}

/*--------------------　プロフィール　--------------------*/

/*　通常　*/

a#profile {
	width:121px;
	height:35px;
	background-image:url(../img-menu/profile-roll.gif);
}

/*　カーソルを合わせた時に、背景画像をずらす　*/

a:hover#profile { background-position:0px -35px; }

/*　プロフィールのときは、ロールオーバーしない。　*/

#profile_on {
	width:121px;
	height:35px;
	background-image:url(../img-menu/profile_on.gif);
}

/*--------------------　活動実績　--------------------*/

/*　通常　*/

a#activity {
	width:89px;
	height:35px;
	background-image:url(../img-menu/activity-roll.gif);
}

/*　カーソルを合わせた時に、背景画像をずらす　*/

a:hover#activity { background-position:0px -35px; }

/*　活動実績のときは、ロールオーバーしない。　*/

#activity_on {
	width:89px;
	height:35px;
	background-image:url(../img-menu/activity_on.gif);
}

/*--------------------　事業所　--------------------*/

/*　通常　*/

a#office {
	width:74px;
	height:35px;
	background-image:url(../img-menu/office-roll.gif);
}

/*　カーソルを合わせた時に、背景画像をずらす　*/

a:hover#office { background-position:0px -35px; }

/*　事業所のときは、ロールオーバーしない。　*/

#office_on {
	width:74px;
	height:35px;
	background-image:url(../img-menu/office_on.gif);
}


/*--------------------　ブログ　--------------------*/

/*　通常　*/

a#blog {
	width:74px;
	height:35px;
	background-image:url(../img-menu/blog-roll.gif);
}

/*　カーソルを合わせた時に、背景画像をずらす　*/

a:hover#blog { background-position:0px -35px; }


/* ■■■■■■■■■■■■■　汎用　■■■■■■■■■■■■■ */

/* 回り込み禁止 */

.c-both {
	clear:both;
}

.float-right{
	float: right;
}

.float-left{
	float: left;
}

.font-s {
	font-size: 90%;
}

.font-b {
	font-size: 120%;
}

.link-white a:link/*未訪問*/ {
	color: #FFFFFF;
	text-decoration: none;
}

.link-white a:visited/*訪問済み*/ {
	color: #FFFFFF;
	text-decoration: none;
}

.link-white a:hover/*ポイント*/ {
	color: #FFFFFF;
	text-decoration: underline;
}

.link-black a:active/*選択中*/ {
	color: #000000;
	text-decoration: underline;
}

.link-black a:link/*未訪問*/ {
	color: #000000;
	text-decoration: none;
}

.link-black a:visited/*訪問済み*/ {
	color: #000000;
	text-decoration: none;
}

.link-black a:hover/*ポイント*/ {
	color: #000000;
	text-decoration: underline;
}

.link-black a:active/*選択中*/ {
	color: #000000;
	text-decoration: underline;
}


.block-purple {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	border: 2px dotted #6F0A4E;
}
.bgcolor-ore {
	background-color: #FFCC00;
}

.bgcolor-pink {
	background-color: #F4519A;
}


.font-pink {
	color: #FF3333;
}
.font-bule {
	color: #003399;
}
.margin-top-0 {
	margin-top: 0px;
}
.ul-blue {
	list-style-image: url(../img-fix/ul-blue.gif);
}

.ul-left {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1em;
}


#head {
	margin-top: 14px;
	margin-bottom: 14px;
}

h1 {
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

h2 {
	font-size: 90%;
	margin: 0px;
	padding-top: 6px;
	padding-right: 9px;
	padding-bottom: 6px;
	padding-left: 9px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #666666;
	border-left-color: #FFFFFF;
	font-weight: normal;
	border-right-color: #999999;
}

.h2-right {
	background-color: #0066CC;
	padding: 0px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.h2-purple {
	background-image: url(../img-same/bg-purple.gif);
	background-repeat: repeat;
	color: #FFFFFF;
}

.h2-silver {
	background-image: url(../img-same/bn-silver.gif);
	background-repeat: repeat;
	color: #000000;
}


.h2-blue {
	background-image: url(../img-same/bg-blue.gif);
	background-repeat: repeat;
	color: #FFFFFF;
}
.h2-page {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../img/tl-bg.gif);
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
}
#main h3 {
	border-bottom-style: dashed;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	border-bottom-width: 2px;
	border-bottom-color: #0066CC;
}
.main    h4 {
	margin-left: 15px;
}



.box {
	padding: 0px;
	border: 1px solid #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
}

.box-word {
	padding-right: 9px;
	padding-left: 9px;
	font-size: 90%;
	line-height: 1.7em;
}
#box-rss {
	height: 285px;
	font-size: 90%;
	line-height: 1.7em;
	frameborder:"0";
	border: 0px none #FFFFFF;
	width: 314px;
}

.bg-dotline {
	background-image: url(../img-same/bg-dotline.gif);
	font-size: 13px;
	line-height: 1.7em;
}

.line-height {
	line-height: 1.7em;
}
.half-left {
	float: left;
	width: 48%;
}
.half-right {
	float: right;
	width: 48%;
}

#right-menu ul {
	padding: 0px;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 1.5em;
}
.head-mes {
	font-size: 90%;
	margin-left: 15px;
	margin-top: 45px;
	margin-bottom: 0px;
	vertical-align: bottom;
}

.table-dotline {


}

.table-dotline th  {
	font-weight: bold;
	font-size: 13px;
	color: #003399;
	line-height: 1.7em;
	background-image: url(../img-same/bg-dotline.gif);
	vertical-align: top;
}


.table-dotline td {
	background-image: url(../img-same/bg-dotline.gif);
	color: #333333;
	font-size: 13px;
	line-height: 1.7em;
	padding-bottom: 1.5em;
	vertical-align: top;
}
.midashi    .table-dotline   th {
	background-image: none;
	font-size: 14px;
}
#main .block {
	margin-left: 30px;
}

#midashi  .table-dotline  td {
	padding-top: 1.7em;
}
#media   .table-dotline   td {
	padding-bottom: 0px;
}

.marker {
	background-color: #99FFFF;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
	font-size: 13px;
}

.table-dotline  .icon  {
	background-image: none;
	padding-right: 1em;
	padding-top: 0px;
	padding-left: 0px;
	color: #000000;
	padding-bottom: 0px;
}

.img-right {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}

.img-left {
	float: left;
	margin-bottom: 5px;
	margin-right: 15px;
}

.img-right img {
	margin-bottom: 10px;
}

