﻿@charset "utf-8";

/* 初期設定 */
html,body,div,span,applet,object,iframe,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,
address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,
var,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tbody,tfoot,thead {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	text-align:inherit;
	text-decoration:inherit;
	font-weight:inherit;
	font-style:inherit;
	line-height:inherit;
}
html {
	overflow-y:scroll;
}
body {
	font-family:"メイリオ","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro";
	font-size:62.5%;
	line-height:1.6;
	text-align:left;
	text-decoration:none;
	font-weight:100;
	font-style:normal;
}

/* ベース */
body {	/* 背景をグレーに */
	background-color:#E1E1E1;
}
#outline {	/* 大枠を指定 */
	width:860px;
	margin:0 auto;
	background-color:#FFF;
}
#outline a {	/* その中のリンク色指定、下線非表示 */
	color:#2A4DB2;
	text-decoration:none;
}
#outline a:hover {	/* マウスを重ねると下線を表示 */
	text-decoration:underline;
}
#content {	/* メインコンテンツ */
	float:left;
	width:635px;
	padding-top:8px;
	color:#333;
	font-size:1.2em;
}
#side {	/* サイドメニュー */
	float:left;
	width:180px;
	padding:8px 10px 0 10px;
	position:relative;
	z-index:3;
}

/* サブメニュー */
#sub01 {
	width:160px;
	position:absolute;
	left:190px;
	top:8px;
	visibility:hidden;
	z-index:2;
}
#sub02 {
	width:160px;
	position:absolute;
	left:190px;
	top:132px;
	visibility:hidden;
	z-index:2;
}
#sub03 {
	width:160px;
	position:absolute;
	left:190px;
	top:70px;
	visibility:hidden;
	z-index:2;
}
#sub04 {
	width:160px;
	position:absolute;
	left:190px;
	top:100px;
	visibility:hidden;
	z-index:2;
}
#sub05 {
	width:160px;
	position:absolute;
	left:190px;
	top:131px;
	visibility:hidden;
	z-index:2;
}

/* その他 */
#pan {	/* パンくず */
	margin:5px 0 0 20px;
	font-size:120%;
}
#bottom {	/* コンテンツ下部 */
	clear:both;
	margin-left:200px;
	width:635px;
}
#pagetop {	/* ページ上部へ */
	width:100%;
	text-align:right;
	margin:30px 0;
}
.clear {	/* フロートの解除 */
	clear:both;
}

/* コンテンツ */
.inner {	/* 内側に余白 */
	display:block;
	padding:5px;
}
.center {	/* 横方向センター揃え */
	margin:0 auto;
}
.centerVertical {	/* 縦方向センター揃え */
	vertical-align:middle;
}
.right {	/* 右揃え */
	text-align:right;
	margin-right:10px;
}
.bigBlack {	/* 大きな文字（黒） */
	font-size:120%;
	font-weight:bold;
}
.bigBlue {	/* 大きな文字（青） */
	font-size:120%;
	font-weight:bold;
	color:#2a60bd;
}
.small {
	font-size:80%;
}
.borderBlue {			/* 青枠のテーブル */
	border:#bdcbd6 1px solid;
	border-collapse:collapse;
}
.borderBlue td {	/* 青枠のテーブル */
	border:#bdcbd6 1px solid;
}
.borderBlueOut {	/* 青枠のテーブル（外枠のみ） */
	border:#bdcbd6 1px solid;
	margin-top:20px;
}
.borderDouble {		/* 青枠のテーブル（外枠のみ二重） */
	border:#5c82cf double;
	margin-top:10px;
}
.halfBox {	/* ハーフサイズのボックス */
	width:305px;
	border:#bdcbd6 1px solid;
}
.halfBox p.text {	/* その中のテキスト */
	padding:10px 15px 20px 15px;
}
.halfBox p.button {	/* その中のボタン */
	text-align:center;
	margin-bottom:12px;
}
.halfBg {
	background:url(../images/distributor/head.png) no-repeat;
	font-size:120%;
	font-weight:bold;
	text-indent:7px;
}
.topicBg {	/* トピック背景 */
	background:url(../images/top/topicBg.png) repeat-x bottom;
}
.topicBg img {	/* トピック画像 */
	margin-left:3px;
}
.marginTop10 {	/* 上に余白10px */
	margin-top:10px;
}
.marginTop20 {	/* 上に余白20px */
	margin-top:20px;
}

.marginTop30 {	/* 上に余白30px */
	margin-top:30px;
}
.marginTop40 {	/* 上に余白40px */
	margin-top:40px;
}
/* h2 パンくずリスト用 */
h2.in{
display:inline; /* 改行無効 */
}

/* OCWページ用 */
.boxBg {
	/* background:url(../images/opencubeworkflow/cntBg.gif) left top no-repeat; */
	margin-top:10px;
	padding:5px 20px 5px 30px;
}
ul.boxList li {
	list-style:none;
	background:url(../images/opencubeworkflow/chip.gif) left top no-repeat;
	padding:0 0 0 14px;
	margin:0 0 5px 10px;
}

/* h1追加 */
h1
{
	margin:5px 5px 0 10px;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	text-align:right;
	text-decoration:inherit;
	font-weight:inherit;
	font-style:inherit;
	line-height:inherit;
}
/* OCWページ */
table.ocwtable {
	font-family:"メイリオ","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro";
	font-size:9pt;
	line-height:1.2em;
	text-align:left;
	text-decoration:none;
	font-weight:bold;
	font-style:normal;
	vertical-align:top;
}

/* seminar info用リスト */
ul, ol{
	margin:auto -3em 1em 0;
	padding:0;
	position:relative;
	left:-3em;
	overflow:hidden;
	list-style-type: square;

}

li{
	margin-top:0.25em;
	margin-bottom:0.25em;
}

ul ul, ul ol,
ol ol, ol ul{
	margin-left:1em;
	padding-left:0;
	list-style-type: none;

}

ul li, ol li{
	margin-left:5em;
}

li li{
	margin-left:1em;
}

/* seminar info tittle */
h3,p.tittle{
	color: rgb(51, 51, 51);
	font-family: メイリオ, 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro';
	font-size: 14px;
	font-weight: bold;
	line-height: 23px;
	text-align: left;
	vertical-align:middle;
	border-collapse: separate;
}
p.tittle02{
	color: rgb(51, 51, 51);
	font-family: メイリオ, 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro';
	font-size: 12px;
	line-height: 23px;
	text-align: left;
	vertical-align:middle;
	border-collapse: separate;
}


/* introduceページ 本文内リスト */
ul, ol.bodytext{
	margin:0.5em -3em 0.5em 0;
	padding:0;
	position:relative;
	left:-3em;
	overflow:hidden;
	list-style-type: square;

}

li.bodytext{
	margin-top:0.25em;
	margin-bottom:0.25em;
}

ul ul, ul ol,
ol ol, ol ul.bodytext{
	margin-left:1em;
	padding-left:0;
	list-style-type: none;

}

ul li, ol li.bodytext{
	margin-left:5em;
}

li li.bodytext{
	margin-left:1em;
}

/* introduceページ 本文 */
.innerin {	/* 内側に余白 */
	display:block;
	padding:32px 3px 24px 5px;
}

.innerin02 {	/* 内側に余白 */
	display:block;
	padding:48px 3px 24px 5px;
}

.subbg{
	position: absolute;
	z-index:0;
	}

.subtittle01{
	font-family:"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro";
	font-size:13px;
	color:#444444;
	font-weight:bold;
	position:absolute;
	line-height:1.3em;
	width:625px;
	height:30px;
	padding:5px 0px 0px 11px;
	vertical-align:middle;
}
.subtittle02{
	font-family:"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro";
	font-size:13px;
	color:#444444;
	font-weight:bold;
	position:absolute;
	line-height:1.3em;
	width:625px;
	height:47px;
	padding:5px 0px 0px 11px;
	vertical-align:middle;
}

.h2int{
	font-family:"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro";
	background-image:url('../images/introduce/01/mainbg01.png');
	background-repeat:no-repeat;
	font-size:15px;
	color:#444444;
	font-weight:bold;
	position: absolute;
	line-height:1.3em;
	width:635px;
	height:35px;
	padding:5px 0px 0px 13px;
	vertical-align:middle;
	z-index:1;
}

.h3int{
	font-family:"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro";
	background-image:url('../images/introduce/01/subbg01.png');
	background-repeat:no-repeat;
	font-size:13px;
	color:#444444;
	font-weight:bold;
	line-height:1.3em;
	width:635px;
	height:23px;
	padding:6px 0px 0px 13px;
	vertical-align:middle;
	z-index:1;
}




/* topページ */
.headbg{
	position: absolute;
	}

h2.headtittle{
	font-family:"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro";
	font-size:13px;
	color:#444444;
	font-weight:bold;
	position:absolute;
	width:410px;
	height:27px;
	margin-top:2px;
	padding:0px 0px 0px 8px;

}

/* tableセンタリング */
table.center{
	margin-left : auto ;
	margin-right : auto ;
	}

/* News */
#news{
	float:left;
	width:410px;
	margin-top:8px;
	color:#333;
	font-size:9pt;
}

/* Topic */
#topic{
	float:left;
	width:220px;
	margin-top:5px;
	margin-left:5px;
	color:#333;
	font-size:9pt;
}

/* OCWページ box */
div.boxocw01{
border:0px;
height:256px;
background-color:#fff8d8;
width:635px;
z-index:0;
}
div.boxocw02{
border:0px;
float:left;
width:237px;
height:220px;
text-align:center;
margin:20px 0 0 9px;
z-index:1;
}
div.boxocw03{
border:0px;
float:right;
width:370px;
height:72px;
margin:9px 9px 0 5px;
padding-left:5px;

    z-index:1;

}
div.clear{
	clear:both;
}
div.subboxocw{
	border:0px;
	float:left;
	background-color:#FFFFFF;
	width:273px;
	height:62px;
	padding:5px 5px 5px 5px;
	font-family:"メイリオ","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro";
	font-size:9pt;
	line-height:1.2em;
	text-align:left;
	text-decoration:none;
	font-weight:bold;
	font-style:normal;
	margin:1px 0 0 4px;
	z-index:2;
}
div.ocwtitlebox{
	border:0px;
	overflow:hidden;/* floatをclear */ 
	width:635px;
	position: relative; /* プレビュー用 */
}


div.ocwlinkbox01{
	border:0px;
	overflow:hidden;/* floatをclear */ 
	width:625px;
	margin:8px 0 8px 10px;
	position: relative; /* プレビュー用 */
}


div.ocwlinkbox02{
	border:0px;
	float:left;
	width:300px;
	margin:5px 5px 0 5px;
}


div.ocwlinkbox03{
	border:0px;
	overflow:hidden;/* floatをclear */ 
	width:600px;
	margin:8px 0 8px 26px;
	position: relative; /* プレビュー用 */
}

div.ocwlinkbox04{
	border:0px;
	float:left;
	width:290px;
	margin:5px 5px 0 -2px;
}

.ocwlinkbox0402{
	width:633px;
	height:80px;
	border:0;
	background-image:url('../images/opencubeworkflow/ocwlinkbaner.png');
	background-repeat:no-repeat;
	margin:9px 0 0 0;

}

/* ocwページ img */
a img.op {
filter: Alpha(Opacity=60);
}
a:hover img.op {filter: Alpha(Opacity=100);
}

/* ocw gradation */
html[xmlns] div.background_ffffff_ffefb1_h66{
	background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABCCAYAAACW2bxLAAAAyElEQVQYlT3E2UoWAQAG0O/93yYyCzOjBUnFNsoUTTEzKotZnPWf5XTXuTixrmJdxDqLdRLLKJZBLL1YOrG0Ym7EXIu5EnMppkJMf8X0R0x3YvNbbH6JzU+x+SHGWzF+F+ONGL+J4VoMV2K4FMNX0V+I/lz0Z6I/Fd0X0Z2I7rPoPon2o2g/iPa9aN+J9q1ojkVzJJpD0RyI+zfifv9/r0X9StQvRf1C1M9FtSeqZ6LaFdVTUe6I8okoH4tyWxSPRLElioeieOAfOKb6rCzV360AAAAASUVORK5CYII=");
	background-repeat:repeat-x;
	background-color:#ffefb1;/* グラデ設定ここまで */
	width:552px;
	height:66px;
	float:left;
	border:1px #fff9ed soild;
	margin-top:8px;
}

.background_ffffff_ffefb1_h66{
	*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffff,EndColorStr=#ffefb1);
	*width:552px;
	*height:66px;
	*float:left;
	*border:1px #fff9ed soild;
	*margin-top:8px;
}

.ocwtitle{
	font-family:"メイリオ","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro";
	font-size:11pt;
	font-weight:bold;
	margin:6px 0 5px 12px;
	color:#464646;
	/* 影表示 IEのみ filter: dropshadow(color=#cccccc, offx=5, offy=5, positive=true);
  width: 100%;
  height:66px; */
}

.ocwtitle02{
	font-family:"メイリオ","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro";
	font-size:10pt;
	font-weight:bold;
	line-height:1.2em;
	margin:10px 0 5px 12px;
	color:#464646;
	/* 影表示 IEのみ filter: dropshadow(color=#cccccc, offx=5, offy=5, positive=true);
  width: 100%;
  height:66px; */
}

/* ocw release */
.h2ocwrelease{
	font-size:10pt;
	font-weight:bold;
	font-family:"メイリオ","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro";
	text-align:center;
}

.h3ocwrelease{
	font-size:10pt;
	font-family:"メイリオ","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro";
}


ul.newsrel, ol.newsrel{_height:1%;} 

ul.newsrel, ol.newsrel{
	margin:auto -3em 1em 0;
	padding:0;
	position:relative;
	left:-3em;
	overflow:hidden;
}

ul.newsrel li,ol.newsrel li{
	margin-top:0.25em;
	margin-bottom:0.25em;
}

ul.newsrel ul, ul.newsrel ol,
ol.newsrel ol, ol.newsrel ul{
	margin-left:1em;
	padding-left:0;
}



/* workflowページ */
.innerinwf01 {	/* 内側に余白 */
	display:block;
	padding:38px 3px 8px 5px;
}

.innerinwf02 {	/* 内側に余白 */
	display:block;
	padding:32px 3px 8px 5px;
}

.subtittlewfh3{
	font-family:"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro";
	font-size:16px;
	color:#444444;
	font-weight:bold;
	position:absolute;
	line-height:1.3em;
	width:625px;
	height:30px;
	padding:7px 0px 0px 13px;
	vertical-align:middle;
}

.subtittlewfh4{
	font-family:"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro";
	font-size:14px;
	color:#444444;
	font-weight:bold;
	position:absolute;
	line-height:1.3em;
	width:625px;
	height:30px;
	padding:4px 0px 0px 24px;
	vertical-align:middle;
}

/* semminar */
.subtittlesemh3{
	font-family:"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro";
	font-size:14px;
	color:#444444;
	font-weight:bold;
	position:absolute;
	line-height:1.3em;
	width:625px;
	height:30px;
	padding:7px 0px 0px 13px;
	vertical-align:middle;
}

/* OCW EPO */
.titleepo{
	background-image:url('../images/opencubeworkflow/EPO/headbg01.png');
	background-repeat:repeat-x;
	width:300px;
	height:30px;
	/*border:1px #c9c9c9 solid;*/
	border-top:3px #ff9000 solid;
	margin:4px 4px 8px 4px;
	vertical-align:middle;
	text-align:left;
	z-index:0;
	
}
.titleepo02{
	background-image:url('../images/opencubeworkflow/EPO/headbg02.png');
	background-repeat:repeat-x;
	width:300px;
	height:48px;
	/*border:1px #c9c9c9 solid;*/
	border-top:3px #ff9000 solid;
	margin:4px 4px 8px 4px;
	vertical-align:middle;
	text-align:left;
	z-index:0;
}

.h3epo{
	font-weight:bold;
	font-size:12pt;
	z-index:1;
	margin:3px 0 0 5px;
	color:#FFFFFF;
}
.noepo{
	margin:2px 3px 0px 12px;
		position: absolute;
		z-index:1;
}
.noepo02{
	margin:2px 3px 0px 12px;
	position: absolute;
	z-index:1;
}
.h3sdk{
	font-weight:900;
	font-size:10pt;
	z-index:1;
	margin:3px 0 0 5px;
	color:#FFFFFF;
}

/* OCL */
.h3ocl{
	font-family:"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro";
	font-size:14px;
	color:#444444;
	font-weight:bold;
	position:absolute;
	line-height:1.3em;
	width:625px;
	height:30px;
	padding:6px 0px 0px 12px;
	vertical-align:middle;
}

.h3oclfea{
	font-family:"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro";
	font-size:14px;
	color:#444444;
	font-weight:bold;
	position:absolute;
	line-height:1.3em;
	width:288px;
	height:30px;
	padding:8px 0px 0px 16px;
	vertical-align:middle;
		z-index:1;
}


.h3oclimp1{
	font-family:"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro";
	background-image:url('../images/opencube/top/mainbg01.png');
	background-repeat:no-repeat;
	font-size:14px;
	color:#444444;
	font-weight:bold;
	line-height:1.3em;
	width:635px;
	height:37px;
	padding:7px 0px 0px 16px;
	vertical-align:middle;
	z-index:1;
}

.h3oclimp{
	font-family:"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro";
	font-size:14px;
	color:#444444;
	font-weight:bold;
	line-height:1.3em;
	width:600px;
	height:30px;
	padding:7px 0px 0px 16px;
	vertical-align:middle;
	position:absolute;
		z-index:1;
}

.h3oclimp2{
	font-family:"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro";
		background-image:url('../images/opencube/improve/mainbg01.png');
		background-repeat:no-repeat;
	font-size:14px;
	overflow:hidden;
	color:#444444;
	font-weight:bold;
	line-height:1.3em;
	width:635px;
	height:35px;
	padding:7px 0px 0px 13px;
	vertical-align:middle;
		z-index:1;
}


.h4oclimp{
	font-family:"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro";
	font-size:13px;
	color:#444444;
	font-weight:bold;
	position:absolute;
	line-height:1.3em;
	width:288px;
	height:25px;
	padding:6px 0px 0px 13px;
	vertical-align:middle;
 
}
.innerocl0 {	
	display:block;
	margin:5px;
	width: 625px;
	height: 60px;
}

.innerocl1 {	
	display:block;
	margin-top:10px;
	padding:5px;
	width: 295px;
	height: 67px;
}
.innerocl2 {	
	display:block;
	margin-top:10px;
	padding:5px;
}

.innerocl3 {	
	display:block;
	margin:5px;
	width: 625px;
	height: 70px;
}


.oclimpimg{
	margin:5px 13px 5px 0;
}
.oclimpimg2{
	margin:13px 13px 5px 0;
}

.ocltitle01{
	width:635px;
	height:198px;
	background-image:url('../images/opencube/top/title2.jpg');
	overflow:hidden;
	z-index:0;
}

.ocltitle02{
	width:615px;
	height:75px;
	margin:123px 0 0 10px;
	position:absolute;
	z-index:1;
}

.subbgocl{
	position: absolute;
	z-index:0;
	margin-bottom:12px;
	}

.inneroclind {	
	display:block;
	padding:5px;
	width: 620px;
	height: 15px;
}

.h4oclind{
	font-family:"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro";
	background-image:url('../images/opencube/top/subbg01.png');
	background-repeat:no-repeat;
	font-size:13px;
	color:#444444;
	font-weight:bold;
	position:absolute;
	line-height:1.3em;
	width:625px;
	height:27px;
	padding:6px 0px 0px 13px;
	vertical-align:middle;
	z-index:1;
	margin-bottom:12px;
	overflow:hidden;
}
.inneroclind2 {	
	display:block;
	height:140px;
	margin-top:30px;
	padding:5px;
	margin-bottom:5px;
	overflow:hidden;
}
.inneroclind3 {	
	display:block;
	height:80px;
	margin-top:30px;
	padding:5px;
	margin-bottom:5px;
	overflow:hidden;
}
.inneroclind4 {	
	display:block;
	height:100px;
	margin-top:30px;
	padding:5px;
	margin-bottom:5px;
	overflow:hidden;
}



/* SharePoint */
.h3oclsha{
	font-family:"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro";
	background-image:url('../images/opencube/sharepoint/headlinebg.png');
	background-repeat:no-repeat;
	font-size:16px;
	color:#295cc0;
	font-weight:bold;
	position:absolute;
	line-height:1.3em;
	width:635px;
	height:37px;
	padding:8px 0px 0px 13px;
	vertical-align:middle;
	z-index:1;
}

.h3oclsha2{
	font-family:"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro";
	background-image:url('../images/opencube/sharepoint/mainbg01.png');
	background-repeat:no-repeat;
	font-size:16px;
	color:#444444;
	font-weight:bold;
	position: absolute;
	line-height:1.3em;
	width:635px;
	height:35px;
	padding:6px 0px 0px 13px;
	vertical-align:middle;
	z-index:1;
	margin-top:13px;
}

	
.inneroclsha01 {	
	display:block;
	padding:5px;
	margin:5px;
	width:620px;

}
.inneroclsha02 {	
	display:block;
	padding:0 5px 5px 5px;
	width:620px;

}

.h4oclsha{
	font-family:"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro";
	background-image:url('../images/opencube/sharepoint/subbg01.png');
	background-repeat:no-repeat;
	font-size:13px;
	color:#444444;
	font-weight:bold;
	line-height:1.3em;
	width:625px;
	height:27px;
	padding:6px 0px 0px 13px;
	vertical-align:middle;
	z-index:1;
	text-indent: 2px;
}

/* cleatfix */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix {display: inline-block;} /* Hides from IE-mac \*/ * html .clearfix {height: 1%;} .clearfix {display: block;} /* End hide from IE-mac */	

/* change */

.h3cha{
	font-family:"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro";
	background-image:url('../images/change/top/mainbg01.png');
	background-repeat:no-repeat;
	font-size:15px;
	color:#444444;
	font-weight:bold;
	line-height:1.3em;
	width:635px;
	height:35px;
	padding:6px 0px 0px 13px;
	vertical-align:middle;
	z-index:1;
	margin-top:10px;
}

.h4cha{
	font-family:"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro";
	background-image:url('../images/change/top/subbg01.png');
	background-repeat:no-repeat;
	font-size:13px;
	color:#444444;
	font-weight:bold;
	line-height:1.3em;
	width:625px;
	height:27px;
	padding:6px 0px 0px 13px;
	vertical-align:middle;
	z-index:1;
}

.changetitle01{
	width:635px;
	height:152px;
	background-image:url('../images/change/top/title2.jpg');
	overflow:hidden;
	background-repeat:no-repeat;
	z-index:0;
}

.changetitle02{
	width:615px;
	height:75px;
	margin:80px 0 0 50px;
	position:absolute;
	z-index:1;
}

/* advantage */
.h2advind{
	background-image:url('../images/advantage/mainbg01.png');
	background-repeat:no-repeat;
	font-family:"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro";
	font-size:15px;
	color:#444444;
	font-weight:bold;
	line-height:1.3em;
	width:635px;
	height:35px;
	padding:6px 0px 0px 13px;
	vertical-align:middle;
	z-index:1;
	margin-top:10px;

}
.inneradv {	
	display:block;
	padding:5px;
	margin-top:-10px;

}

.inneradv01 {	
	display:block;
	padding:5px;
	margin-top:-10px;
	float:left;
	width:425px;
	height:80px;
}



.ocwadv{
	height:75px;
	background-image:url('../images/advantage/ocw.png');
	background-repeat:no-repeat;
	padding:20px 0 5px 65px;
	margin-top:20px;	
}

.advimg0101{
	font-family:"メイリオ","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro";
	font-size:10px;
	z-index:0;
	margin:-10px 10px 0 6px;
	float:left;

}

.advimg0102{
	font-family:"メイリオ","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro";
	font-size:10px;
	z-index:0;
	margin:135px 0 0 100px;
	float:left;
	position:absolute;
	z-index:1;

}

.inneradvind0 {	/* 内側に余白 */
	display:block;
	padding:5px 5px 5px 12px;
}

.inneradvind{
	margin:8px 4px 0 4px;
	width:300px;
	float:left;
}

.inneradvind02{

	width:290px;

}



.h3advind01{
	background-image:url('../images/advantage/subnobg01.png');
	background-repeat:no-repeat;
	font-family:"メイリオ","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro";
	font-size:14px;
	z-index:0;
	padding:2px 0 0 24px;
	width:290px;
	margin-right:5px;
}

.h3advind02{
	background-image:url('../images/advantage/subnobg02.png');
	background-repeat:no-repeat;
	font-family:"メイリオ","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro";
	font-size:14px;
	z-index:0;
	padding:2px 0 0 24px;
	width:290px;
	margin-right:5px;

}

.h3advind03{
	background-image:url('../images/advantage/subnobg03.png');
	background-repeat:no-repeat;
	font-family:"メイリオ","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro";
	font-size:14px;
	z-index:0;
	padding:2px 0 0 24px;
	width:290px;
	margin-right:5px;
	
}

.h3advind04{
	background-image:url('../images/advantage/subnobg04.png');
	background-repeat:no-repeat;
	font-family:"メイリオ","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro";
	font-size:14px;
	z-index:0;
	padding:2px 0 0 24px;
	width:290px;
	margin-right:5px;

}

.h3advind05{
	background-image:url('../images/advantage/subnobg05.png');
	background-repeat:no-repeat;
	font-family:"メイリオ","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro";
	font-size:14px;
	z-index:0;
	padding:2px 0 0 24px;
	width:290px;
	margin-right:5px;

}

.h3advind06{
	background-image:url('../images/advantage/subnobg06.png');
	background-repeat:no-repeat;
	font-family:"メイリオ","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro";
	font-size:14px;
	z-index:0;
	padding:2px 0 0 24px;
	width:290px;
	margin-right:5px;

}

.h3advind07{
	background-image:url('../images/advantage/subnobg07.png');
	background-repeat:no-repeat;
	font-family:"メイリオ","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro";
	font-size:14px;
	z-index:0;
	padding:2px 0 0 24px;
	width:290px;
	margin-right:5px;

}

.h3advind08{
	background-image:url('../images/advantage/subnobg08.png');
	background-repeat:no-repeat;
	font-family:"メイリオ","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro";
	font-size:14px;
	z-index:0;
	padding:2px 0 0 24px;
	width:290px;
	margin-right:5px;

}

.buttonDetail{
	background-image:url('../images/advantage/buttonDetail.png');
	height:30px;
	background-repeat:no-repeat;
	background-position:150px 1px;
	padding:6px 0 0 187px;
	font-family:"メイリオ","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro";
	font-size:12px;
	color:#FFFFFF;
}
a .buttonDetail2{
	color:#FFFFFF;
}	