@charset "utf-8";
/* CSS Document */

/*===============基本設定===============*/

body {
	color: #333333;
	font-family:"メイリオ", "Meiryo", "ヒラギノ 角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS P Gothic", sans-serif;
	background-color: #999999;
	font-size: 14px;
	clear: both;
	height: 30px;
	width: 950px;
	position: relative;
	margin-left: auto;
	margin-right:auto;
}
p {
	padding:0;
	margin:5px 0px 5px;
}
a:link {
	color: #333333;
}
a:visited {
	color: #666666;
}

a:hover {
	color:#FF6600;
}

address {
	color: #999999;
	width: 999px;
	font-size: 0.8em;
	font-style: normal;
	text-align: center;
	height: 50px;
	background-color: #CCCCCC;
	line-height: 40px;
	background-image:url(../img/base/base_bottom.gif);
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 0px;
}
h1 {
	width:696px;
	background-image:url(../img/top/title2.jpg);
	background-repeat:repeat;
	background-position:center;
	font-size:16px;
	line-height:35px;
	font-weight:bolder;
	color:#FFFFFF;
	padding-left:10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	clear: both;
	height: 36px;
}
h2 {
	width:668px;
	background-position:center;
	font-size:14px;
	line-height:1.7em;
	color:#FFFFFF;
	padding-left:10px;
	clear: both;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #404040;
}
img {
	border:0;
}
.alt {
	display: none;
	margin-top: -300px;
}
h3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #404040;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #E83A00;
	line-height: 150%;
	padding: 7px;
	clear: both;
}
h4 {
	width:686px;
	font-size:14px;
	line-height:25px;
	font-weight:bold;
	border-bottom-style: solid;
	padding-left:10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	clear: both;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-color: #c3c7c1;
	background-color: #e7e7ef;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.note {
	font-size:14px;
	line-height:25px;
	font-weight:normal;
	clear: both;
	background-color: #E8E8F0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	border: 1px solid #c3c7c1;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 5px;
}

h5 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #333333;
	padding-left: 10px;
	line-height: 200%;
	border-left-width: 13px;
	border-left-style: solid;
	border-left-color: #008ADF;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #008ADF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #008ADF;
	border-right-color: #008ADF;
	background-color: #FFFFFF;
	margin-top: 40px;
	width: 650px;
	clear: both;
	padding-top: 5px;
	font-weight: bold;
}
/*===============基本設定　終了===============*/

/*===============ベースレイアウト関連===============*/

/*-----ベースボディーレイアウト-----*/
#pageBody {
	width: 1000px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	marign-bottom:10px;
	background-image: url(../img/base/base.gif);
	background-repeat: repeat-y;
	clear: both;
	position: relative;
	margin-bottom: -5px;
	padding-bottom: 0px;
}
#pageTop {
	background-image:url(../img/base/base_top.gif);
	background-repeat: no-repeat;
	background-position:top left;
	padding-top: 5px;
	padding-left: 25px;
	padding-right: 25px;
}
/*-----ベースヘッダーレイアウト-----*/
#header {
	margin-top: 15px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	height: 100px;
	width: 950px;
	clear: both;
}
#pageBody #pageTop #header form {
	float: right;
}
#header img {
	float: left;
	clear: both;
}

#header ul {
	margin-top:15px;
	height:20px;
	list-style-type: none;
	float: right;
	width:450px;
	padding: 0px;
	margin-right: -10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header ul li {
	font-size: 10px;
	background-image: url(../img/base/List_arrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 13px;
	padding-right: 20px;
	float: left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#header form {
	clear:both;
	font-size: 10px;
	float: right;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
/*-----ベースグローバルナビ開始-----*/
#globalNavi {
	clear: both;
	width: 950px;
	list-style-type: none;
	height: 35px;
	background-color: #999999;
	padding: 0px;
	margin: 0px;
}
#globalNavi li {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
}
/*-----更新日やテキストPR箇所の設定-----*/
#textArea {
	clear:both;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Geneva, Arial, Helvetica, sans-serif;
	margin-top: 030px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 15px;
	height: 60px;
}
/*　共通バナーグループの設定 */
#Top_PR_AREA {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#3mainDoor {
	margin-bottom: 1px;
	float: left;
	width: 250px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#PRA_right3 {
	width:706px;
	min-height: 10px;
	height: auto!important;
	height: 580px;
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #CCCCCC;
	font-size: 14px;
}
#PRA_right4 {
	width:706px;
	min-height: 580px;
	height: auto!important;
	height: 580px;
	float: right;
	padding: 0px;
	margin-top: 19px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#topImg img {
	float: left;
	margin: 0px;
	padding: 0px;
}
#bannerGroup {
	text-align: center;
	float: left;
	margin: 0px;
	padding: 0px;
}
#gtPR {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	padding-left: 10px;
	margin: 0px;
}
#gtPR p {
	text-align:center;
}
/*===============ベースレイアウト関連終了===============*/



/*===============トップページレイアウト関連　開始===============*/
/*-----Top_PR_Areaのレイアウト開始-----*/
#PRA_Left {
	width:230px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	position: relative;
}
#PRA_Left_Top {
	margin: 0px;
	padding: 0px;
	width: 708px;
	float: left;
}
#PRA_Right {
	width:230px;
	float: right;
	margin-top:0px;
	margin-left: 12px;
	margin-right: 0px;
	margin-bottom:0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#PR_LongBanner {
	margin-top: 10px;
	margin-bottom: 10px;
}
/*製品ボックス　スタート*/
.productbox {
	clear:both;
	width:705px;
}
.productbox1 {
	float:left;
	width:220px;
	margin-top:10px;
	margin-left: 13px;
}
.productbox2 {
	background-repeat:repeat-x;
	width:220px;
	height:33px;
	text-align:center;
	font-size:14px;
	font-weight:normal;
	color:#FFFFFF;
	line-height:260%;
	background-color: #666666;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dotted;
	border-bottom: 1px;
}
.productbox1 div {
	text-align: center;
}
.productbox1 div p {
	text-align: left;
}
.naviimg2 {
	border:#CCCCCC solid 1px;
}
/*製品ボックス　エンド*/

/*ニュースエリアレイアウト設定 スタート*/
.newsbox {
	width:334px;
	margin-top:20px;
	float:left;
	margin-right:20px;
}
.newsboxright {
	width:334px;
	margin-top:20px;
	float:right;
	margin-right: 16px;
}
.newsbox2 {
	width:334px;
	border:solid;
	border-width:1px;
	border-color:#CCCCCC;
	margin-bottom:20px;
}
.newstitle {
	background-image:url(../img/top/news.jpg);
	background-repeat:repeat-x;
	width:324px;
	height:26px;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	line-height:26px;
	padding-left:10px;
}
.newstitle a {
	color:#FFFFFF;
}
.newtitle a:hover {
	color:#FF6600;
	text-decoration: underline;
	border:0px;
	padding:0px;
}
.inbox {
	padding:5px;
}
.inbox dl {
	margin:10px 0px 0px 0px;
	padding-bottom:20px;
}
.inbox dt {
	color:#3366CC;
	font-weight:bold;
	padding-top: 10px;
	margin-top: 0px;
	font-size: 14px;
}
.inbox dt img {
	float: right;
	margin-right: 10px;
	padding-top: 0px;
	margin-top: -3px;
}
.inbox dd {
	margin-left:0px;
	margin-top:10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 20px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	line-height: 140%;
	color: #333333;
}

.inbox dd a {
	font size: 13px;
	color:#FF6600;
	font-weight: normal;
}
/*ニュースエリアレイアウト設定 終了*/





/*===============トップページレイアウト関連　終了===============*/


/*===============　２階層目以降ページレイアウト関連　開始===============*/
#PRA_leftmenu {
	width:228px;
	margin-bottom:20px;
	padding: 0px;
	background-image:url(../img/navi/leftbg.jpg);
	background-repeat:repeat-x;
	border:#cccccc solid 1px;
	position: relative;
}
#PRA_leftmenu ul {
	margin:5px 0px 20px 0px;
	padding:0px 5px 0px 5px;
	font-size: 13px;
}
#PRA_leftmenu li {
	border-bottom:#cccccc dashed 1px;
	list-style-type:none;
	background-image:url(../img/top/title_M.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	line-height: 120%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	color: #1D0D66;
}
#PRA_leftmenu p {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	margin-top: -3px;
	font-weight: normal;
	color: #CC3300;
	margin-bottom: -3px;
}

/*::::::: NCN 0222 :::::*/
#PRA_leftmenu a {
	text-decoration: none;
	background-repeat: no-repeat;
	display: block;
	color: #333333;
}
#PRA_leftmenu a:hover {
	text-decoration: underline;
	color:#E14002;
	border:0px;
	padding:0px;
}

.pankuzu {
	width: 100%;
    margin-left:0px;
	padding-bottom: 10px;
}
.pankuzu ul{
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 5px;
    margin-left:-35px;
}


.pankuzu li {
	font-size: 11.5px;
	background-image: none;
	float:left;
	line-height: 150%;
	list-style-position: inside;
	list-style-type: none;
}

.title {
	width:937px;
	height:35px;
	background-image:url(../img/top/title3.jpg);
	background-repeat:repeat-x;
	background-position:center;
	font-size:20px;
	font-weight:500;
	line-height:35px;
	font-weight:bold;
	color:#FFFFFF;
	margin:0px;
	padding-left:10px;
	border:1px solid;
	border-color:#D8D8D8;
	clear:both;
}
.main {
	width:680px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	clear: both;
}
.main a {
	color: #FF6600;
}
.main p {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 180%;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.main p img {
	margin-top: 10px;
	margin-bottom: 10px;
}
/*画像左レイアウト用＠mainstyle */
.mainLeftimg {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 0px;
}
/*画像右レイアウト用＠mainstyle */
.mainRightimg {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
}
.main ul {

}
.main li {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	padding-top: 10px;
	line-height: 160%;
	margin: 0px;
}
.main table {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.center {
	text-align:center;
}
.subTitle {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight: bold;
	color: #003399;
	line-height: 150%;
	text-align: left;
}
.dealerT {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	line-height: 130%;
	padding: 5px;
}

.Con_Info {
	font-size: 14px;
	font-weight: bold;
	color: #FF6633;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
/*細いレイアウト*/
.tableSet3 {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #666666;
}
.tableSet3 th {
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	background-color: #CCCCCC;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.tableSet3 td {
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
/* テーブル・セル　カラー */
.TBRcolor1 {
	background-color:#666666;
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-left: 10px;
}
.TBRcolor2 {
	background-color:#CCCCCC;
	color: #00000;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: FFFFFF;
}
.TBRcolor3 {
	background-color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	line-height: 1.7em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.TBRcolor4 {
	background-color: #BBDEEA;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.TBRcolor5 {
	background-color: #CCFFCC;
	padding: 5px;
	font-size: 13px;
	line-height: 150%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.TBRcolor6 {
	background-color: #FFCCCC;
	padding: 5px;
	font-size: 13px;
	line-height: 150%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.TBRcolor7 {
	background-color: #FCCB9E;
	padding: 5px;
	font-size: 13px;
	line-height: 150%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.TBRcolor8 {
	font-family: Tahoma;
	font-size: 12px;
	background-color: #73C6F7;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: 100;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	color: #333333;
}
.TBRcolor11 {
	font-family: Tahoma;
	font-size: 12px;
	background-color: #FFCC66;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: 100;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	color: #333333;
}

.TBRcolor9 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	line-height: 140%;
	color: #FFFFFF;
	background-color: #0066CC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	text-align: center;
}
.TBRcolor10 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	line-height: 140%;
	color: #FFFFFF;
	background-color: #D37916;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	text-align: center;
}

/*問い合わせなど申込用フォームレイアウト*/

#formTable {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	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: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 650px;
}
#formTable caption {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #287AA2;
	padding: 5px;
	height: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	width: 640px;
}
#formTable th {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	background-color: #85C2E0;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: 200px;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: -200px;
}
#formTable tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}
#formTable td {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	background-color: #EFEFEF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 10px;
}
#formTable p {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
}
#formTable li {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	list-style-type: none;
	float: left;
	line-height: 150%;
	padding-top: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
}
#formTable ul {
	margin-left: -10px;
	margin-top: 20px;
	clear: both;
}
/*問い合わせなど申込用フォームレイアウト終わり*/


/*ダウンロードテーブルフォーム*/

.DownLoadTbl dl {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	border-collapse:collapse;
	width: 650px;
	padding: 0;
	margin-bottom: 30px;
	margin-top: 0px;
	font-size: 12px;
	margin-left: 10px;
}
.DownLoadTbl dt {
	clear: both;
}
.DownLoadTbl dd {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	clear: both;
	width: 668px;
}
.DownLoadTbl ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 668px;
}
.DownLoadTbl ul li {
	clear: none;
	float: left;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 11px;
	padding-left: 10px;
}
.DownLoadTbl li a {
	text-decoration: none;
	background-repeat: no-repeat;
	height: 21px;
	display: block;
	font-weight:300;
	color:#384D6D;
	font-size: 13px;
	font-family: Verdana;
}
.fileN {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #FFFFFF;
	background-color: #178099;
	font-size: 14px;
	top: 10px;
	padding: 8px;
	width: 650px;
	border: 1px solid #CCCCCC;
	margin-top: -1px;
	font-weight: normal;
}
.upDate {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	background-color: #FFFFFF;
	height: 18px;
	width: 100px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin: 0px;
}
.DLfile {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	padding: 0;
	width: 450px;
	margin: 0px;
	clear: both;
	text-align: left;
	height: 18px;
}
.fileN img {
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.DLsize {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	width: 84px;
	margin: 0px;
	height: 18px;
}
.DLshosai {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 130%;
	padding: 10px;
	clear: both;
	margin-top: -1px;
	width: 646px;
	background-color: #FFFFFF;
	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: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}


.DownLoadTbl a:hover {
	text-decoration: underline;
	color:#00F;
	border:0px;
	padding:0px;
}
/*ダウンロードテーブルフォーム終了*/

/*イベント(オプションページでも使用）　開始*/
.event {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 680px;
}
.ListwDesc {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	margin: 0px;
	clear: both;
}
.ListwDesc dt {
	font-size: 16px;
	font-weight: bold;
	background-image: url(../img/common/lis1.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-family: "MS UI Gothic";
	line-height: 130%;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	float: none;
	clear: right;
}
.ListwDesc dd {
	float: right;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #336699;
	font-weight: bold;
	font-size: 14px;
	clear: none;
	line-height: 130%;
	margin-top: -25px;
}

.event dt {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #00388B;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 22px;
	background-image: url(../img/common/lis1.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.event dl {
	margin-top: 0px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
.event dd {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	padding: 0px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.even_img {
	float: left;
	margin-left: 5px;
}

.event li {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 120%;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	list-style-type: none;
}
.event ul {
	margin-top: 10px;
	margin-left: -25px;
	margin-bottom: 10px;
}
.eventTitle {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #0058A2;
	margin: 0px;
	font-weight: bold;
	padding-bottom: 20px;
}
.textBottum200px {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 24px;
	text-decoration: blink;
	margin: 10px;
	padding: 10px;
	width: 200px;
	font-weight: bold;
	background-position: center bottom;
	text-align: center;
	vertical-align: middle;
	border: 1px ridge #CCCCCC;
	background-image: url(../img/top/white_title.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.textBottum200px a:link {
	color: #0000CC;
	text-decoration: none;
}
.textBottum200px a:hover {
	color: #FF6600;
	text-decoration: underline;
}
/*イベントページ終了*/
.capt {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 130%;
	font-weight: bold;
	text-align: center;
}
.Sashie {
	clear: both;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	margin-top: 10px;
	padding-top: 10px;
}
.Sashie dd img {
	float: left;
}
.Sashie dt {
	float: left;
	padding-left: 20px;
}
.newstitle a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.linkList {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 130%;
	margin-left: 20px;
}
.linkList li {
	background-image: url(../img/common/lis1.gif);
	background-repeat: no-repeat;
	background-position: left 13px;
	list-style-type: none;
	padding-left: 22px;
	margin-left: -20px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

.linkList a {
	text-decoration:none;
	color:#666666;
}
.linkList a:hover {
	text-decoration:underline;
	color:#FF6600;
}

.archive {
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px solid #999999;
}
.archive dt {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 130%;
	font-weight: bold;
	color: #CC6600;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 15px;
}
.archive dd {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 150%;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-left: 0px;
	background-color: #FFFFFF;
}
/* FAQページ専用スタイル*/
.main .Twlist {
	margin: 0px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-size: 12px;
	line-height: 26px;
	clear: both;
}
.Twlist dt {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	background-color: #e7e7ef;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 6px;
	border: 1px solid #c3c7c1;
	font-weight: bold;
	clear: both;
	width: 100%;
}
.Twlist dd {
	margin: 0px;
	background-image:url(../img/support/Q.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #33333;
	clear: left;
	width: 100%;
	float: left;
}
.Twlist dd a {
	text-decoration: none;
	background-repeat: no-repeat;
	display: block;
	color: #333333;
}
.Twlist dd a:hover {
	text-decoration: underline;
	color:#FF6600;
	border:0px;
	padding:0px;
}
/* FAQページ専用スタイル終了*/

/* 事例ページ専用スタイルスタート*/
.Jirei {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-size: 12px;
	line-height: 26px;
	background-color: #FFFFFF;
	width: 615px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	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: #c3c7c1;
	border-bottom-color: #c3c7c1;
	border-left-color: #c3c7c1;
}
.jireiB {
	height: 44px;
	padding: 0px;
	text-align: right;
}
.Jirei dd {
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	height: auto;
	clear: both;
}
.Jirei dt {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	background-color: #e7e7ef;
	font-weight: bold;
	margin-left: -30px;
	margin-top: -10px;
	width: 650px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #c3c7c1;
	border-bottom-color: #c3c7c1;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.Jirei dd ul {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	margin-bottom: 10px;
}
.Jirei dd li {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	list-style-type: square;
}
.LineTitle {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	font-weight: bold;
	color: #003366;
	line-height: 200%;
	width: 600px;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding: 10px;
	background-color: #FFFFFF;
}
.Btop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: right;
	margin-bottom: 30px;
	color: #FF0000;
	clear: both;
}
.main ol li {
	padding-top: 15px;
	line-height: 150%;
	width: 600px;
}
.main ol li img {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.Enh {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	color: #007BB7;
}
.tableSet {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.sitemapbox {
	width:330px;
	margin-top:20px;
	float:left;
	margin-right:10px;
	margin-left: 10px;
}
.sitemap {
	width: 330px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.sitemap dt {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight: bold;
	background-color: #E4E4E4;
	height: 25px;
	width: 312px;
	line-height: 200%;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #E30000;
}
.main ol {
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: -10px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.sitemap ul {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 130%;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: -20px;
}
.sitemap li {
	line-height: 120%;
	padding-top: 10px;
	padding-left: -20px;
	margin-left: 0px;
	background-image: url(../img/top/list.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	list-style-type: none;
}
.Glos {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.Glos dt {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	color: #003366;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-left: 10px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #666666;
	padding-top: 5px;
}
.Glos dd {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 180%;
	margin-bottom: 30px;
	padding-top: 5px;
	margin-left: 20px;
}

.event a {
	color: #FF6600;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.style6 {
	font-weight: bold;
	color: #FF0000;
}
.DLshosai ol {
	line-height: 10px;
	padding-left: -20px;
	list-style-type: disc;
	margin-bottom: 25px;
}
.DLshosai ol li a {
	margin-bottom: 5px;
	font-size: 1.1em;
	color: #F90;
}
.DLshosai ol li {
	line-height: 1.8em;
	margin-bottom: -20px;
}
#pageBody #pageTop #Top_PR_AREA #PRA_right3 .main p strong {
	color: #000000;
}
.ookinamoji {
	font-size: 24px;
}
