@charset "utf-8";
/* ===================================================================
CSS information

 file name  :homepage.css
 author     :meets
style info  :トップページ設定　ハックは最下部に記述
=================================================================== */


/*----------------------------------------------------
	TOPページ
----------------------------------------------------*/
#contents_wrap{
width:100%;
background:#e9c329;
overflow:hidden;
padding:20px 0 0 0;
}


/*
	コンテンツ
----------------------------------------------------*/
#contents h2{
margin:20px 0 30px 0;
text-align:center;
}

#main_visual{
overflow:hidden;
height:638px;
background:url(../images/bg_main.gif) bottom center no-repeat;
}

#main_visual a:hover{
filter:alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
}

#main_visual .contentlink_left{
float:left;
width:302px;
}

#main_visual .contentlink_left li{
margin:0 0 10px 0;
}

#main_visual .contentlink_right{
float:right;
width:302px;
}

#main_visual .contentlink_right li{
margin:0 0 10px 0;
}
