@charset "shift_jis";

/* --------------------------------------------------------------
import
-------------------------------------------------------------- */

@import url("/css/common/voice.css");
@import url("/css/common/table.css");


@charset "shift_jis";

/*----------------------------------------
tag
----------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	line-height:1.5;
	padding:0;
	margin:0;
	color: #333;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size:12px;
	text-align:left;
}

img, div {
	display:block;
	border: 0;
}

h1,h2,h3,h4,h5,h6{
font-size:100%;
}

ul, li {
	list-style:none;
}

ol li {
	list-style-type: decimal;
	margin:0 0 0 25px;
}

a {
color:#2c3578;
}

a:link {
}

a:hover {
text-decoration:none;
}

a:visited {}

a:active {}

.alt {
	display: none;
}

a.pdf{
padding:3px 0 5px 20px;
background:url(/common_img/common/icon_pdf.gif) 0 0 no-repeat;
}

a.link{
padding:3px 0 5px 20px;
background:url(/common_img/common/icon_link.gif) 6px 6px no-repeat;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
	min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */
.newwindow {
	padding:0 0 0 5px;
	display: inline;
}


