@charset "UTF-8";
/* /fcroman/award/css/index.css */

body{
	color: #fff;
	background: url(/fcroman/award/img/cmn/bg.gif) fixed #150a08;
	min-width: 960px;
	}
a{
	color: #fff!important;
	}

/******************************************************************************
wrap
******************************************************************************/
#wrap{
	position: relative;
	padding: 0 145px 0 30px;
	background: url(/fcroman/cmn/img/bg_alpha_2.png) repeat-y right top fixed;
	}
#wrap h1{
	padding-top: 22px;
	margin: 0 0 15px;
	}
/*------------------------------*/
/*topicpath*/
/*------------------------------*/
#topicpath li a{
	background: url(/fcroman/cmn/img/arrow_path_white.gif) no-repeat right center;
	}
/*------------------------------*/
/*tagline*/
/*------------------------------*/
p#tagline{
	position: absolute;
	top: 50px;
	left: 195px;
	font-size: 1.2em;
	line-height: 1.5;
	}

/******************************************************************************
contents
******************************************************************************/
#contents{
	padding-bottom: 130px;
	}
/*------------------------------*/
/*block*/
/*------------------------------*/
#contents .block{
	float: left;
	width: 350px;
	margin: 0 30px 30px 0;
	}
#contents .block h2{
	text-align: center;
	font-size: 3.0em;
	font-family: 'Oswald', sans-serif;
	margin-bottom: 12px;
	border-bottom: solid 1px #666;
	padding-bottom: 10px;
	width: 40%;
	margin: 0 auto 20px;
	}
#contents .block p.image{
	width: 100%;
	margin-bottom: 20px;
	}
#contents .block p.image img{
	display: block;
	width: 100%;
	height: auto;
	border: solid 1px #333;
	}
#contents .block ul{
	margin-left: 5px;
	}
#contents .block ul li{
	font-size: 1.4em;
	line-height: 1.5;
	margin-bottom: 5px;
	}
#contents .block ul li a{
	padding-left: 12px;
	display: block;
	background: url(/fcroman/cmn/img/arrow_03.gif) no-repeat left center;
	}
