@charset "utf-8";




html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, cite, code,
em, font, img, ins,
small, strong, sub, sup,
dl, dt, dd, ol, ul, li,
fieldset, form, label,
table, caption, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	color: #333333;
	background-color: #FFFFFF;
}

ul {
	list-style: none;
}





/*=body
===================*/
body{
	position: relative;
	width: 900px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}


/*=branding
===================*/
div#branding{
	padding: 0px;
	clear: both;
	margin: 0px;
	overflow: hidden;
}

div#branding ul{
	padding: 0px;
	display: inline;
	margin: 0px;
}

div#branding ul li{
	float: left;
}

div#branding ul li.bg{
	font-weight: bold;
	float: left;
	display: block;
	background-image: url(../images/branding_bg.gif);
	background-repeat: no-repeat;
	margin: 0px;
	height: 46px;
	width: 710px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}






/*=ex_navigation
===================*/
ul#ex_navigation{
	text-align: center;
	margin: 0px;
	padding: 0px;
}

ul#ex_navigation li{
	display: inline;
	font-size: 0.7em;
	margin: 0px;
	padding: 0px;
}



/*=contact_btn
===================*/

div.contact {
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.contact ul {
	display: inline;

}

div.contact ul li {
	display: block;
	float: left;
}



/*=main
===================*/
div#main{
    width: 900px;
}

div#main h1{
	margin-bottom: 20px;
}



div#main p{

}


div#main ul.bag , div#main ul.uchiwa {
}


div#main ul.bag li#toto{
	background-image: url(../images/toto.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 438px;
	float: left;
	text-align: center;
	padding-top: 360px;
	margin-top: 10px;
	margin-bottom: 30px;
}

div#main ul.bag li#kami{
	background-image: url(../images/kami.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 438px;
	float: left;
	padding-right: 24px;
	text-align: center;
	padding-top: 360px;
	margin-top: 10px;
	margin-bottom: 30px;
}

div#main ul.bag li#fusyokuhu{
	background-image: url(../images/fusyokuhu.jpg);
	background-repeat: no-repeat;
	height: 38px;
	width: 438px;
	float: left;
	text-align: center;
	padding-top: 360px;
	margin: 0px;
}

div#main ul.bag li#pori{
	background-image: url(../images/pori.jpg);
	background-repeat: no-repeat;
	width: 438px;
	float: left;
	padding-right: 24px;
	text-align: center;
	padding-top: 360px;
	height: 38px;
	margin: 0px;
}

div#main ul.uchiwa li#uchiwa{
	background-image: url(../images/uchiwa.jpg);
	background-repeat: no-repeat;
	height: 53px;
	width: 900px;
	text-align: center;
	padding-top: 360px;
	margin-top: 10px;
	margin-bottom: 20px;
}


div#main ul{
	clear: both;
	overflow: hidden;
	margin-top: 10px;

}




/*=site_information
===================*/
div#site_information{
	clear: both;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

div#site_information ul li{
	line-height: 1.3em;
	padding-top: 2px;
}

/*=copyright
===================*/
#copy {
	text-align: center;
}

/*=aura
===================*/
#aura {
	text-align: right;
	width: 900px;
	margin-top: 10px;
}
