@charset "utf-8"; 
/*  Default
 *  purprin
 *  ---------------------------------------------------
 *  styles-site.css
 *  ---------------------------------------------------
 */

* {
	margin: 0; padding: 0; 
	font: normal normal normal 100%/1.5 "Century Gothic", Arial, Helvetica, "Hiragino Maru Gothic Pro", HiraMaruPro-W4, "ヒラギノ丸ゴ Pro W4", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", HiraKakuPro-W3, Osaka, "ＭＳ Ｐゴシック", sans-serif; 
	text-align: left; 
}

span, em, strong, dfn, code, q, sub, sup, samp, kbd, var, cite, abbr, acronym, ins, del {
	display: inline; 
}

h1, h2, h3, h4, h5, h6, dl, ul, ol, pre, br, hr, blockquote, address, p, div, fieldset, table, form {
	display: block; 
}

/* Except IE */
html>body {
	font-size: 12pt;
}

body {
	width: 100%;
	max-width: 100%; 
	max-height: 100%; 
	text-align: center; 
	color: #666; 
	letter-spacing: 0.05em;
	background: #fff url(/) repeat; 
}

body * {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.section {
	display: block; 
	margin: 0 0 10px 0; 
	padding: 8px; 
	border: 1px solid #e0e0e0; 
	-moz-border-radius: 8px; 
}

.sub_section {
	display: block; 
	margin: 0 0 10px 0; 
	padding: 4px 8px 8px 8px; 
	border: 1px solid #e0e0e0; 
	-moz-border-radius: 0 0 8px 8px; 
}

.hidden {
	display: none; 
}

.left {
	float: left; 
}

.right {
	float: right; 
}

.clear {
	clear: both; 
}

.block {
	display: block; 
}

.inline {
	display: inline; 
}


/* --------------------------------------------------
 * 見出し
 * --------------------------------------------------*/
h1 {
	margin: 0 0 0.5em 0;
	font-size: 120%; 
	font-weight: bold; 
	line-height: 1.5; 
}

h2 {
	margin: 0 0 0.5em 0;
	padding-bottom: 2px; 
	font-size: 105%; 
	font-weight: bold; 
	line-height: 1.3; 
	color: #333; 
	background-color: #fff; 
}

h3 {
	margin: 0 0 0.5em 0;
	padding: 0.1em 0 0.1em 0.5em;
	font-size: 105%; 
	font-weight: bold; 
	line-height: 1.3; 
	color: #333; 
	border-left: 5px solid #1097b9;
	border-bottom: 1px solid #1097b9;
}

h4 {
	margin: 0 0 0.5em 0;
	padding: 0.1em 0 0.1em 0.5em;
	font-size: 100%; 
	font-weight: bold; 
	line-height: 1.3; 
	color: #333;
	border-bottom: 1px solid #1097b9;
}

h5 {
	margin: 0 0 0.5em 0;
	padding: 0.1em 0 0.1em 0.5em;
	font-size: 100%; 
	color: #333;
	border-bottom: 1px dashed #1097b9;
}

h6 {
	margin: 0 0 0.5em 0;
	padding: 0.1em 0 0.1em 0.5em;
	font-size: 100%; 
	color: #1097b9;
}
/* ------------------------------------------------
 * アンカー
 * ------------------------------------------------*/
a { color: #1097b9; text-decoration: none; }
a:link		{ color: #1097b9; text-decoration: none; }
a:visited	{ color: #1097b9; text-decoration: none; }
a:active	{ color: #1097b9; text-decoration: none; }
a:hover		{ color: #81b4cc; text-decoration: underline; }

a { color: #1d4861; text-decoration: none; }
a:link		{ color: #1d4861; text-decoration: none; }
a:visited	{ color: #26536a; text-decoration: none; }
a:active	{ color: #81b4cc; text-decoration: none; }
a:hover		{ color: #81b4cc; text-decoration: none; }

div#entry_displaya { color: #81b4cc; text-decoration: none; }
div#entry_display a:link		{ color: #81b4cc; text-decoration: none; }
div#entry_display a:visited	{ color: #81b4cc; text-decoration: none; }
div#entry_display a:active	{ color: #81b4cc; text-decoration: none; }
div#entry_display a:hover		{ color: #81b4cc; text-decoration: none; }
/* ------------------------------------------------
 * 本文
 * ------------------------------------------------*/
p {/*段落*/
	margin: 0.5em 0 1.2em 0; 
	padding: 0; 
	font-size: 90%; 
	line-height: 1.3; 
}

h3 > p {
	margin-left: 5em;
}

h4 > p {
	margin-left: 5em;
}

h5 > p {
	margin-left: 5em;
}

h6 > p {
	margin-left: 5em;
}

strong {/*激しく強調*/
	font-weight: bold; 
}

em {/*強調*/
	font-weight: bold; 
	text-decoration: underline; 
}

dfn, abbr, acronym {/*定義語,略語,頭字語*/
	padding: 0.1em 0.2em; 
	font-weight: bold; 
	font-style: normal; 
	border-bottom: 1px dotted #f00; 
	cursor: help; 
}

pre, code, samp, var {/*整形済みテキスト,ソースコード,出力例,引数*/
	font-family: 'Courier New', Courier, monospace; 
	font-style: normal; 
	letter-spacing: 0;
	font-size: 12px;
}

pre code {
	margin: 0 4px;
	padding: 0 10px;
	color: #fff;
	background-color: #999;
	font-size: 90%;
	display: block;
	letter-spacing: 0;
}

kbd {/*キーボード入力文字列*/
	margin: 0 0.4em; 
	padding: 0.1em 0.5em; 
	font-family: 'Courier New', Courier, monospace; 
	font-style: normal; 
	color: #666; 
	background-color: #e0e0e0; 
	border-top: 2px solid #ccc; 
	border-right: 3px solid #666;	
	border-bottom: 3px solid #666;	
	border-left: 2px solid #ccc; 
	vertical-align: middle; 
}

ins {/*追記*/
	text-decoration: underline; 
}

del {/*削除*/
	text-decoration: line-through; 
}

sup {/*上付き文字*/
	font-size: 0.8em; 
	vertical-align: super; 
}

sub {/*下付き文字*/
	font-size: 0.8em; 
	vertical-align: sub; 
}

rt, rp {/*ルビ*/
	font-size: 60%;
}

h1 rt, h1 rp, h2 rt, h2 rp, h3 rt, h3 rp, h4 rt, h4 rp {
	font-size: 40%;
}
	
hr {/*横罫線*/
	border-top: 1px solid #e0e0e0; 
}

br {/*改行*/

}

br.clear {
	clear: both; 
	height: 0; 
	line-height: 0; 
}

img {/*インライン画像*/
	vertical-align: middle; 
	border: none; 
}
/* ------------------------------------------------
 * フォーム
 * ------------------------------------------------*/
legend {
	display: none; 
}

fieldset {
	margin: 0 0 10px 0; 
	padding: 8px; 
	border: 1px solid #e0e0e0; 
	-moz-border-radius: 8px; 
}

input, textarea {
	font-size: 12px; 
	line-height: 1.2; 
}

fieldset dl {
	margin: 0; padding: 0; 
}

fieldset dl dd {
	padding: 0.3em 0; 
}

fieldset.setup_field dl dt {
	clear: both;
}

p.formsubmit {
	margin: 0; padding: 0; 
}

p.forminput {
	margin: 2px 0;
	padding: 3px 0;
}

p.formnote {
	clear: both;
	margin: 0; padding: 1px 0; 
}

p.formparts {
	float: left;
	width: 300px;
	clear: left;
}

p.formoption {
	float: right;
	width: 100px;
}

p.form_button_change {
	clear: both;
	text-align: right;
}
/* ------------------------------------------------
 * 引用
 * ------------------------------------------------*/
blockquote {
	margin: 1em 0 1em 3em; 
	padding: 8px; 
	border-top: 1px dashed #ccc; 
	border-right: 1px dashed #ccc; 
	border-bottom: 1px dashed #ccc; 
	border-left: 1px dashed #ccc; 
	color: #999; 
	background-color: #fff; 
}

blockquote p {
	font-size: 86%; 
	padding: 0 0.5em;
}

cite {
	margin: 0 0.2em;
	padding: 0;
	background-color: Transparent;
	font-weight: bold;
	font-style: italic;
}
/* ------------------------------------------------
 * リスト
 * ------------------------------------------------*/
dl {
	font-size: 100%; 
}

dl dt {
	font-size: 90%; 
	font-weight: bold; 
	vertical-align: middle; 
	line-height: 1.5; 
}

div#sub_contents dt {/*サイドバーのタイトル*/
	font-size: 90%; 
	color: #333; 
}

dl dd {
	font-size: 90%; 
	vertical-align: middle; 
	margin-bottom: 0.7em; 
	line-height: 1.5;
}

ul, ol {
	list-style: none; 
}

/*
ul li, ol li {
	padding: 0.2em 0 0.2em 1em; 
	font-size: 90%; 
	line-height: 1.5; 
	vertical-align: middle; 
	list-style: none outside; 
}

ol li {
	list-style: decimal inside; 
}
*/


li.dot_blue, li.dot_orange, li.pt_s, li.pt_r {/*アイコン付きリストアイテム*/
	margin: 0 0 0 18px; 
	padding: 0.2em 0 0.2em 0; 
	font-size: 12px; 
	vertical-align: middle; 
	color: #666; 
	background-color: #fff; 
}

li.dot_blue {
	list-style: disc url() outside; 
}

/* ------------------------------------------------
 * ページ構造
 * ------------------------------------------------*/
div#container {/*コンテンツ全体を囲むコンテナボックス*/
	margin: 0 auto 0 auto; 
	padding: 0; 
	width: 300px; 
	text-align: left; 
	background-color: #fff; 
}

div#header {
	width: 300px; 
	background-color: #fff;
}

div.identity {

	width: 300px; 
	background-color: #fff;
}

h1.site_title a {/*ロゴ*/
	margin: 0; 
	padding:  0;
	width: 300px;
	text-align: right; 
	background-color: #fff; 
	font-weight: normal;
	line-height: 1.6;
	border-bottom: 1px solid #00d3df;
display:none;
}

h2.site_description {/*概要*/
	margin: 0; 
	padding:  0; 
	text-align: left; 
	background-color: #fff; 
	font-size: 12px;
	font-weight: normal;
	display: none;
}

fieldset#searcharea dt label {/*ブログ検索エリア*/
	font-size: 90%;
}

div#wrapper {/*メインコンテンツとサブコンテンツを囲むボックス*/
	width: 300px; 
	margin: 0; 
	padding: 0; 
	text-align: left; 
	background-color: #fff; 
}

div#contents {/*１カラムメインコンテンツ*/
	width: 300px; 
	margin: 0; 
	padding: 0; 
	background-color: #fff; 
}

div.contents_inner {/*１カラムメインコンテンツの内側*/
	text-align: center;
}

div#main_contents {/*２カラムメインコンテンツ*/
	float: left; 
	width: 281px; 
	margin: 0; 
	padding: 0; 
	background-color: #fff; 
}

div.main_contents_inner {/*２カラムメインコンテンツの内側*/
 
}

div#sub_contents {/*サブコンテンツ*/
	float: right; 
	width: 319px; 
	background-color: #fff;
}

div.sub_contents_inner {/*２カラムサブコンテンツの内側*/
	margin: 0 10px 0 1px; 
	padding: 10px 0; 
}

dl#footer_menu {/*フッタメニュー*/
	clear: left; 
	width: 300px; 
	margin: 0; 
	padding: 0; 
	font-size: 12px; 
	line-height: 1.1; 
	text-align: center; 
	background-color: #ff0; 
}

dl#footer_menu dt {
	display: none; 
}

dl#footer_menu dd {
	padding: 0 0 0 10px; 
	width: 300px; 
	text-align: center;
}

dl#footer_menu dd ul li {
	display: inline; 
	float: left; 
	text-align: center; 
	margin: 0; 
	padding: 0px 10px 4px 0; 
}

div#footer {
	clear: both; 
	width: 300px; 
	padding: 0 0 10px 0;
	border-top: 1px solid #e0e0e0; 
	text-align: left; 
}

address {
	clear: left; 
	padding: 6px 50px 0 0; 
	font-size: 10px; 
	line-height: 1.2; 
	text-align: right; 
}

dl#banner {
	margin: 0; 
	padding: 0 50px 0 0; 
}

dl#banner dd ul {
	text-align:right;
}

dl#banner dd ul li {
	display: inline; 
	/*float: left; 
	width: 82px; 
	margin-left: 10px; 
	padding: 4px; */
}

/* ------------------------------------------------
 * 共通部品
 * ------------------------------------------------*/
h2.date {
	display: none;
}
 
.err {
	clear: both;
	color: #f00; 
	margin: 0; padding: 4px 0; 
}

.success {
	color: blue; 
	margin: 0; padding: 4px 0; 
}

.note {
	font-size: x-small;
}

.head_title {
	font-size: 14px !important;
	margin: 0 0 4px 0;
	padding: 1px 0 1px 24px;
	background-image: url("http://purpr.in/common/img/head.png");
	background-repeat: no-repeat;
	background-position: 0;
}

.sub_title {
	font-size: 105%;
	margin: 0 0 4px 0;
	padding: 0.1em 0.5em 0.1em 0.5em;
	border-bottom: 1px solid #e0e0e0;
	background-color: #e0e0e0;
}

table, th, tr, td, thead, tbody, tfoot {
	font-size: 95%; 
}

table {
	border: none; 
	border-collapse: collapse; 
	border-spacing: 0; 
	table-layout: fixed; 
	width: 90%;
	margin: 0 auto;
}

th { 
	padding: 2px 2px 0 2px; 
	border-bottom: 1px solid #e0e0e0; 
	font-size: 90%; 
	text-align: left;
}

td { 
	padding: 3px 2px; 
	border-bottom: 1px solid #e0e0e0; 
}
/* ------------------------------------------------
 * カテゴリアーカイブのリスト
 * ------------------------------------------------*/
dl#categories dd ul {
margin: 0;
padding: 0;
list-style-type: none;
font-size: 14px;
}

dl#categories dd ul li {
display: block;
margin: 0;
padding: 0;
background-color: #00d3df;
background-image: url(images/l1_down.gif);
}

dl#categories dd ul li a {
display: block;
margin: 0;
padding: 4px 2px 4px 24px;
border: 1px solid #333;
background-color: #e0e0e0;
background-image: url(images/l1_down.gif);
}

dl#categories dd ul li li {
display: block;
margin: 0;
padding: 0;
background-color: #00d3df;
background-image: url(images/l1_down.gif);
}

dl#categories dd ul li li a {
display: block;
margin: 0 0 0 20px;
padding: 2px 2px 2px 20px;
border: 1px solid #999;
background-color: #00d3df;
background-image: url(images/l1_down.gif);
}
dl#categories dd ul li a:link,
#navlist a:visited {
color: #EEE;
text-decoration: none;
}

dl#categories dd ul li a:hover {
border: 1px solid #333;
background-color: #005b9a;
background-image: url(images/l1_over.gif);
color: #fff;
}

#active a:link, #active a:visited, #active a:hover {
border: 1px solid #333;
background-color: #005b9a;
background-image: url(images/l1_over.gif);
color: #fff;
}
/* ------------------------------------------------
 * Entry
 * ------------------------------------------------*/
h2.date, h2.entrytitle, h2.permalink_entrytitle {
	clear: both; 
}

h2.date {
	font-size: small; 
	font-weight: normal; 
	color: #666; 
}

div#entry_box {
	font-size: 12px!important;
	position: relative;
	top: -240px;
	width: 143px;
	padding: 8px; 
	background: transparent url("http://purpr.in/img/bg/transparent.gif") repeat;
	color: #fff; 
	z-index: 1;
}

div#entry_box a { color: #fff; text-decoration: underline; }
div#entry_box a:link		{ color: #00d3df; text-decoration: underline; }
div#entry_box a:visited	{ color: #00d3df; text-decoration: underline; }
div#entry_box a:active	{ color: #00d3df; text-decoration: none; }
div#entry_box a:hover		{ color: #00d3df; text-decoration: underline; }


h2.entrytitle, h2.entrytitle a {
	margin: 0;
	padding: 0;
	background-color: transparent;
	color: #fff;
}

p.extended {
	text-align: right; 
}

dl.posteddata dd ul li {
	display: inline; 
}

hr.separate {
	display: none; 
}

ul.posteddata {
	text-align: right;
}

ul.posteddata li {
	letter-spacing: 0;
	font-size: 12px;
	display: inline;
	margin: 0 4px 0 0;
	padding: 0;
	text-align: right;
}
/* ------------------------------------------------
 * Comment
 * ------------------------------------------------*/
h3.comments-header {
	margin: 0;
	padding: 0 0 0 4px;
	color: #fff;
}

h3.comments-open-header {
	margin : 0;
	padding: 0;
	font-weight: normal;
	color: #fff;
	background-color: transparent;
	border: none;
}

ol li.comment {
	border-top: 1px dashed #e0e0e0;
	margin: 0!important;
	padding: 4px 0 0 0!important;
	list-style-type: none!important;
	list-style-position: none inside!important;
	width: 110px;
}

ol li.comment dl dt {
/*	float: left;*/
	width: 24px;
}

ol li.comment dl dt img {
	padding: 4px;
}

ol li.comment dl dd {
/*	float: left;*/
/*	width: 119px;*/
	margin: 0;
	padding: 0;
}


li.comment_author,
li.comment_date,
li.comment_body {
	line-height:1.2;
	font-size: 12px;
	margin: 0 0 0 4px;
	padding: 0;
	list-style: none!important;
}

li.comment_body {
	line-height: 1.1;
	padding: 2px 0 3px 0;
}

li.comment_body * {
	margin: 0;
	padding: 0;
}
/* ------------------------------------------------
 * Trackback
 * ------------------------------------------------*/
ol li.trackback {
	border-top: 1px dashed #e0e0e0;
	margin: 0!important;
	padding: 4px 0 0 0!important;
	list-style-type: none!important;
	list-style-position: none inside!important;
	width: 110px;
}

ol li.trackback dl dt {
/*	float: left;*/
	width: 88px;
}

ol li.trackback dl dt img {
	padding: 4px;
}

ol li.trackback dl dd {
/*	float: left;*/
	width: 100px;
}


li.trackback_author,
li.trackback_date,
li.trackback_body {
	line-height:1.2;
	font-size: 12px;
	margin: 0 0 0 4px;
	padding: 0;
	list-style: none!important;
}

li.trackback_body {
	line-height: 1.1;
	padding: 2px 0 3px 0;
}

li.trackback_body * {
	margin: 0;
	padding: 0;
}
/* ------------------------------------------------
 * Calendar
 * ------------------------------------------------*/

table#calendar {
	font-size: 12px; 
	text-align: center; 
	border: none; 
	border-collapse: collapse; 
	border-spacing: 0; 
	table-layout: fixed; 
	width: 175px;
}

table#calendar caption {
	font-size: 12px; 
	text-align: center; 
}

table#calendar th { 
	width: 25px; 
	padding: 2px 0; 
	border-bottom: 1px solid #e0e0e0; 
	font-size: 11px; 
	text-align: center;
}

table#calendar td { 
	width: 25px; 
	padding: 3px 0; 
	font-size: 12px; 
	text-align: center;
}

/* ------------------------------------------------
 * レイアウト
 * ------------------------------------------------*/
#mobile_phone {
	text-align: left;
	margin: 40px 0 0 0;
}

.layout {
	text-align: left;
	font-size: 10px;
}

.sr_01 {
	width: 281px;
	height: 36px;
	background: #fff url("http://purpr.in/img/bg/bg_01.png") no-repeat; 
	background-position: top center;
}

.sr_02 {
	background: #fff url("http://purpr.in/img/bg/bg_02.png") no-repeat; 
	background-position: top right;
}

.sr_03 {
	width: 281px;
	height: 26px;
	background: #fff url("http://purpr.in/img/bg/bg_03.png") no-repeat; 
	background-position: top center;
}

.sr_04 {
	background: #fff url("http://purpr.in/img/bg/bg_04.png") no-repeat; 
	background-position: top center;
}

.sr_05 {
	float: left;
	width: 40px;
	height: 240px;
	background: #fff url("http://purpr.in/img/bg/bg_05.png") no-repeat; 
	background-position: top center;
}

.sr_06 {
	float: left;
	width: 178px;
	height: 240px;
/*	background: #fff url("http://purpr.in/img/bg/bg_06.png") no-repeat; */
	background-position: top center;
	background-color: #333;
	overflow: auto;
}

.sr_07 {
	float: left;
	width: 63px;
	height: 240px;
	background: #fff url("http://purpr.in/img/bg/bg_07.png") no-repeat; 
	background-position: top center;
}

.sr_08 {
	clear: both;
	width: 281px;
	height: 24px;
	background: #fff url("http://purpr.in/img/bg/bg_08.png") no-repeat; 
	background-position: top center;
}

.sr_09 {
	float: left;
	width: 89px;
	height: 24px;
	background: #fff url("http://purpr.in/img/bg/bg_09.png") no-repeat; 
	background-position: top center;
}

.sr_10 {
	float: left;
	width: 80px;
	height: 24px;
	background: #fff url("http://purpr.in/img/bg/bg_10.png") no-repeat; 
	background-position: top center;
	text-align: center;
}

.sr_10 a {
	display: block;
	padding: 4px 0 4px 0;
	cursor: pointer;
	text-align: center;
}

.sr_11 {
	float: left;
	width: 112px;
	height: 24px;
	background: #fff url("http://purpr.in/img/bg/bg_11.png") no-repeat; 
	background-position: top center;
}

.sr_12 {
	float: left;
	width: 43px;
	height: 34px;
	background: #fff url("http://purpr.in/img/bg/bg_12.png") no-repeat; 
	background-position: top center;
}

.sr_13 {
	float: left;
	width: 32px;
	height: 34px;
	background: #fff url("http://purpr.in/img/bg/bg_13.png") no-repeat; 
	background-position: top center;
}

.sr_14 {
	float: left;
	width: 14px;
	height: 34px;
	background: #fff url("http://purpr.in/img/bg/bg_14.png") no-repeat; 
	background-position: top center;
}

.sr_15 {
	float: left;
	width: 23px;
	height: 34px;
	background: #fff url("http://purpr.in/img/bg/bg_15.png") no-repeat; 
	background-position: top center;
}

.sr_15 a {
	display: block;
	padding: 9px 0 9px 0;
	text-align: center;
}

.sr_16 {
	float: left;
	width: 33px;
	height: 34px;
	background: #fff url("http://purpr.in/img/bg/bg_16.png") no-repeat; 
	background-position: top center;
	cursor: pointer;
}

.sr_16 a {
	color: #fff!important;
	display: block;
	padding: 9px 0 9px 0;
	cursor: pointer;
	text-align: center;
}

.sr_16 a:hover {
	color: #cddfff!important;
	display: block;
	padding: 9px 0 9px 0;
	text-align: center;
	cursor: pointer;
	background: url("http://purpr.in/img/bg/hover_16.png") no-repeat;
}

.sr_17 {
	float: left;
	width: 24px;
	height: 34px;
	background: #fff url("http://purpr.in/img/bg/bg_17.png") no-repeat; 
	background-position: top center;
}

.sr_17 a {
	display: block;
	padding: 9px 0 9px 0;
	text-align: center;
}

.sr_18 {
	float: left;
	width: 14px;
	height: 34px;
	background: #fff url("http://purpr.in/img/bg/bg_18.png") no-repeat; 
	background-position: top center;
}

.sr_19 {
	float: left;
	width: 29px;
	height: 34px;
	background: #fff url("http://purpr.in/img/bg/bg_19.png") no-repeat; 
	background-position: top center;
}

.sr_20 {
	float: left;
	width: 69px;
	height: 34px;
	background: #fff url("http://purpr.in/img/bg/bg_20.png") no-repeat; 
	background-position: top center;
}

.sr_21 {
	clear: both;
	float: left;
	width: 89px;
	height: 24px;
	background: #fff url("http://purpr.in/img/bg/bg_21.png") no-repeat; 
	background-position: top center;
}

.sr_22 {
	float: left;
	width: 80px;
	height: 24px;
	background: #fff url("http://purpr.in/img/bg/bg_22.png") no-repeat; 
	background-position: top center;
}

.sr_22 a {
	display: block;
	padding: 4px 0 4px 0;
	cursor: pointer;
	text-align: center;
}

.sr_23 {
	float: left;
	width: 112px;
	height: 24px;
	background: #fff url("http://purpr.in/img/bg/bg_23.png") no-repeat; 
	background-position: top center;
}

.sr_24 {
	clear: both;
	width: 281px;
	height: 50px;
	background: #fff url("http://purpr.in/img/bg/bg_24.png") no-repeat; 
	background-position: top center;
}

/* ------------------------------------------------
 * 過去ログ
 * ------------------------------------------------*/
div#attention {
	font-size: 12px!important;
	width: 230px;
	padding: 8px; 
	background-color: aliceblue;
	color: #666; 
	border: 1px dashed #999;
}

/* ------------------------------------------------
 * プロフィール
 * ------------------------------------------------*/
div#profile_box {
	font-size: 12px!important;
	position: relative;
	top: -240px;
	width: 143px;
	padding: 8px; 
	background: transparent url("http://purpr.in/img/bg/transparent.gif") repeat;
	color: #fff; 
}

/* ------------------------------------------------
 * 過去ログ
 * ------------------------------------------------*/
div#logs {
	font-size: 12px!important;
	position: relative;
	top: -240px;
	width: 143px;
	padding: 8px; 
	background: transparent url("http://purpr.in/img/bg/transparent.gif") repeat;
	color: #fff; 
}