/*-----------------------------*/
/* SETUP */
/*-----------------------------*/

/* 1.1 Defaults */

body  {
	margin-top:0;
	font-family:"Times New Roman", Times, serif;
	font:14px;
	line-height: 1.5;  /*unitless for proper inheritance*/
	/*background-color:#3D3D3D;*/
	background-image: url(../images/bg.jpg);
	background-repeat:repeat-y;
	
	/*background-image: url(../images/tail.jpg);*/
	
	background-repeat:repeat;
}

#copy {clear:both; margin:15px 1px 10px 1px; color:#888; font-size:11px}
#powered {float:right}

h1, h2, h3, h4, h5, h6  {
	margin: 0;
	}
h22 {font-size:14px;
	font-weight:normal;
}
h1  {font-size: 30px} h2  {font-size: 26px; font-weight:normal;}
h5  {font-size: 17px; margin-top:10px; color:#737373} h6  {font-size: 12px}

h3 {font-size: 26px;line-height: 1.1; font-weight:normal; padding-bottom:5px; margin-top:25px; border-bottom:1px  solid #999; margin-bottom:5px;}
h4 {color:#000; font-weight:normal; font-size:24px; text-align:center; padding:6px 0}

.dashedLine
    {
        border-bottom: dashed 1px #ccc; 
        color:#454545
    }

p  {margin: 8px 0;}

.text {background-image:none; background-color:#FDFCFC; background-repeat:repeat; padding: 5px 30px 30px 30px; line-height:1.2; font-size:17px;text-align:justify;}
.news p {margin: 10px 0;}
.news img {padding:5px 7px; max-width:910px;}

/* 1.2 Hyperlinks */

a:link{ text-decoration: none; color:#900; }
a:visited  { text-decoration: none; color:#900; }
a:hover  { text-decoration: underline; }

#copy a{ text-decoration: none; color:#888;}
#copy a:hover  { text-decoration: none; }

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited  {
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover  {text-decoration: underline;}

img { border:none;}

.ddlstyle
    {
    border:solid 1px #ccc;
    font-family:"Times New Roman", Times, serif;
    }

input {border:1px solid #CCC; padding:4px; font-family: font-family: "MS ゴシック",sans-serif; font-size:14px; color:#666;}
input:hover {background-color:#FFC; border:1px solid #CCC;}
input:active {border:1px solid #3399ff;}
input:focus {background-color:#FFC; border:1px solid #999;}

textarea { border:1px solid #CCC; padding:4px;font-family: font-family: "MS ゴシック",sans-serif; font-size:14px;  color:#666;}
textarea:hover { background-color:#FFC; border:1px solid #CCC;}
textarea:active {border:1px solid #3399ff;}
textarea:focus {background-color:#FFC; border:1px solid #999;}


#container  {
	width: 930px;
	margin: 0 auto;
}


/* 2.2 Header */

#header  {
	width: 940px;
	margin: 0 auto;
}

#header h1, #header h2  {display: none}


#header #logo  {
	float: left;
	width: 470px;
}

#header #top-ad  {
	float: right;
	width: 470px;
}


/* 2.3 MENU */

.urbangreymenu{ float:right;
margin:15px 0 5px 20px;
width: 210px;
}

.urbangreymenu .headerbar{
font:bold 17px Arial, Helvetica, sans-serif;
color: white;
background:#777;
margin-bottom: 0;
padding: 7px 5px 7px 10px;
}

.urbangreymenu ul{
	font-size:16px;
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{ text-align:left;
font: normal 11px;
color: black;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 20px;
padding-left: 8px; /*link text is indented 8px*/
padding-right:5px;
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color:black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: #900;
text-decoration:underline;
}


/*-----------------------------*/
/* GENERAL STYLES */
/*-----------------------------*/

.floatl  {float: left;}
.floatr  {float: right;}

.alignl  {text-align: left;}
.alignr  {text-align: right;}
.alignc  {text-align: center;}

.formheader {font-size: 23px;line-height: 1.4; font-weight:normal;}
.formtext {font-size:12px;}
.formfield {font-size: 18px;}
/* http://sonspring.com/journal/clearing-floats */

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

 #triggers
        {
            text-align: center;
        }
        #triggers img
        {
            background-color: #fff;
            padding: 2px;
            border: 1px solid #ccc;
            margin: 15px 2px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
        }
        /* the active thumbnail */#triggers a.active img
        {
            outline: 1px solid #000; /* show on top of the expose mask */
            z-index: 9999;
            position: relative;
        }        
        
        #master_content .ajax__combobox_itemlist
        {
            margin: 0px;
        }

/* accordion pane */
#accordion div.pane {
 display:none;
}

a.image_link:link,a.image_link:visited,a.image_link:hover,a.image_link:active{background-color:transparent;}


.step
{
    float:left; padding:5px 0px 0px 0px;
    width:120px;
    text-align:center;
    }
    
.step span
{
    font-family:Georgia;
    font-size:12px;
    }

.check_left
{
    float:left; width:170px; 
    text-align:left;
    }
    .check_right
    {
        text-align:right; margin-right:10px;
        }
