@charset "utf-8";
@import "reset_html5.css";
/*-------------------------------------
contents style
-------------------------------------*/
* {
	margin:0;
	padding:0;
	border:none;}



html,body {
	height:100%;}


html {
	background:url("../images/html.jpg") #FFF left top repeat-x;}



body {
	word-break:break-all;
	font:12px/1.4 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color:#333;
	background:url("../images/bg.jpg") center top no-repeat transparent;}



a {color:#3087a0;}
a:hover {color:#3fb4d4;}
ul,ol {list-style:none;}
table {border-collapse:collapse;}




/*---------------------
wrapper
---------------------*/
.wrapper {
	position:relative;
	width:1000px;
	min-height:1200px;
	margin:0 auto;
	background:url("../images/bg.jpg") center top no-repeat;}

article{height:1170px;}

/*---------------------
content
---------------------*/

article h3,
article h2,
#summary,
footer #copyright,
header {
	display:none;}

#sns {
	position:absolute;
	left:683px;
	top:580px;
	width:318px;}

#vg {
	position:absolute;
	left:683px;
	top:685px;
	width:300px;}

footer{

}
/*---------------------
[common]:hover alpha
---------------------*/
a:hover img {
	-moz-opacity:0.8;
	opacity:0.8;
	filter:alpha(opacity=80);}


/*---------------------
[common]:float clear
---------------------*/
/*
■:after {content:".";display:block;height:0px;font-size:0px;line-height:0;visibility:hidden;clear:both;}
■ {zoom:100%;}
*/


/*---------------------
[common]:text fly out
---------------------*/
/*
■ {display:block;text-indent:-9999px;overflow:hidden;font-size:0;}
*/


/*---------------------
[common]:absolute a text fly out
---------------------*/
footer a {display:block;text-indent:-9999px;overflow:hidden;background-color:#fff;filter:alpha(opacity=0);opacity:0;}

