@charset "Shift_JIS";

@import "reset.css";
@import "base.css";

/*-----------------------------------------------*/
/*                 main contents                 */
/*-----------------------------------------------*/

#main-contents {
    padding:50px;
	width:704px;
}

#out-box {
    width:704px;
}

#main-contents .box {
    display:inline;
    float:left;
	width:302px;
	padding-bottom:19px;
	text-align:center;
	background:url(../../img/bg_box.gif) no-repeat center bottom;
}

#main-contents .right {
    float:right;
}

#main-contents .box h3 {
    margin-bottom:13px;
}

#main-contents .box .screen {
    margin-bottom:14px;
}

#main-contents .btn {
	width:144px;
    margin:0 auto;
}

#main-contents .btn a {
	display:block;
	overflow:hidden;/* MAC IE”wŒi•\Ž¦—p */
	width:144px;
	height:34px;
	text-decoration:none;
	text-indent:-9999px;
}

#main-contents a#fujimoto {
	background:url(../../img/btn_fujimoto.gif) no-repeat 0 0;
}

#main-contents a#yuragi {
	background:url(../../img/btn_yuragi.gif) no-repeat 0 0;
}

#main-contents a#fujimoto:hover, #main-contents a#yuragi:hover {
    background-position:0 -34px;
}


/*-----------------------------------------------*/
/*                   float clear                 */
/*-----------------------------------------------*/

.clearfix, #main-contents {
    zoom: 1; /* for IE5.5 - IE7 */
}
.clearfix:after, #main-contents:after { /* for modern browser */
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

