* {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
html{
	overflow-y: scroll;
}
body {
	background-color: #FECFBD;
	text-align: center;
	margin: 16px 0px 0px 0px;
	padding: 0px;
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 18px;
}
img {
	display: block;
	border-style: none;
}
p {
	color : #232323;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
	line-height: 1.5em;
}
em,strong,h1,h2,h3,dt {
	font-family: "Hiragino Kaku Gothic Std","ヒラギノ角ゴ Std","Osaka","ＭＳ Ｐゴシック";
	font-weight: bolder;
}
h1 {
	font-size: 18px;
	color : #000099;
	line-height: normal;
	margin: 0px;
}
h2 {
	font-size: 16px;
	color : #990000;
	line-height: normal;
	margin: 0px;
}
h3 {
	font-size: 14px;
	color : #DC402F;
	line-height: normal;
	margin: 0px;
	padding: 18px 0px 10px 0px;
}
hr{
	border-style: dashed;
	border-color: #232323;
}
a{
	text-decoration: none;
}
a:active {
	color: #0000FF;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #CC0000;
}
.en {
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
	line-height: normal;
}
ul {
	padding-left: 18px;
}
ol {
	padding-left: 25px;
}
dl {

}

/*----------------------------------------------------
 wrapper style
----------------------------------------------------*/
div#wrapper {
	width: 750px;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../images/background_image_01.gif);
	margin: 0px auto 0px auto;
	padding: 0px;
}

/*----------------------------------------------------
 header style
----------------------------------------------------*/
div#header {
	width: 750px;
	height: 112px;
	text-align: right;
	background-image: url(../images/header.gif);
	margin: 0px auto 0px auto;
}
div#header h1 {
	float: right;
}
div#header img {
	margin: 20px 20px 0px 0px;
	padding: 0px;
}

/*----------------------------------------------------
 navigation style
----------------------------------------------------*/
div#navigation {
	width: 700px;
	height: 35px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
div#navigation ul {
	margin: 0px;
	padding: 0px;
}
div#navigation ul li {
	list-style: none;
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
}

/*----------------------------------------------------
 contents style
----------------------------------------------------*/
div#contents {
	width: 700px;
	text-align: left;
	clear: both;
	background-image: url(../images/background_image_02.gif);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
	padding: 0px;
}

/*----------------------------------------------------
 footer style
----------------------------------------------------*/
div#footer {
	width: 725px!important;
	width/**/: 750px;
	height: 100px;
	clear: both;
	text-align: left;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px 0px 0px 25px;
}
div#footer span {
	color: #999999;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
	line-height: 1.5em;
}
#menu {
	margin: 0px;
	padding: 20px 0px 0px 0px;
}
#menu li {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
	line-height: 1.5em;
	background-image: url(../images/icon_arrow_02.gif);
	background-repeat: no-repeat;
	background-position: 50% left;
	list-style: none;
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px 5px 0px 14px;
}
#menu li a {
	color: #666666;
}
#menu li a:hover {
	color: #993300;
	text-decoration: underline;
}
#submenu {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	clear: both;
}
#submenu li {
	font-size: 10px;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
	line-height: 1.5em;
	background-image: url(../images/icon_arrow_01.gif);
	background-repeat: no-repeat;
	background-position: top left;
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px 5px 0px 10px;
}
#submenu li a {
	color: #666666;
}
#submenu li a:hover {
	color: #993300;
	text-decoration: underline;
}

/*----------------------------------------------------
 table style
----------------------------------------------------*/
table#table {
	background-color: #D7D7D7;
}
table#table tr {
	border-bottom: solid 1px #CCCCCC;
}
table#table tr th {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
	line-height: 1.5em;
	font-weight: normal;
	border: solid 1px #FFFFFF;
	background-color: #DEEED6;
	text-align: center;
	padding: 5px;
}
table#table tr td {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
	line-height: 1.5em;
	border: solid 1px #FFFFFF;
	background-color: #F0F0EF;
	padding: 5px;
}
table#table tr td table.wahite tr td {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
	line-height: 1.5em;
	border: none;
	background-color: #F0F0EF;
	padding: 0px;
}
table#table tr td.pink {
	background-color: #FBCECE;
	font-weight: bold;
}
table#table tr td.gray {
	background-color: #cccccc;
}
/*----------------------------------------------------
 div style
----------------------------------------------------*/
div#image {
	width: 182px;
	text-align: right;
	float: left;
}
div#hibari {
	width: 518px;
	float: left;
}
div#na {
	width:480px;
	padding: 0px 18px 0px 18px;
}
span.red{
	color: #cc0000;
}

#top01 {
	width: 523px;
}
#top02 {
	width: 170px;
	height: 112px;
	float:right;
	text-align: left;
	font-size: 10px;
	line-height: 1.5em;
	letter-spacing: 0.2em;
	padding: 5px;
	background-image: url(../images/top02_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.left01 {
	float: left;
	width: 260px;
	padding: 0px 10px 10px 0px;
}
.right01 {
	float: right;
	width: 240px;
	padding: 10px 10px 10px 0px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.right2 {
	text-align: right;
}
.reset {
	clear: both;
}
.red {
	color: #CC0000;
	font-weight: bold;
	font-size: 14px;
}
.blue {
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	font-size: 24px;
	font-weight: bold;
}
.blueb {
	color: #006699;
	font-size: 24px;
}
div.totop {
	width: 480px;
	text-align: right;
	border-bottom: #CCCCCC 1px dotted;
}
div.totop a {
	color: #990000;
}
.coral {
	color : #DC402F;
	font-size: 14px;
	font-weight: bold;
}
.green {
	color :#256238;
	font-size: 14px;
	font-weight: bold;
	border-bottom: #256238 1px solid;
	border-top: #256238 1px solid;	
}
.pdf_icon {
	height: 20px;
	background-image: url(../contents/magazine/images/icon_pdf.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 20px;
}
#kango_bg {
	background-color: #CCCC99;
	padding: 10px;
}
/*----------------------------------------------------
 style end
----------------------------------------------------*/

