@charset "utf-8";
/*___________ 基本設定 ___________ */
body {
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	color: #333333;
	background-color: #EEECE9;
}
body.body02 {
	margin: 0;
	padding: 0;
	text-align:left;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	color: #333333;
	background-color: #FFFFFF;
}
#WRAP0 {
    background: url(../img-layout/bg_body.png) repeat-y top center;
}
#WRAP {
	width:900px;
	margin:0 auto;
	color:  #333333;
	background-color: #FFFFFF;
}
div {
	margin: 0;
	padding: 0;
	text-align:left;
}
p,pre {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	line-height: 140%;
	margin: 2px 0 8px 0;
	padding: 5px;
}
ol, ul {
	margin: 0;
	padding: 0;
}

li.no {
	margin: 0 0 0 20px;
	list-style-type: none;
	font-size: 12px;
	line-height: 20px;
}
li.mark {
	margin: 0 0 0 14px;
	list-style-image: url(../img-layout/ico_check01.gif);
	font-size: 12px;
}
li.namber {
    margin: 2px 0 0 40px;
    list-style-type: decimal;
	font-size: 12px;
	line-height: 18px;
}
li.maru {
   margin: 0 0 0 40px;
   list-style-type: disc;
   font-size: 12px;
   line-height: 18px;
}
li.maru02 {
   margin: 0 0 0 20px;
   list-style-type: disc;
   font-size: 12px;
   line-height: 20px;
}
li.hr-list {
    background: url(../img-layout/aicon01.png) no-repeat -4px 6px;
	font-size: 12px;
	float: left;
	list-style-type: none;
	margin: 0 7px 0 10px;
	padding: 8px 0 8px 15px;
	position: relative;
	top: 34px;
}

li.press-release {
	margin: 0;
	list-style-type: none;
	font-size: 12px;
	line-height: 150%;
}

/* ____ リンクテキスト ____ */
a {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	color: #0066CC;
	text-decoration: none;
}
a:hover,
a:active, 		/* for IE (Keyboard) */
a:focus {		/* for Netscape (Keyboard) */
	color: #00CCFF;
	text-decoration: underline;
}
a.no-link {
    color: #0066CC;
    text-decoration: none;
}
a.no-link:hover {
    color: #0066CC;
    text-decoration: none;
}
a.no-link02:link {
    color: #666666;
    text-decoration: none;
}

/* ____ 背景カラー ____ */
.bg-blue {
    background-color: #E2F1F1;
}
/* ____ テキストカラー ____ */
.red {
	color: #FF0000;
}
.blue {
	color: #0066CC;
}
.grn {
	color: #008000;
}
.ora {
	color: #FF6600;
}
.gry {
	color: #999999;
}
.wht {
	color: #FFFFFF;
}
.bg-blue {
    background-color: #F0F0F2;
}
.bg-yell {
	background-color: #FFFFF4;
	border: 1px solid #CCCC00;
	margin: 10px;
	padding: 10px;
}
/*___________ レイアウト設計 ___________ */
/*___________ 【HEADER】 ___________ */
h1 {
	font-size:12px;
	color:  #FFFFFF;
	background-color: #1C3880;
	font-weight: normal;
	margin:0;
	padding: 2px 0 2px 10px;
}
#TOP-k {
	width: 900px;
	height: 60px;
	background: url(../img-layout/header.png) no-repeat;
	position: relative;
	display: block;
}
#LOGO {
	position: absolute;
	left: 0px;
	top: 0px;
}
#MENU-HOME {
	width: 900px;
	height: 40px;
	float:left;
	margin-left: 1px;
}
#MENU {
	width: 900px;
	height: 40px;
	float:left;
}
.menu {
	float: left;
	margin: 0;
}
/*___________ 【MAIN】 ___________ */
#MAIN {
	width:900px;
	background-color: #FFFFFF;
	float:left;
}
#MAIN-PAD {
	margin: 0;
	padding: 5px;
}
/*___________ 【CONTENTS】基本設計 ___________ */
#CONTENTS {
	width:630px;
	float:right;
	margin-top: 3px;
}

.pan {
	font-size:11px;
	color: #666666;
	background-color: #F2F2F2;
}

.h2-bg {
	background: url(../img-layout/h2.png) no-repeat;
	width: 630px;
	height: 30px;
	display: block;
}

#CONTENTS h2 {
	font-size:14px;
	color: #666666;
	margin: 0;
	padding: 9px 0 7px 14px;
}

#CONTENTS h3 {
	font-size:14px;
	color: #666666;
	margin: 5px 0 0 0;
	padding: 6px 0 5px 10px;
	background: url(../img-layout/h3.png) no-repeat;
}
#CONTENTS h4 {
	font-size:14px;
	color: #666666;
	margin: 5px 0 0 15px;
	padding: 6px 0 5px 20px;
	background: url(../img-layout/h4.png) no-repeat;
}
#CONTENTS li.liseo {
    margin: 0 0 0 20px;
	list-style-type: decimal;
}

.appli-banner {
	margin: 0 0 5px 0;
}

.service-ma {
	margin: 3px 14px 5px 0;
	float: left;
}

.service-ma02 {
	margin: 3px 0 5px 0;
	float: left;
}

.z-midashi {
    background: url(../img-layout/z_title.gif) no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	padding: 5px 0 6px 18px;
	margin: 5px 0 0 0;
}
.pagetop {
	text-align: right;
	font-size: 11px;
	margin-top: 40px;
	background: url(../img-layout/ico_pagetop01.gif) no-repeat right center;
}
.pagetop-r {
	text-align: right;
	font-size: 11px;
	margin-top: 0;
	background: url(../img-layout/ico_pagetop01.gif) no-repeat right center;
}


.block-zisseki {
    display: block;
	width: 297px;
	float: left;
	margin: 0 0 0 5px;
}
.txt-zisseki {
    font-size: 12px;
	display: block;
}
.bg-career {
    background-color: #EAEAEA;
	width: 288px;
	height: 180px;
	margin: 0;
	padding: 2px;
}
li.career-imode {
    background: url(../img-layout/c-imode.png) no-repeat;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	padding: 7px 0 6px 28px;
	margin: 3px;
}
li.career-au {
    background: url(../img-layout/c-au.png) no-repeat;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	padding: 7px 0 6px 28px;
	margin: 3px;
}
li.career-sf {
    background: url(../img-layout/c-sf.png) no-repeat;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	padding: 7px 0 6px 28px;
	margin: 3px;
}
li.txt-au {
    font-size: 11px;
	list-style-type: none;
	padding: 3px;
	margin: 0 0 0 2px;
	line-height: 125%;
}
li.txt-sf {
    font-size: 11px;
	list-style-type: none;
	padding: 3px;
	margin: 0;
	line-height: 125%;
}

div.press-release-waku {
    margin: 10px 0 0 0;
	padding: 5px 0 10px;
	border: 1px solid #333333;
	width: 620px;
}
div.pr-waku-l {
    margin: 5px 0 0 30px;
	float: left;
}
div.pr-waku-r {
    margin: 5px 40px 0 0;
	float: right;
}
p.pr-txt-r {
    font-size: 11px;
	margin: 0 5px -8px 0;
	text-align: right;
}
p.pr-txt-r02 {
    font-size: 13px;
	margin: 0 5px -8px 0;
	text-align: right;
}
p.pr-txt-l {
    font-size: 13px;
	margin: 0 5px -8px 0;
	text-align: left;
}

.zisseki-waku {
	width: 288px;
	height: 141px;
	display: block;
	margin: 0 0 10px;
}

.zisseki-txt {
	font-size: 11px;
	text-align: justify;
	text-justify: inter-ideograph;
}

/*___________ 【SIDE】 ___________ */
#SIDE {
	width:250px;
	float:left;
}
#SIDE h2 {
	font-size:12px;
	color: #666666;
	line-height: 30px;
	text-align: center;
	background: url(../img-layout/side_h.png) no-repeat;
	margin: 0;
	padding: 0;
}
.side {
	background: url(../img-layout/side_f.png) no-repeat center bottom;
	margin: 0 0 10px 0;
	padding: 8px 0 10px 8px;
}
.side p {
	font-size: 12px;
	margin: 0;
	padding: 0 10px 8px 4px;
}
.side ul {
	font-size: 12px;
	margin: 0;
	padding: 0 0 4px 17px;
	list-style-type: none;
}
.cat01 li {
	margin: 0;
	padding: 3px 0 3px 0;
}
.cat01 li a {
	color: #0066CC;
	text-decoration: none;
	display: block;
	padding: 0 0 3px 3px;
}
.cat01 li a:hover,
.cat01 li a:active, 		/* for IE (Keyboard) */
.cat01 li a:focus {		/* for Netscape (Keyboard) */
	margin: 0;
	background-position: 4px center;
	text-decoration: underline;
}
.cat01 .sub a {
	font-size: 11px;
	padding: 0 0 1px 28px;
	background:url(../img-layout/li_arrow02.gif) no-repeat 2px center;
}
/*___________ 【FOOTER】 ___________ */
#F-MENU {
	margin: 0;
	padding: 20px 0 10px 0;
}
#F-MENU p {
	font-size: 12px;
	line-height: 140%;
	text-align: center;
	margin: 0;
	padding: 0;
}
#FOOTER {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	background: url(../img-layout/footer.png) no-repeat;
	width: 900px;
	height: 100px;
}
#FOOTER p {
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#FOOTER a {
	color: #FFFFFF;
	text-decoration: none;
}
#FOOTER a:hover,
#FOOTER a:active, 		/* for IE (Keyboard) */
#FOOTER a:focus {		/* for Netscape (Keyboard) */
	color: #FFFFFF;
	text-decoration: underline;
}
/*___________ 固定設定 ___________ */
/* ____ フロートボックス解除用。htmlでは<br class="clear" />で使用 ____ */
.clear {
	clear:both;
}
/*___________ テーブル設計 ___________ */
table {
   border: 1px solid #999999;
   width: 615px;
   border-collapse: collapse; 
}
th {
    background-color: #CCCCCC;
	border: 1px solid #999999;
}
td {
    background-color: #FFFFFF;
	border: 1px solid #999999;
}



/* ____ テキスト設定 ____ */
em {
	font-style: normal;
	font-weight: bold;
}
.b {
	font-weight: bold;
}
.s {
	text-decoration: line-through;
}
.u {
	text-decoration: underline;
}
.f11 {
	font-size: 11px;
	line-height:130%;
}
.f12 {
	font-size: 12px;
	line-height:140%;
}
.sf12 {
	font-size: 12px;
	line-height:140%;
	margin: 0;
}
.f14 {
	font-size: 14px;
	line-height:140%;
}
.sf14 {
	font-size: 14px;
	line-height:140%;
	margin: 0;
}
.f16 {
	font-size: 16px;
	line-height:140%;
}
.f18 {
	font-size: 18px;
	line-height:140%;
}
.f24 {
	font-size: 24px;
	line-height:140%;
}
.txt-r {
	text-align: right;
}
.center {
	text-align: center;
}

.title-service-annai {
	font-size: 14px;
	color: #000099;
	font-weight: bold;
	margin: 0;
}
.txt-service-annai {
	font-size: 12px;
	margin: 0;
	line-height: 150%;
	text-align: justify;
	text-justify: inter-ideograph;
}

/*___________ 横幅設定 ___________ */
.w120 {
    width: 120px;
}
.w290 {
    width: 290px;
}

/* ____ 余白設定 ____ */
.ma3 {
	margin: 3px;
}
.ma5 {
	margin: 5px;
}
.ma10 {
	margin: 10px;
}
.ma20 {
	margin: 20px;
}
.mt3 {
	margin-top: 3px;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt40 {
	margin-top: 40px;
}
.mt80 {
	margin-top: 80px;
}
.ml4 {
	margin-left: 4px;
}
.ml10 {
	margin-left: 10px;
}
.ml19 {
	margin-left: 19px;
}
.ml20 {
	margin-left: 20px;
}
.ml30 {
	margin-left: 30px;
}
.ml40 {
	margin-left: 40px;
}
.ml50 {
	margin-left: 50px;
}
.ml60 {
	margin-left: 60px;
}

.mb10 {
	margin-bottom: 15px;
}
/* ____ 画像設定 ____ */
img {
	border:0;
}
.flo-l {
	float: left;
	margin-right: 6px;
}
.flo-r {
	float: right;
	margin-left: 6px;
}
.img-m {
	vertical-align: middle;
}
.img-t {
	vertical-align: top;
}
/* ____ iframe設定 ____ */
iframe {
    width: 625px;
	height: 673px;
	margin: 0 0 0 2px;
}

.map {
    width: 615px;
	height: 300px;
}

.frame {
    margin-top: 0px;
    width: 626px;
	height: 340px;
	overflow: auto;
}

/* ____ flash設定 ____ */
.flash {
  width: 900px;
  height: 300px;
  background: url(../img-layout/top_bg.png) no-repeat;
}
/* ____ RSS設定 ____ */
.rss {
    margin: -25px 0 0 590px;
}

html>/**/body .rss {/*IE8*/
    margin /*\**/: -22px 0 0 590px\9;
}

*:first-child + html .rss {/*IE7*/
    margin: -20px 0 0 590px;
}

/* ____ プレスリリース設定 ____ */
.press-txt {
	font-size: 12px;
	line-height: 190%;
	text-align: justify;
	text-justify: inter-ideograph;
	width: 620px;
}

.press-txt02 {
	font-size: 13px;
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 0;
	padding: 0;
}

.press-list-midashi {
	list-style-type: none;
	font-size: 14px;
	margin: 20px 0 10px 0;
	color: #000066;
	font-weight: bold;
	width: 620px;
	padding: 0 0 3px 2px;
	border-bottom: 1px solid #999999;
}

li.press-list {
	list-style-type: disc;
	font-size: 12px;
	margin: 10px 0 10px 17px;
	line-height: 190%;
}

hr {
	width: 620px;
	margin: 10px 0 10px 5px;
	border: 1px dotted #9f9f9f;
}

.press-img {
	margin: 10px 0;
	text-align: center;
}

.press-midashi {
	font-size: 16px;
	color: #000066;
	font-weight: bold;
	text-align: center;
	margin: 10px 5px;
}

.press-sub-midashi {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	margin: 10px 5px;
}

.press-waku {
	border: 3px solid #999999;
	margin: 5px 10px;
	width: 600px;
	padding: 10px 0;
	text-align: center;
	font-size: 12px;
	line-height: 190%;
}

dt.press-dt {
	font-size: 14px;
	margin: 5px;
}

dd.press-dd {
	font-size: 12px;
	line-height: 180%;
	margin: 5px 0 15px 20px;
}

