@charset "utf-8";

/*----------------------------------------------------
	Structure Module
----------------------------------------------------*/

html{
	height:100%;
	/*margin-bottom:1px;*/
}

body{
	margin:0px;
	padding:0px;
	font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", 'Meiryo', "Osaka", verdana, arial, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
	line-height:175%;
	background-color: #171B1C;
	background-image: url(../images/common/cmn_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

 


/*----------------------------------------------------
	Text Module
----------------------------------------------------*/

h1,h2,h3,h4,h5,h6,p{
	margin:0px;
	padding:0px;
}

em,address{
	font-style:normal;
}

em{
	font-weight:bold;
}


/*----------------------------------------------------
	Hypertext Module
----------------------------------------------------*/

a{
	color: #FFFFFF;
}

a:link,a:visited{

}

a:hover{
	color:#DFBE7F;
	Xtext-decoration: underline;
}


/*----------------------------------------------------
	Image Module
----------------------------------------------------*/

img {
	border:0px;
}

/*----------------------------------------------------
	List Module
----------------------------------------------------*/

ul,ol,dl,dt,dd,li{
	margin:0px;
	padding:0px;
}

ul li,ol li{
	list-style:none;
}


/*----------------------------------------------------
	Table Module
----------------------------------------------------*/

table{
	border-collapse: collapse;
	border-spacing: 0;
}
	
th,td{
	font-weight:normal;
	vertical-align:top;
}


/*----------------------------------------------------
	Forms Module
----------------------------------------------------*/
form{
	margin:0px;
	padding:0px;
}

input.text{
	width: 135px;
}

select{
	width: 120px;
}

select.wide{
	width:150px;
}

textarea{
	width: 350px;
	font-size: 12px;
}


input{
vertical-align:top;
}

