@charset "UTF-8";

/*
------------------------------
Theme :dChains WEBSITE COMMON CSS
Date  :20100717
Version: 1.0
------------------------------
*/




/* SET    -----------------------*/

* {
	margin: 0px;
	padding: 0px;
}

html {
	height:100%;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", Hiragino Kaku Gothic Pro, MS PGothic, Osaka, sans-serif, Helvetica, Verdana;
	color: #CCC;
	font-size: 12px;
	line-height: 1.4em;
	background-color:#FFF;
	text-align:center;
}

img, div { behavior: url(http://shindesign.org/iepngfix.htc) }

img {
	border: none;
}

.hidden {
	display: none;
}

ul {
	list-style-type: none;
}

hr {
	display: none;
	color: #fff;
	height: 0px;
}

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

.clearfix {
	display:inline-block;
}

/* ¥*/
* html .clearfix {
	height: 1%;
}

* html body {
	font-size: 75%;
}

/* */

.clear {
	clear: both;
}

h1 {
	text-shadow:#CCC 1px 1px 1px;
	color:#666;
	font-size:14px;
	padding:4px;
	margin:2px;
	font-weight:bold;
}


a:link {
	text-decoration: none;
	color: #CCC;
}

a:visited {
	text-decoration: none;
	color: #CCC;
}

a:hover {
	color: #336699;
}

a:active {
	text-decoration: none;
}

/* CONTENTS ----------------------*/

#mainBox {
	position:absolute;
	width:500px;
	height:500px;
	left:50%;
	top:50%;
	margin:-250px 0 0 -250px;
	padding:2px;
	text-align:center;
}
