@charset "shift_jis";


/* 	POBLOG CSS
---------------------------------------------------

	ファイル名　：　/css/common/common.css;
	概要 			　：　ブログ表示画面 汎用CSS;
	サイト名　　：　POBLOG - ポブログ;
	URL 　　　　：　http://www.pageone.ne.jp/;
	COPYRIGHT 　：　(c) PAGEONE All Rights Reserved.;

--------------------------------------------------- */


/* 	base setting
--------------------------------------------------- */


.normal{
	font-size:75%;
	line-height:140%;
}
.small{
	font-size:85%;
	line-height:140%;
}
.large{
	font-size:120%;
	line-height:140%;
}



/* 全体コンテナ */

#global_body {
	width: 780px;
	margin: 0 auto;
	}


/* リセットスタイル */

* {
	margin: 0;
	padding: 0;
	font-family:
		Verdana,
		Arial,
		"MS P Gothic",
		"ＭＳ Ｐゴシック",
		"Hiragino Kaku Gothic Pro",
		"ヒラギノ角ゴ Pro W3",
		Osaka,
		sans-serif;
	}
body, td, th, div, p, li, dt, dd, form, fieldset, legend, textarea, address {
	color: #333333;
	}

/* Win IE 6の調整 */
* html th,
* html td,
* html form,
* html fieldset,
* html legend {
	margin: 0;
	padding: 0;
	font-family:
		Verdana,
		Arial,
		"MS P Gothic",
		"ＭＳ Ｐゴシック",
		"Hiragino Kaku Gothic Pro",
		"ヒラギノ角ゴ Pro W3",
		Osaka,
		sans-serif;
	line-height: 1.0;
	}

/* フォントサイズ リセット */
body{
	font-size: 75%;
}

/* Win IE 6の調整 */
h1, h2, h3, h4, h5, h6, dt, dd {
	font-size: 100%;
	font-weight: normal;
	}
textarea {
	font-size: 100%;
	}


/* UL LI スタイル リセット */
li {
	list-style: none;
 }



