/* -----------------------------------------------------------

CSS Information



 File name:      default.css

 Author:         internetowari

 Style Info:     ベース用スタイルCSS

----------------------------------------------------------- */

* {
	margin:0;
	padding:0;
}


body {
    margin: 0;
	padding:0;
	background: url(../images/back.png) repeat-x top;
	font-family:Verdana, "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
	color: #333333;
	font-size: 90%;

}

/* IE7でpadding指定 背景1pxズレ回避*/
*:first-child+html body {
padding-left: 1px;
}

/* IE6以下でpadding指定 背景1pxズレ回避 */
*html body {
padding-left: 1px;
}
html {
	overflow-y:scroll;
}
h1,h2,h3,h4,h5,h6 {
   font-size: 12px;
}
p,li,dt,dl {
	line-height:1.2;
}
p {
	margin:0 0 1em 0;
}
li {
	list-style-type:none;
}
img{
	border:0;
}

address {
	font-style:normal;
}
.clear {
	clear:both;
	height: 1px;
}

/* Link Color-------------------------------------- */


a:link {
	color: #804040;
	text-decoration:none;
}
a:visited {
	color:#804040;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	color:#804040;
}
.alignright {
	float: right;
}

.alignleft {
	float: left;
}
/*a:hover img{
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}*/

.center {
	text-align: center;
}
img.pic {
	color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
.m-10{
	margin:10px;
}
.m-t20{
     margin-top:20px;
}
.left{
  text-align: left;
}
.right{
  text-align: right;
}
.wis{
	text-indent: -9999px;
}