@charset "utf-8";
/* ==========================================================================================================

	 1. Reset
 
============================================================================================================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	/*background: transparent;*/
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-style: normal;
	vertical-align: baseline;
}
/* ==========================================================================================================

	 2. Structure
 
============================================================================================================*/
html {
	/*height : 100%;*/
}
body {
	background-color: #FFFFFF;
	/*height : 100%;*/
	font-size : 10px;
	font-family : "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	color : #000;
	letter-spacing : 0.03em;
	line-height : 1.7;
}
/* ==========================================================================================================

	 3. Block Elements
 
============================================================================================================*/
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before,
blockquote:after {
	content: '';
	content: none;
}
ul {
	list-style : none;
}
li {
	line-height: 1.4;
}
dt {
	display : block;
	width : auto;
}
table {
	border : none;
	border-collapse : collapse;
	border-spacing : 0;
	font-size : 100%;
}
td,
th {
	vertical-align : top;
}
th {
	font-weight : normal;
	text-align : left;
}
caption {
	text-align : left;
}
/* ==========================================================================================================

	  4. Inline elements / other elements

============================================================================================================*/
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
/*  ------------------------------------------------------------------

	空要素

---------------------------------------------------------------------*/
/*  イメージをボックスを上に
-----------------------------------*/
img {
	background-color : transparent;
	vertical-align : top;
}
br {
	letter-spacing : normal;
}


/* ==========================================================================================================

	 1. Structure Frames
 
============================================================================================================*/
html {
}
body {
	color : #222222;
}


#wrapper {
	text-align : left;
	margin : 0px auto;
	padding-top: 10px;
	width : 760px;
}


#content {
	margin-bottom: 20px;
}


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

	header

---------------------------------------------------------------------*/
#groupid {
	text-align: right;
	margin-bottom: 6px;
	height: 7px;
	line-height: 1;
}



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

	margin

---------------------------------------------------------------------*/
.mgn05 { margin-bottom: 5px; }
.mgn10 { margin-bottom: 10px; }
.mgn15 { margin-bottom: 15px; }
.mgn20 { margin-bottom: 20px; }



/* start clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
}
*:first-child+html .clearfix {
	zoom: 1;
}
