/*
* Mobile-compatible Design of style-sheet
* $Id:$
* (C)2004-2007 Miko.Hoshina all rights reserved.
* License: PHPv3 or GPLv2
*/

*{
	padding:0;
	margin:0;
	zoom:1;
	word-wrap:break-word;
	word-break:break-all;
}
body{
	font-family:'Hiragino Kaku Gothic Pro', Meiryo, Verdana, 'MS Gothic', sans-serif;
	font-size:12px;
	line-height:140%
}
h1{
	margin:8px 0 0;
	font-size:16px;
	font-weight:normal;
	line-height:115%;
}
h2{
	margin:8px 0 0;
	font-size:16px;
	font-weight:normal;
	line-height:115%;
}
h3{
	margin:8px 0 0;
	font-size:16px;
	font-weight:normal;
	line-height:115%;
}
/*
* vim:ts=2
*/
