@charset "utf-8";

/*
Theme Name: Pj Group 
Theme URI: 
Description: 
Author: Stylement 
Author URI: 
Tags: 
Version: 1.0
License: Pj Group　

*/


/****************************************************************

 ** site style **

 * <ul>
 * <li>01.common リセットCSS</li>
 * </ul>

 * @version	1.0
 * @see	http://www.pjgroup.jp/

*****************************************************************/


/********************

01.common

********************/

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
	}


dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6, p,img,div {
	_text-align:left;
	font-size:100%;;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

body {
	height: auto;
	font-size: 91.6%;
	line-height: 140%;
	color: #333333;
	font-family:"ＭＳ Ｐゴシック", "MS PGothic" Arial, Helvetica, sans-serif;
}

em, strong { font-style:normal; font-weight:normal; } 

img {	border:none; vertical-align:top; }

ul, dl { list-style-type: none; }

