@charset "UTF-8";

/*
 * style.css
 * funcushion, 2010
 * last updated: 2010-09-17T20:01:53+09:00
 * http://www.funcushion.jp/
 */


/* begin general settings 
-------------------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
    line-height: 1.6;
    font-size: 12px;
    color: #555555;
}
ul {
    list-style: none;
}
li {
    height: auto;
}

/* end general settings 
-------------------------------------------------------------------- */



/* begin #h1_title
-------------------------------------------------------------------- */
#h1_title {
    width: 200px;
    display: none;
}

/* end #h1_title
-------------------------------------------------------------------- */



/* begin #banner_rand
-------------------------------------------------------------------- */
#banner_rand {
    width: 730px;
    height: 300px;
}
#banner_rand ul {
    width: 730px;
    margin: auto;
	list-style-type: none;
}
#banner_rand a {
    text-decoration: none;
}
#banner_rand a:hover,
#banner_rand a:focus {

}

/* begin .image
---------------------------------------------------- */
#banner_rand .image {
    width: 730px;
    height: 300px;
    overflow: hidden;
}
#banner_rand .image img {
    border: none;
}

/* end .image
---------------------------------------------------- */

/* begin .banner_message_area
---------------------------------------------------- */
#banner_rand .banner_message_area {
    width: 730px;
    height: 300px;
}
.banner_title {
padding:5px 5px 0;
    display: none;
}
.banner_message {
padding:5px 5px 5px;
    display: none;
}

/* end .text
---------------------------------------------------- */


/* end banner_rand
-------------------------------------------------------------------- */


