@charset "UTF-8";

/* ---------------------
 * FONTSIZE MODEL * 
 * ---------------------
 *	63% ->	10pxに相当
 *	70% ->	11pxに相当
 *	75% ->	12pxに相当
 *	82% ->	13pxに相当
 *	88% ->	14pxに相当
 *	94% ->	15pxに相当
 * 100% ->	16pxに相当
 * 107% ->	17pxに相当
 * 113% ->	18pxに相当
 * 119% ->	19pxに相当
 * 125% ->	20pxに相当
 * --------------------- */
 
 
/* ========BASIC======== */
* {
/*	font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif; */
/*	font-family:"MS PGothic",sans-serif; */
	font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","MS P ゴシック",verdana,sans-serif;
	color:#333;
}

body {
	margin:0;
	padding:0;
	line-height:1.6;
	letter-spacing:1px;
	background:#fff;
}

br {
	letter-spacing:normal;
}

a {
	color:#0000ff;
	/*text-decoration:none;*/
}

a:hover {
	color:#ec0c0c;
}

img {
	border:0;
	vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
	margin:0;
}

/* ========ERROR DISPLAY======== */
div.error-message {
	color: #ff0000;
	font-size: 75%;
	height:1.8em;
	overflow:hidden;
}

.form-error {
	background: #FFCCFF;
}

/* ========OPENED EMAIL======== */

.mail2 {
	background-color:#99ccff;
}

.mail3 {
	background-color:#9955ff;
}

/* ========MAIL HEADER======== */

div#mailheader {
	width:590px;
	border-left:1px dotted #DCDCDC;
	border-top:1px dotted #DCDCDC;
	border-right:1px dotted #DCDCDC;
	font-size:82%;
}

div#mailheader table {
	width:590px;
}

div#mailheader th {
	background-color:#99ccff;
	text-align:left;
	padding-left:10px;
}

div#mailheader td {
	border-top:1px dotted #DCDCDC;
	padding-left:10px;
}

div#mailheader textarea {
	width:565px;
	margin-top:10px;
}

/* ========MAIL CONTENTS======== */

div#mailcontents {
	width:590px;
	height:400px;
	padding:10px;
	font-size:82%;
	border:1px dotted #DCDCDC;
	overflow:auto;
}

/* ========MAIL COMPOSE======== */

div#mailcompose {
	width:590px;
	border:1px dotted #DCDCDC;
	border-top:1px dotted #DCDCDC;
	border-right:1px dotted #DCDCDC;
	font-size:82%;
}

div#mailcompose table {
	width:590px;
}

div#mailcompose th {
	background-color:#99ccff;
	text-align:left;
	padding-left:10px;
}

div#mailcompose td {
	border-top:1px dotted #DCDCDC;
	padding-left:10px;
}

div#mailcompose textarea {
	width:565px;
	margin-top:10px;
}

div#mailcompose .attention {
	cursor:pointer;
}

/* ========RECIEVER SELECTION======== */

.selection {
	background-image:url('/img/empty.gif');
	background-repeat:no-repeat;
	padding-left:20px;
	border-bottom:1px dotted #000;
	margin-bottom:0px;
	cursor:pointer;
	font-size:75%;/* 12pxに相当 */
}

/* ========TEMPLATE LAYOUT======== */
div#top {
	width:790px;
	margin:0 auto;
	background:url("../img/base/bg_contents_left.gif") 0 0 repeat-y;
}

div#wrapper {
	width:790px;
	background:url("../img/base/bg_contents_right.gif") 100% 0 repeat-y;
}

div#header {
	width:790px;
	position:relative;
	/*padding:0 5px;*/
	background-color:#6666ff;
}

div#pr {
	width:790px;
	position:absolute;
	/*left:280px;
	top:10px;*/
	background-color:#6666ff;
}

div#contents {
	margin:0 5px;
	padding:20px 5px 0 5px;
}

div#caption {
	/*width:770px;*/
	background-color:#ffffff;
	margin:0 0 10px 10px;
	font-size:113%;/* 18pxに相当 */
	font-weight:bold;
}

div#main {
	float:right;
	width:610px;
}

div#sub {
	float:left;
	width:150px;
}

div#totop {
	clear:both;
}

div#footer {
	clear:both;
	margin:0 5px;
	background-color:#6666ff;
	color:#ffffff;
}


/* ========HEADER CUSTOMIZE======== */
div#header h1 {
	margin:0;
	padding:10px;
	font-size:150%;/* 24px相当 */
	color:#fff;
	line-height:70px;
}

div#header h1 a {
	color:#333;
}

div#header h1 a:hover {
	color:#666;
}

div#header #pr p {
	margin:0;
	font-size:75%;/* 12px相当 */
}

div#header td{
	font-size:75%;/* 12px相当 */
	color:#ffffff;
}

/* ========SUBCONTENTS CUSTOMIZE======== */
div#sub .section {
	margin-bottom:10px;
	font-size:82%;/* 13px相当 */
	text-align:center;
}

div#sub h2 {
	width:210px;
	padding:3px;
	font-size:82%;/* 13px相当 */
	font-weight:bold;
	color:#fff;
	background:url("../img/base/bg_sub_h2.gif") 50% 50%;
}

div#sub ul {
	margin:5px 0 0 5px;
	padding:0;
}

div#sub li {
	padding:5px 0 5px 0;
	font-size:82%;/* 13px相当 */
	line-height:2;
	list-style:none;
}

div#sub li a {
	display:block;
	padding-left:12px;
	background:url("../img/base/bg_sub_list.gif") 0 5px no-repeat;
}

div#sub table {
	border:1px dotted #DCDCDC;
}

div#sub .traytype {
	text-align:center;
	font-size:125%;/* 20pxに相当 */
	font-weight:bold;
}

div#sub .section input {
	width:150px;
}

/* MENU CUSTOMIZE */
div#contents #sub div#menu ul {
	margin:0 0 20px 0;
	padding:0;
}

div#contents #sub div#menu li {
	margin:0;
	padding:0;
	font-size:75%;/* 12px相当 */
	color:#333;
	list-style-type:none;
}

div#contents #sub div#menu li a {
   display:block;
	width:200px;
	color:#333;
	padding:10px 0 10px 20px;
	border-bottom:1px solid #DCDCDC;
	background:url("../img/base/bg_menulist.gif") 0 12px no-repeat;
}

div#contents #sub div#menu li a:hover {
	color:#ec0c0c;
}


/* ========MAINCONTENTS CUSTOMIZE======== */
div#main a {
	color:#0000ff;
}

div#main a:hover {
	color:#ec0c0c;
	text-decoration:underline;
}

div#main h2 {
	margin-bottom:8px;
	padding:2px 2px 2px 0;
	color:#333;
	font-size:94%;/* 15px相当 */
	font-weight:bold;
	border-bottom:3px double #535D57;
}

div#main h3 {
	margin-bottom:3px;
	font-size:88%;/* 14px相当 */
}

div#main h4 {
	margin-bottom:2px;
	font-size:82%;/* 13px相当 */
}

div#main h5 {
	margin-bottom:2px;
	font-size:82%;/* 13px相当 */
}

div#main h6 {
	margin-bottom:2px;
	font-size:82%;/* 13px相当 */
}

div#main p {
	margin:0 0 1em 0;
	font-size:82%;/* 13px相当 */
}

div#main ul,ol,dl {
	font-size:82%;/* 13px相当 */
}

div#main dt {
	margin-bottom:3px;
}

div#main dd {
	padding:0;
	margin:0 0 0.5em 1em;
	padding:3px;
	background:#f1f1f1;
}

div#main div.icatch {
	margin-bottom:20px;
}

/* INFORMATION CUSTOMIZE */
* html body div#main dl.information dd div{
	display:inline-block;
}

div#main dl.information dt {
	float:left;
	width:10em;
	margin:0;
	padding:0;
}

div#main dl.information dd {
	margin:0 0 0.5em 10em;
	padding:0;
	background:transparent;
}

div#main img.rightpicture {
	margin:0 0 10px 10px;
	float:right;
}

div#main img.leftpicture {
	margin:0 10px 10px 0;
	float:left;
}

div#main .paginator td {
	font-size:63%;/* 10pxに相当 */
}


div#main .tab {
	border-top:1px dotted #DCDCDC;
	border-left:1px dotted #DCDCDC;
	border-right:1px dotted #DCDCDC;
}

div#main .tab td {
	font-size:70%;/* 11pxに相当 */
	border-bottom:1px dotted #DCDCDC;
	border-left:0px;
	border-right:0px;
	border-top:0px;
	cursor:pointer;
}

div.from {
	width:150px;
	height:1.8em;
	overflow:hidden;
	color:#000000;
}

div.title {
	width:300px;
	height:1.8em;
	overflow:hidden;
	color:#000000;
}

div.reciever {
	width:260px;
	//height:1.8em;
	//overflow:hidden;
	color:#000000;
	word-break:break-all;
	word-wrap:break-word ;
}

div.date {
	width:110px;
	height:1.8em;
	overflow:hidden;
	color:#000000;
}

span.star {
	font-size:125%;/* 20pxに相当 */
	cursor:pointer;
}

/* ========TOTOP CUSTOMIZE========= */
div#totop {
	margin:10px 0;
	text-align:right;
	font-size:75%;/* 12px相当 */
}

div#totop a {
	padding:0 0 0 12px;
	background:url(../img/base/bg_totop.gif) 0 50% no-repeat;
}


/* ========FOOTMENU CUSTOMIZE======== */
div#footMenu ul {
	margin:0 0 10px 0;
	padding:10px 0 0 0;
	text-align:right;
	background:url("../img/base/bg_dotline.gif") 0 0 repeat-x;
}

div#footMenu li {
	display:inline;
	margin:0 0 0 10px;
	font-size:75%;/* 12px相当 */
	list-style:none;
}

div#footMenu li a {
	padding-left:10px;
	background: url("../img/base/bg_footmenu.gif") 0 50% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
address {
	margin:0 0px;
	padding:5px 0;
	font-style:normal;
	font-size:75%;/* 12px相当 */
	color:#fff;
	text-align:center;
	/*background: #ec0c0c;*/
}
