/* CSS Document */

@import url("reset.css");


/*
-----------------------------------------------------------------
All
-----------------------------------------------------------------
*/

html{
	width: 100%;
	height: 100%;
	background-color: #E2F2D8;}
	
pre{
	width: 100%;
    height: 100%;}
	
body{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align:left;
	font-size: 100%;}

a{ color: #729F5E;
	text-decoration: underline;}
/*a:hover{ color: #CCCCCC;}*/

/*
-----------------------------------------------------------------
Main Area
-----------------------------------------------------------------
*/


#main{
	width: 100%;
	height: 100%;
	float: left;
	/*display: inline;*/
	text-align: center;
	color: #333333;
	}

#main .contents{
	width: 100%;
	text-align: left;}

#main .contents a{
	text-decoration:none;}
	
#main .contents .text{
	margin: 0 auto;
	font-size: 80%;}

#main .contents .text p{
	text-indent: 1em;
	line-height: 1.2em;
	margin-bottom: 10px;}
	
#main .contents ul li{
	list-style-type: square;
	line-height: 1.5em;
	margin: 0 0 5px 30px;}

#main .contents .pict{
	line-height: 22px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 80%;}