@charset "utf-8";
/* CSS Document */

/* ---------- page global ---------- */
*{
	text-indent:0px;
	line-height:140%;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "MS PGothic", sans-serif;
	margin: 0;
	padding: 0;
}
body {
	margin:0;
	padding:0;
	color:#333333;
	text-align:center;
	/*background-color:#F8F8F8;*/
	background:#FFF url(../img/back.png) top center repeat;
	/*background-attachment: fixed;*/
	/*背景の指定 縦グラデーション
    background:#A9D78D;
    background: -moz-linear-gradient(top, #A9D78D, #56AB7D);
    background: -webkit-linear-gradient(top, #A9D78D, #56AB7D);*/
    /*標準型（方向は省略＿デフォルトの to bottom になる）
    background: linear-gradient(#F4F6E6, #FEFEFD);*/
	
	/*背景の指定 斜めグラデーション
	background:#FBFFE4;
	background: -moz-linear-gradient(left top, #DFE8B3, #FBFFE4);
	background: -webkit-linear-gradient(left top, #DFE8B3, #FBFFE4);*/
	/*標準型
	background: linear-gradient(to bottom right, #DFE8B3, #FBFFE4);*/
}

img {
	border:0;
	margin:0;
	padding:0;
	vertical-align: top;
	text-decoration:none;
	-ms-interpolation-mode: bicubic;	/* IE , Firefox */
}

a:hover img{
	opacity:0.75;
	filter: alpha(opacity=75);
	text-decoration:none;
}

form{
	display:inline;
}

input {
	vertical-align:top;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

.clear_both{
	clear:both;
	float:none;
	line-height:0px;
	font-size:0px;
}

ol,ul{
	list-style-image: none;
	list-style-type: none;
}

a:link,a:visited ,a:hover, a:active {
	color:#333;
}

a:hover{
	color:#333;
}

p {
	text-align: left;
}



/* ---------- layout ---------- */
#wrapper {
}

#header {
}

#logo {
	text-align:center;
}

.top {
	height:18px;
	background-color:#000;
	margin-bottom:20px;
}

#main {
	margin:5% 4%;
	background-color:#FFF;
	padding:3%;
}

#inner_main {
}

#left {
}

#right {
}




/* --footer-- */
#footer{
	text-align:center;
	margin-top:50px;
	padding:15px 0 25px;	
	background-color:#EEB6D9;
}

address, address a{
	padding-top:10px;
	font-style:normal;
	font-size:10px;
	text-align:center;
	color:#000;
	text-decoration:none;
}

