@charset "UTF-8";
/* 
www.mikiomakino.com
 */


/*Reset CSS*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
 
/* remember to define focus styles! */
:focus {
	outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
 
/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*General*/

html{
	/*overflow: auto;*/
}

body{
	background:url(../images/bg.png);
	background-repeat:repeat;
	position: relative; 
	min-width: 1000px;
	overflow-x:hidden;
	border-top:5px #f89a20 solid;
	
}

#wrapper{
	width:100%;
	margin:auto;
	text-align:center;
	/*
	background:#f8f8f8;
	border-left:1px #666 solid;
	border-right:1px #666 solid;
    box-shadow: 0px 6px 8px #000;
	-webkit-box-shadow: 0px 3px 8px #000;
	*/
}

/*Default Link*/

a:link {color:#565656; text-decoration: none; }  
a:active {color:#565656; text-decoration: none; }  
a:hover {color:#565656; text-decoration: underline; }  
a:visited {color:#565656; text-decoration: none; }  

p{
	text-align:left;
	font-size:15px;
	color:#FFF;
	/*margin-top:10px;*/
	line-height: normal;
}

.clear{
	clear:both;
}

/*Headlines-Font*/
h2{
	text-align:left;
	font-size:20px;
	font-weight:bold;
	color:#565656;
	margin-bottom:10px;
	margin-left:5px;
	margin-top:10px;
	line-height:normal;
	/*text-shadow: 1px 1px 3px black;*/
}

h4{
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#8e8e8e;
	/*text-shadow: 1px 1px 3px black;*/
}



/*Contents*/
#contents{
	margin:auto;
	text-align:center;
	background: url( "../images/shape3.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width:350px;
	height:265px;
	margin-top: 300px;


}
