/* free css ========================
   
   1.tag and common item
   2.header
   3.layout body
   4.menu
   5.footer
   6.nagare
   7.banner
   ======================== free css */

/* 1.tag and common item ======================== */


*,
html {
   margin: 0;
   padding: 0;
   font-size:14px;
}

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-align:center;
	background-color: #ccffcc;
}

a img {border:none;}

strong {font-weight: normal; }

br.nonono{
	clear:both;
	font-size:0px;
	line-height:0px;
}

div#wrap {
	margin:0 auto;
	text-align:left;
	width: 750px;
}



/* 2.header ======================== */

div#header {
	padding-left:100px;
	height:150px;
	background-color: #ccff99;
}
div#header h1{
	padding-top:30px;
	margin-bottom:20px;
	font-size: 20px;
}
div#header h1 a {
	color:#000;
	text-decoration:none;
}
div#header h1 a:hover {color:#fff;}
div#header h2{
	color:#000;
	font-size: 15px;
}

/* 3.layout body ======================== */

div#layout-body {
	float:right;
	width:530px;
}
div#wrap div#menu-body {
	width:29%;
	float:left;
}

div#layout-body div.nagare {
	padding-top: 30px;
}

/* 4.menu ======================== */


div#menu-body div.iroiro{
	padding-top:30px;
	width: 200px;
}
div#menu-body div.iroiro p{
	padding-bottom:20px;
	font-weight:bold;
	font-size:15px;
	text-transform:capitalize;
	letter-spacing:4px;
}
div#menu-body div.iroiro ul{
	padding: 0;
	margin: 0;
}
div#menu-body div.iroiro ul li{
	margin-bottom:1em;
	list-style-type:none;
}
div#menu-body div.iroiro ul li a{
	color:#000;
	text-decoration:none;
}
div#menu-body div.iroiro ul li a:hover{color:#999;}

/* 5.footer ======================== */

div#footer {
	padding:50px 0;
	text-align:center;
	width: 750px;
}
div#footer a{
	color:#000;
	text-decoration:none;
}
div#footer a:hover{color:#fff;}

/* 6.nagare ======================== */

div#layout-body div.nagare h3{
	margin-right:30%;
	padding-bottom:20px;
	font-weight:bold;
	font-size:15px;
}
div#layout-body div.nagare p{
	margin-bottom:1em;
	background-color: #ccff33;
}
div#layout-body div.nagare p a{color:#FF0000;}
div#layout-body div.nagare ul{margin-right:10%;}
div#layout-body div.nagare ul li{
	list-style-type:none;
	line-height:3em;
}
div#layout-body div.nagare ul li a{color:#000;text-decoration:none;}
div#layout-body div.nagare ul li a:hover{color:#fff;}

/* 7.banner ======================== */

body center{
	position:absolute;
	top:0;
	right:0;
}
