@charset "utf-8";
/* 
Theme Name: Nagommi
Description: only Top Page
Author: Fhu Design
*/


/* =Header&TopMenu
-------------------------------------------------------------- */

#header {
		width:800px;
		height:240px;
		background:url(images/top.jpg) no-repeat;
		}


/* =Left Side
-------------------------------------------------------------- */

.explain {
		width:484px;
		background-color:#FFF0D2;
		padding:0 20px 15px 15px;
		}

/* for IE6 */
* html .explain {
		margin-top:-5px;
		} /* END */
		
.explain h2 {
		padding-top:10px;
		font-size:110%;
		color:#8d0000;
		}
.explain h2 img {
		margin:0 5px 0 0;
		vertical-align:0;
		}
		
/* for IE6 */
* html .explain h2 img {
		vertical-align:middle;
		} /* END */
		
.explain p {
		padding-top:7px ;
		padding-left:15px ;
		}
.explain ul {
		list-style-type:decimal;
		padding-left:50px;
		}
.explain li {
		line-height:160%;
		}

.news5th {
		margin-top:15px;
		margin-bottom:20px;
		}
.news5th h2 {
		margin-bottom:10px;
		font-size:100%;
		}
.news5th h2 span {
		color:#FF6633;
		}
.news5th ul {
		list-style-image:url(images/arrow.gif);
		}
.news5th li {
		margin-left:30px;
		}