@charset "utf-8";
/*----------------------------------------------
[About]
Css Elements Name: Alimm
Description: http://www.aliamnamn.com/
Last change: 2008/05/14
Version: Ver2.0
Author: Alimanman
Author URI: http://www.aliamnamn.com/
----------------------------------------------*/

*{
	margin:0;
	padding:0;
}

/*body,
  div,p,
  dl,dt,dd,ul,ol,li,
  h1,h2,h3,h4,h5,h6,
  form,fieldset,legend,input,
  span,pre,em,strong,
  table,caption,th,td{
	font-weight:400;
	font-style:normal;
	font-family:MS PGothic, Osaka;
	color:#000;
}*/
body{
	font-weight:400;
	font-style:normal;
	font-family:"Osaka","ＭＳ Ｐゴシック",Arial,sans-serif;
	color:#000;
	line-height:150%;
	/*font-size:63%;1em = 10px
	background:#FFF;*/
}

#cms table{
	width:100%;
	background:#FFF;
}

#cms caption,th{
	text-align:left;
}

#cms fieldset,img{
	border:0;
}
/*IE
legend{
	*margin-left:-7px;
}
*/
#cms ol,ul{
	list-style:none;
}

#cms a:link,a:visited{
	color:#F60;
	text-decoration:none;
}

#cms a:hover,a:active{
	text-decoration:underline;
}