 /*-----------------------------------------------------
	基本1
-----------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
    font:12px/1.5 'Georgia',clean,serif;
    letter-spacing: 1px;
	color:#666;
    background:#fff;
}

div#container{
    width: 1000px;
   text-align:center;
    margin:0px auto;
    position:relative;
    min-height: 100%;}

body > #container {
        height: auto;
}


#main {
   width: auto;
   text-align:center;
   padding-bottom:0px;

   border-radius: 20px;         /* CSS3 */
   -moz-border-radius: 20px;    /* Firefox */
   -webkit-border-radius: 20px; /* Safari,Chrome */
   border: 0px solid #111;     /* 枠線の装飾 */
   background: url(http://www.manglo.org/images/f/w-in6.png);
}


 /*-----------------------------------------------------
	基本2
-----------------------------------------------------*/

 img{
	border:none;
	vertical-align:bottom;
	padding:0;}

.e img{
	display: inline-block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom:3px;
}
 
 /*-----------------------------------------------------
	アンカー
-----------------------------------------------------*/
a{
	font:inherit;}

a:link,
a:visited{
	text-decoration: none;
	color:#ffffff;}

a:active,
a:hover,
a:focus{text-decoration: underline;}

 
/*-----------------------------------------------------
	見出し
-----------------------------------------------------*/

h1 {
	font-size: 30px;
	margin-bottom: 30px;
	color: #ffffff;
}

h2 {
	font-size: 20px;
	color: #fff;
	padding: 15px;
	margin: 0;
	text-align: left;
}

h3 {
	margin:0;
	padding: 0;
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-family: 'Tahoma',sans-serif;
	font-weight: nomal; 
	letter-spacing: 0.12em;
	text-shadow: 3px 3px 3px black;
}

