@charset "utf-8";

/*
Site Name: 
Description: gloval style
*/

/* universal reset
----------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	padding: 0;
	margin: 0;
}

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


ol,ul{
	list-style: none;
}


caption,th{
	text-align: left;
}


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


q:before,q:after{
	content: ”;
}


abbr,acronym{
	border: 0;
}
 

/* body and base setting
----------------------------------------- */
body{
	padding: 0px;
	margin: 0px;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color: #333333;
	text-align: center;
	background-color: #FFF;
	background-image: url(../img/body-bg.gif);
	background-position: center top;
	background-repeat: repeat-x;
	font-size: 12px;
	letter-spacing:0.05em;
	line-height:1.5em;
}

/* for IE6 */
* html body{
  font-size: 80%;
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

/* for IE7 */
*:first-child+html body{
  font-size: 70%;
}


/* general style
----------------------------------------- */

p{

}


img{
	vertical-align: bottom;
}


/* link style
----------------------------------------- */
a{
	outline:none;
}

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

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

a:hover{
	color: #CC0000;
	text-decoration: none;
}

a:active{
	color: #CC0000;
	text-decoration: none;
}


/* layout parts
----------------------------------------- */
.clear{
	clear: both;
}


.center{
	text-align: center;
}


.right{
	text-align: right;
}


.left{
	text-align: left;
}


img.left{
	float: left;
	clear: both;
	margin-right: 15px;
}


img.center{
	clear: both;
	margin-bottom: 15px;
	display: block;
	text-align: center;
}


img.right{
	float: right;
	clear: both;
	margin-left: 15px;
}

