/* CSS 2007/05/01 DLV Kamiya */

/*Defualt Style*/
html {
    margin: 0;
    /* setting border: 0 hoses ie6 win window inner well border */
    padding: 0;
}

* {
    font-size: 12px;
	color: #777777;
	font-family: "MS PGothic", "Trebuchet MS", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", Trebuchet, Verdana !important;
}

form {
	margin: 0;
	padding: 0;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

a img {
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
p, ol, ul, pre, blockquote {
    margin-top: 0px;
    margin-bottom: 0px;
}


/* gallery */
body#gallery {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

#gallery #layout_1 {
	width: 940px;
	height: 370px;
	text-align: center;
}

#gallery #layout_2 {
	width: 188px;
	height: 370px;
	float: left;
}

#gallery #layout_3 {
	width: 752px;
	height: 370px;
	float: left;
}

#gallery .gallery_01 {
	background-image: url(http://www.riko-ogawa.net/images/9/title_gallery.jpg);
	background-repeat: no-repeat;
	width: 188px;
	height: 67px;
}

#gallery .gallery_02 {
	background-image: url(http://www.riko-ogawa.net/images/9/img_02.jpg);
	background-repeat: no-repeat;
	width: 188px;
	height: 78px;
}

#menu { margin:0px; padding:0px; height: 225px; }
#menu ul { list-style-type:none; margin: 0px; padding: 0px; }
#menu ul li { margin: 0px; padding: 0px; }
#menu ul li a { display:block; text-indent: -9000px; overflow:hidden; width:188px; height:25px; text-decoration:none; }

#menu #lo1 a { background: url(http://www.riko-ogawa.net/images/9/menu_top.jpg) no-repeat; }
#menu #lo2 a { background: url(http://www.riko-ogawa.net/images/9/menu_prof.jpg) no-repeat; }
#menu #lo3 a { background: url(http://www.riko-ogawa.net/images/9/menu_disco.jpg) no-repeat; }
#menu #lo4 a { background: url(http://www.riko-ogawa.net/images/9/menu_media.jpg) no-repeat; }
#menu #lo5 a { background: url(http://www.riko-ogawa.net/images/9/menu_sche.jpg) no-repeat; }
#menu #lo6 a { background: url(http://www.riko-ogawa.net/images/9/menu_news.jpg) no-repeat; }
#menu #lo7 a { background: url(http://www.riko-ogawa.net/images/9/menu_gallery.jpg) no-repeat; }
#menu #lo8 a { background: url(http://www.riko-ogawa.net/images/9/menu_rikocast.jpg) no-repeat; }
#menu #lo9 a { background: url(http://www.riko-ogawa.net/images/9/menu_blog.jpg) no-repeat; }

#menu #lo1 a:HOVER, #menu #lo2 a:HOVER, #menu #lo3 a:HOVER, #menu #lo4 a:HOVER, #menu #lo5 a:HOVER, #menu #lo6 a:HOVER, #menu #lo7 a:HOVER, #menu #lo8 a:HOVER, #menu #lo9 a:HOVER { background-position:0 -25px; }

#gallery .title strong, #gallery .slogan strong { position: absolute; left:-10000px }

