@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;
}
body{
	background:url('../img/common/body.gif');
	background-color:#FFFFFF;
	margin:0px 25px 25px 55px;
	padding:0px;
}
body,td,th,div,p,ul{
	color:#333333;
	font-family:"Tahoma","MS UI Gothic","Osaka","Helvetica";
}
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;
}
strong{
	font-weight:bold;
}

img,table,td,th{
	border:0px;
}

/* 	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{
	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%;
}
li{
	list-style:none;
}



/* 	link_detail
--------------------------------------------------- */
.link_poblog{
	padding-left:17px;
	background:url('../img/icon/poblog.gif') no-repeat left center;
}
.link_logout{
	padding-left:19px;
	background:url('../img/icon/logout.gif') no-repeat left center;
}
a.link_guide{
	padding-left:16px;
	background:url('../img/icon/guide.gif') no-repeat left center;
}
a.link_help{
	padding-left:16px;
	background:url('../img/icon/help.gif') no-repeat left center;
}
.link_arrow{
	padding-left:16px;
	background:url('../img/icon/box_arrow_orange.gif') no-repeat left center;
}



