@charset "utf-8";



/*----------------------------------------------------

	Structure Module

----------------------------------------------------*/



html{

	height:100%;

	margin-bottom:1px;

}



body{

	margin:0px;

	padding:0px;

	background:url(../images/commons/back-body.gif) repeat-x left 7px;

	font-family:"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",'Meiryo',"Osaka",verdana,arial,sans-serif;

	font-size:12px;

	color:#330000;

	text-align:center;

	line-height:1.5;

}





/*----------------------------------------------------

	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{

	text-decoration: none;

	cursor:pointer;

}



a:link,a:visited{

	Xcolor:#ff0000;

}



a:hover{

	Xcolor:#3300FF;

	Xtext-decoration: underline;

}





/*----------------------------------------------------

	Image Module

----------------------------------------------------*/



img {

	border:0px;

	vertical-align: bottom;

}



/*----------------------------------------------------

	List Module

----------------------------------------------------*/



ul,ol,dl,dt,dd,li{

	margin:0px;

	padding:0px;

}



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{

	vertical-align:middle;

}



textarea{

	width: 457px;

	height:190px;

	font-size: 12px;

	overflow-y:scroll;

}



