/* ************************************************ 
 *	共通設定
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #666666;
	font-size: small;
	font-family: "Arial", "Helvetica", "sans-serif", "Gill Sans", "ヒラギノ角ゴ Pro W3";
	line-height: 1.6em;
	background-color: #ffffff;
background-position:right bottom;
background-repeat:no-repeat;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

img {
	border: 0px;

}

a {
    color: #FF6600;
	text-decoration: none;
}

a:link {
	color: #CC6600;
}

a:visited {
	color: #CC3300;
}

h1 {
	font-size: large;
	color: #333333;
}
h2 {
	font-size: middle;
}
h3 {
	font-size: small;
	color: #333333;
	margin-bottom:5px;
}

h4 {
	font-size: 95%;
	color: #666666;
	margin-bottom:5px;
}

h5 {
	font-size: 90%;
	color: #666666;
	margin-bottom:5px;
	border-bottom:1px dotted #666;
	padding-left:2px;
}
.style2 {
	font-size: x-small;
	text-indent: 1.5em;
}

div#topwrapper {
	display:block;
	overflow:auto;
	height:280px;
	width:440px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-140px;
	margin-left:-220px;
	text-align:center;
}


#wrapper {
margin:0 auto;
width:900px;
}

.left_m {
	margin: 20px;
	text-align: center;
}

.right_m {
	float:right;
	background-image:url(tee.jpg);
	width:721px;
	;
	margin: 50px 0px 0px 0px;
	height: 1075px;
	background-repeat: no-repeat;
}

#top_img {
	margin:10px auto 10px auto;
	width:900px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	text-align: center;
}

#head {
margin:5px 0px 0px 10px;
font-size:0.8em;
}
