@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
--------------------------------------------------- */
*{
	margin:0px;
	padding:0px;
}

img{
	border:0px;
}


/* 	link setting
--------------------------------------------------- */
a:link{
	color:#759867;
	text-decoration:underline;
}
a:visited{
	color:#759867;
	text-decoration:underline;
}
a:active{
	color:#ED9614;
	text-decoration:underline;
}
a:hover{
	color:#ED9614;
	text-decoration:underline;
}

/* 	font setting
--------------------------------------------------- */
body{
	font-size:75%;
	line-height:140%;
}
th{
	_font-size:75%; /* ie hack */
	_line-height:140%; /* ie hack */
}
td{
	_font-size:75%; /* ie hack */
	_line-height:140%; /* ie hack */
}

h1,h2,h3,h4,h5,h6,input,textarea{
	font-size:100%;
	font-weight:normal;
	line-height:140%;
}


.normal{
	font-size:75%;
	line-height:140%;
}
.small{
	font-size:85%;
	line-height:140%;
}
.large{
	font-size:120%;
	line-height:140%;
}






