@charset "UTF-8";

/*======================================
	1-1.Universal selector
=======================================*/

* {
	margin: 0; 
	padding: 0;
	line-height: 1.6;
	color: #333;
	font-weight: normal;
	font-style: normal;
}

/*======================================
	1-2.Structure Module
=======================================*/

body {
	background: #fff;
	font:13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
    *font-size:small;
    *font:x-small;
}

/*======================================
	1-3.Text Module
=======================================*/

p,
address {
	margin: 0;
	font-size: 93%;
}

h1,
h2,
h3 {
	line-height: 1.2;
}

h1 {
	font-size: 154%;
}

h2 {
	color: #cd4730;
	font-size: 139%;
}

h3 {
	color: #333;
	font-size: 108%;
}

h4 {
	color: #666;
	font-size: 100%;
}

/*======================================
	1-4. Hypertext Module
=======================================*/

a:link {
	color: #00597c;
}



a:hover {
	color: #cd4730;
	text-decoration: none;
}

/*======================================
	1-5. List Module
=======================================*/



dt {
	color: #333;
	
}

ul {
	list-style-type: none;
}


/*======================================
	1-6. Forms Module
=======================================*/

form {
	margin: 0;
}

fieldset {
	padding: 0 10px 0.3em 10px;
	border: 1px solid #eee;
}

legend {
	margin-left: 1em;
	padding: 0 10px;
	font-size: 93%;
}

input {
	font-size: 85%;
}
	
	
/*======================================
	1-10. Image Module
=======================================*/

img {
	border: none;
}
	

