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

	Init tag - HTMLタグ要素の初期設定

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

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

	Structure Module

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

html {
	overflow-y: scroll;
}


hr {
	height: 2px;
	border: none;
	background: url(../images/line.jpg) repeat-x;
}

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

	 Font size setting

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

p,
pre,
cite,
blockquote {
}

li,dt,dd {
}

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

	Text Module

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

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

p {
	margin: 10px 5px;
	line-height: 1.6em;
}

address {
	font-style: normal;
}

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

h1 {
	font-size: 100%;
}

h2 {
	font-size: 100%;
}

h3 {
	font-size: 100%;
}

h4 {
	font-size: 100%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 100%;
}

br {
	letter-spacing: 0;
}

pre {
}

blockquote {
	background:#FFFFFF;
	padding:5px;
	margin:15px 10px 15px 15px;
	font-style: italic;
	font-size:14px;
	border:#879263 1px dotted;
}

cite {
}

em {
font-style:normal;
}

strong {
	font-weight: bold;
}

code {
}

abbr,
acronym {
}

kbd {
}

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

	Hypertext Module

=======================================*/
a {
}
a:link {
	color: #0db9d2;
}
a:visited {
	color: #0db9d2;
}
a:hover {
	color: #0db9d2;
}

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

	List Module

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

ul,
ol,
dl {
	margin: 0;
	padding: 0;
}

li,
dt,
dd {
	margin: 0;
	list-style-position: inside;
}

dt {
}

dd {
}

li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
	font-size: 100%;
}

li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p {
	margin: 0;
}

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

	Edit Module

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

del {
}

ins {
}

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

	Forms Module

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

form {
	border: 0;
	margin: 0;
	padding: 0;
}

form dl,
form p {
}

fieldset {
}

legend {
}

input,
textarea {
}

input:hover,
textarea:hover {
}

input:focus,
textarea:focus {
}

textarea {
}

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

	Tables Module

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

table {
	margin: 0;
	padding: 0;
	border-collapse: separate;
}

th,
td {
}

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

	Image Module

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

img {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: top;
	vertical-align: bottom;
}

