/*i-ris.peewee.jp/index.php 用のCSS */

/* 斜めのステッカー */
/*#sticker{
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	text-indent:0px;
}
#sticker img{border:0;}
*/

/*リンクカラー----------------------------------------------*/
/*royalblue #4169E1---------crimson #DC143C-----------------*/
a:link { color: #4169E1; text-decoration:underline; }
a:visited { color: #4169E1; text-decoration:underline; }
a:active { color: #DC143C; text-decoration:underline; }
a:hover { color: #DC143C; text-decoration:underline; }

body{
	font-size:small;
	text-indent:25px;
	background-color:#FFFFFF;
	width:720px;
	color:#454545;
}


h2{
	display:block;
	background-color:#E0E0E0;
	margin:25px 0 5px 0;
	font-size:x-small;
}

.title {
	font-family:'Courier New', Courier, mono ;
	font-size:1.2em;
	padding:8px 8px 5px 15px;	
	text-indent:0px;
	color:#CC3366;
	border-top:1px solid #AAA;
	border-right:1px solid #AAA;
	letter-spacing:1px;
}
.title2 {
	font-family:'Courier New', Courier, mono ;
	font-size:1.2em;
	padding:8px 8px 5px 15px;	
	text-indent:0px;
	color:#CC3366;
	border-top:1px solid #AAA;
	border-right:1px solid #AAA;
	letter-spacing:1px;
	width:360px;
}

.gray{
	color:#666666;
	font-weight:500;
	font-size:small;
}

p{ margin-top:2px}

