﻿/* 
	ARIS Inc. CSS for Kaspersky campaign page
		Ver 1.0.0a 2009/09/29
*/

/* --------------------------------------------------------
領域設定
---------------------------------------------------------*/
/* 全般領域 */

html {
	background-image: url('../img/kaspersky/back.jpg'); 
}

body{
	width: 800px;
	height : 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom:0px;
	padding: 0px;
	background-color: #ffffff;
	text-align: center;
	font-family : "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif ;	
}

img {
	border: none;
}

div.main {
	width: 800px;
	height: auto;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom:0px;
	text-align: left;
}


div.img_caption {
	margin-left: auto;
	margin-right: auto;
	padding-top: 8px;
	padding-left:0px;
	padding-right: 0px;
	padding-bottom: 8px;
}

div.img_margin-bottom {
	margin-left: auto;
	margin-right: auto;
	padding-top: 8px;
	padding-left:0px;
	padding-right: 0px;
	margin-bottom: -8px;
}

div.content {
	padding-top: 8px;
	padding-left:12px;
	padding-right: 12px;
	padding-bottom: 12px;
	font-size:10pt;
	text-align: left!important;
	background-color: #ffffff;
}

div.center_fig {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}

/* 問合せ先の会社名 */
div.corporate_name {
	font-size: 12pt;
	font-weight: bold;
}

/* 問合せ先の住所等の文字列 */
div.corporate_text {
	font-size: 10pt;
}

/* Kasperskyの図のテーブル関連 */
.kasper_fig td {
	padding: 0px;
	margin: 0px;
}

div.corporate_info {
	border: 1px solid #000000;
	margin: 4px;
	padding: 4px;
}

/* 「Kasperskyとは」のキャプション */
div.title_caption00a {
	color: #006000;
	font-size: 14pt;
	font-weight: bold;
}

div.title_caption00b {
	color: #000000;
	font-size: 14pt;
	font-weight: bold;
}

/* 「いま導入されているアンチウィルスで満足されていますか？」のところ */
div.content2 {
	padding-top: 8px;
	padding-left:12px;
	padding-right: 12px;
	padding-bottom: 12px;
	font-size:10pt;
	text-align: left!important;
	background-color: #fff6d5;
}

/* 「世界最高のウィルス検知率」のところ */
div.kasp_left {
	width: 460px;
	float: left;
	margin: 0px;
	padding-top: 8px;
	padding-left:12px;
	padding-right: 12px;
	padding-bottom: 12px;
	font-size: 10pt;
}

div.kasp_right {
	width: 300px;
	float: right;
	margin: 0px;
}

/* ページ最後「問合せ先」のところ */
.contact_table {
	margin-left:auto;
	margin-right:auto;
	margin-top:4px;
	margin-bottom:8px;
}

.contact_left {
	width:340px;
	border-style: solid;
	border-width:1px 0px 1px 1px;
	border-color: #000000;
	margin:4px;
	padding:4px;
}

.contact_right {
	width:340px;
	border-style: solid;
	border-width:1px 1px 1px 0px;
	border-color: #000000;
	text-align:center;
	margin:4px;
	padding:4px;
}

