@charset "UTF-8";
@import url(common.css);
@import url(clearfix.css);

body {
	background: #FFFFFF url(http://www.paint-doctor.jp/imgs/bg_main.gif) center top;
	color: #333333;
	font-family: "ヒラギノ丸ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
}

a { text-decoration: none; }
a:link { color: #FF8000; }
a:visited { color: green; }
a:active { color: #CC3333; }
a:hover { color: #FF0000; text-decoration : underline; }
a img { border: none; }

#container {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 720px;
}

#header {
	background: #FFF9E6 url(http://www.paint-doctor.jp/imgs/bg_2.gif) no-repeat center top;
}
#header h1 {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

#center_top {
	background: #FFF9E6 url(http://www.paint-doctor.jp/imgs/bg_3.gif) repeat-y center top;
}
#center_top .inside {
	padding: 15px 0;
}
#center_top .inside h2 {
	color: #CC0000;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4;
}
#center_top .inside p {
	font-size: 12px;
	line-height: 1.4;
}
#center_top .inside .rss_box {
	background: #FFFFFF url(http://www.paint-doctor.jp/imgs/diary_bg.gif) repeat-y left top;
	margin-left: 15px;
	padding: 6px 15px 0;
}
#center_top .inside .rss_item {
	font-size: 12px;
	line-height: 1.4;
}

#center_bottom {
	background: #FFF9E6 url(http://www.paint-doctor.jp/imgs/bg.gif) repeat-y center top;
}
#center_bottom .inside {
	padding: 15px 24px;
}
#center_bottom .inside th {
	width: 50px;
}
#center_bottom .inside h2 {
	margin-bottom: 3px;
}
#center_bottom .inside p {
	font-size: 12px;
	line-height: 1.4;
}
