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


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

@charset "shift-jis";
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;
	background-color: #FFFFFF;
	border: 1px solid #615962;
}


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

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

ul#subNavi li{
	display:inline;
	list-style-type:none;
	font-size:1.1em;
	}

ul#subNavi li a{
	padding:0 10px 0 14px;
	background-repeat:no-repeat;
	background-position:0 3px;
	}

ul#subNavi li.subNaviTrial a{
	background-image:url(images/siryou_button.gif);
	background-position: left center;
	}

ul#subNavi li.subNaviInquiry a{
	background-image:url(images/inquiry_button.gif);
	background-position: left center;
	}




/* コンテンツ */
div#content	{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	font-size: 1em;
}


div#content p	{
	font-size: 0.85em;
	width: 580px;
        color:#333333;
	line-height: 1.6;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content li {
	list-style-type: disc;
}


/* インデント */
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;
	padding-left:1em;
	 }

/*リンク*/
#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.85em;
}

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-top: 15px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

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: 20px;
}


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-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	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;
}

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



/* 色スタイル */
.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;
}
.box400  {
	margin-bottom: 400px;
	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;
}
.text_h1 { /* h1直下のテキスト */
	font-size: 0.75em;
	line-height: 1.7em;
	color: #333;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.id_text5 { /* h3直下のテキスト（下余白なし） */
	font-size: 0.75em;
	line-height: 1.7em;
	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: 1.7em;
	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: 1.7em;
	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: 1.7em;
	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: 1.7em;
	color: #333;
	text-indent: 0.85em;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 15px;
}
.ten {
	line-height: 1.7em;
	color: #333;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 35px;
	font-size: 0.75em;
	margin-top: 0px;
}


.id_h2 { /* h2直下のインデント付テキスト */
	font-size: 0.75em;
	line-height: 1.7em;
	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: 1.7em;
	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: 1.7em;
	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: 1.7em;
	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: 1.7em;
	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: 1.7em;
	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: 1.7em;
	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: 1.7em;
	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: 1.7em;
	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: 1.7em;
	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: 1.7em;
	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: 1.7em;
	text-indent: -0.85em;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 35px;
}

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




/* トップボックス */

/* ==============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: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	}
	
#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-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.75em;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	float: left;
	}

#news 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;
	}
	
#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: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	}
	
#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-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.75em;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	float: left;
	}

#seminar 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;
	}

#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;
	}
#updatedocument {
	width: 550px;
	background-image: url(images/update_document.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;
}

#updatedocument 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;
	}

	
#updatedocument 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;
	}

#updatedocument 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: 1.7em 0.5em 1em 1em;/*テキスト部分の余白*/
	border-left: solid 30px #DEDEDF;/*左側の着色部分*/
	font-size: 0.75em;
  }

 
/*コンテンツ　ダウンロード項目選択1*/
div #content ul {
	margin: 10px;
	list-style-type: none;
}





.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;
}

td {
	padding: 5px;
	color: #333333;
	font-size: 0.75em;
	line-height: 1.3em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.table_back {
	background-color: #C4E6EE;
}

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

.td_back1 {
	background-color: #79C6D9;
	padding: 10px;
	font-weight: bold;
	color: #333;
}
.td_back2 {
	background-color: #C4E6EE;
	padding: 10px;
}
.td_back3 {
	background-color: #FFF;
}
.left_arrow {
	float: left;
}
.table_right {
	margin-left: 40px;
}

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

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

#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;
}

* focus{
   outline: none;
}

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

.small75 {
	font-size: 0.75em;
}

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


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


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

	
ul#footermenu li.menulast	a {
    border-right:solid 1px #666666;
}


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



address {
	font-style: normal;
	line-height: 2em;
	font-size: 0.8em;
	text-align: right;
	color: #333333;
}


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;
}



				
.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;
}

.clearfix:after{
	display:block;
	clear:left;
	height:0;
	line-height:0;
	visibility:hidden;
	content:".";
	}

.clearfix{
    display:inline-block;
	}
	
.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 {
	margin: 0 0 1em 0;
	text-indent:1em;
}
.orange_small {
	font-size: 0.85em;
	color: #F60;
}
.white_small {
	font-size: 0.85em;
	color: #FFF;
}
