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

	HTML5
	
=======================================*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

audio[controls],
canvas,
video {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

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

	Universal selector
	
=======================================*/

* {
	font-style: normal;
}

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

	Structure Module
	
=======================================*/

body {
	color: #222222;
	background: #FFF;
	font-family:Helvetica,Arial,Verdana,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro",Osaka,メイリオ,Meiryo,"ＭＳ Ｐゴシック" ,sans-serif;
	margin: 0;
	padding: 0;
	min-width: 980px;
	line-height: 1.7;
}
/*======================================

	Text Module
	
=======================================*/

p,
pre,
blockquote,
address,
cite {
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}


em {
	font-weight: bold;
}

strong {
	color: #ff0000;
}

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

	Hypertext Module
	
=======================================*/
a:link {
	color: #222;
	text-decoration: none;
}

a:visited {
	color: #222;
	text-decoration: none;
}

a:hover {
	color: #222;
	text-decoration: none;
}

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

	List Module
	
=======================================*/
ul,
ol,
dl {
	margin: 0;
	padding: 0;
}

ul,
ol,
dl {
	list-style-position: inside;
}

ul {
	list-style-type: circle;
}
/* circle無し指定 */
ul {
	list-style: none outside;
}
/* ここまで */

li,
dt,
dd {
	margin: 0;
}

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

	Tables Module
	
=======================================*/
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;

}

th {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}


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

	Image Module
	
=======================================*/
figure {
	margin: 0;
	padding: 0;
}
img {
	vertical-align: bottom;
	border: none;
	line-height: 0px;
}

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

	Object Module
	
=======================================*/

object,
embed {
	margin: 0;
}
