/* ************************************************
 *	共通設定
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
	letter-spacing: 0.8px;

}

body {
	color: #ffffff;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 1.5em;
	background : #303030 url(/design/airilysis/img/materials/background.gif) repeat-y top center;
	text-align:left;
	scrollbar-base-color: #696969;
}


br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

img {
	border: 0px;
}

.small {font-size:10px;}

/* -------------------------------------
 *	ページレイアウト
 * -------------------------------------
 *※ページ全体の幅は800pxとなっています。
    幅を広げる場合は、.sideと.mainのwidth
    の合計値が#containerのwidthになるよう
    設定してください。
 * ------------------------------------- */

/*ページ全体の幅、レイアウトをセンタリング*/
#container {
	margin:0px auto;
	width:100%;
	text-align:left;
}

/*ヘッダー（ページタイトル、グローバルメニュー）*/
.header1 {
	width:100%;
	clear:left;
}

/*　画面左側メニューの幅　*/
.side {
	float: none;
	padding-right: 0px;
}

/*　画面右側の幅　*/
.main {
	float: left;
	width: 650px;
}

/*　フッター（コピーライト）　*/
.footer {
	clear:left;
	padding-right: 0px;
}
.header2 {
	clear:left;
	padding-right: 0px;
}

a:link {
	color: gray; text-decoration: none
}
a:visited {
	color: #696969; text-decoration: none
}
a:active {
	color: gray; text-decoration: none
}
a:hover {
	color: #343434; text-decoration: underline
}

/* -------------------------------------
 *	画像のサイズ・ボーダーの設定
 * ------------------------------------- */
img.small {
	}


img.border {
	background:#343434;
	padding:0px;
	border-top:1px #D1D1D1 solid;
	border-right:1px #989898 solid;
	border-bottom:1px #989898 solid;
	border-left:1px #D1D1D1 solid;
}


