﻿/*
LastUP : 2009/11/25
title  : index
*/

/* ======================================================== */
/* about anshinmail                                         */
/* ======================================================== */
div#all div#background div#content div#left_bottom {
	margin              : 20px 0px 0px 0px;
	background-color    : #ccff99;
	background-image    : url('../img/left_bottom.gif');
	background-position : left bottom;
	background-repeat   : no-repeat;
	font-size           : 1.4em;
	position            : relative;
	min-height          : 80px;
	height              : auto !important;	/* IE */
	height              : 80px;	/* IE */
}
div#all div#background div#content div#left_bottom div#left_top {
	background-image    : url('../img/left_top.gif');
	background-position : left top;
	background-repeat   : no-repeat;
	padding             : 5px;
	line-height         : 1.6em;
}
div#all div#background div#content div#left_bottom div#right_top {
	width               : 10px;
	height              : 10px;
	margin              : 0px 0px 0px 0px;
	background-image    : url('../img/right_top.gif');
	background-position : right top;
	background-repeat   : no-repeat;
	position            : absolute;
	top                 : 0px;
	right               : 0px;
}
div#all div#background div#content div#left_bottom div#right_bottom {
	width               : 10px;
	height              : 10px;
	background-image    : url('../img/right_bottom.gif');
	background-position : right bottom;
	background-repeat   : no-repeat;
	position            : absolute;
	bottom              : 0px;
	right               : 0px;
}
div#all div#background div#content div#left_bottom div#left_top #red {
	font-weight : bold;
	color       : #a22041;
}
/* ======================================================== */
/* new mailmagazin                                          */
/* ======================================================== */
div#all div#background div#content div#new_mail {
	font-size        : 1.4em;
	font-weight      : bold;
	color            : #0198ff;
	background-color : #fafbff;
	border           : 1px #cbddf3 solid;
	margin           : 0px 0px 10px 0px;
	padding          : 2px 5px;
}
div#all div#background div#content div#new {
	font-size : 1.4em;
	margin    : 0px 0px 20px 0px;
}
div#all div#background div#content div#new h2 {
	padding     : 10px;
	color       : #fff;
	font-weight : bold;
}
div#all div#background div#content div#new h2#title_bouhan { background-color : #db8449; }
div#all div#background div#content div#new h2#title_saigai { background-color : #a22041; }
div#all div#background div#content div#new h2#title_other  { background-color : #19448e; }
div#all div#background div#content div#new h2#title_tsuchi { background-color : #85ae46; }
div#all div#background div#content div#new div#body {
	padding          : 10px;
	background-color : #f8f5e6;
}
