﻿body, div, p, h1, h2, h3, h4, ul, li, table, img
{
	margin:0;
	padding:0;
	border:none;
	color: #606060;
}
body
{
	font-family:  "メイリオ", Meiryo, Osaka, "MS Gothic";
	font-size: 12px;
	text-align:left;
	/*background-color: #670B0C;
	background-image:url('../images/design/bg.gif');
	background-position: center top;
	background-repeat:no-repeat;
	background-attachment:scroll;*/
	background-image:url('../images/design/bg2.gif');
	background-repeat:repeat-x;
	background-position: left 76px;
}
td{ text-align:left; vertical-align:top;}

a, a.visit
{ 
	color: #577EBF;
	text-decoration:underline;
}
a:hover
{ 
	color: #AEC5E9;
	text-decoration: underline;
}

ul
{
	margin: 2px 0 2px 16px;
	padding:0;
}
ul li
{
	margin:0;
	padding: 2px 0 2px 0;
}

/* h */
h1
{
	font-size:10px;
	font-weight:normal;
	padding: 1px 0 4px 1x;
	color:white;
	background-color:#6699CC;
}
h2
{
	color:#A40809;
	font-size:24px;
	font-weight:bold;
	text-align:left;
	vertical-align:top;
	padding: 1px 0 8px 1px;
	line-height: 28px;
}
h3
{
	color:#577EBF;
	font-size:14px;
	font-weight:bold;
	height: 16px;
	border-bottom: dotted 1px #D2CCCF;
	text-align:left;
	vertical-align:top;
	padding: 1px 0 4px 1px;
	margin: 0 0 7px 0;
}
h4
{
	color:#577EBF;
	font-size:12px;
	font-weight:bold;
	margin: 2px 0 1px 1px;
	padding: 0 0 0px 0;
}


/* input */
input.borderFlat,
textarea.borderFlat
{
	color: #6C6C6C;
	border: solid 1px #D2CCCF;
	background-color: #ffffff;
}


/* -------------------------------------------------------------------------------------------------------- */
/* my_form */
#my_form
{
	margin: 10px auto 0 auto;
	width:800px;
	vertical-align:top;
}
/* my_header */
#my_header
{
	width:100%;
	height:56px;
	font-size: 10px;
	text-align:left;
	vertical-align:top;
	background-color:White;
}
#my_header .logo
{
	margin: 10px 14px 0 0;
}
#my_header td.navi
{
	padding: 36px 0 0 5px;
	width:100%;
}
#my_header td.navi ul.navigation_sys
{ 
	list-style: none;
	margin: 0;
	padding: 0;
} 
#my_header td.navi ul.navigation_sys li
{
	float: left;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #606060;
	padding: 3px 0 3px 0;
}
#my_header td.navi ul.navigation_sys li a,
#my_header td.navi ul.navigation_sys li a:link,
#my_header td.navi ul.navigation_sys li a:active, 
#my_header td.navi ul.navigation_sys li a:visited
{
	font-size: 11px;
	color: #606060;
	display: block;
	padding: 0 8px 0 8px;
	font-weight:bold;
	text-decoration: none;
}

/* my_footer */
#my_footer
{
	text-align: center;
	margin-bottom:100px;
}
#my_footer .footerbar
{
	padding: 40px 0 0 0;
	background-color:White;
}
#my_footer .footer
{
	font-size:10px;
	margin: 40px auto 0 auto;
	text-align: center;
	color: #CBA59A;
}
#my_footer .footer a
{
	color: #CBA59A;
	text-decoration: none;
}
#my_footer .footer a:hover
{
	text-decoration: underline;
}

/* my_contents */
#my_contents 
{
	width:100%;
	text-align:left;
	vertical-align:top;
	padding-top:10px;
	background-color:White;
}
#my_contents .middle_center
{
	text-align: center;
	margin: 0 0 26px 0;
	padding: 0 13px 2px 13px;
	vertical-align:top;
	background-image:url('../images/design/bg2.gif');
	background-repeat:repeat-x;
}
#my_contents .contents_center
{
	text-align: center;
	vertical-align:top;
}
#my_contents .contents_left
{
	float:left;
	width:214px;
	text-align:left;
	vertical-align:top;
}
#my_contents .contents_left .menu
{
	margin: 0 14px 0 14px;
}
#my_contents .contents_left .menu .title
{
	padding: 7px 0 0 16px;
	color: White;
	font-weight:bolder;
}
#my_contents .contents_left .menu .contents
{
	border: solid 1px #CCD2CE;
	padding: 14px;
}
#my_contents .contents_left .menu .title_blue
{
	width: 186px;	
	height:25px;
	background-color:#577EBF;
}
#my_contents .contents_right
{
	float:left;
	width:584px;
	text-align:left;
	vertical-align:top;
}
#my_contents .contents
{
	padding: 0 13px 10px 13px;
}
#my_contents .text
{
	padding: 4px 2px 4px 2px;
	background-color:White;
	line-height:17px;
}
#my_contents .text ul
{
	line-height:13px;
	margin: 2px 0 2px 21px;
	padding:0;
}
#my_contents .text ul li
{
	margin:0;
	padding: 2px 0 2px 0;
}
#my_contents .text ul.point
{
	line-height:13px;
	margin: 2px 0 2px 21px;
	padding:0;
	list-style-image: url('../images/common/ul_img.gif');
}
#my_contents .text ul.point li
{
	margin:0;
	padding: 3px 0 3px 0;
}


/* msg */
.errmsg
{
	font-size:12px;
	color:Red;
	font-weight:normal;
}
.msg
{
	font-size:12px; 
	color: #757575;
	font-weight:normal;
}

/* bar */
hr
{
	border:none;
	color: #D0D0D0;
	background-color: #D0D0D0;
	height:1px;
}

.btnDummy
{
	position:absolute;
	z-index:1;
	top:-100px;
	width:0px;
	height:0px;
	border:none;
}


/* isa_iframe */
.isa_iframe
{
	border: solid 1px #D2CCCF;
	margin:0 auto 0 auto;
}

.request
{
	color:Red;
}
