@charset "utf-8";

/*=====================================================
 * Style Name: InfElements
 * Style URL: ./css/site/inf.css
 * Description: InfStylesheet
 * Version: 1.0
 * Last Up Date: 2012/08/31
 * Author: Neos Corporation.
 * Author URL: http://www.neoscorp.jp/
 *
 * Markup Reference:
 *
=====================================================*/

div.infTitle {
	width: 100%;
    padding:5px 0;
    border-bottom:1px solid #817873;
    text-align:center;
	background: #fdf6ee; /* Old browsers */
	background: -moz-linear-gradient(top,  #fdf6ee 0%, #fbefe1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdf6ee), color-stop(100%,#fbefe1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fdf6ee 0%,#fbefe1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fdf6ee 0%,#fbefe1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fdf6ee 0%,#fbefe1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fdf6ee 0%,#fbefe1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdf6ee', endColorstr='#fbefe1',GradientType=0 ); /* IE6-9 */
}
div.infDesc{
	padding:5px 10px 5px 10px;
}

div#main {
	padding: 0 0 10px;
}

#main p,#main ul {
	padding: 4px;	
}