@chrset "shift_jis";

*{ 
   	margin:0;
   	padding:0;
}

html{
	overflow-y:scroll;
	height: 100%;
	color:#333;
}

body{
	font-size:13px;
	text-shadow:0 0 1px rgba(0,0,0,.1);
}

* html body{
	font-size:75%;
}

@media screen{
body{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
* html body{
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic ProN','ＭＳ Ｐゴシック',sans-serif;
}
* + html body{
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic ProN','ＭＳ Ｐゴシック',sans-serif;
}
}

/*@font-face {
	font-family: "ipaexm";
	src: url('../font/ipaexm.eot?') format('oldIE'),
	url('../font/ipaexm.woff') format('woff'),
	url('../font/ipaexm.ttf') format('truetype');
}*/

ul{
	list-style:none;
}

p,li,dt,dd,td{
   	line-height:1.7;
}

a img{
	border:none;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}
	
.clear{
	clear:both;
}

.clearfix{ 
 	zoom:1;/*for IE 5.5-7*/
}

.clearfix:after{/*for modern browser*/
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

a{
	color:#9C156A;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

/*
a:visited{
	color:#666699;
}*/

.small{
	font-size:85%;
}

.large{
	font-weight:600;
}

.attention{
	color:#990000;
}

hr{
	clear:both;
	margin:0 0 20px 0;
	padding:0;
	height:1px;
	border:0;
	background:url(../images/line_dot.gif) no-repeat;
	width:720px;
}