@charset "utf-8";

body{
	line-height: 1.4em;
	font-style: normal;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	color: #333333;
}

/*Text*/
h1{
	font-size: 143%;
}
h2{
	font-size: 132%;
}
h3{
	font-size: 125%;
}
h4{
	font-size: 119%;
}
h5{
	font-size: 112%;
}
h6{
	font-size: 106%;
}
h1,h2,h3,h4,h5,h6{
	margin: 0 0 10px 0;
}

p{
	margin: 0 0 0.8em 0;
	line-height: 1.4em;
}

em{
	font-style: italic;
}

address{
	margin: 0 0 15px 0;
	line-height: 1.4em;
}

/*Hyper Text*/
a{
	color: #2179A5;
}
a:hover{
	color: #dd0000;
}
a img{
	border: none;
}

/*List*/
ul,
ol{
	margin: 0 0 15px 2em;
	list-style: disc;
	list-style-position: outside;
}
ol{
	list-style: decimal;
	margin-left: 2.5em;
}
li{
	margin: 0 0 0.5em 0;
	line-height: 1.2em;
}
li ul,
li ol{
	padding-top: 5px;
}
dl{
	margin: 0 0 15px 0;
}
dt{
	font-weight: bold;
	margin: 0 0 0.2em 0;
}
dd{
	margin: 0 0 0.2em 1em;
}

/*Table*/
table{
	margin: 0 0 15px 0px;
	border-collapse: collapse;
	border-spacing: none;
	border-color: #cccccc;

}
th,
td{
	vertical-align : middle;
	padding: 3px;
	border-color: #cccccc;
	word-wrap: break-word;

}
th p,
td p{
	margin-bottom: 0;
}

/*Form*/
form{
}
input,
textarea {
	font-size: 100%;
}

q:before,
q:after{
content: '';
}

abbr,
acronym{
border: 0;
}

fieldset{
	border: 0;
	vertical-align: bottom;
}

/*入れ子処理*/
li ul,li ol,li p,li dl,
dt ul,dt ol,dt p,
dd ul,dd ol,dd p,
th ul,th ol,th dl,th p,
td ul,td ol,td dl,td p,
th table,td table{
	font-size: 100%;
}
