@charset "UTF-8";

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

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

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

/* 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, div {
	behavior: url(iepngfix.htc);
}

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;
}

/* */

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

h2 {
	color:#CCC;
	font-size:12px;
	padding:4px;
	margin:2px;
	font-weight:bold;
}

h3 {
	font-size:12px;
	padding-left:6px;
	margin:8px 2px 2px 2px;
}


h4 {
	font-size:10px;
	padding-left:8px;
	margin:2px;
	font-weight:normal;
}

a {
	outline:none;
}

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

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

a:hover {
	color: #336699;
}

a:active {
	text-decoration: none;
}

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

#page {
	margin:0px;
	padding:0px;
	background-image:url(../images/background_top.jpg);
	background-position:top center;
	background-repeat:no-repeat;
 	background-attachment:fixed;
	height:100%;
	text-align:center;
}

#wrapper {
	margin:0px auto;
	padding:0px;
	width:960px;
	text-align:center;
}

div.blockLeft {
	margin:0px;
	padding:0px;
	float:left;
	overflow:hidden;
}

div.blockRight {
	margin:0px;
	padding:0px;
	float:right;
	width:200px;
	overflow:hidden;
}




	#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%;  
	}  



#header {
	margin:0px auto;
	padding:0px;
	width:1024px;
	height:130px;
}

#contents {
	margin:0px auto;
	padding:0px;
	width:1024px;
	height:410px;
}

div.boxThum01 {
	margin:0px auto;
	padding-top:30px;
	width:920px;
	height:380px;
	text-align:center;
	overflow-x: hidden;
}

div.boxThumInner {
	margin:0px auto;
	padding-top:8px;
	padding-left:5px;
	padding-right:5px;
	overflow:auto;
	overflow-x: hidden;
	width:850px;
	height:358px;
	text-align:center;
}

#footer {
	margin:0px auto;
	padding:0px;
	width:1024px;
	clear:both;
}

#footerBottom {
	margin:0px auto;
	padding:0px;
	width:1024px;
	height:80px;
	display:block;
	clear:both;
}

div.footInner {
	margin:0px;
	padding:0px;
	width:1024px;
}

p.footText {
	margin:0px;
	padding:5px;
	width:960px;
	display:block;
	color:#999;
	font-size:10px;
	}
	
div.footInnerBlockLeft {
	margin-top:20px;
	margin-right:10px;
	padding-top:20px;
	padding-left:10px;
	width:490px;
	height:480px;
	float:left;
	display:inline;
	text-align:left;
}

div.footInnerBlockRight {
	margin-top:20px;
	padding-top:20px;
	padding-left:10px;
	width:490px;
	float:left;
	display:inline;
	text-align:left;
}



img.boxThumWorks {
	margin:3px 6px 10px 6px;
	padding:0px;
	display:inline;
	border:1px solid #CCC;
}

img.imgTopLeft {
	margin:5px;
	padding:0px;
	float:left;
}

img.imgTopLeft2 {
	margin-left:11px;
	margin-right:10px;
	margin-bottom:5px;
	padding:0px;
	float:left;
}

img.imgWorksTopBar {
	margin-top:10px;
	margin-bottom:5px;
	padding:0px;
}


img.topFloat {
	float:left;
	margin:5px;
	padding:2px;
}


/* jQuery lightBox plugin - Gallery style */
#gallery {
	width: 850px;
	display:inline;
	padding: 10px;
}

#gallery ul {
	list-style: none;
}

#gallery ul li {
	display: inline;
}

#gallery ul img {
	border: 7px solid #000;
	outline: none;
}

#gallery ul a:hover img {
	border: 7px solid #900;
	color: #fff;
	outline: none;
}

#gallery ul a:hover {
	color: #900;
}
