@charset "UTF-8";

@import url("base.css");


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* main contents */
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

li { list-style:none; }

a:link    {color:#414D7B; text-decoration:underline;}
a:visited {color:#775E81; text-decoration:none;}
a:active  {color:#FFCC33; text-decoration:underline;}
a:hover   {color:#FFCC33; text-decoration:underline;}


/* =================================== */
/* CAEg */
/* =================================== */

#wrapper {
	padding:30px 0px 20px 30px;
	}

#main {
	width:470px;
	float:left;
	padding-bottom:20px;
	}
#pen {
	float:left;
	text-indent:-7777px;
	width:345px;
	height:427px;
	background-image: url(../img/oshirase/pen.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.kiiroi-tori.com/img/oshirase/pen.png', sizingMethod='scale');
	}	

#entry_body {
	padding:30px 0 30px 20px;
	color:#ffffff;
	}

.box {
	width:472px;
	background:url(../img/oshirase/oshirase_center.gif) repeat-y left top;
	}
.box_top {
	width:472px;
	background:transparent url(../img/oshirase/oshirase_head.gif) no-repeat left top;
	}
.box_btm {
	width:422px;
	background:transparent url(../img/oshirase/oshirase_bottom.gif) no-repeat left bottom;
	padding:10px 30px 25px 20px;
	}

