@charset "UTF-8";

/*
------------------------------
Theme :Horikashi WEBSITE COMMON CSS
Date  :20091214

Works :ShinDesign
URL   :http://shindesign.org/

HTML/CSS Author: Shin
Version: 1.2
------------------------------
*/

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

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

html {
	height:100%;
	overflow-x: hidden;
}

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

img {
	border: none;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

ul {
	list-style-type: none;
}

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

.clearfix {
	display:inline-block;
}

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

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

/* */
a {
	outline:none;
}

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

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

a:hover {
	color: #336699;
}

a:active {
	text-decoration: none;
}

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


#contents {
	margin:0px auto;
	padding:0px;
	width:800px;
	text-align:center;
}

div.txtMessage {
	margin:0px auto;
	margin-top:50px;
	padding:10px;
	width:400px;
	display:block;
	text-align:left;
	border:1px solid #333;
	}


#fixedName {
	position: fixed !important;
	position: absolute;
	bottom: 10px;
	right: 30px;
	padding: 5px;
}

#fixedFooter {
	position: fixed !important;
	position: absolute;
	bottom: 0px;
	right:30px;
	padding: 3px;
	font-size:9px;
	color:#333;
}

* html, * html body {
	height: 100%;
	overflow-y: hidden;
	overflow-x: auto;
}

* html #page {
	overflow: auto;
	position: relative;
	width: 100%;
	height: 100%;
}
