@charset 'utf-8';

/* ===================================================================

 file name  :  general.css
 general以下のスタイル
 
 - profile
 - access

=================================================================== */


/* --------------------------------------------------

 profile

--------------------------------------------------- */
#profile{
	width:920px;
	margin:45px auto 90px;
}
#profile dl{
	width:420px;
	float:left;
}
#profile dl.column2{
	width:500px;
}
#profile dt{
    float:left;
    clear:both;
    width:5em;
    padding:0 1em 1.5em 0;
    _width:5em;    /* WinIE */
    white-space:nowrap;
}
#profile dd{
    margin-left:6em;    /* = dt.width + dt.padding */
	padding:0 0 1.5em 0;
}


/* --------------------------------------------------

 access

--------------------------------------------------- */
#access{
	width:790px;
	margin:45px auto 90px;
}
#access #containerRoute{
	width:301px;
	float:left;
}
#access #containerMap{
	width:489px;
	float:left;
}