/*-----デフォルト----*/
* {
	margin:0;
	padding:0;
	text-align:left;
	font-style: normal;
}

p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
.p1 {
	width: 510px;
	color: #0B5980;
	display: block;
	margin-left: 32px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}
.p2 {
	width: 510px;
	color: #1083B9;
	display: block;
	margin-left: 32px;
	padding-bottom: 5px;
	
}
.p3 {
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}

.p4 {
	display: block;
	margin-left: 55px;
	padding-bottom: 5px;
	padding-right: 20px;
	margin-bottom: 20px;
	color: #000000;	
}

.p5 {
	width: 510px;
	color: #CC0000;
	display: block;
	margin-left: 32px;
	padding-bottom: 15px;
	text-align: center;
	font-weight: bold;
	padding-top: 15px;
	background-color: #FFFFFF;
	margin-top: 5px;
}

.p6 {
	width: 510px;
	color: #0000FF;
	display: block;
	margin-left: 32px;
	padding-bottom: 15px;
	text-align: center;
	font-weight: bold;
	padding-top: 15px;
	background-color: #FFFFFF;
	margin-top: 5px;
}
.p7 {
	width: 511px;
	color: #0B5980;
	display: block;
	margin-left: 15px;
	padding-bottom: 5px;
}




.p_company01 {
	margin-top: 10px;
	line-height: 28px;
	padding-left: 8px;
}






.img_center{
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
}

.img_float_l {
	float: left;
	padding-right: 10px;
}

.img_float_r {
	float: right;
	padding-right: 10px;
	clear: left;
}

.inner {
	margin-right: 15px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

h1 {
	font-size: 10px;
	font-weight: normal;
	line-height: 13px;
	display: block;
	width: 270px;
	padding-top: 43px;
	float: right;
	margin-right:300px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	display: block;
	float: left;
	color: #043E60;
	padding-top: 10px;
	padding-left: 15px;
}

#box_h2 {
	height: 36px;
}

h3 {
	color: #000000;
	font-size: 14px;
	line-height: 18px;
	padding-top: 0px;
	padding-bottom: 5px;
	font-weight: normal;
}

.box_h3 {
	color: #4D4D4D;
	background-image: url(images/bg_dot.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 10px;
	margin-top: 5px;
	padding-left: 22px;
	padding-top: 0px;
	padding-bottom: 3px;
	padding-right: 25px;
	
}



h4 {
	padding-bottom: 5px;
	font-size: 12px;
	line-height: 16px;
	background-color: #EDEDED;
	padding-left: 8px;
	padding-top: 5px;
	background-image: url(images/bg_h4.jpg);
	background-repeat: repeat-x;
	color: #505050;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
	background-position: bottom;
}

/*------メインリンク----*/
a:link {
	font-size: 12px;
	color: #095787;
}
a:visited {
	font-size: 12px;
	color: #0A5E8F;
}
a:hover {
	font-size: 12px;
	color: #00CCFF;
	text-decoration: underline;
}
a:active {
	font-size: 12px;
	color: #33CCFF;
}

/*-----サブリンク-----*/
a.subject:link {
	FONT-SIZE: 10px;
	COLOR: #FFFFFF;
}
a.subject:visited {
	FONT-SIZE: 10px;
	COLOR: #00CCFF;
}
a.subject:hover {
	FONT-SIZE: 10px;
	COLOR: #00FFFF;
	TEXT-DECORATION: none;
}
a.subject:active {
    FONT-SIZE: 10px;
    COLOR: #00FFFF
}



/*文字制御*/
.text_small {
	font-size: 10px;
	color: #000000;
}

.text_blue {
	color: #1574AC;
}

.text_red {
	color: #FF0000;
}

/*テーブル制御*/

.table_none {
	padding: 3px;
}

.table_lightgray {
	background-color: #F0F0F0;
	text-align: left;
	vertical-align: top;
	padding: 5px;
}


/*ボディ*/
body {
	margin:0px 0 0;
	color:#000;
	line-height:18px;
	text-align:center;
	font-size:12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}

/*wrapper*/
#wrapper{
	width:100%;
	margin:0;
	text-align:left;
	display:block;
	overflow:hidden;	
}

/*ヘッダ*/
#header {
	display:none;
}

/*コンテナ*/
#container {
	display:block;
	overflow:hidden;
	width: 100%;
}

/*フラッシュメニュー*/
#mainmenu {
	height: 73px;
	background-image: url(images/bg_conteiner.jpg);
	background-repeat: repeat-y;
	padding-left: 8px;
}

/*トップページ フラッシュのスペース*/
#Flasharea {
	width: 814px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	background-image: url(images/bg_conteiner.jpg);

	background-repeat: repeat-y;
}

/*メインコンテンツ*/

#contents {
	width:100%;
}

.box_normal {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-left: 10px;
	display: block;
	clear: both;
	overflow: hidden;
	width: 527px;
	padding-right: 0px;
	margin-bottom: 10px;
}
.box_normal a {
	height: 20px;
	width: 120px;
	padding-top: 1px;
	background-image: url(images/bg_yomu.jpg);
	background-repeat: no-repeat;
	display: block;
	text-align: center;
	float: right;
	color: #FFFFFF;
	letter-spacing: 0.3em;
	margin-top: 5px;
}

/*左側ナビ*/
#menu {
	display:none;
}

/*トピックパス*/
.topicpass {
	display:none;
}

/*フッター*/
#footer {
	display:none;
}





/* 代表取締役のサイン画像 */
.img_Greeting {
	display: block;
	margin-left: 394px;
	padding-bottom: 5px;
	color: #000000;
}

/* support02.htmlのメッセージボックス */
#regSupport {
	background-position: center;
	text-align: center;
	background-color: #FFFFFF;
	margin: 0px;
	height: 120px;
	padding-top: 90px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	color: #095A89;
}

/*company05.html印刷ボタン*/
a.pagelink:link,a.pagelink:hover,a.pagelink:active,a.pagelink:visited {
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}

/*トップに戻る*/
#top {
	display:none;
}

/*サイトマップ*/
.box_sitemap {
	padding-left: 5px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 10px;
}
.box_sitemap ul {
	padding-left: 25px;
	color: #3D7BE3;
	list-style-type: none;
}

.box_sitemap li a {
	color: #000099;
	font-weight: bold;
}

.box_sitemap li li a {
	color: #000099;
	font-weight: normal;
}


.box_sitemap h3 {
	color: #4D4D4D;
	background-image: url(images/bg_dot.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 23px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*問合せ*/
#support {
	width: 511px;
	margin-top: 15px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	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: #CCCCCC;
	border-right-color: #B4B4B4;
	border-bottom-color: #B4B4B4;
	border-left-color: #CCCCCC;
	padding: 7px;
	background-image: url(images/bg_support.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	color: #666666;
	margin-left: 10px;
	clear: left;
}

/*問合せページ*/

.title_form {
	color: #FFFFFF;
	background-image: url(images/bg_titleform.jpg);
	background-repeat: repeat-x;
	display: block;
	height: 35px;
	padding-top: 8px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	font-size: 14px;
}
.box_form {
	margin-left: 10px;
	display: block;
	clear: both;
	overflow: hidden;
	width: 527px;
	margin-bottom: 10px;
	background-image: url(images/bg_form.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: auto;
	background-color: #FCFCFC;
	border: 1px solid #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#link2 {
	text-align: center;
	height: 25px;
	padding-left: 140px;
}
#link2 a {
	text-align: center;
	display: block;
	width: 120px;
	float: left;
	margin-right: 20px;
	background-image: url(images/bg_yomu2.jpg);
	background-repeat: no-repeat;
	height: 20px;
}

/*システムソリューション・iDCソリューションのボックス*/
.box1 {
	width: 252px;
	background-image: url(images/bg_box_1b.jpg);
	background-repeat: repeat-y;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 2px;
	margin-right: 10px;
}

.box1 b {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/bg_box_1a.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 23px;
	padding-top: 5px;
	text-align: center;
}

.box1 a {
	display: block;
	height: 35px;
	width: 252px;
	background-image: url(images/bg_box_1c.jpg);
	text-align: center;
	padding-top: 7px;
}

/*トップページ　news*/

#news {
	margin: 0px;
	height: 63px;
	width: 789px;
	background-color: #F3F8FA;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#news ul {
	font-size: 10px;
	line-height: 13px;
	width: 300px;
	height: 40px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #1574AC;
	float: left;
}
#news li {
	list-style-type: none;
	margin-left: 7px;
}

a.backnumber:link,a.backnumber:link:visited,a.backnumber:link:active,a.backnumber:link:hover {
	display: block;
	width: 55px;
	float: left;
	margin: 0px;
	padding: 0px;
}

/*セキュリティマーク*/
#mark {
	background-color: #FFFFFF;
	float: right;
	padding: 5px;
	background-repeat: no-repeat;
	background-position: top;
	height: 40px;
	border: 1px solid #CCCCCC;
}

#mark .marktext {
	background-image: url(images/bg_mark.gif);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	width: 185px;
	margin: 0px;
	padding-top: 11px;
}

#mark .marktext a {
	font-size: 10px;
	line-height: 13px;
	color: #999999;
	text-decoration: none;
}

/*情報セキュリティ*/
.security {
	list-style-position: outside;
	margin-left: 55px;
	padding-right: 25px;
	margin-bottom: 15px;
}
.security li {
	margin-top: 5px;
}
.security_sign {
	text-align: right;
	list-style-position: outside;
	margin-left: 55px;
	padding-right: 25px;
	margin-bottom: 15px;
}

