@charset "utf-8";
/* CSS Document */

/* =====================================
	COMMON.CSS
	> RESET CSS
	> YUI FONT
	> MULTIPLE CLASS
	> BASE DESIGN
======================================== */

/* PAGE DESIGN
---------------------------------------- */
#page {background:#fff; height:100%; margin:0 auto; position:relative; max-width:1200px; _width:1024px;}

#footerDeco {background-color:rgba(255, 255, 255, 0.6); height:200px; position:absolute; left:0; bottom:0; width:100%;
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffffff,EndColorStr=#99ffffff)}

#header {height:150px;}
#footer {overflow:hidden; position:absolute; bottom:0; left:0; text-align:center; width:100%;}
#footer .copyright {color:#4a2916; font-size:93%; line-height:1.2; padding:8px 15px; text-align:center;}

#container {position:relative; padding:0 15px;}

#mainColumn {overflow:auto; width:100%; outline:none;}
#mainColumn .article {padding-left:350px; padding-right:15px;}
#mainColumn .article h2 {border-bottom:2px solid #eeded9; margin-bottom:10px; padding-bottom:10px;}
#mainColumn .article ul li {margin-bottom:2em;}
#mainColumn .article ul li span.media_dates {display:block;}

#subColumn {outline:none; position:absolute; top:0; left:15px; width:320px;}


/* PAGE DESIGN - NEWS
---------------------------------------- */
#news #mainColumn .article h1 {border-bottom:2px solid #eeded9; color:#ce7c83; font-size:153.9%; margin-bottom:20px; padding-bottom:10px;}
#news #mainColumn .article .imgC {}

#news #subColumn ul li {margin-bottom:2em;}
#news #subColumn ul li span {display:block;}


/* PAGE DESIGN - PROFILE
---------------------------------------- */
#profile #mainColumn .article {padding-left:580px;}
#profile #mainColumn .article dl {overflow:hidden; margin-bottom:0.5em; max-width:300px;}
#profile #mainColumn .article dl dt {float:left; width:30%;}
#profile #mainColumn .article dl dd {float:left; width:70%;}
#profile #mainColumn .article .txtArea ul li img {margin-top:1em;}

#profile #subColumn {background:url(/img/photo_side_profile2.jpg?ver=20170117) left center no-repeat; width:550px;}


/* PAGE DESIGN - MEDIA
---------------------------------------- */
#media #mainColumn .article {padding-left:580px;}
#media #subColumn {background:url(/img/photo_side_media2.jpg?ver=20170117) left center no-repeat; width:550px;}


/* PAGE DESIGN - BIOGRAPHY
---------------------------------------- */
#biography #mainColumn .article {padding-left:580px;}
#biography #subColumn {background:url(/img/photo_side_biography2.jpg?ver=20170117) left center no-repeat; width:550px;}

