@charset "utf-8";

/* *******************************************************************
 RESET ELEMENTS
******************************************************************* */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,
del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,
menu, nav, output, ruby, section, summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img{ 
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var{
	font-style: normal;
	font-weight: normal;
}

address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{
	font: inherit;
}

del,ins{
	text-decoration: none;
}

ol,ul{
	list-style: none;
}

caption,th{
	text-align: left;
}

h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after{
	content: '';
	content: none;
}

a {
	vertical-align: baseline;
	background: transparent;
	outline: none;
}

abbr,acronym {
	border: 0;
	font-variant:normal;
}

sup{
	vertical-align: baseline;
}

sub{
	vertical-align: baseline;
}

hr,legend{
	display: none;
}

input,select{
	vertical-align: middle;
}




/* *******************************************************************
 RESET FONTS
******************************************************************* */


html {
	font: 13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size: small;
	*font: x-small;
}

select,input,button,textarea {
	font: 99% arial,helvetica,clean,sans-serif;
}

table {
	font-size: inherit;
	font: 100%;
}

pre,code,kbd,samp,tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}




/* *******************************************************************
 BASE SETTING
******************************************************************* */

/* ==============================================
 Root Frames
============================================== */

html {
	overflow-y: scroll;
}

body {
	font-family: "メイリオ", Meiryo, verdana, "ＭＳ Ｐゴシック" ,"MS PGothic" ,"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 77%;
	color: #000;
	line-height: 1.7;
	text-align: center;
	background: url(../img/bg_repeat03.png) left top repeat-y;
}


/* ==============================================
 Anchor Link
============================================== */

a {
	color: #0024ff;
	text-decoration: none;
	outline:none;
}

a:link {
}

a:visited {
}

a:hover {
	text-decoration: underline;
}

a:active {
}


/* ==============================================
 Others
============================================== */

audio, canvas, img, video {
	vertical-align: middle;
}

/*
textarea {
	resize: none;
	resize: both;
	resize: horizontal;
	resize: vertical;
}*/




/* *******************************************************************
 HELPER CLASSES
******************************************************************* */

/* ==============================================
 Clearfix
============================================== */

.eosie .clearfix {
	zoom: 1;
}

.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
	*zoom: 1;
}

.clearfix:after {
	clear: both;
}


/* ==============================================
 Hover Action
============================================== */

/* ------------------------------------
 Alpha
------------------------------------ */
.alp:hover {
	opacity: 0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}


/* ==============================================
 Display
============================================== */

.show {
	display: block;
}

.hide {
	display: none;
}


