@charset "utf-8";

/* basic style
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
        border: 0;
        color: #000000;
	font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: normal;
        font-style: normal;	
        list-style: none;
}
body {
        padding: 0 10px;
	line-height: 1.6;
	color: #333333;
}
a  {
        color: #001261;
}
a:visited {
        color: #001261;
}
a:hover {
        color: #C10101;
	background: #FFFFFF;
        text-decoration: none;
}
img {
	border: none;
        vertical-align: bottom;
}

/* header
---------------------------------------------*/
#header {
	background: #FBFCFE url(pictures/header_bg1.jpg) left top repeat-x;
	padding-top: 90px;
}
#logo {
	position: absolute;
	left: 31px;
	top: 15px;
	width: 233px;
}
.siteDiscription{
       position: absolute;
       top: 5px;
       right: 20px;
       list-style-type: none;
}
.siteDiscription li {
    color: #FFFFFF;
}

/* navigation
---------------------------------------------*/
#globalNav {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	background: #E8E8E8 url(pictures/global_nav_bg.gif) left top repeat-x;
	border-bottom: 3px solid #CCCCCC;
}
#globalNav li {
	float: left;
	width: 8em;
	border-right: 1px solid #CCCCCC;
}
#globalNav li a {
	display: block;
	width: 100%;
	line-height: 2.5em;
	color: #333333;
	text-decoration: none;
	text-align: center;
	background: #E8E8E8 url(pictures/global_nav_a_bg.gif) 0 0 repeat-x;
        font-size: 85%;
}
#globalNav li a:hover {
	color: #FFFFFF;
	background: #50B622 url(pictures/global_nav_a_bg.gif) 0 -100px repeat-x;
}

/* 2column liquid layout 
---------------------------------------------*/
#contentWrapper {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	padding: 25px 0;
	background: #FFFFFF url(pictures/rightside_bg.gif) right top repeat-y;
}

	/* step1
	---------------------------------------------*/
	#content {
		float: left;
		width: 100%;
		margin-right: -320px;
	}
	#sub {
		float: right;
		width: 320px;
	}
       /* step2
	---------------------------------------------*/
	#content * {
		margin: 0 350px 0 10px;
	}
	#content * * {
		margin: 0;
	}

       /* sub list
        ---------------------------------------------*/
        #sub .list {
	        margin-bottom: 10px;
                font-size: 90%;
	}
	#sub .list h2 {
	background: url(pictures/list_title.gif) left bottom repeat-x;
	border-bottom: 1px solid #ccc; 
	padding: 5px 0 5px 15px;
        color: #fff;
	}
	#sub .list ul {
                margin-top: 5px;
	}
	#sub .list li {
                margin: 5px 0 5px 10px;
	        padding-left: 20px;
	        background: url(pictures/arrow.gif)  no-repeat  3px 0.5em;
	        border-bottom: 1px solid #DEDEDE;
	}

       /* sub ad
        ---------------------------------------------*/
        #sub .ad {
                margin-left: 25px;
                padding: 0;
}


/* footer
---------------------------------------------*/
#footer {
	clear: both;
        padding: 20px 0;
	border-top: 3px solid #CCCCCC;
	background: #FBFCFE url(pictures/footer_bg.gif) left top repeat-x;
        text-align: center;
        }
#footer p {
        color: #FFFFFF;
        }



