@charset "utf-8";

/* reset */
/*
* {
	margin: 0;
	padding: 0;
	color: #333;
	
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック";
	line-height: 1.0;
	font-weight:normal;

}
*/



html { 
	/*font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;*/
	margin: 0px;
	padding: 0px;
 	font-size: 100%; 
	text-align:center;
}

body {
	margin: 0;
	padding: 0;
	border:0px;
	color: #333;
	font-size: 100%;
	background: #fff;
	text-align:left;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	
	
}

h1,h2,h3,h4,h5,h6,address{
	margin:0px;
	padding:0px;
	border:0px;
	font-style: normal;
	font-weight: normal;
  	white-space:normal;
	font-size: 100%;

	display:block;
}

div, blockquote, p, pre, ul, ol, li, dl, dt, dd {
	margin: 0px;
	padding: 0px;
	border: 0;
	font-style: normal;
	font-weight:normal;
	white-space:normal;	
	font-size: 100%;
}

div,img {
	margin:0px;
	padding:0px;
	border: 0;
}

ul {
	list-style: none;
}

table, caption, th, td {
	margin: 0px;
	padding: 0px;
	/*border: 0;*/
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

iframe {
	padding: 0px;
	border: 0;
	font-size: 100%;
}

form, fieldset, input, button, select, optgroup, option, textarea,
label, legend {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	/*text-align: right;*/
}

input , select {padding:2px;}


span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, q, br,
ins, del, a, img, object {
	margin: 0px;
	padding: 0px;
	border: 0;
	font-size: 100%;
}

/*IE・Firefoxにおける画像の下の3px程の隙間を回避*/
img {
	border: none;
	vertical-align: bottom;
}

/* link */



a:link {
	color: #1371EF;
	text-decoration: underline;
		line-height:1.5;
}

a:visited {
	color: #7104C7;
	text-decoration: underline;
		line-height:1.5;
}

a:hover {
	color: #0C74AB;
	text-decoration: none;
		line-height:1.5;
}

a:active {
 	color: #5D45DF;
 	text-decoration: none;
		line-height:1.5;
}


/***********************************************/
/* リンク用約物
************************************************/
.lv1,
.lv2,
.ow,
.up,
.down,
.pdf {
	padding:0 0 0 17px!important;
	margin: 0;
	font-size:1em;
}

.lv1 {background: url(../images/common/ar01.gif) left center no-repeat;}
.lv2 {background: url(../images/common/ar02.gif) left center no-repeat;}

.ow {background: url(../images/common/ico_ow.gif) left center no-repeat;}
.up {background: url(../images/common/ar-up.gif) left center no-repeat;}
.down {background: url(../images/common/ico_down.gif) left center no-repeat;}
.pdf {background:url(../images/common/ico_pdficon_small.gif) left center no-repeat;}

/**/
/*PDFダウンロード*/
.pdf a {
	background:url(../images/common/ico_pdficon_small.gif) left center no-repeat;
	padding:0.5em 0 0.5em 16px;
}