/***********************************************/
/* ダイナミクスホームページ                    */
/* css file									   */
/***********************************************/


/********* 全ページ共通スタイル *********/

@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #50B4CD;
	background-color: #f0f8ff;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-attachment: scroll;
	background-image: url(./images/bg_body.png);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 1em;
	color: #333333;
}


a {color:#333333}


/* コンテナ */
div#container	{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #615962;
	background-attachment: scroll;
	background-image: url(images/sidebarbk.gif);
	background-repeat: repeat-y;
	background-position: left 100px;
}


/* ヘッダー */
div#header	{
	background-color: #e2f0d6;
	font-size: 0.75em;
	background-repeat: no-repeat;
	margin: 0px;
	background-image: url(images/top_logo_04.jpg);
	height: 100px;
	width: 900px;
}

ul#subNavi{
	float:right;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

ul#subNavi li{
	display:inline;
	list-style-type:none;
	font-size:1em;
	line-height: 2em;
	}

ul#subNavi li a{
	background-color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F39;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #ACA899;
	border-right-color: #ACA899;
	border-left-color: #CFCDC5;
	padding-top: 3px;
	padding-bottom: 3px;
	}

ul#subNavi li a:hover{
	background-color: #F39;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F39;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #F39;
	border-right-color: #F39;
	border-left-color: #F39;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #FFF;
	}

/* メニュー */
ul#menu	{
	font-size: 0.8em;
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-left: 0;
	height:32px;
	width:920px;
	clear: both;
	margin-right: 0px;
}

ul#menu li	{
    list-style-type: none;
	float: left}

ul#menu li a	{
	display: block;
	width:149px;
	line-height: 32px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	background-image:url(./images/nav_gbar.jpg);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cecbcf;
}

ul#menu li a:hover	{
	background-image: url(./images/nav_gbar_bk.jpg);
	color: #333333;
	font-weight: bold;
}

ul#menu li.menulast	a {
	border-right:none;
	width:150px;
}
						
#menu li span.active{
	display: block;
	background-image:url(./images/nav_gbar_active.jpg);
	width:149px;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	color:#333333;
	font-weight:bold;
	border-right: solid 1px #ffffff;
}

ul#menu li a.active {
	background-image:url(./images/nav_gbar_active.jpg);
	width:149px;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	color:#333333;
	font-weight:bold;
	border-right: solid 1px #ffffff;
}


/* パンくず */
ol#topicpath{
	text-align:left;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-left: 0px;
	}

ol#topicpath li{
	display:inline;
	list-style-type:none;
	font-size:0.75em;
	line-height:1.6em;
	color: #333333;
	font-weight: normal;
	margin-left: 0px;
	}

ol#topicpath li a{
	background-image:url(images/arrow06.gif);
	background-repeat:no-repeat;
	background-position:right 1px;
	color: #999999;
	margin: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
	}
div#sidebar	{
	width: 200px;
	float: left;
	margin-left: 15px;
	display: inline;
	margin-top: 25px;
}


ul.sidemenu	{
	font-size: 0.75em;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	line-height: 0;
	margin-bottom: 0px;
}


ul.sidemenu li	{
	list-style-type: none;
	margin-bottom: 5px;
}


ul.sidemenu li a	{
	display: block;
	text-decoration: none;
	color: #666;
	padding-left: 15px;
	background-image: url(images/sidemenu01.gif);
	background-repeat: no-repeat;
	background-position: left;
	line-height: 30px;
	height: 30px;
}

ul.sidemenu li a:hover	{
	text-decoration: none;
	color: #50B4CD;
	font-weight: bold;
	background-image: url(images/sidemenu01_back.gif);
	background-repeat: no-repeat;
	background-position: left;
}




a#jimu {
 display: block;
 text-decoration: none;
 color: #666;
 padding-left: 15px;
 background-image: url(images/sidemenu03.gif);
 background-repeat: no-repeat;
 background-position: left;
 line-height: 30px;
 height: 30px;
}


a#jimu:hover {
 text-decoration: none;
 color: #50B4CD;
 font-weight: bold;
 background-image: url(images/sidemenu03_back.gif);
 background-repeat: no-repeat;
 background-position: left;
}

a#jimu02 {
 display: block;
 text-decoration: none;
 color: #666;
 padding-left: 15px;
 background-image: url(images/sidemenu04.gif);
 background-repeat: no-repeat;
 background-position: left;
 line-height: 30px;
 height: 30px;
}


a#jimu02:hover {
 text-decoration: none;
 color: #50B4CD;
 font-weight: bold;
 background-image: url(images/sidemenu04_back.gif);
 background-repeat: no-repeat;
 background-position: left;
}

ul.sidemenu li .jimu03 {
	display: block;
	text-decoration: none;
	color: #339bb5;
	font-weight:bold;
	padding-left: 15px;
	background-image: url(images/sidemenu04_back.gif);
	background-repeat: no-repeat;
	background-position: left;
	line-height: 30px;
	height: 30px;
}


ul.sidemenu li span.active{
	display: block;
	line-height: 30px;
	text-decoration: none;
	color:#339bb5;
	font-weight:bold;
	padding-left: 15px;
	background-image: url(images/sidemenu01_back.gif);
	background-repeat: no-repeat;
	background-position: left;
}
ul.sidemenu li a.active {
	line-height: 30px;
	font-weight: bold;
	color: #339bb5;
	text-decoration: none;
	padding-left: 15px;
	background-image: url(images/sidemenu01_back.gif);
	background-repeat: no-repeat;
	background-position: left;
}


#sidebar .banar {
	padding: 0px;
	list-style-type: none;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#sidebar .banar02 {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#container #sidebar .banar .text_s {
	font-size: 0.75em;
	font-weight: bold;
	color: #666;
	text-align: center;
}

#sidebar .banar img {
	margin-top: 2px;
	margin-bottom: 2px;
}



/* コンテンツ */
div#content	{
	width: 630px;
	float: right;
	display: inline;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
	margin-top: 0px;
}

div#content p	{
	font-size: 0.85em;
	color:#333333;
	line-height: 1.6;
	margin-left: 10px;
	margin-right: 10px;
	padding-left:20px;
	padding-right:20px;
}


#container #white {
	background-color: #FFFFFF;
	width: 900px;
}
.text_h1 { /* h1直下のテキスト */
	font-size: 0.75em;
	line-height: 2em;
	color: #333;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 15px;
}

.text_h2 { /* h2直下のテキスト */
	font-size: 0.75em;
	line-height: 2em;
	color: #333;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 25px;
}

.text_h3 { /* h3直下のテキスト */
	font-size: 0.75em;
	line-height: 2em;
	color: #333;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 35px;
}

.text_h4 {
	font-size: 0.75em;
	line-height: 2em;
	color: #333;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-left: 45px;
}

.text2_h1 { /* h1直下のテキスト（上下余白なし） */
	font-size: 0.75em;
	line-height: 2em;
	color: #333;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}

.text2_h2 { /* h2直下のテキスト （上下余白なし）*/
	font-size: 0.75em;
	line-height: 2em;
	color: #333;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 25px;
}

.text2_h3 { /* h3直下のテキスト（上下余白なし） */
	font-size: 0.75em;
	line-height: 2em;
	color: #333;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 35px;
}

.text3_h1 { /* h1直下のテキスト（上余白なし） */
	font-size: 0.75em;
	line-height: 2em;
	color: #333;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 15px;
}

.text3_h2 { /* h2直下のテキスト （上余白なし）*/
	font-size: 0.75em;
	line-height: 2em;
	color: #333;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 25px;
}

.text3_h3 { /* h3直下のテキスト（上余白なし） */
	font-size: 0.75em;
	line-height: 2em;
	color: #333;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 35px;
}

.text4_h1 { /* h1直下のテキスト（下余白なし） */
	font-size: 0.75em;
	line-height: 2em;
	color: #333;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}

.text4_h2 { /* h2直下のテキスト （下余白なし）*/
	font-size: 0.75em;
	line-height: 2em;
	color: #333;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 25px;
}

.text4_h3 { /* h3直下のテキスト（下余白なし） */
	font-size: 0.75em;
	line-height: 2em;
	color: #333;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 35px;
}

.text5_1 { /* h3直下のテキスト（余白あり） */
	font-size: 0.75em;
	line-height: 2em;
	color: #333;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 30px;
}

.text5_2 { /* h3直下のテキスト（余白なし） */
	font-size: 0.75em;
	line-height: 2em;
	color: #333;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	}

.text5_3 { /* h3直下のテキスト（上余白なし） */
	font-size: 0.75em;
	line-height: 2em;
	color: #333;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 30px
}

.text5_4 { /* h3直下のテキスト（下余白なし） */
	font-size: 0.75em;
	line-height: 2em;
	color: #333;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px
}

.text01 {/* ピンク枠事務員専用 */
	font-size: 0.75em;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 25px;
	line-height: normal;
	padding: 5px;
	border: 1px solid #F99;
}



.id_text5 { /* h3直下のテキスト（下余白なし） */
	font-size: 0.75em;
	line-height: 2em;
	color: #333;
	text-indent: 0.85em;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 30px;
}


.id_text5_2 { /* h3直下のテキスト（余白なし） */
	font-size: 0.75em;
	line-height: 2em;
	color: #333;
	text-indent: 0.85em;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
}

.id_text5_3 { /* h3直下のテキスト（上余白なし） */
	font-size: 0.75em;
	line-height: 2em;
	color: #333;
	text-indent: 0.85em;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 30px;
}

.id_text5_4 { /* h3直下のテキスト（下余白なし） */
	font-size: 0.75em;
	line-height: 2em;
	color: #333;
	text-indent: 0.85em;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
}

.id_h1 { /* h1直下のインデント付テキスト */
	font-size: 0.75em;
	line-height: 2em;
	color: #333;
	text-indent: 0.85em;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 15px;
}
.ten {
	color: #333;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 35px;
	font-size: 0.75em;
	margin-top: 0px;
}
#content .ten ul li {
	padding-bottom: 10px;
	line-height: 2em;
}
#container #content .ten ul ol li {
	list-style-type: none;
}




.id_h2 { /* h2直下のインデント付テキスト */
	font-size: 0.75em;
	line-height: 2em;
	color: #333;
	text-indent: 0.85em;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 25px;
}

.id_h3 { /* h3直下のインデント付テキスト */
	font-size: 0.75em;
	line-height: 2em;
	color: #333;
	text-indent: 0.85em;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 35px;
}



.id2_h1 { /* h1直下のテキスト（上下余白なし） */
	font-size: 0.75em;
	line-height: 2em;
	color: #333;
	text-indent: 0.85em;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}

.id2_h2 { /* h2直下のテキスト （上下余白なし）*/
	font-size: 0.75em;
	line-height: 2em;
	color: #333;
	text-indent: 0.85em;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 25px;
}

.id2_h3 { /* h3直下のテキスト（上下余白なし） */
	font-size: 0.75em;
	line-height: 2em;
	color: #333;
	text-indent: 0.85em;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 35px;
}

.id3_h1 { /* h1直下のテキスト（上余白なし） */
	font-size: 0.75em;
	line-height: 2em;
	color: #333;
	text-indent: 0.85em;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 15px;
}

.id3_h2 { /* h2直下のテキスト （上余白なし）*/
	font-size: 0.75em;
	line-height: 2em;
	color: #333;
	text-indent: 0.85em;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 25px;
}

.id3_h3 { /* h3直下のテキスト（上余白なし） */
	font-size: 0.75em;
	line-height: 2em;
	color: #333;
	text-indent: 0.85em;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 35px;
}

.id4_h1 { /* h1直下のテキスト（下余白なし） */
	font-size: 0.75em;
	line-height: 2em;
	color: #333;
	text-indent: 0.85em;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}

.id4_h2 { /* h2直下のテキスト （下余白なし）*/
	font-size: 0.75em;
	line-height: 2em;
	color: #333;
	text-indent: 0.85em;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 25px;
}

.id4_h3 { /* h3直下のテキスト（下余白なし） */
	font-size: 0.75em;
	line-height: 2em;
	color: #333;
	text-indent: 0.85em;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 35px;
}


.h2_kome {
	font-size: 0.75em;
	line-height: 2em;
	text-indent: -0.85em;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 35px;
}

.h2_kome2 {
	font-size: 0.75em;
	line-height: 2em;
	text-indent: -0.85em;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 35px;
}

.h2_kome3 {
	font-size: 0.75em;
	line-height: 2em;
	text-indent: -0.85em;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 35px;
}

.h2_kome4 {
	font-size: 0.75em;
	line-height: 2em;
	text-indent: -0.85em;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 35px;
}



.h3_kome {
	font-size: 0.75em;
	line-height: 2em;
	text-indent: -0.85em;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 45px;
}

.h3_kome2 {
	font-size: 0.75em;
	line-height: 2em;
	text-indent: -0.85em;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 45px;
}

.h3_kome3 {
	font-size: 0.75em;
	line-height: 2em;
	text-indent: -0.85em;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 45px;
}

.h3_kome4 {
	font-size: 0.75em;
	line-height: 2em;
	text-indent: -0.85em;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 45px;
}


.arrow_right {
	background-image: url(images/arrow11.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
	float: right;
	line-height: 2em;
	margin-top: 5px;
	margin-bottom: 5px;
}

.arrow_left {
	background-image: url(images/arrow11.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
	line-height: 2em;
	margin-top: 5px;
	margin-bottom: 5px;
}


/* インデント */
div#content p.kome	{
	font-size: 0.85em;
	color:#333333;
	line-height: 1.6;
	text-indent:-1em;
	margin-left: 10px;
	margin-right: 10px;
	padding-left:30px;
	padding-right:20px;
}

p.kome{
	text-indent:-1em;
	font-size:0.85em;
	 }


/*テーブルオプション*/
table#table-01 {
	width: 570px;
	border: 1px solid #C3C3C3;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 15px;
	margin-bottom: 30px;
	margin-left: 40px;
}
.caption01 {
	font-size: 0.75em;
	color: #333;
	text-align: left;
}


table#table-01 th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
	background-color: #E4E4E4;
	border-top-width: 0;
	border-right-width: 0;
	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: #C3C3C3;
	border-right-color: #C3C3C3;
	border-bottom-color: #C3C3C3;
	border-left-color: #C3C3C3;
	font-size: 0.8em;
}
table#table-01 td {
	padding: 5px;
	border: 1px #C3C3C3 solid;
	border-width: 0 0 1px 1px;
	text-align: left;
	font-size: 0.75em;
	color: #333;
	line-height: 2em;
	vertical-align: text-top;
}

/*リンク*/
#content a:link{
	color: #0099CC;
	text-decoration: underline;
}
#content a:visited {
	color: #0099CC;
	text-decoration: underline;
}
#content a:hover {
	color: #00CCCC;
	text-decoration: underline;
}


.link01 {
	color: #0099CC;
	text-decoration: underline;
	background-image: url(images/link.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float: right;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-left: 10px;
	font-size: 0.75em;
}

#content .sentence li {
	font-size: 0.85em;
	color: #333333;
	line-height: 1.6em;
	background-image: url(images/maru08.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	margin-right: 15px;
	padding-bottom: 5px;
	margin-left: 0px;
	padding-left: 10px;
	list-style-type: none;
}

/*導入にあたってTOP3組*/
.main_text {
	font-size: 0.8em;
	background-color: #D5CED5;
	background-image: url(images/pre_link.gif);
	background-repeat: no-repeat;
	width: 188px;
	padding-top: 12px;
	padding-left: 20px;
	font-weight: bold;
	color: #413841;
	height: 23px;
}


.link_box {
	float: left;
	margin-right: 3px;
	margin-left: 0px;
	margin-bottom: 0px;
}
#main_link .link_box ul li a {
	font-size: 0.75em;
	background-image: url(images/arrow11.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
}

#main_link .link_box ul li a:link {
	text-decoration: none;
}

#main_link .link_box ul li a:visited {
	text-decoration: none;
}

#main_link .link_box ul li a:hover {
	text-decoration: underline;
}

#main_link .link_box ul li {
	margin-bottom: 3px;
	list-style-type: none;
	line-height: 1.2em;
}
#main_link .link_boxlast ul li a {
	font-size: 0.75em;
	background-image: url(images/arrow11.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
}

#main_link .link_boxlast ul li a:link {
	text-decoration: none;
}	

#main_link .link_boxlast ul li a:visited {
	text-decoration: none;
}	

#main_link .link_boxlast ul li a:hover {
	text-decoration: underline;
}	

#main_link .link_boxlast ul li {
	line-height: 1.em;
	margin-bottom: 3px;
	list-style-type: none;
	line-height: 1.2em;
}

.link_boxlast {
	float: left;
	margin: 0px;
}

/*ダイナミクスとは契約*/
#content #keiyaku li {
	font-size: 0.85em;
	color: #333333;
	line-height: 1.6em;
	padding-left: 10px;
	background-image: url(images/maru08.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	margin-right: 15px;
	margin-left: 0px;
	list-style-type: none;
}
.right20 {
	margin-right: 20px;
}

/*開発者吉原正彦より*/
#content #development {
	border: 1px solid #666666;
	width: 600px;
	margin-left: 25px;
}


h1 	{/*見出し*/
	background-image: url(./images/bar_blue_03.gif);
	background-repeat: no-repeat;
	line-height: 40px;
	padding-left: 15px;
	color: #339bb5;
	font-size: 16px;
	padding-top: 2px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-top: 25px;
}

.h1_pan 	{/*見出し*/
	background-image: url(./images/bar_blue_03.gif);
	background-repeat: no-repeat;
	line-height: 40px;
	padding-left: 15px;
	color: #339bb5;
	font-size: 16px;
	padding-top: 2px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-top: 0px;
	font-weight: bold;
}

h2 	{/*ブルーバー*/
	background-image: url(./images/blue_bar_h2.jpg);
	background-repeat: no-repeat;
	font-size: 0.95em;
	color: #12363F;
	padding-left: 35px;
	line-height: 29px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

h3 {/*点線あり*/
	font-size: 0.85em;
	font-weight: bold;
	color: #333333;
	background-image: url(images/maru04.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


h4  {/*矢印選択*/
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 40px;
	margin-left: 0px;
	background-image: url(images/arrow01.gif);
	background-repeat: no-repeat;
	background-position: 15px;
	padding-left: 30px;
}


h5 {/*見出し２*/
	font-size: 1em;
	font-weight: bolder;
	color: #0033CC;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
}


h6 {/*左青見出し*/
	font-size: 0.9em;
	color: #003399;
	background-color: #dcdcdc;
	padding: 5px;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 15px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003399;
        border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #003399;
}

.arrow02  {/*矢印選択*/
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-left: 30px;
	line-height: 1.6em;
}

.blue_bar {
	background-image: url(./images/blue_bar_630.jpg);
	background-repeat: no-repeat;
	font-size: 0.95em;
	color: #12363F;
	padding-left: 35px;
	line-height: 29px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	font-weight: bold;
	margin-left: 0px;
}

/* 色スタイル */
.blue　{
color:#0066CC;
}

/* 余白 */	
.box10  {
	margin-bottom: 10px;
	margin-top: 0px;
}
.box20  {
	margin-bottom: 20px;
	margin-top: 0px;
}

.box2020 {
	margin: 20px;
}

.box30  {
	margin-bottom: 30px;
	margin-top: 0px;
}

.box200  {
	margin-bottom: 200px;
	margin-top: 0px;
}

.box400  {
	margin-bottom: 400px;
	margin-top: 0px;
}

/* トップボックス */

/* ==============TOP NEWS=============== */

#news {
	width: 550px;
	background-image: url(images/news_title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	border: 1px solid #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	
#news dl{
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #f5f5f5;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #f5f5f5;
	margin: 0px;
	padding-top: 0.4em;
	padding-right: 0.4em;
	padding-left: 0.4em;
	}
	
.frame {
	margin-top: 37px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
	padding: 0px;
}
	
#news dt {
	margin: 0px;
	font-size: 0.75em;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 30px;
	float: left;
	}
	
	
#news dt.new01 {
	margin: 0px;
	font-size: 0.75em;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 30px;
	float: left;
	background-image: url(images/new.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	}
	

#news dd {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-left: 85px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	font-size: 0.75em;
	}
	
#seminar {
	width: 550px;
	background-image: url(images/seminar_title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	border: 1px solid #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	
#seminar dl{
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #f5f5f5;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #f5f5f5;
	margin: 0px;
	padding-top: 0.4em;
	padding-right: 0.4em;
	padding-left: 0.4em;
	}
	
#seminar dt {
	margin: 0px;
	font-size: 0.75em;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 30px;
	float: left;
	}

#seminar dt.new01 {
	margin: 0px;
	font-size: 0.75em;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 30px;
	float: left;
	background-image: url(images/new.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	}

#seminar dd {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-left: 85px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	font-size: 0.75em;
	}
	
#updatedyna {
	width: 260px;
	background-image: url(images/update_dynamics.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	border: 1px solid #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	float: left;
	display: inline;
	}
	
#updatedyna dl{
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #f5f5f5;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #f5f5f5;
	margin: 0px;
	padding-top: 0.4em;
	padding-right: 0.4em;
	padding-left: 0.4em;
	}

	
#updatedyna dt {
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.75em;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	float: left;
	}

#updatedyna dd {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-left: 70px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.75em;
	}
	
#updatemdic {
	width: 260px;
	background-image: url(images/update_mdic.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	border: 1px solid #FFFFFF;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	float: right;
	display: inline;
	}
	
#updatemdic dl{
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #f5f5f5;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #f5f5f5;
	margin: 0px;
	padding-top: 0.4em;
	padding-right: 0.4em;
	padding-left: 0.4em;
	}

	
#updatemdic dt {
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.75em;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	float: left;
	}

#updatemdic dd {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-left: 70px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.75em;
	}
#update {
	width: 550px;
	background-image: url(images/update.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	border: 1px solid #FFFFFF;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	clear: both;
}

#update dl{
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #f5f5f5;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #f5f5f5;
	margin: 0px;
	padding-top: 0.4em;
	padding-right: 0.4em;
	padding-left: 0.4em;
	}

	
#update dt {
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.75em;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	float: left;
	}

#update dd {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-left: 70px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.75em;
	}
	

.lbor{/*全体枠*/
	width: 520px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-left: 25px;
  }
.title{/*タイトル部分*/
	width: 498px;
	font-size: 0.75em;
	color: #333333;/*文字色*/
	background-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 1em;
	padding-bottom: 5px;
	padding-left: 0.7em;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #B2E3B6;
	font-weight: bold;
  }
.news{/*内容部分*/
	font-size: 0.75em;/*文字サイズ*/
	color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #003366;
	border-right-color: #CCCCCC;
	border-left-color: #B2E3B6;
	margin: 0px;
	padding: 0em;
  }
.news  dt{
	color: #333333;
	clear: left;
	float: left;
	padding: 0px;
	margin: 0px;
} 
.news  dd{/*内容部分*/
	color: #339BB5;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 10em;
	margin: 0;
}

.news  dl{/*内容部分*/
	padding: 0.4em;
	margin: 0px;
}

.news dd a:link {
	color: #339bb5;
	text-decoration: none;
}


.news dd a:visited {
	color: #339bb5;
	text-decoration: none;
}


.news dd a:hover {
	color: #339bb5;
	text-decoration: none;
	font-weight: bold;
} 

guidance{
  width: 300px;/*全体の幅*/
  font-size: 10pt;/*文字サイズ*/
  }
.guidance dt{/*タイトル部分の設定*/
	color: #414142;/*文字色*/
	background-color: #FCFCFD;/*背景色*/
	font-weight: bold;
	width: 20em;/*タイトルの幅（文字数）*/
	position: relative;
	z-index: 2;
	border-style: solid;
	border-color: #616161;/*枠の色*/
	border-width: 1px 2px 2px 1px;
	padding-top: 0.3em;
	padding-right: 1em;
	padding-bottom: 0.2em;
	padding-left: 0.3em;
	font-size: 0.9em;
  }
.guidance dt span{
  padding-left: 8px;
  border-left: 4px solid #BEBEBF;/*タイトル部の左縦線*/
  }
.guidance dd{/*内容部分*/
	position: relative;
	z-index: 1;
	top: -0.8em;
	margin: 0 0 0 0.9em;
	border: solid 1px #717175;/*枠の色*/
  }
.guidance dd .text {
	padding: 2em 0.5em 1em 1em;/*テキスト部分の余白*/
	border-left: solid 30px #DEDEDF;/*左側の着色部分*/
	font-size: 0.75em;
  }

.caption04 {/*リンク集黒見出し*/
	color: #333;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 0.9em;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.caption05 {/*注意赤枠*/
	font-size: 0.75em;
	line-height: 1.3em;
	color: #C33;
	background-color: #F2CCCC;
	margin: 20px;
	border: 2px solid #C33;
	padding: 10px;
}

.caption06 {/*注意青枠*/
	font-size: 0.75em;
	line-height: 1.3em;
	color: #036;
	background-color: #EEF3FF;
	margin: 20px;
	border: 2px solid #036;
	padding: 10px;
}

#content #linklist ul li {
	font-size: 0.8em;
	line-height: 2em;
	background-image: url(images/arrow10.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	list-style-type: none;
}


/*製品紹介TOP一覧*/
#content #soft table tr td strong a:link{
	color: #0066CC;
	text-decoration: none;
}

#content #soft table tr td strong a:visited {
	color: #0066CC;
	text-decoration: none;
}

#content #soft table tr td strong a:hover {
	color: #00CCCC;
	text-decoration: none;
}

#content #soft table {
	border: 1px solid #CEC8AA;
}
#content #soft table th {
	background-color: #6699cc;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #003399;
	border-bottom-color: #003399;
	color: #FFFFFF;
	font-size: 0.85em;
	padding: 5px;
}

#content #soft table td {
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	font-size: 0.75em;
}

/*テーブル認定内訳*/
.table_01 {
	width:600px;
	padding:0px;
	border-collapse:collapse;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.table_01 th {
	width:25%;
	text-align:left;
	vertical-align:top;
	color:#666666;
	background-color:#EEEEEE;
	border-bottom:1px dotted #999999;
	border-left:5px solid #FF9900;
	font-size: 0.85em;
	padding: 10px;
}
.table_01 td {
	padding:5px;
	border-bottom:1px dotted #999999;
	border-left:3px double #CCCCCC;
	font-size: 0.75em;
	line-height: 1.6em;
}

#table-01 tr td img {
	vertical-align: top;
	vertical-align: bottom;
}

/*テーブル申込み規約*/

#agreement td {
	font-size: 0.75em;
	line-height: 1.3em;
	color: #333;
	padding: 5px;
}

.table_back {
	background-color: #C4E6EE;
}

.table_back2 {
	background-color: #C4E6EE;
	margin-left: 40px;
}

.table_back3{
	background-color: #F0F0F0;
	margin-left: 40px;
}

.table_back4 {
	background-color: #F0F0F0;
}

.td_back1 {
	background-color: #79C6D9;
	padding: 10px;
	font-weight: bold;
	color: #333;
}
.td_back2 {
	background-color: #C4E6EE;
	padding: 10px;
}
.td_back3 {
	background-color: #FFF;
}

.td_back4 {
	background-color: #CCCCCC;
	padding: 10px;
	font-weight: bold;
	color: #333;
}

.td_back5 {
	background-color: #CCCCCC;
	font-weight: bold;
	color: #333;
}

.back_grey {
	background-color: #999;
	color: #FFF;
	padding: 10px;
}

.back_orange {
	background-color: #FFF;
	color: #F60;
	border: 1px solid #F60;
	font-size: 1.2em;
	line-height: 1.2em;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

.back_grey2 {
	background-color: #DBDBDB;
	color: #999;
	padding: 10px;
	margin: 0px;
}


/*頭書きテーブル*/
table#table-02 {
	width: 560px;
	border: 1px solid #C3C3C3;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 15px;
	margin-bottom: 30px;
	margin-left: 35px;
}


table#table-02 th {
	padding: 5px;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	background-color: #E4E4E4;
	border-top-width: 0;
	border-right-width: 0;
	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: #C3C3C3;
	border-right-color: #C3C3C3;
	border-bottom-color: #C3C3C3;
	border-left-color: #C3C3C3;
	font-size: 0.75em;
}
#table-02 tr .caption02 {
	text-align: center;
}

table#table-02 td {
	border: 1px #C3C3C3 solid;
	border-width: 0 0 1px 1px;
	font-size: 0.75em;
	color: #333;
	line-height: 1.3em;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
}


/*過去のニュース一覧*/

#list dl {
	margin-left: 10px;
}




#list dt {
	margin: 0px;
	font-size: 0.75em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
	background-image: url(images/blue_left.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	}
	

#list dd {
	padding-left: 75px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	font-size: 0.75em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	}

/*コンテンツ　ダウンロード項目選択1*/



ul.dl01	{
	float: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}


.dl01 img {
	border: 1px solid #999999;
	padding: 5px;
	margin-right: 5px;
 
}


.dl01 li {
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 10px;
	margin-right: 0px;
}



/*コンテンツ　ダウンロード項目選択2*/

.dl02 {
	margin-left: 20px;
}


.dl02 li {
	font-size: 14px;
	line-height: 140%;
	font-weight: bold;
	color: #003366;
	padding-top: 0px;
	padding-bottom: 30px;
	list-style-image: url(images/maru02.gif);
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


#content .dl02 li a:link {
	color: #333333;
	text-decoration: none;
}


#content .dl02 li a:visited {
	color: #666666;
	text-decoration: none;
}


#content .dl02 li a:hover {
	color: #FF9900;
	text-decoration: none;
}

/*コンテンツ　ダウンロード詳細情報*/
dl.sammary dt {
	clear: left;
	float: left;
	border-left: solid 8px #CCC;
	padding-left: 5px;
	color: #333333;
	font-size: 0.75em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.8em;
	margin-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}

dl.sammary dd {
	margin-bottom: 0.8em;
	font-size: 0.75em;
	color: #666666;
	margin-left: 15em;
	padding: 0px;
}



/*コンテンツ　導入にあたってフロー（開業予定）*/
#flow {
	background-image: url(images/flow01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 580px;
	height: 1780px;
	margin-left: 25px;
}
.flow_frame {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #006699;
	border-bottom-color: #006699;
	border-left-color: #006699;
	font-size: 0.85em;
	color: #333333;
	line-height: 150%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-top: 36px;
}
.link02 {
	color: #0099CC;
	background-image: url(images/link.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float: right;
	padding-left: 10px;
	margin-right: 10px;
}

#flow .flow_frame a:link {
	color: #0099CC;
	text-decoration: underline;
}
#flow .flow_frame a:visited {
	color: #0099CC;
	text-decoration: underline;
}
#flow .flow_frame a:hover {
	color: #00ced1;
	text-decoration: underline;
}

/*コンテンツ　導入にあたってフロー（既存乗換）*/
#flow02 {
	width: 580px;
	height: 2110px;
	background-image: url(images/flow03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 25px;
}
.flow_frame02 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #9966CC;
	border-bottom-color: #9966CC;
	border-left-color: #9966CC;
	font-size: 0.85em;
	color: #333333;
	line-height: 150%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-top: 36px;
}
.link03 {
	color: #9966cc;
	background-image: url(images/link02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float: right;
	padding-left: 10px;
	margin-right: 10px;
}
#flow02 .flow_frame02 a:link {
	color: #9966cc;
	text-decoration: underline;
}
#flow02 .flow_frame02 a:visited {
	color: #9966cc;
	text-decoration: underline;
}
#flow02 .flow_frame02 a:hover {
	color: #ff00ff;
	text-decoration: underline;
}


.memo　p {
	font-size: 0.75em;
	color: #333333;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding: 0px;
	margin-left: 20px;
}

.download{
	padding-left: 420px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.caption{
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}


#content .box01 {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 50px;
	margin-left: 10px;
}

.button {
	display: block;
	float: left;
	margin-right: 70px;
	padding-top: 30px;
	padding-left: 25px;
}

.orange {
	color: #FF6600;
}
#content #information .under_bar dd .orange strong a:link {
	color: #FF6600;
	text-decoration: none;
}

#content #information .under_bar dd .orange strong a:hover {
	color: #FF6600;
	text-decoration: underline;
}

#content #information .under_bar dd .orange strong a:visited {
	color: #FF6600;
	text-decoration: none;
}

* focus{
   outline: none;
}

.text_small {
	font-size: 0.9em;
	color: #666666;
	float: right;
	background-image: url(images/arrow05.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}

/*コンテンツ　リンク*/	

ul#link	{
	color: #333333;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	list-style-type: none;
	background-color: #f0f8ff;
	margin-bottom: 20px;
	line-height: 1.7em;
	margin-left: 10px;
	font-size: 0.85em;
	margin-right: 10px;
}

ul#link li	{
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
	background-image: url(images/arrow03_2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	padding-right: 10px;
}

ul#link li a	{
	margin: 0px;
	padding: 5px;
	}
	
ul#link li a:hover	{
	color: #0000AE;
}

.ul_h2 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 15px;
	line-height: 1.2em;
	font-size: 0.9em;
}

/* 製品紹介ラインナップ */
#content .option_lineup {
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 5px;
	width: 610px;
	font-size: 0.8em;
}

#content .option_lineup ul li a:link {
	font-weight: bold;
	color: #0066cc;
	text-decoration: none;
}

#content .option_lineup ul li a:visited {
	font-weight: bold;
	color: #0066cc;
	text-decoration: none;
}

#content .option_lineup ul li a:hover {
	font-weight: bold;
	color: #7DBEFF;
	text-decoration: none;
}

#content .option_lineup ul li {
	list-style-type: none;
	width: 580px;
	background-image: url(images/item01.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-right: 10px;
	height: 19px;
	padding-top: 6px;
}


img {
    border:none;
}
.flow {
	font-size: 0.85em;
	color: #333333;
	background-image: url(images/fllow01.gif);
	background-repeat: no-repeat;
	height: 1000px;
	width: 580px;
}
.blue_link {
	font-size: 0.85em;
	color: #0099CC;
	background-image: url(images/yajirushi01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-left: 20px;
}
.blue_link a:link {
	color: #0099CC;
	text-decoration: underline;
}
.blue_link a:visited {
	color: #0099CC;
	text-decoration: underline;
}
.blue_link a:hover {
	color: #00CCCC;
	text-decoration: underline;
}
.photo {
	background-color: #FFFFFF;
	display: block;
	padding: 7px;
	float: right;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 10px;
}

.img_left {
	background-color: #FFFFFF;
	display: block;
	float: left;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 10px;
}

img.photo-odd {float:right;
               margin-left:15px;
			   margin-bottom:15px;
			   }
			   
img.photo-even {float:left;
                margin-right:15px;
				margin-bottom:15px;
				}
				
.coment {
	font-size: 0.85em;
	color: #666666;
	margin: 10px;
}

/*widthは並べたい枚数にあわせて調整*/
#flow_a{
	width:580px;
	margin-left:5px;

    margin-right:5px
    margin-bottom:5px;
	margin-top: 25px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	}

#flow_a:after{
display:block;
clear:left;
height:0;
line-height:0;
visibility:hidden;
content:".";
font-size:0.1em;
}
#flow_a{
display:inline-block;
}
.flow_p {
	color: #333333;
	font-size: 0.85em;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 0px;
}
.text {
	font-size: 0.75em;
	color: #666666;
}

/* フロートライトを解除*/
.clear {
	clear: right;
}

.clear_both {
	clear: both;
}

.clear_left {
	clear: left;
}

.blue_box {
	background-color: #AFCAE4;
	border: 1px solid #6699CC;
	display: inline;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 5px;
}


p.blank {
	text-indent:1em;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
}
#content .kosyu table {
	margin-top: 5px;
	margin-bottom: 5px;
}
.kosyu {
	padding-top: 5px;
	padding-bottom: 5px;
}
.questioｎ {
	background-image: url(images/quetion.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	line-height: 2.5em;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 0.75em;
	color: #666666;
}

.questioｎ2 {
	background-image: url(images/quetion.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	line-height: 2.5em;
	font-size: 0.75em;
	color: #0099cc;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
	text-decoration: underline;
}

.answer {
	font-size: 0.75em;
	line-height: 1.6em;
	color: #666666;
	background-image: url(images/answer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-left: 30px;
	margin-right: 10px;
	margin-left: 10px;
}
.q_a {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0px;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #999999;
}
#story a {
	font-size: 0.75em;
	line-height: 2em;
}
#content .inprop {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-left: 20px;
}
.inproptext {

}
.gree_button {
	font-size: 0.75em;
	color: #333;
	background-color: #FFEBD7;
	padding: 10px;
	margin-right: 20px;
	margin-left: 20px;
	border: 1px solid #F93;
}
.application_button {
	background-color: #FFE3C8;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 0.75em;
	padding: 10px;
	border: 1px solid #F93;
}
#agreement {
	margin-left: 15px;
}

/*お問い合わせ　テーブル*/
.text_bargreen {
	font-size: 0.85em;
	font-weight: bold;
	color: #333;
	background-image: url(images/green_bar02.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 25px;
	width: 600px;
	margin: 15px;
	padding-left: 15px;
	padding-top: 12px;
}

table#table-02{
	width:600px;
	border:1px solid #DBDBDB;
	border-collapse:collapse;
	border-spacing:0;
	margin-right: 15px;
	margin-left: 15px;
}

table#table-02 th {
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	font-weight: bold;
	line-height: 120%;
	text-align: left;
	font-size: 0.8em;
	color: #3D870C;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
table#table-02 td {
	padding: 10px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	font-size: 0.85em;
}
#content #table-02 tr td .text_table {
	color: #333;
	text-align: left;
	font-size: 0.9em;
}

.top30 {
	margin-top: 25px;
	margin-bottom: 25px;
}


/* メイン画像上の余白*/
#content #mainthema table {
	margin-top: 25px;
	margin-bottom: 25px;
}

/* 各ページトップの見出し*/
#content .headline {
	margin-top: 15px;
	margin-bottom: 15px;
	background-image: url(images/headline.gif);
	border: 1px solid #CCC;
	background-repeat: no-repeat;
	background-position: 1px 1px;
	font-size: 0.85em;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 30px;
}

#content .headline_clear {
	margin-top: 0px;
	margin-bottom: 15px;
	background-image: url(images/headline.gif);
	border: 1px solid #CCC;
	background-repeat: no-repeat;
	background-position: 1px 1px;
	font-size: 0.85em;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 30px;
	clear: left;
}

#content .headline_clear .word01 {
	font-size: 0.9em;
	color: #413841;
	padding-top: 30px;
	padding-bottom: 15px;
	font-weight: normal;
	line-height: 1.3em;
	padding-right: 15px;
}
#content .headline .word01 {
	font-size: 0.9em;
	color: #413841;
	padding-top: 30px;
	padding-bottom: 15px;
	font-weight: normal;
	line-height: 1.3em;
	padding-right: 15px;
}



/* お知らせ部分*/
.under_bar {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}


#information {
	border: 1px solid #50B4CD;
}

.top_info {
	clear: left;
	background-image: url(images/top_info.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #50B4CD;
	height: 23px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #50B4CD;
	padding-left: 140px;
	padding-top: 12px;
	font-size: 0.85em;
	font-weight: bold;
	color: #413841;
	background-color: #edebed;
}

.top_info2 {
	clear: left;
	background-image: url(images/top_info2.gif);
	background-repeat: no-repeat;
	background-position: 10px 3px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #50B4CD;
	height: 28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #50B4CD;
	padding-left: 140px;
	padding-top: 8px;
	font-size: 0.85em;
	font-weight: bold;
	color: #413841;
	background-color: #edebed;
}

#container #content #information {
	border: 1px solid #50B4CD;
	clear: left;
}


.top_sem {
	background-image: url(images/top_sem.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #50B4CD;
	height: 23px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #50B4CD;
	padding-left: 115px;
	padding-top: 12px;
	font-size: 0.85em;
	font-weight: bold;
	color: #413841;
	background-color: #edebed;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #50B4CD;
}

#information .under_bar dt {
	font-size: 0.75em;
	color: #666666;
	float: left;
	margin: 0px;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 50px;
}
#information .under_bar dd {
	font-size: 0.75em;
	color: #666666;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 100px;
}
.ico01 {
	background-image: url(images/new_ico.gif);
	background-repeat: no-repeat;
	background-position: 5px;
}

.ico02 {
	background-image: url(images/kaiin_ico.gif);
	background-repeat: no-repeat;
	background-position: 5px;
}

.ico03 {
	background-image: url(images/new_kaiin.gif);
	background-repeat: no-repeat;
	background-position: 5px;
}


#container #content #information .under_bar dd a:hover {
	text-decoration: underline;
}

#container #content #information .under_bar dd a:visited {
	text-decoration: none;
}

#container #content #information .under_bar dd a:link {
	text-decoration: none;
}


#container #content #table-01 tr td .konika a:hover {
	color: #F90;
	font-size: 0.9em;
}

#container #content #table-01 tr td .konika a:visited {
	color: #F60;
	font-size: 0.9em;
	text-decoration: none;
}


#container #content #table-01 tr td .konika a:link {
	color: #F60;
	font-size: 0.9em;
	text-decoration: none;
}


/* お知らせ部分終わり*/

/* メイン画像*/
.main_img {
	margin-top: 25px;
	margin-bottom: 25px;
}

/* サイトマップ*/
.sitemap01 {
	font-size: 0.9em;
	font-weight: bold;
	color: #333;
	background-image: url(images/arrow10.gif);
	background-repeat: no-repeat;
	background-position: left 18px;
	padding-left: 16px;
	line-height: 1.3em;
	margin: 10px;
	padding-top: 15px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-right: 5px;
}

#content #sitemap ul {
	font-size: 0.75em;
	margin-top: 0px;
}
#content #sitemap ul li {
	list-style-type: disc;
	line-height: 1.5em;
}
#content #sitemap ul li ul {
	font-size: 1em;
	margin-top: 5px;
	margin-bottom: 5px;
}
#content #sitemap ul li ul li {
	line-height: 1.2em;
	list-style-type: circle;
}

#container #content #sitemap table tr td ul li a:link{
	text-decoration: none;
}

#container #content #sitemap table tr td ul li a:visited{
	text-decoration: none;
}

#container #content #sitemap table tr td ul li a:hover{
	text-decoration: underline;
}

/* フッター */
div#footer	{
	background-image: url(./images/line_blue.gif);
	background-repeat: repeat-x;
	width: 900px;
	padding-top: 20px;
	clear: both;
	background-color: #615962;
}
	
ul#footermenu	{
	font-size: 0.8em;
	margin-top: 10px;
	margin-left: 10px;
	text-align: left;
	color: #CCC;
}


ul#footermenu li	{
    list-style-type: none;
	display: inline;
}


ul#footermenu li a	{
	text-decoration: none;
	text-align: center;
	padding: 3px 10px 0px;
	color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}

	
ul#footermenu li.menulast	a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}


ul#footermenu li a:hover	{
    color: #333333;
}



address {
	font-style: normal;
	line-height: 2em;
	font-size: 0.8em;
	text-align: right;
	color: #CCC;
}
.caption07 {
	font-size: 0.9em;
	line-height: 1.5em;
	color: #333;
	padding: 10px;
	width: 280px;
	border: 1px solid #999;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
}

.caption08 {
	line-height: 1.5em;
	color: #333;
	padding: 10px;
	width: 310px;
	border: 1px solid #999;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.waku05 {
	border: 1px solid #333;
	width: 270px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	height: 74px;
}
#content .text2_h3 table tr td .waku05 table tr td {
	line-height: 1em;
}

#content .text2_h3 table tr td .waku05 table tr td img {
	border: 1px solid #333;
	margin: 5px;
}



.text_square {
	font-size: 0.75em;
	font-weight: bold;
	background-image: url(images/square03.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	margin-right: 25px;
	margin-left: 25px;
	padding-left: 20px;
	line-height: 2em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999;
	border-bottom-color: #999;
	margin-top: 10px;
	margin-bottom: 10px;
}
#list .date {
	font-size: 0.75em;
	color: #666;
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 5px;
	margin-left: 50px;
}
#list .news_item {
	font-weight: bold;
	color: #333;
	border-bottom-width: 2px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-right: 50px;
	margin-left: 50px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-color: #339bb5;
	border-left-color: #339bb5;
	font-size: 0.95em;
}
#list .news_text {
	margin-top: 10px;
	margin-right: 80px;
	margin-bottom: 70px;
	margin-left: 80px;
	font-size: 0.8em;
	color: #333;
}

#content .renkei_image .ten img {
	float: right;
	margin-right: 80px;
}
#list .news_text .waku01 {
	padding: 5px;
	border: 1px solid #333;
	margin-top: 10px;
	margin-right: 45px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#list .news_text .waku02 {
	border: 1px solid #333;
	margin-top: 10px;
	margin-right: 90px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 5px;
}
.text_remote {
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 25px;
	padding-left: 120px;
	padding-right: 110px;
	font-size: 0.75em;
}
#content .story_01 {
	font-weight: bold;
	color: #FFF;
	background-color: #033;
	background-image: url(images/story_bar.jpg);
	height: 32px;
	padding-left: 63px;
	padding-top: 18px;
	margin-top: 24px;
}
#content .story_02 {
	border: 1px solid #666;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #333;
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 35px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content .story_03 {
	font-size: 1em;
	font-weight: bold;
	color: #333333;
	background-image: url(images/maru04.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#content .text2_h3 table tr td .waku05 table tr td a:link {
	color: #0099cc;
	text-decoration: none;
	line-height: 1.3em;
	font-weight: bold;
}
#content .text2_h3 table tr td .waku05 table tr td a:visited {
	color: #0099cc;
	text-decoration: none;
	line-height: 1.3em;
	font-weight: bold;
}
#content .text2_h3 table tr td .waku05 table tr td a:hover {
	color: #66D9FF;
	text-decoration: none;
	line-height: 1.3em;
	font-weight: bold;
}
