@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:#663399;
text-decoration: underline;
}

body a:hover {
	color:#0066CC;
}

/* ■■■■■■■■■■■■■　レイアウト　■■■■■■■■■■■■■ */

/*　外枠の幅　*/

.outline {
	text-align:left;
	margin:0 auto;
	padding: 0px;
	width: 850px;
}

/*　外枠よりもbodyのほうが大きい（削除不可）　*/

body > .outline {
height: auto;
}

/*　左側：記事部　*/

#left-main {
	float: left;
	width: 630px;
}

/*　右側：リンクなど　*/

#right-menu {
	float: right;
	width: 200px;
	font-size: 90%;
}

/*　上メニュー　*/

#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:87px;
	height:35px;
	background-image:url(../img-menu/home-roll.gif);
}

/*　カーソルを合わせた時に、背景画像をずらす　*/

a:hover#home { background-position:0px -35px; }

/*　HOMEのときは、ロールオーバーしない。　*/

#home-on {
	width:87px;
	height:35px;
	background-image:url(../img-menu/home-on.gif);
}

/*--------------------　ブログ　--------------------*/

/*　通常　*/

a#office {
	width:75px;
	height:35px;
	background-image:url(../img-menu/office-roll.gif);
}

/*　カーソルを合わせた時に、背景画像をずらす　*/

a:hover#office { background-position:0px -35px; }

/*　事業所のときは、ロールオーバーしない。　*/

#office-on {
	width:75px;
	height:35px;
	background-image:url(../img-menu/office-on.gif);
}


/*--------------------　ブログ　--------------------*/

/*　通常　*/

a#blog {
	width:76px;
	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%;
}
h1 {
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
#head {
	margin-top: 14px;
	margin-bottom: 14px;
}
.margin-top-0 {
	margin-top: 0px;
}

h2 {
	font-size: 90%;
	color: #FFFFFF;
	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 a:link/*未訪問*/ {
	color: #FFFFFF;
	text-decoration: none;
}

h2 a:visited/*訪問済み*/ {
	color: #FFFFFF;
	text-decoration: none;
}

h2 a:hover/*ポイント*/ {
	color: #FFFFFF;
	text-decoration: underline;
}

h2 a:active/*選択中*/ {
	color: #FFFFFF;
	text-decoration: underline;
}

.box-word {
	padding-right: 9px;
	padding-left: 9px;
	font-size: 90%;
	line-height: 1.7em;
}

.box-rss {
	height: 100px;
	font-size: 90%;
	line-height: 1.7em;
	frameborder:"0";
	border: 0px none #FFFFFF;
	width: 626px;
}


.box {
	padding: 0px;
	border: 1px solid #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
}

.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;
}

.h2-blue {
	background-image: url(../img-same/bg-blue.gif);
	background-repeat: repeat;
}
.h-line {
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #0066CC;
	padding-bottom: 8px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-left: 0px;
}

.bg-dotline {
	background-image: url(../img-same/bg-dotline.gif);
	font-size: 13px;
	line-height: 1.7em;
}

.ul-left {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1em;
}

.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;
}
.ul-blue {
	list-style-image: url(../img-fix/ul-blue.gif);
}
.head-mes {
	font-size: 90%;
	margin-left: 15px;
	margin-top: 45px;
	margin-bottom: 0px;
	vertical-align: bottom;
}
