@charset "UTF-8";
/* /fcroman/links/css/style.css */

/******************************************************************************
wrap
******************************************************************************/
#wrap{
	position: relative;
	padding: 30px 145px 0 30px;
	}
#wrap h1{
	margin-bottom: 15px;
	}
/*------------------------------*/
/*tagline*/
/*------------------------------*/
p#tagline{
	position: absolute;
	top: 50px;
	left: 180px;
	font-size: 1.2em;
	line-height: 1.5;
	}

/******************************************************************************
contents
******************************************************************************/
#contents{
	padding-bottom: 130px;
	}
/*------------------------------*/
/*box*/
/*------------------------------*/
.box2{
	padding: 15px;
	width: 172px;
	margin: 0 15px 15px 0;
	background: url(../../cmn/img/bg_alpha.png);
	}
.bl-hover{
    background: #fff!important;
	}
.box2 h2{
	font-size: 1.2em;
	line-height: 1.5;
	margin-bottom: 10px;
	}
.box2 h2 a{
	display: block;
	padding-left: 8px;
	background: url(../../cmn/img/arrow_02.gif) no-repeat 0 5px;	
	}
.box2 h2 a:hover{
	background: #ff2053;
	color: #fff;	
	}
.box2 p.image{
	border: solid 1px #fff;
	margin-bottom: 10px;
	}
.box2 p.txt{
	font-size: 1.2em;
	line-height: 1.5;
	}