@charset "UTF-8";

/*------------------------------------

    1.CSS Information
    
    
    Site URL:    http://www.sk-japan.co.jp/
    File name:   default.css(/_css/print.css)
    Summary:     template styles
    Created:     2009-1-26
    Last update: 2009-1-26 by H.M
    Author:      SK JAPAN, H.M
    Copyright:   (c) 2009 SK JAPAN CO.,LTD
    
    2.Order of descriptiond
	


 ----------------------------------------*/


/*----------------------------------------------------------------------

	__Default

----------------------------------------------------------------------*/
body {
	line-height: 1.5;
	letter-spacing: 1px;
	font-family: "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 10pt;
	color: #333;
	background-color: #FFFFFF;
}

a:link,
a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #333;
}

address {
	font-style: normal;
}

table,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
}

h1{
	font-size:16pt;
	border-bottom: solid 1px #ccc;
	padding-bottom: 10px;
}
h2{
	font-size:12pt;
	margin-bottom: 10px;
}
h3{
	font-size:11pt;
}

ul,
ul li{
	list-style: none;
	margin: 10px 0;
}


/*----------------------------------------------------------------------

	__Template

----------------------------------------------------------------------*/
#Container,
#ContentsWrapper,
#Header,
#DetailWrapper,
#Footer {
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

#Container {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

#ContentsNavi,
#Footer #FooterNavi{
	display: none;
}

#Footer {
	margin-top: 1em;
	font-size: 90%;
}

#footer ul {
	list-style-type: none;
}


/*----------------------------------------------------------------------

	__Print

----------------------------------------------------------------------*/
a:link:after,
a:visited:after {
	font-size: 90%;
}
